@charset "utf-8";
/* CSS Document */


body {
  color: #000000;
  background: #EEF3F9;
  background-image:url(../images/body_hint.jpg);
  background-repeat:no-repeat;
  font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height:130%;
  padding:  0;
  margin: 0;
  text-align: center;   /* Zentrierung fuer alte IEs */
}

a { text-decoration: none;}

a:link    { color: #8F0C12;}
a:visited { color: #78A3D9;}
a:focus, a:hover, a:active { color: #CC0000;}



/* Allgemeine Klassen
/* * * * * * * * * * * * * * * * * * * * * * * * * * */

.stopFloat {
  display: block;
  float: none;
  clear: both;
  height: 0px;
  font-size: 0px;
  line-height: 0px;
}



/* Rahmen1
/* * * * * * * * * * * * * * * * * * * * * * * * * * */

#container1 {
  
  
  width: 970px;            /* der Breite des Hintergrundbilds entsprechend */
  margin: 0 auto;          /* Zentrierung fuer moderne Browser */
  text-align: left !important;        /* text-align:center (body) "neutralisieren" */
  
  
}
/* Rahmen2
/* * * * * * * * * * * * * * * * * * * * * * * * * * */

#container2 {
  
  
  width: 970px;            /* der Breite des Hintergrundbilds entsprechend */
  margin: 0 auto;          /* Zentrierung fuer moderne Browser */
  text-align: left !important;        /* text-align:center (body) "neutralisieren" */
  background-image:url(../images/container_hint.jpg);
  background-repeat:repeat-y;
  
 
  
}

/*HeadLeiste oben
/*******************************************************/

#head {
  
  width:970px;
  height: 65px;
  margin: 0;
  padding: 0;
  
   }
  #head .logo{
	 float:left;
	 width:400px;
	 height:65px;
 }
 #head .sprache {
	 float:left;
	 width:570px;
	 height:65px;
 } 
  
 /*Navigationsbox - Hauptmenue
/*******************************************************/

#hauptmenue {
   width:970px;
  height: 360px;
  margin: 0;
  padding: 0;
  background-image:url(../images/headmenue_links.jpg);
  background-repeat:no-repeat;
  }   
 /*MENÜ Horizontal
/*******************************************************/

#untermenue {
	width:970px;
	height: 31px;
	margin: 0;
	padding: 0;
	background-image:url(../images/menue.jpg);
	background-repeat:no-repeat;
	
   } 
 
.text{
	color: #FFF;
	font-weight: bold;
	margin-left:100px;
	font-size:16px;
	padding-top:7px;
	
}




/* Spalte 2
/* * * * * * * * * * * * * * * * * * * * * * * * * * */

#spalte2 {
  width: 970px; 
  font-size: 12px;
  text-align:left !important;
  background-color:#FFF;
  background-image:url(../images/inhalt.jpg);
  background-repeat:no-repeat; 
 
}

.inhalt{
	margin: 0px 10px 0px 10px;
	
}



 
 /* Fuss
/* * * * * * * * * * * * * * * * * * * * * * * * * * */

#fuss {
  float:left;
  height: 80px;
  width:970px;
  margin: 0px;
  padding:0px;
  background-image:url(../images/fuss.jpg);
  background-repeat:no-repeat; 
    
    }
	
					




/* **** Alle Ueberschriften*******************************************************************************/

h1 {
    
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#FFFFFF !important;
	font-size: 13px;
	font-weight: bold;
	padding: 0px;
	margin-left:30px;
	
	
        }
		

h2 {
    display:block;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align: left;
	color: #78A3D9;
	font-size: 12px;
	font-weight: bold;
	padding: 0px;
		        }
				
h3 {
    display:block;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align: left;
	color: #666666;
	font-size: 12px;
	font-weight: bold;
	padding: 0px;
		        }

