
/*Allgemeine Formate*/
body{
font-family:Arial;
text-align:center;
margin:0px;
padding:0px;
background-color:#ccc;
height:auto;
}

a:link{
color:#336699;
text-decoration:none;
}
a:visited{
color:#336699;
text-decoration:none;
}
a:hover{
color:#336699;
text-decoration:underline;
}
a:active{
color:#666666;
text-decoration:underline;

}
a:focus{
color:#666666;
text-decoration:underline;

}
a:name{
color:#666666;
text-decoration:none;

}
h1{
font-size:16px;
font-weight:bold;
color: #666666;
}

h2{
font-size:14px;
font-weight:bold;
}

h3{
font-size:14px;
font-weight:normal;
font-style:underline;
}

td{
font-size:12px;
font-weight:normal;
font-family:Arial;
}


ul.norm{
margin:10px auto auto 20px;
list-style-type:circle;
color: #336699;
}

li{
	color: #666666;
}
/*Spezielle Formate*/


.container{
margin: 5px auto; /* !!! Mozilla Fehler, Anweisung muss als erstes im container stehen*/
width:950px;
height:auto;
text-align:left;
overflow:auto;
font-family:Arial;
font-size:12px;
color:#000000;
background-color:#fff;
border: 1px solid #999;

    	}

.clear {
	float: none;
     	clear:both;
	height: 1px;
	background-color: #FFFFFF;
	width: 1px;
	}	


/*Seiteneinteilung*/

.header{
margin:2px 0px 2px 0px;
width:948px;
height:160px;
}
.hlinks{
	width: 290px;
	float: left;
	}
	
.navoben{
margin: 2px auto auto 18px;	
}
.hrechts{
		width: 648px;
		float: right;
		height: 160px;
		}

.adresse{
margin-top: 70px;
margin-left: 200px;
float: left;
	}

.logo{
	
	float: right;
	}
	
.site{
margin-top: 0px;
width:950px;
color: #fff;
font-weight: bold;
background-color: #5588bb;
font-size: 16px;
height: 24px;
padding-top: 5px;
text-align: center;	
	}

.mainges{
margin-top:0px;
width:948px;
height:auto;
padding:0px;
}

.mainleft{
	float: left;
	margin-right: 0px;
	}
	
	
.navi{
border:solid 1px #999;
height:auto;
width:185px;
margin:10px 5px 10px 10px;
}

.navi a:link, a:visited{
color:#666666;
}


.navitop{
height:18px;
background-color:#5588bb;
color:#ffffff;
width:185px;
text-align:center;
font-size:14px;
font-weight:bold;

}
.teaser{
border:solid 1px #999;
height:auto;
width:185px;
margin:10px 5px auto 10px;
text-align: center;
}

.teaser a:link, a:visited{
color:#000000;
}



.teasertop{
height:18px;
background-color:#5588bb;
color:#ffffff;
width:185px;
text-align:center;
font-size:14px;
font-weight:bold;

}

.text{
float: right;
width:690px;
height:auto;
margin:0px 0px auto 0px;
padding:0px 5px 5px 0px;
overflow:auto;
}


.footer{
	margin-top: 0px;
clear:both;
width:948px;
height:30px;
font-size:10px;
margin-top:10px;
margin-bottom:10px;
text-align:center;
}


.grey{
	color: #666666;
	}

.spalten {
-moz-column-gap: 10px;
-webkit-column-gap: 10px;
column-gap: 10px;
-moz-column-count: 2;
-webkit-column-count: 2;
column-count: 2;
-moz-column-rule: 1px dotted #666;
-webkit-column-rule: 1px solid #666;
column-rule: 1px solid #666;

padding: 5px;
}
