/*=====================================================*/
/*=================== Grundeinstellungen =============*/
/*===================================================*/

* {
font-family: Arial, Verdana, sans-serif;
} 

body {
	background-image:url(../img/bg_1.jpg);
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}



/*=====================================================*/
/*=================== Schriften ======================*/
/*===================================================*/


.head { 
 font-family:Arial, sans-serif; 
 font-size: 11pt; 
 color: #12325B;
 }


.head2 { 
 font-family:Arial, sans-serif;  
 font-size: 8pt; 
 color: #98050D;
 }

.text { 
 font-family:Arial, sans-serif; 
 font-size: 8pt; 
 color: #484B4D;
 }

.text2 { 
 font-family:Arial, sans-serif; 
 font-size: 7pt; 
 color: #484B4D;
 }
 
.news { 
 font-family:Arial, sans-serif; 
 font-size: 7pt; 
 color: #777777;
 }

.news2 { 
 font-family:Arial, sans-serif; 
 font-size: 7pt; 
 color: #000000;
 }

.bottom { 
 font-family:Arial, sans-serif; 
 font-size: 7pt; 
 color: #B3B3B2;
 }

/*=================================================*/
/*=================== Links ======================*/
/*===============================================*/
.formular input,select {
	font-family:				Arial, Helvetica, sans-serif;
	font-size:					11px;
	color:						#000;
	padding:					2px;
	height:						20px;
	border:						1px solid #CDCDCD;
}



A {color: #484B4D;text-decoration: underline;} 
A:hover {color: #e86f2a;text-decoration: underline;}

.A1 {
color: #888888;
font-size: 7pt;
font-family:Arial, sans-serif;  
text-decoration: none;
} 

.A1:hover {
color: #e86f2a;
font-size: 7pt;
font-family:Arial, sans-serif; 
text-decoration: none;
}


.A2 {
color: #354E86;
font-size: 7pt;
font-family:Arial, sans-serif;  
text-decoration: underline;
} 

.A2:hover {
color: #e86f2a;
font-size: 7pt;
font-family:Arial, sans-serif; 
text-decoration: underline;
}


.A3 {
color: #B3B3B2;
font-size: 7pt;
font-family:Arial, sans-serif;  
text-decoration: underline;
} 

.A3:hover {
color: #e86f2a;
font-size: 7pt;
font-family:Arial, sans-serif; 
text-decoration: underline;
}







/*=================================================*/
/*=================== Background Grafiken ========*/
/*===============================================*/



.bg1 {background-image: url(../img/bg_header.gif);}
.bg2 {background-image: url(../img/bg_strich_adresse.gif);}
.bg3 {background-image: url(../img/bg_news_verlauf.jpg);}
.bg4 {background-image: url(../img/bg_main_verlauf.jpg);}

.bg5 {
      background-image: url(../img/tab_bg.gif);
      font-family:Arial, sans-serif; 
      font-size: 10pt; 
      color: #12325B;

}


