body {
	background: url(images/bg.jpg) #d1d1d1 repeat left top;
	
}

.text_modul {
	width:680px;
}

.site_edit {
	position: absolute; 
	left: -7px;
	top: -20px;
	visibility:hidden;
	padding: 0px;
	margin: 0px;
	z-index: 5;
	clear:both;
	width: 30px;
}

.site_edit img {
	float: left;
}

* {
	margin: 0;
	padding: 0;
}



/* Header */

#tpl_header {
	width:730px;
	height: 329px;
	margin-left: 244px;
	margin-top:0px;
	padding: 0px;
	
}

#tpl_logo {
	float:left;
	width:729px;
	height: 325px;
}




/* Page */

#tpl_page {
	width: 980px;
	margin: 0 auto;
	padding: 0px;
	text-align:center;
	background: url(images/header.jpg) #d6d2b8 no-repeat left top;
	margin-bottom: 20px;
	
}

/* Content */
#tpl_container {
	background: url(images/content.jpg) #d6d2b8 repeat-y left top;
	width: 980px;
}

#tpl_content {
	width: 700px;
	margin: 0 auto;
	text-align:left;
	margin-left:  260px;
	padding: 10px;
	min-height: 400; height:auto !important; height:400px;
}



/* tpl_menu */

#tpl_menu {
	margin: 0 auto;
	padding:0px;
	width:245px;
	margin-top: 60px;
	float: left;
	background: url(images/navi_bg.png) no-repeat left top;
}


#tpl_menu ul {
	margin: 0px;

	
	list-style: none;
	/*border-right: 1px dotted #CCCCCC;
	border-left: 1px dotted #CCCCCC; */

}

#tpl_menu li {
	/*border-bottom: 1px dotted #CCCCCC; */
	display:block;
	text-align:left;

	height: 30px;
	background:url(images/trenner.jpg) no-repeat bottom center;
}



#tpl_menu a {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	color: #6b5244;
	font-weight:bold;
	font-size:15px;
	text-transform:uppercase;
	
	padding:20px;
}

#tpl_menu a:hover {
	color: #ffffff;
}

/* Footer */

#tpl_footer {
	clear: both;
	text-align:center;
	padding-top: 20px;
	height:40px;
	font-size: smaller;
	width: 980px;
	background-color: #ebe6c0;
}
