/*DIV CONTAINER*/
div#container {background-color: #transparent;
	text-align: center;
	width:990px;
	left:50%;
	position: absolute;
	margin-left: -495px;
}

/*DIV HEADER*/
div#header {background-color: #transparent;
	width: 100%;
	float: left;
	background-image: url(img/BGheader.jpg);
	height:80px;
	margin: 0px;
}/*DIV HEADER*/


/*DIV TOPLINE*/
div#topline {background-color: #transparent;
	width: 100%;
	height: 130px;
	float: left;
	background-image: url(img/BGtopline.jpg);
	margin:0px;
}/*DIV TOPLINE*/


/*DIV LEFTBAR*/
div#leftbar {background-color: #transparent;
	text-align: right;
	width: 170px;
	float: left;
	background-image: url(img/BGleftbar.jpg);
/*Fixe Layout-Höhe*/
/*	height: 390px;
/**/
}/*DIV LEFTBAR*/


/*DIV CONTENT*/
div#content {background-color: #transparent;
	width: 820px;
	float: left;
	background-repeat: no-repeat;
/*Fixe Layout-Höhe*/
/*	height: 390px;
/**/
}/*DIV CONTENT*/


/*DIV CONTENT_BOx*/
div#content_box {background-color: #transparent;
	width: 740px;
	float: left;
	text-align: left;
	position: relative;
	left: 70px;
/*Dynamische Layout-Höhe*/
	padding: 30px 0px 10px 0px;
/**/
/*Fixe Layout-Höhe*/
/*	top: 30px;
/*	height: 350px;
/*	overflow: auto;
/**/
}/*DIV CONTENT_BOX*/


/*DIV FOOTER*/
div#footer {background-color: #transparent;
	width: 100%;
	clear: both;
	height: 100px;
	background-image: url(img/BGfooter.jpg);
}/*DIV FOOTER*/