
@import url(menu.css);
@import url(form.css);
@import url(sonstiges.css);
@import url(tabellen.css);

body {
font-size:80%;  
color:#333333; 
font-style:normal; 
font-weight:normal; 
font-family:Frutiger, Arial, Verdana, Helvetica, sans serif;
text-decoration:none;
  margin:0px;
background-color:#EEF6F9;

  }

/*
 background-color:#66AAD7;
*/
.gesamt
{
width:944px;
margin:auto;
background-color:#ffffff;
height:auto;
display:block;

}



.content
{
	background-image : url(bilder/bg-unten.gif);
	background-repeat : repeat-y;
	width:944px;
	margin:0px;
		padding:0px;
		border-bottom: 1px solid #6DCAAB;
}


.content-folge
{
	background-image : url(bilder/bg-unten-folge.gif);
	background-repeat : repeat-y;
	width:944px;
	margin:0px;
		padding:0px;
		display:block;
		border-bottom: 1px solid #6DCAAB;
}

.kopf
{
display:block;
margin:0px;
padding:0px;
}


.hauptmenu
{
width:207px;
float:left;
margin-top:5px;

}

.text
{



		margin-left:207px;
		margin-top:0px;
		width:737px;

}




* html .hauptmenu { 
margin-right: -3px; 
} 
* html .text { 
margin-left: -3px; 
} 


.linke_spalte
{


float:left;
		margin-top:0px;
		width:557px;

}

.rechte_spalte
{


margin-left:557px;
		margin-top:0px;
		width:180px;
		

}

* html .linke_spalte { 
margin-right: -3px; 
} 
* html .rechte_spalte { 
margin-left: -3px; 
} 
