/* CSS-Definitionsdatei, die SiteStyle-Stylesheets enthält */
BODY 
{ 
font-family: Arial,Helvetica,Geneva,Sans-serif; 
font-size: 10pt; 
color: rgb(100,100,100); 
background-color: rgb(255,255,255);
padding: 0;
}


  A:link 
 { 
 font-family: Arial,Helvetica,Geneva,Sans-serif; 
 color: rgb(100,100,100); 
 text-decoration: none ;
 }
 
 UL 
 { 
 font-family: Arial,Helvetica,Geneva,Sans-serif; 
 font-size: 10pt; 
 color: rgb(100,100,100);
 }

 A:visited 
 { 
 font-family: Arial,Helvetica,Geneva,Sans-serif; 
 font-size: 10pt; 
 color: rgb(100,100,100); 
 text-decoration: none ;
 }
 
 .TextObject 
 { 
 font-family: Arial,Helvetica,Geneva,Sans-serif; 
 font-size: 10pt; 
 color: rgb(100,100,100);
 }

 P 
 { 
 font-family: Arial,Helvetica,Geneva,Sans-serif; 
 font-size: 10pt; 
 color: rgb(100,100,100);
 }

 
 .TextNavBar 
 { 
 font-family: Arial,Helvetica,Geneva,Sans-serif; 
 font-size: 8pt; 
 color: rgb(100,100,100); 
 text-decoration: none ;
 }
 
 
 div.head {
 width:990px;
 height:140px;
 background-color: rgb(246,241,207);
 float:left;
 }
 div.body {
 width:990px;
 height:7650px;
 margin-top:10px;
 background-color: rgb(246,241,207);
 float:left;
 }
 
 div.bodyright {
 width:190px;
 background-color: rgb(246,241,207);
 float:right;
 }
 
 div.content {
 width:560px;
 background-color: rgb(246,241,207);
 float:left;
 margin-left:25px;
 }
 
div.topnav {
	width:990px;
	height:20px;
	background-color: rgb(246,191,118);
	float:left;
 }
 
 div.topnav-s {
	width:150px;
	text-align:center;
	height:20px;
	background-color: rgb(246,191,118);
	float:left;
 }
 
.topnav:hover{
color:#830000;
}
 
 div.leftnav {
 width:190px;
 height:650px;
 background-color: rgb(246,241,207);
 float:left;
 }
 
div.leftnav-top {
 margin-top:12px;
 background-color: rgb(246,191,118);
 font-weight:bold;
 }

.leftnav {
font-weight:bold;
}
.leftnav:hover{
color:#830000;
}

 
 div.foot {
 width:990px;
 height:15px;
 background-color: rgb(246,191,118);
 float:left;
 font-family: Arial,Helvetica,Geneva,Sans-serif; 
 text-align:center; 
 font-size: 8pt; 
 color: rgb(100,100,100);
 }
