body{
	padding: 0px;
	margin: 0px;
	background: #DAD9D9 url(images/hg.jpg) repeat-x top left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
}

#container{
	position: relative;
	text-align: left;
	position: relative;
	width: 614px;
	margin: 7px auto;
}

#logo{
	height: 74px;
	width: 614px;

}

#header{
	position: relative;
	height: 244px;
	width: 614px;
	background: url(images/header_bg.png) no-repeat 0px 74px;
}

#header_img{
	position: absolute;
	top: 109px;
	left: 28px;
	height: 134px;
	width: 429px;
}

#menu{
	padding: 10px 0px 0px 12px;
	width: 614px;
}

#menu span{
	padding-right: 15px;
}

#main{
	background: #DCD8D7 url(images/shadow_left.jpg) no-repeat 0px 0px;
	padding: 0px 0px 6px 29px;
}

#content{
	float: left;
	width: 428px;
	background-color: #fff;
}

#infoteaser{

	height: 149px;
	width: 428px;
}

#infocol{

	float: left;
	width: 157px;
	height: 279px;
}

#content_text{
	padding: 10px;
}

#content_text a{
	color: #FFBE00;
	text-decoration: none;
}

#content_text a:hover{
	color: #FFBE00;
	text-decoration: underline;
}

#footer{
	width: 614px;
	height: 31px;
	background: #DCD8D7 url(images/footer_bg.jpg) no-repeat 0px 0px;
}

#footer_shadow{
	width: 614px;
	height: 35px;
	background: url(images/footer_shadow.png) no-repeat 0px 0px;
}

#footer_text{
	font-size: 10px;
	padding: 6px 0px 0px 29px;
	width: 428px;
	float: left;
	letter-spacing: -0.07em;
}

#submenu{
	font-size: 10px;
	padding: 6px 0px 0px 0px;
	width: 130px;
	float: left;
}

#submenu a{
	color: #000;
	padding: 0px 5px;
	text-decoration: none;
}

#submenu a:hover{
	color: #000;
	padding: 0px 5px;
	text-decoration: underline;
}

#language{
	position: absolute;
	z-index: 10;
	top: 86px;
	left: 528px;
}

#language img{
	border: none;
}

.clearer{
	clear: both;
}


/*
###########  zwei Spalten
*/

.zwei_spalten{
width: 100%;
clear: both;
margin-bottom: 15px;
}

.spalte_eins{
float: left;
width: 49%;
}

.spalte_zwei{
float: right;
width: 49%;
}

.spalte_floatstopper{
clear: both;
} 

/*
###########  Mailformular
*/

.csc-mailform{
	border: none;
	padding: 0px;
	margin: 0px 5px 0px 5px;
}
.csc-mailform-field{
	clear: both;
	padding: 5px 0px 5px 0px;
}
.csc-mailform-field .csc-mailform-check{
	height: 18px;
	width: auto !important;
}

.csc-mailform-field input{
	float: left;
	margin: 0px;
	padding: 0px;
	line-height: 18px;
	font-size: 10px;
	height: 18px;
	width: 380px;
}

.csc-mailform-field textarea{
	width: 380px;
}

.csc-mailform-field label{
	/*height: 18px;*/
	float: 180px;
	display: block;
}
.csc-mailform-submit{
	margin-left: 200px;
	width: auto !important;
	height: auto !important;
}