/* CSS Document */

html {
	margin: 0;
	padding: 0;
}

body {
	margin: 20px 0 50px 20px;
	padding: 0;
	background-color: #CBD2D9;
}


#page-container {
	width: 908px;
	height: 900px;
	margin: auto;
	background-color: #FFFFFF;
}
#page-container-faq {
	width: 908px;
	height: 100%;
	margin: auto;
	background-color: #FFFFFF;
}
#header{
	height:187px;
}
#navi{
	height:28px;
	width:867px;
	text-align:right;
}
#bild{
	margin-bottom:30px;
}
#content{
	background-color:#eff1f4;
	height: 400px;
}
#content-big{
	background-color:#eff1f4;
	height: 669px;
}
#content-faq{
	background-color:#eff1f4;
	height: 1200px;
}

#margin{
	margin-left:10px;
	margin-right:10px;
	background-color:#EFF1F4;
}
#content-left-home{
	margin: 0 0 0 23px;
	float:left;
	width:240px;
	height:385px;
}
#content-left{
	margin: 0 0 0 23px;
	float:left;
	width:240px;
	height:385px;
	background-image:url(../images/bg_navi.gif)
}
#content-right-faq{
	float:left;
	width:560px;
	height:1200px;
}

#content-right{
	float:left;
	width:560px;
}
#content-right-small{
	float:left;
	width:300px;
}
#content-pic{
	float:left;
	width:250px;
}
#content-right-big{
	margin-top:30px;
	float:left;
	width:560px;
	height:600px;
}
#footer{
	background-image:url(../images/footer.gif);
	height:49px;
	width:908px;
}
#impressumlink{
	height:49px;
	width:90px;
	float:right;
}

img {
	border: 0;
	margin: 0;
	padding: 0;	
}

