@import url("content.css");
@import url("topmenu.css");
@import url("efaq.css");


html, body {
	width:100%;
}
body {margin: 0; padding: 0;}

body{
	background: #CCD2DD url(img/bg_body.gif) repeat-y;
	background-position:top center;
	margin:0px;
	padding:0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#000000;
	width:100%;
	overflow: -moz-scrollbars-vertical;
	text-align: center;
}

#headerbar{
	width:100%; 
	height:219px;
	background: #8191A5 url(img/bgheader.jpg) repeat-x top center;
	text-align:center;

}

.logo img{
	margin-top:20px;
}

.headgefuddel{
	height:193px;
	background: url(img/transparentes.jpg) no-repeat top left;
}

div{
	border:0px solid red;
}

#contentContainer{
	width:960px;
	margin:auto auto;
	clear:both;
	border:0px solid red;
}

#contentLeft{
	width:470px;
	float:left;
	padding:15px;
}

#contentRight{
	width:400px;
	float:left;
	padding:15px;
}
