/* @override http://localhost:8888/mbb/_css/layout.css */

div.container {
	position: relative;	
	width: 1000px;
	padding-top: 20px;
	margin-top: -20px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: -20px;
	background: #5e5946 url(../_images/background_tapete.png) repeat-y center;
	padding-bottom: 20px;
	padding-left: 10px;
	min-height: 1000px;
}

/* ------------------------------------------------------------------------- */

div.navigation{
	position: absolute;
	width: 212px;
	margin-left: 30px;
	top: 211px;
	bottom: 0;
	background-repeat: repeat-y;
 }

div.navtop{
	width: 212px;
	margin-left: 30px;
	top: 202px;
	margin-top: -25px;
}

img.navigation {
	width: 212px;
	height: 33px;
	margin-left: -40px;
}

/* ------------------------------------------------------------------------- */

div.head {
	position: relative;
	width: 951px;
	height: 202px;
	margin-left: auto;
	margin-right: auto;	
	margin-top: -18px;
}

/* ------------------------------------------------------------------------- */

div.content {
	margin-left: 286px;
	margin-top: 5px;
	width: 637px;
	/* testing stuff..
	height: 100%;
	opacity: 0.5;
	background-color: black;
	*/
}

div.contentheader {
	margin-left: 252px;
	margin-top: 5px;	
	width: 739px;
}