/* scrollbar */
body { scrollbar-arrow-color: #0065A5;
       scrollbar-3dlight-color: #A2A29F;
		 scrollbar-highlight-color: #F7F7EA;
		 scrollbar-face-color: #E0E0D5;
		 scrollbar-shadow-color: #A2A29F;
		 scrollbar-track-color: #E2E2D6;
		 scrollbar-darkshadow-color: #F7F7EA;
	  }

/* schriftdefinition */
	  

	.copytext
	{ font-family:arial, helvetica, sans-serif;
	  font-size:12px;
	  color:#676765;
	  line-height: 130%; }



	.copytext_bold
	{ font-family:arial, helvetica, sans-serif;
	  font-size:12px;
          font-weight:bold;
	  color:#676765;
	  line-height: 130%; }


	.copytext_bold_blue
	{ font-family:arial, helvetica, sans-serif;
	  font-size:12px;
          font-weight:bold;
	  color:#0065A5;}
	  line-height: 130%; }


	
	.bildunterschrift
	{ font-family:arial, helvetica, sans-serif;
	  font-size:10px;
	  color:#676765;}


	 	
	.mini
	{ font-family:Arial, Helvetica, sans-serif;
          font-size:9px;
          color:#676765;}
	
	
   .minibold
	{ font-family:Arial, Helvetica, sans-serif;
	       font-size:11px;
			 color:#0065A5;
			 font-weight: bold;}
			 

	.subhead
	{ font-family:arial, helvetica, sans-serif;
          font-size:13px;
          font-weight:bold;
          color:#0065A5;}



/* link farben - copytext */	
	
	a.copytext_link:link
	{ text-decoration : none; 
	  color:#0065A5;}
	}		
	
	a.copytext_link:hover
	{ text-decoration : underline; 
	  color:#0065A5;}
	}			

	a.copytext_link:visited
	{ text-decoration : none; 
	  color:#0065A5;}
	}			
		


/* link farben - standard */	
	
   a:link
	{ text-decoration : none; 
	  color:#676765;
	}
	
	a:hover
	{ text-decoration : none;
	  color:#0065A5;}
	}

	a:visited
	{ text-decoration : none; 
	  color:#676765;
	}
	
.forms { 
	font-family:arial, helvetica, sans-serif;
	font-size:12px;
	color:#676765;  
	font-style: normal; 
	background-color: #F5F5EF; 
	border: 1px solid; 
	border-color: #676765 #676765 #676765 #676765 
	}




