*{
	padding:0;
	margin:0;
	border:0;
}
html{
	
}
body{
	font:12px "Trebuchet MS", Verdana, Arial, sans-serif;
	color:#4D443E;
	background:#7B6967;

}

#container{

	

}

#logo{
	position: absolute;
	margin: 10px 0 0 35px; 
}

#box1{
	position: absolute;
	top:0;
	width:760px;
	margin: 0 0 0 100px;
	background: url(img/shadow-c.gif) repeat-y; 
	
	text-align:left;
  	min-width: 760px; /* Fuer moderne Browser */
	min-height: 80%; /* Fuer moderne Browser */
  	height: auto !important; /* Fuer moderne Browser */
 	height: 80%; /* Fuer IE */
	margin-top:120px;
}



#admin #box1{
	position: relative;
	width:760px;
	margin: 0 0 0 100px;
	background: transparent;
  	min-width: 760px; /* Fuer moderne Browser */
	min-height: 100%; /* Fuer moderne Browser */
 	height: 100%; /* Fuer IE */
}

#admin input, #admin textarea{
	border: 1px solid #B7B1B1;
}

#nav{
	position: absolute;
	width:754px;
	margin: -26px 0 0 0;
	padding: 0;
	/* border-bottom: 2px solid #625452; */
	z-index:20;
}

#nav { 
	/*!margin-left: -11px;*/
}

#nav .nav{
	margin: 3px 0 0 2px;
}
#nav .nav ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#nav .nav ul li{
	margin: 0;
	padding: 0 6px 5px 6px;
	float: left;
	border-left: 1px solid #312A29;
}
#nav .nav a{
	text-decoration: none;
	font: 13px Verdana, Arial, sans-serif;
	font-weight: bold;
	color:#F1EEEC;
}
#nav .nav li a:hover, #nav .nav ul li a.active{
	color:#FC4B2A;
}

#nav .nav2box{
	position: absolute;
	margin-left: -6px;
	top: 18px;
}
#nav .nav2box .nav2{
	margin: 10px 0 0 0;
	padding: 0 10px 0 10px;
	float: left;
	border-left: 1px solid #312A29;
}
#nav .nav2 a{
	font: 12px Verdana, Arial, sans-serif;
}
#nav .nav2 a:hover, #nav .nav2 a.active{
	color:#FC4B2A;
}




#content{
	margin-right: 5px;
	clear: both;
	border-top: 2px solid #625452;
	
}

#content .content{
	margin: 0 25px 0 22px;
	padding: 20px 0 50px 0;
	

}
#content a{
	color: #008306;
}
#content a:hover{
	text-decoration: none;
	color: #B70000;
}

h1{
	font-size:18px;
	border-bottom: 1px solid #312A29;
	margin: 0 0 10px 0;
	text-align: right;
	color: #FC4B2A;
}

#content img{
	margin: 5px 7px 0 0;
	border: 1px solid #B7B1B1;
}
#content p{
	margin: 0;
	padding: 0 0 10px 0;
}
#content ul{
	padding-left: 17px;
}
#content ul li{
	padding-bottom: 7px;
}
#content table ul li{
	padding-bottom: 2px;
}
#content table{
	/*margin: 5px 0 5px 0;
	padding: 0;
	border: none;*/
	/*border: 1px solid #7d7d7d;*/
}
#content table tr td{
	vertical-align: top;
	padding: 10px;
}
#content b, #content strong{
	color: #79241B;
}
#content .legend{
	font-style: italic;
	color: #7C7C7C;
}
#popup .legend{
	font-size: 16px;
}
#content input, #content textarea{
	border: 1px solid #B7B1B1;
}
#content .error{
	color: red;
}

hr{
	border: 0px; /* Für Firefox und Opera */
	border-top: solid 1px #9d9d9d;
	border-bottom: solid 1px #FFFFFF; /* Für I.Explorer (Seiten-Hintergrundfarbe!) */
	margin: 10px 0 10px 0;
}


#popup{
	background:#F1EEEC;
}


#footer{
	position: absolute;
  	bottom: 0;
	background: url(img/shadow-b.gif) no-repeat bottom;
	width: 760px;
	line-height:25px;
	color:#7B6967;
}
*+html #footer, * html #footer {


	background: url(img/shadow-b.gif) no-repeat bottom;
	width: 760px;

	color:#7B6967;
}


#footer .footer{
	margin:0 9px 26px 3px;
	background: #BAB0AF;
	height:26px;
}
#footer p{
	float: left;
	padding:0 5px 0 5px;
}
#footer p.right{
	position: absolute;
	margin-right: 5px;
	right: 0;
}
#footer a{
	text-decoration: none;
	color: #685856;
}

