body{
	background-color:#342b22;
	padding-top:0px;
	margin-top:0px;
}

.text_modul {
	width:565px;
	z-index:998;
}
 
.site_edit {
	position: absolute; 
	left: 30px;
	top: -20px;
	visibility:hidden;
	padding: 0px;
	margin: 0px;
	z-index: 5;
	clear:both;
	width: 30px;
}

.site_edit img {
	float: left;
}

#tpl_header{
	height:210px;
	padding:0px;
	width:808px;
	background-image:url(images/header.jpg);
	background-repeat:no-repeat;
	margin: 0 auto;
}

#tpl_logo{
	height:200px;
	padding-left:10px;
	margin:0px;
	width:795px;
}

#tpl_layout{
	width:808px;
	margin: 0 auto;
	background-image:url(images/content.jpg);
	background-repeat:repeat-y;	
	background-color:#999999;
}

#tpl_menu{
	width:170px;
	text-align:center;
	float:left;
}

#tpl_trenner{
	background-image:url(images/trenner.jpg);
	background-repeat:no-repeat;
	height:100%;
	height:436px;
	width:1px;
	margin-left:10px;
	margin-right:10px;
	margin-top:10px;
	float:left;
}

#tpl_content{
	width:570px;
	padding:10px 10px 10px 10px;
	color:#be8d41;
	margin-left:200px;
	text-align:left;
	font-family:Helvetica;
	font-size:12px;
	min-height: 450px; height:auto !important; height:450px;
}

#tpl_footer {
	color:#FFFFFF;
	text-align:center;
	background-image:url(images/content.jpg);
	background-repeat:repeat-y;
	width:808px;
	margin:0 auto;
	padding:0px;
}

#tpl_footer p {
	font-size:12px;
	color:#FFFFFF;	
	font-family:Arial;
	padding:0px;
	margin:0px;
	text-align:center;
}

#tpl_footer a {
	color: #B5ADA5;
	font-weight:bold;
}

#tpl_abschluss{
	background-image:url(images/abschluss.jpg);
	background-repeat:no-repeat;
	height:7px;
	width:808px;
	margin:0 auto;
}

#tpl_menu ul{
	list-style:none;
	text-align:left;
	padding:0px;	
	margin:0px;
	margin-top:20px;
}


#tpl_menu ul li{
	font-family:Verdana;
	font-weight:bold;
	size:12px;
	padding:0px;
	margin:0px;
	list-style:none;
}

#tpl_menu li a{
	color:#fff;
	text-decoration:none;
	font-size:12px;
	background-image:url(images/li_normal.jpg);
	display:block;
	width:150px;
	height:30px;
	background-repeat:no-repeat;
	background-position:left;
	text-indent:40px;
	line-height:30px;
	margin-left:20px;
}

#tpl_menu li a:hover{
	background-image:url(images/li_hover.jpg);
	color:#c08c43;
}