/* erster Teil für Netscape */
/* zweiter Teil ab @media für Explorer*/

	body, input, select, textarea { font-family: Arial, Helvetica, sans-serif; color:#155071; font-size:13px;}
	
	a:link {color:#155071; text-decoration: none; font-weight: bold} 
	a:visited {text-decoration: none; color:#155071;}
	a:hover {color: #FFFFFF;text-dedoration: none;background-color: #75A8C6;} 
	a:active { text-decoration: none}
	
	.text1 {font-size: 11px; color: #FFFFFF}
	.text9 {font-size:10px; color:#155071}
	.text9dblau {font-size: 11px; color: #155071}
	.text12 {font-size:13px; color:#FFFFFF}
	.text13 {font-size:14px; color:#155071;}
	.text13bold {font-size:14px; color:#155071;font-weight: bold}
	.abgelaufen {font-size:14px; color:#858A8C}
	.text16 {font-size:17px; color:#155071}
	.text10 {font-size:11px; color:#155071}
	.text12dblau {font-size: 13px; color: #155071}
	.text14dblau {font-size: 15px; color: #155071}
	.text18 {font-size:19px; color:#155071}
	.textfett {font-size:13px; color:#155071}
	.uebersicht1 {font-size:10px; color:#000063; }

	.headline {font-size: 19px; color: #155071; font-weight: bold}
	
	.downloadbereich {font-size:14px;background-color:#D8ECF7;width:250px;height:35px;}

h1 {font-weight: bold; font-size:15px;}


/* dieser Teil für Internet Explorer */
@media screen{
	.x{}
	
	.text1 {font-size: 10px; color: #FFFFFF}
	.text9 {font-size:9px; color:#155071}
	.text9dblau {font-size: 10px; color: #155071}
	.text12 {font-size:12px; color:#FFFFFF}
	.text13 {font-size:12px; color:#155071}
	.text13bold {font-size:12px; color:#155071;font-weight: bold}
	.abgelaufen {font-size:12px; color:#858A8C}
	.text16 {font-size:16px; color:#155071}
	.text10 {font-size:10px; color:#155071}
	.text12dblau {font-size: 12px; color: #155071}
	.text14dblau {font-size: 14px; color: #155071}
	.text18 {font-size:18px; color:#155071}
	.textfett {font-size:12px; color:#155071;font-weight: bold}
	.uebersicht1 {font-size:10px; color:#000063; }
	
	.headline {font-size: 19px; color: #155071; font-weight: bold}

	.rahmen {
		border: #155071;
		border-style: solid;
		border-top-width: 2px;
		border-right-width: 2px;
		border-bottom-width: 2px;
		border-left-width: 2px;
		background-color:#FDFAF1
	}
	
	.inputhome {width: 146px; height: 22px;}
	
	.downloadbereich {font-size:12px;background-color:#D8ECF7;width:250px;height:35px;}
}