/***********************************************/
/*            dietmar_obert.css                */
/***********************************************/

/***********************************************/
/*           Layout Positionierung             */
/***********************************************/

html, body {

	margin-left: 0px;
	margin-right: 0px;
	width: 95%;
	height: 95%;
	background-color:#000000;
}
/*************** Container Bereich ***************/

#page {
	position: absolute;
	width: 750px;
	height: 580px;
	background-color: #000000; 
	left: 50%;
	top: 50%;
	margin-left: -373px;
	margin-top: -285px;
}

#container {
	position: absolute;	
	width: 746px;
	height: 508px;
	background-color: #000000; 
	border: 2px solid #B3690C;
	display: block;
	overflow:hidden;
	left: 373px;
	top: 290px;
	margin-left: -373px;
	margin-top: -240px;
}

/*************** Kopf Bereich ********************/

#kopf_navi{
	color: #919999;
	right: 0px;
	top: 26px;
	width: 305px;
}

#kopf_navi a{
	color: #883C00;
}

#kopf_navi a:hover{
	text-decoration: underline;
	color:#E1AC38;
}

#kopf_name {
	margin: 1px;
	width:200px;
}

.kopf{
	font: 75% Verdana,sans-serif;
	position: absolute;
	color: #919999;
	left: 442px;
}

/*************** Hauptbühne **********************/

#menue {
	float:left;
	position:absolute;
	background-image: url("hintergund/navi_hg_o.jpg");
	overflow:hidden;
	width:222px;
	height: 100%;
	margin:0px;
	padding:0px;
 }

#menuenavi{
	position: absolute;
	width: 190px;
	height: 260px;
	left: 0px;
	top: 20px;
	
}

#main {
	position: absolute;
	background-color: #000000;
	width: 516px;
	height: 507px;
	padding: 0px;
	margin-left: 230px;
	margin-right: 5px;
	overflow:auto;
}

#galerie {
	position: absolute;
	width: 172px;
	height: 200px;
	left:25px;
	top: 280px;
}

/*************** Fuss Bereich ********************/

#fuss_navi{
	position:absolute; 
	left:2px; top:565px; 
	width:300px; 
	height:18px; 
}

#fuss_navi a{
	color: #883C00;
}

#fuss_navi a:hover{
	text-decoration: underline;
	color:#E1AC38;
}
.fuss {
	font: 75% Verdana, sans-serif;
	position: absolute;
	color: #883C00;
}

#powerd{
	position:absolute; 
	right:2px; top:565px; 
	width:150px; 
	height:18px; 
}

/*************** E n d e ********************/


