﻿
/* Schriftstil und Abstände */

body
{margin-top: 20px; margin-left: 20px; margin-right: 20px;margin-bottom: 20px; color: white;  background-color:#c0c0c0; font-family: verdana,arial; font-size: 10pt;}

table,tr,td
{ color: black ;font-family: verdana,arial; font-size: 10pt}

/* Scrolleiste2 */

body
{scrollbar-arrow-color: white; scrollbar-base-color: 636a84; scrollbar-highlight-color : #e6e6e6; scrollbar-shadow-color : black; SCROLLBAR-TRACK-COLOR: #000000;}



/* Menue für linke Seite */


#menu1 a {
	display: block;
	background-color: #696969;
	color: silver;
	text-decoration: none;
	font-family: arial;
	font-size: larger;
	width: 170px;
	padding-left: 4px;
	padding-bottom: 6px;
	padding-top: 6px;
	margin: 0px auto;
	border-bottom: solid 1px #e6e6e6;
	font-style: normal;
}

#menu1 a:visited{
	background-color: #737C95;
	color: silver;
	text-decoration: none;
	font-family: arial;
	font-size: larger;
	width: 170px;
	padding-left: 4px;
	padding-bottom: 6px;
	padding-top: 6px;
	margin: 0px auto;
	border-bottom: solid 1px #e6e6e6;
}

#menu1 a:active{
	background-color: #737C95;
	color: silver;
	text-decoration: none;
	font-family: arial;
	font-size: larger;
	width: 170px;
	padding-left: 4px;
	padding-bottom: 6px;
	padding-top: 6px;
	margin: 0px auto;
	border-bottom: solid 1px #e6e6e6;
}

#menu1 a:hover {
	background-color: silver;
	color: #445543;
	text-decoration: none;
	font-family: arial;
	font-size: larger;
	width: 170px;
	padding-left: 2px;
	padding-bottom: 2px;
	padding-top: 2px;
	margin: 0px auto;
	border-bottom: solid 1px #e6e6e6;
}

/* Menütitel und Seitentitel */

.menue0 {
	background-color: #0b0b61;
	color: silver;
	text-decoration: none;
	font-family: verdana, sans-serif;
	font-size: larger;
	width: 170px;
	padding-left: 4px;
	padding-bottom: 6px;
	padding-top: 6px;
	margin: 0px auto;
	border-bottom: solid 1px #e6e6e6;
	border-top: solid 1px #e6e6e6;
	height: 31px;
}

.leiste2 {
	background-color: #0b0b61;
	color: silver;
	text-decoration: none;
	font-family: verdana, sans-serif;
	font-size: larger;
	padding-left: 4px;
	padding-bottom: 6px;
	padding-top: 6px;
	margin: 0px auto;
	height: 31px;
}


/* Allgemeine Links im Text */

a:link{
	color: #000080;
	text-decoration: underline; ;
	font-family: verdana;
	font-size: 10pt;
}

a:visited{color: white;text-decoration:underline;font-family: verdana; font-size: 10pt;}

a:active{ color:white;text-decoration:underline;font-family: verdana; font-size: 10pt; }

a:hover{ color: #ffffff;background-color:#737C95;  text-decoration:none;font-family: verdana; font-size: 10pt; }

