
/* schriftstil,abstände */

body
{
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	color: Black;
	background-color: #D2D2D2;
	font-family: verdana,arial;
	font-size: 10pt;
}


table,tr,td
{margin-top: 0px; margin-left: 0px; margin-right: 0px;font-family: verdana,arial; font-size: 10pt; }

/* scrolleiste internet explorer ab vers.5.5 */

body
{scrollbar-arrow-color: white; scrollbar-base-color: #00cc99;
scrollbar-highlight-color : #ffffff; scrollbar-shadow-color : #ffffff;
scrollbar-track-color:#00c5a4}

/* menue links */


#menu1 a {
	display: block;
	color: black;
	text-decoration: none;
	font-family: verdana, sans-serif;
	font-size: 10pt;
	width: 194px;
}

#menu1 a:visited{
	color: white;
	text-decoration: none;
	font-family: verdana, sans-serif;
	font-size: 10pt;
	width: 194px;
}

#menu1 a:active{
	color: Blue;
	text-decoration: none;
	font-family: verdana, sans-serif;
	font-size: 10pt;
	width: 194px;
	
}

#menu1 a:hover {
	color: blue;
	text-decoration: none;
	font-family: verdana, sans-serif;
	font-size: 10pt;
	width: 194px;
}






/* allgemeine links */

a:link{ color: white; 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: blue;text-decoration:underline;font-family: verdana; font-size: 10pt;   }

a:hover{ color: blue;  text-decoration:underline;font-family: verdana; font-size: 10pt; }