/* Allgemeines: */
*{
	padding:0;
	margin:0;
}
body{
	font-family:Tahoma;
  	color: #333333;
	text-align: center;
	overflow: scroll;
	margin-bottom:10px;
  	margin-left:15px;
}

/* Hauptcontainer */
.rootCont{
	background-color:white;
	width:900px;
	/*height:486px;*/
	z-index:0;
	text-align:left;
	margin: 0 auto;
	margin-top:10px;
	/*overflow: hidden;*/
}

.headerCont{
	background-color:white;
	z-index:1;
	width:900px;
	/*position:absolute;*/
}
.headerCont .roundCont {
	padding: 0;
	height: 134px;
	background-color:#E3FFE0;
}

.naviCont{
	float:left;
	background-color:white;
	z-index:2;
	width:180px;
	/*margin-left:5px;
	margin-top:5px;*/
}
.naviCont .roundCont {
	background-color:white;
}

.contentCont{
	background-color:white;
}
.contentCont .roundCont {
	padding-left:15px;
	background-color:#F6FFF5;
	margin-left:180px;
	border-right: solid 1px lightgreen;
	padding-bottom:10px;
	/*min-height-Hack:*/
	min-height:400px;
  	height:auto !important;
  	height:400px;
}
.contentCont .roundCont .minHeight{
	width:5px;
	height:400px;
	background-color:red;
	float:left;
}

.footerCont{
	background-color:white;
	z-index:2;
	width:900px;
	margin-top:0px;
	margin-bottom:20px;
	text-align: right;
}
.footerCont .roundCont {
	padding: 5px 10px;
	height: 20px;
	background-color:#C1F6C1;
}