body {
	/*background-color: #eaeaea;*/
	background-color: #F0F0F0;/*ist ein bisschen freundlicher/heller*/
	margin: 0 auto;
}

#main {
	margin: 0 auto;
	text-align: left;
	width: 996px;
	/*height: auto;*/
	position: relative;
	background-image: url("../img/content-bg.gif");
	background-repeat: repeat-y;
}

#header {
	width: 992px;
	height: 129px;
	position: relative;
	left: 2px;
	top: 1px;
}

.logo {
	width: 222px;
	height: 129px;
	background-color: #fdfdfd;
	position: absolute;
	top: 0px;
	left: 0px;
}

.banner {
	width: 770px;
	height: 129px;
	position: absolute;
	top: 0px;
	left: 222px;
}

#top-navigation {
	width: 992px;
	height: 35px;
	position: relative;
	left: 2px;
	top: 1px;
	background-image: url("../img/topnav-bg.gif");
	background-repeat: repeat-x;
}

#content {
	width: 992px;
	/*height: auto;*/
	position: relative;
	top: 1px;
	left: 2px;
	background-image: url("../img/bg-content.gif");
	background-repeat: repeat-y;
	min-height: 550px;
	border-bottom: 1px solid black;
}

#sub-nav {
	width: 224px;
	/*height: auto;*/
	position: absolute;
	top: 0px;
	left: 0px;
}

#bcms {
	width: 768px;
	/*height: auto;*/
	position: relative;
	top: 0px;
	left: 224px;
	padding-bottom: 20px; 
}

.subnav {
	width: 188px;
	/*height: auto;*/
	position: relative;
	top: 10px;
	left: 9px;
}

.subnav-1 {
	background-image: url("../img/subnav-1.gif");
	height: 6px;
	width: 188px;
}

.subnav-2 {
	background-image: url("../img/subnav-2.gif");
	/*height: auto;*/
	width: 188px;	
}

.subnav-3 {
	background-image: url("../img/subnav-3.gif");
	height: 6px;
	width: 188px;
}

#bcmscontent {
	width: 738px;
	/*height: auto;*/
	top: 10px;
	left: 15px;
	position: relative;
}

.bcmscontent-1 {
	width: 738px;
	height: 6px;
	background-image: url("../img/bgcontent-1.gif");
	background-repeat: no-repeat;
}

.bcmscontent-2 {
	width: 738px;
	/*height: auto;*/
	background-image: url("../img/bgcontent-2.gif");
	background-repeat: repeat-y;
	min-height: 450px;
	padding: 5px 10px;
}

.bcmscontent-3 {
	width: 738px;
	height: 6px;
	background-image: url("../img/bgcontent-3.gif");
	background-repeat: no-repeat;
}

