/* schriftstil,scrolleiste,abstände */

body
{
	margin-top: 1px; 
	margin-left: 1px; 
	margin-right: 1px;
	margin-bottom: 1px; 
	color: white ; 
	font-family:"Times New Roman", Times, serif  
	font-size: 12px;
	border-right:2px solid silver;
	border-left:2px solid silver;
	border-top:2px solid silver;
	border-bottom:2px solid silver;
	background-color: #003366;
}


table,tr,td
{
	margin-top: 0px; 
	margin-left: 0px; 
	margin-right: 0px; 
	color: white;
	font-family: "Times New Roman", Times, serif
	font-size: 12px;
	
}

/* allgemeine links */

a:link
{
color: silver; 
text-decoration:none;
font-family:"Times New Roman", Times, serif
font-size: 12px;
}

a:visited
{
color: silver;
text-decoration:none;
font-family: "Times New Roman", Times, serif
font-size: 12px;
}

a:active
{ 
color:silver;
text-decoration:none;
font-family: "Times New Roman", Times, serif
font-size: 12px; }

a:hover
{ 
background-color: #ffffff; 
color:#4D5762; 
text-decoration:underline;
font-family: "Times New Roman", Times, serif
font-size: 12px; 
}

/* menü linke seite */

#menu a {
	display: block;
	border-top:groove 2px #003366;
	border-left:groove 2px #003366;
	border-bottom:groove 2px #425764;
	border-right:groove 2px #829DA8;
	background-color:#6699cc;
	color:#003366; 
	text-decoration:none;
	font-family:"Times New Roman", Times, serif
	font-size: 12px;
	width:160px;
	padding-left: 3px; 
	padding-bottom: 3px;   
	padding-top: 3px;
	margin: 0px auto;
}

#menu a:visited{
	border-top:groove 2px #003366;
	border-left:groove 2px #003366;
	border-bottom:groove 2px #425764;
	border-right:groove 2px #829DA8;
	background-color:#6699cc; 
	color:#003366;
	text-decoration:none;
	font-family:"Times New Roman", Times, serif
	font-size: 12px;
	width:160px;
	padding-left: 3px; 
	padding-bottom: 3px;   
	padding-top: 3px;margin: 0px auto;
  }

#menu a:active{
	border-top:groove 2px #999999;
	border-left:groove 2px #829da8;
	border-bottom:groove 2px #425764;
	border-right:groove 2px #829DA8;
	background-color:#6699cc;
	color:#999999;
	text-decoration:underline;
	font-family:"Times New Roman", Times, serif
	font-size: 13px;
	width:160px;
	padding-left: 3px; 
	padding-bottom: 3px;   
	padding-top: 3px;
	margin: 0px auto;
  }

#menu a:hover {
	border-top:groove 2px #425764;
	border-left:groove 2px #465B68;
	border-bottom:groove 2px #999999;
	border-right:groove 2px #5C7A8B;
	background-color:#ffffff;
	color: #999999;
	text-decoration:none;
	font-family:"Times New Roman", Times, serif
	font-size: 13px;
	width:160px;
	padding-left: 3px;
	padding-bottom: 3px;
	padding-top: 3px;
	margin: 0px auto;
	font-weight: bold;

}
/* ueberschrift rubrik menü   - td.rubrik   */



#description table,tr,td 
{
	margin-top: 0px;
	margin-left: 14px;
	margin-right: 10px;
	color: white;
	font-family:"Times New Roman", Times, serif
	font-size: 12px;
	font-weight: lighter;
}
#header td {
background-color:#AD0D3F;
	margin-top: 0px; 
	margin-left: 0px; 
	margin-right: 0px; 
	color:#003366;
}

#header a {
	color:#003366; 
}
#menu a:visited{
	color:#003366;
  }

#menu a:active{
	color:#999999;
  }

#menu a:hover {
	background-color:#ffffff;
	color: #999999;
}

/*extras*/
.headlines {
	font-size: 28px;
	color:#FFFFFF;
	font-family:"Times New Roman", Times, serif
}
.title {
	font-size: 18px;
	color:#FFFFFF;
	font-weight:bold;
	font-family:"Times New Roman", Times, serif
	}
.bottom {
	font-size: 12px;
	font-family:"Times New Roman", Times, serif
	color:#003366;
	}

