/* allgemein */

html{height: 101%;}

body{
	background: url('images/bgcolor.jpg') repeat;
	min-height: 101%;
	width: 100%;
	margin:0px;
	padding:0px;
}

a{
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}
ul,p{
	margin: 0px;
	padding:0px;
	list-style: none;
}
h1{
	margin-top:10px;
	margin-bottom:10px;
	font-weight:bold;
	color:#336699;
	font-size:18px;
	font-family:Arial;
}
h2{
	margin-top:10px;
	margin-bottom:10px;
	font-weight:bold;
	color:#336699;
	font-size:14px;
	font-family:Arial;
}

.site_head{
	width: 100%;
	float:left;
	background: url('images/headline.jpg') repeat-x;
}
.innersite{
	width:944px;
}
/* topmenu */
.topmenu{
	width: 944px;
	float:left;
	height:28px;
	background: url('images/topmenu.jpg') no-repeat;
	text-align:left;
}
.topmenu ul{
	margin-left:780px;
}
.topmenu li{
	float:left;
	padding:10px 20px 10px 0px;
	font-size:11px;
	font-family:Verdana;
}
.topmenu li a{
	color:#000000;
}

.notdienst{
	width: 944px;
	float:left;
	height:95px;
	background: url('images/notdienst.jpg') no-repeat;
}
/* mainmenu */
.mainmenu{
	width: 944px;
	float:left;
	height:50px;
	background: url('images/mainmenu.jpg') no-repeat;
}
.mainmenu ul{
	margin-left:5px;
	float:left;
}
.mainmenu li{
	float:left;
	text-align:center;
	width:120px;
	font-size:12px;
	font-family:Verdana;
	padding-top:17px;
}
.mainmenu li a{
	color:#666666;
	font-weight:bold;
}
.mainmenue{
	width:605px;
	height:50px;
	float:left;
}
.search{
	height:50px;
	float:left;
}
.mainmenu #ajaxSearch_form{
	padding:0px;
	margin:0px;
	margin-left:30px;
	float:right;
	display:block;
}

#ajaxSearch_input{
	border:inset 0px;
	width:114px;
	height: 24px;
	color: #666666;
	font-family: verdana;
	font-size: 11px;
	background: url('images/searchfield.jpg') no-repeat;
	background-color: transparent;
	margin:0px;
	padding-left:8px;
	padding-right:8px;
	padding-top:4px;
	float:left;
	margin-top:10px;
}

#ajaxSearch_submit{
	border: 0px;
	width:60px;
	background-color:transparent;
	height: 28px;
	margin:0px;
	margin-left: 4px;
	cursor: pointer;
	margin-top:10px;
	margin-right:30px;
}

#search_hidden{
	display: block;
	visibility: hidden;
}

/* main */
.main{
	width:944px;
	float:left;
	background: url('images/main_back.jpg') repeat-y;
	padding-top:10px;
}
.main_left{
	float:left;
	width:265px;
}
.main_right{
	float:right;
	width:679px;
}
.content_left{
	padding-left:25px;
	width:240px;
}
.content_right{
	padding-left:20px;
	padding-right:27px;
	width:632px;
}
.slogan{
	background: url('images/sloagan.jpg') no-repeat;
	color:#000000;
	font-family: Verdana;
	font-size: 14px;
	text-align: left;
	height:61px;
	width:632px;
	float:left;
}
/*menuleft*/
.navbox_top{
	background: url('images/navbox_top.jpg') no-repeat;
	height:43px;
	width:240px;
	float:left;
}
.navbox_main{
	background: url('images/navbox_main.jpg') repeat-y;
	width:210px;
	float:left;
	padding:0px 15px 0px 15px;
}
.navbox_main li{
	float:left;
	width:190px;
	text-align:left;
	font-size:12px;
	font-family:Verdana;
	padding-top:10px;
	padding-bottom:10px;
	padding-left:20px;
	background: url('images/navigation_back.jpg') no-repeat;	
}
.navbox_main li a{
	color:#666666;
}

