@charset "UTF-8";
/* CSS Document */

body{
	background:url(img_seitenaufbau/bg_sterne.jpg) repeat-x #768187;
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
	margin: 20px auto 20px auto;
}

#wrapper{
	width:900px;
	margin: auto;
	float:none;
	clear:both;
}

#head1-index{
	float:none; 
	clear:both; 
	height:214px; 
	width:900px;
	background:url(img_seitenaufbau/index_head1.jpg) no-repeat;
	text-align:center;
	}
	
#head2-index{
	float:none; 
	clear:both; 
	width:900px;
	height: 165px;
	text-align:center;
	background-color:#FFF
	}

	
#head3-index{
	float:none; 
	clear:both; 
	height:40px; 
	width:900px;
	}
	
#head1{	
	float:none; 
	clear:both; 
	height:156px; 
	width:900px;
	background:url(img_seitenaufbau/head1.jpg) no-repeat;
	text-align:center;
}
	
#menu-wrapper{
	padding:25px 75px 0 75px;
}

#menu{
	background:url(img_seitenaufbau/menue-bg.jpg) repeat-x;
	text-align:center;
	color:#FFF;
	width:750px;
	min-height:15px;
	padding:3px 0;
}

#head2{
	float:none; 
	clear:both; 
	width:900px;
	padding-bottom:30px;
	background-color:#FFF;
}

#head3{float:none; 
	clear:both; 
	width:900px;
	background-color:#FFF;
	margin:0;
}

#content{
	background-color:#FFF;
	float:none;
	clear:both;
	min-height:200px;
	padding: 0 20px 10px 20px;
}

#content-inside{padding: 0 55px; text-align:left;}

.column-left{
	width:350px;
	float:left;
}

.column-right{
	width:350px; 
	float:right;
}

#bottom-index{ 
float:none;
clear:both;
width:900px;
height:202px;
}

#bottom{
	float:none;
clear:both;
width:900px;
height:60px;
background-color:#FFF;
}

.clearer{
	width:100%;
	float:none;
	clear:both;
}

/*//// Schriften /////*/

p, table{	font-size:12px; line-height:140%;}

.agb{font-size:11px; line-height:140%}

p a:link, p a:visited{color:#039; text-decoration:none;}
p a:hover{color:#039; text-decoration:underline}

.p-hinweis{color:#C39; font-weight:bold}

h1, h2, h3{font-family:"Arial Narrow", Arial, Helvetica, sans-serif; font-weight:bold;}

h1{font-size:30px; color: #f6ab29; margin:0 0 20px 0;}

h2{ font-size: 20px; color: #f6ab29}

h3{ font-size: 16px; color: #f6ab29}

#menu p{
	margin:0; 
	font-size:13px;
	font-family:"Arial Narrow", Helvetica, sans-serif;
	letter-spacing:1px;
}

#menu a:link, #menu a:visited{color:#FFF; text-decoration:none;}
#menu a:hover{color:#f6ab29; text-decoration:none;}

a.menu-aktiv {color:#f6ab29;}

/*//// Formular /////*/

input.feld1 {width:200px;}
input.plz{width:40px;}
input.ort{width:154px;}
textarea{width:200px;}

label{width: 90px; float:left; display:block;}

form{margin-top:20px;}

.teaser{
	background:url(img_seitenaufbau/bg_teaser.jpg) no-repeat;
	margin: 15px 0;
	padding: 10px 20px;
	text-align:left;
	color:#FFF;
}

.teaser p{
	font-size:12px;
	font-weight:bold;
	margin:0;
}
.teaser h1{
	font-size:18px;
	font-weight:bold;
	margin:0;
	color:#FFF;
}

.align-center{text-align:center}
