/* schriftstil,abstände */

body
{
	color: #CCCCCC;
	background-color: #033780;
	font-family: verdana, arial;
	font-size: 10pt;


}


table,tr,td {
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	color: #CCCCCC;
	font-family: verdana, arial;
	font-size: 10pt;
	text-decoration: none;

  }

/* scrolleiste internet explorer ab vers.5.5 */

body {
 scrollbar-arrow-color: white;
 scrollbar-base-color: 033780;
 scrollbar-highlight-color : #e6e6e6;
 scrollbar-shadow-color : black;
 SCROLLBAR-TRACK-COLOR: #cccccc;
  }


/* allgemeine links */

a:link{ color: white; text-decoration:underline; ;font-family: verdana; font-size: 10pt;}

a:visited{color: #FF6600;text-decoration:underline;font-family: verdana; font-size: 10pt; }

a:active{ color:#00FF00;text-decoration:underline;font-family: verdana; font-size: 10pt;  }

a:hover{ color: #000000;background-color:#CCCCCC;  text-decoration:none;font-family: verdana; font-size: 10pt;text-decoration:underline; }