.navbox_bottom{
	background: url('images/navbox_footer.jpg') no-repeat;
	width:240px;
	float:left;
	height:25px;
}
/*chunk bloecke*/
#address{
	background: url('images/address.jpg') no-repeat;
	width:240px;
	float:left;
	height:230px;
	color:#ffffff;
	font-size: 16px;
	font-family: Arial;
	margin-top:25px;
	text-align:left;
}
.notdienst p{
	display:block;
	width:910px;
	text-align:right;
	color:#660000;
	font-family:verdana;
	font-size:16px;
	padding-right:34px;
	padding-top:30px;
}
.slogan p{
	font-size:16px;
	color:#000000;
	font-family:Verdana;
	padding:10px 10px 4px 10px;
}
#address p, #address a{
	padding-left:18px;
	padding-top:15px;
	padding-bottom:10px;
	display:block;
}
/* breadcrumb */

.breadcrumb{
	width: 612px;
	text-align: left;
	font-family: verdana;
	font-size: 10px;
	color: #666666;
	padding:7px 10px 7px 10px;
	float:left;
}

.breadcrumb a{
	color:#666666;
}
/* inhalt */
.content_top{
	width:632px;
	background: url('images/content_top.jpg') no-repeat;
	float:left;
	height:10px;
	font-size:8px;
}
.content_middle{
	width:592px;
	background: url('images/content_main.jpg') repeat-y;
	float:left;
	padding:10px 20px 10px 20px;
	text-align:left;
	color:#000000;
	font-size:13px;
	font-family:Arial;
}
.content_middle a{
	color:#0066FF;
	text-decoration:underline;
}
.content_bottom{
	width:632px;
	background: url('images/content_bottom.jpg') no-repeat;
	float:left;
	height:18px;
}
.line_dotted{
	width:592px;
	margin-top:20px;
	margin-bottom:5px;
	background: url('images/line_dotted.jpg') repeat-x;

}
.picbox{
	width:192px;
	float:left;
	font-size:12px;
	color:#666666;
	margin-right:8px;
	padding-top:20px;
}
.picbox img{
	border:solid 1px #0066FF;
}
#picbox_zero{
	margin-right:0px;
}
.picline{
	width:592px;
	float:left;
}
/* kontaktformular */
.form_container{
	float:left;
	margin-right:20px;
	width:450px;
}
.form_container2{
	float:left;
	margin-right:20px;
	width:580px;
}
.form_container2 div{
	margin-top:8px;
}

.errors{
	color:red;
	font-size: 11px;
}

#EmailForm{
	margin-top:10px;
}
label{
	font-size: 11px;
	color: #333333;
	height:16px;
	padding-top:4px;
	display:block;
	width:100px;
	float:left;
}
.anfrage label{
	width:280px;
}
.form_text2{
	width: 248px;
	height:18px;
	border: solid 1px #666666;
	background-color: #eeeeee;
	color:#333333;
	font-size: 11px;
	font-family: Verdana;
	margin-bottom:8px;	
}
.form_text{
	width: 346px;
	height:18px;
	border: solid 1px #666666;
	background-color: #eeeeee;
	color:#333333;
	font-size: 11px;
	font-family: Verdana;
	margin-bottom:8px;	
}

.button_send{
	border: outset 1px #666666;
	width:102px;
	height: 32px;
	color: #000000;
	font-family:Helvetica;
	font-size: 11px;
	margin-top: 6px;
	cursor: pointer;
}
/* footer */
.footer{
	width:944px;
	background: url('images/footer.jpg') no-repeat;
	float:left;
	height:90px;
}

.footer p{
	width: 270px;
	float:left;
	margin: 0px;
	padding: 0px;
	text-align: left;
}

span.error{color:red;font-style:italic;display:block;margin-left:50px;}
span.error2{color:red;font-style:italic;}
