body{
	background-image:url(images/bg.gif);
	background-repeat:repeat;
	background-color:#006596;
}

.text_modul {
	width:550px;
	z-index:998;
}
 
.site_edit {
	position: absolute; 
	left: -25px;
	top: -20px;
	visibility:hidden;
	padding: 0px;
	margin: 0px;
	z-index: 5;
	clear:both;
	width: 30px;
}

.site_edit img {
	float: left;
}

#tpl_layout{
	width:830px;
	margin: 0 auto;
}

#tpl_header{
	clear:both;
	height:200px;
	padding: 0px;
	width:830px;
	background-image:url(images/header.jpg); 
	border:solid 1px #000000;
}

#tpl_logo{
	height:52px;
	margin-top:148px;	
	padding:0px;
	width:820px;
}

#tpl_seite{
	width:830px;
	border:solid 1px #000000;
	background-image:url(images/content_bg.gif);
	background-repeat:repeat-y;
	text-align:left;
	
}

#tpl_navigation{
	background-image:url(images/navigation.gif);
	width:218px;
	height:45px;
}

#tpl_menu{
	width:240px;
	float:right;
	background-color:#dedede;
	background-repeat:repeat-y;
	text-align:center;
}

#tpl_content{
	width:545px;
	padding:10px 10px 10px 10px;
	min-height: 400; height:auto !important; height:400px;
	
}

ul{
	padding:0px;
	list-style:none;
	text-align:left;
	list-style:url(images/symbol.gif);
	margin:10px;
	margin-left:60px;
}

ul li{
	font-family:Verdana;
	size:12px;
	font-weight:bold;
	background-position:left;
	padding-left:10px;
	margin-bottom:5px;
}

li a{
	color:#000000;
	text-decoration:none;
	font-size:12px;
}

#tpl_footer {
	bottom:10px;
	color:#FFFFFF;
	text-align:center;
}

#tpl_footer p {
	font-size:12px;
	color:#FFFFFF;	
	font-family:Arial;
}

#tpl_footer a {
	color: #B5ADA5;
	font-weight:bold;
}