@charset "utf-8";
html {
	height:100%;
}
body {
	height:100%;
	margin:0;
	padding:0;
	background-color: #4a4f53;
}

/* STRUKTUR */
#wrapper {
	height:100%;
	width:100%;
}
#kopfbereich {
	width:100%;
	height:150px;
	background-image: url(../assets/top_hg.jpg);
	background-repeat: repeat-x;
}
#contentwrapper {
	width:100%;
	height:70%;
	background-color: #fff;
}
#navileiste {
	width:125px;
	height:100%;
	float:left;
	background-color:#31597f;
	line-height: 70%;
}
#content {
	width:800px;
	height:98%;
	background-color: #fff;
	float:left;
	padding:5px 10px 5px 10px;
	overflow:auto;
}
#fussbereich {
	width:100%;
	height:50px;
	background-image: url(../assets/footer_hg.gif);
	background-repeat: repeat-x;
	background-color: #a6b3ba;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
}
