.text_modul {
	width:680px;
}

.site_edit {
	position: absolute; 
	left: 0px;
	top: -20px;
	visibility:hidden;
	padding: 0px;
	margin: 0px;
	z-index: 5;
	clear:both;
	width: 30px;
}

.site_edit img {
	float: left;
}

body {
	margin: 0 auto;
	padding: 0;
	background: url(images/bg.png) repeat-x #000000;
}




/* Header */

#tpl_header {
	width:934px;
	height: 305px;
	margin: 0 auto;
	background: url(images/header.png) no-repeat left top;
}

#tpl_logo {
	float: left;
	width:934px;
	height: 290px;
	padding:0px;
}




/* Page */

#tpl_page {
	width: 934px;
	margin: 0 auto;
	padding: 0px;
	background: url(images/stretcher.png) repeat-y left top;
}

/* Content */

#tpl_content {
	width: 690px;
	float:right;
	padding-left: 20px;
	padding-right: 24px;
	text-align:left;
}



/* tpl_menu */

#tpl_menu {
	float: left;
	width:145px;
	margin-top:10px;
	text-align:left;


}
#tpl_menu_header {
	width:130px;
	margin-left:10px;
	background: url(images/navi_head.png) no-repeat left top;
	padding-left: 1px;
	padding-bottom: 3px;
	color:#535353;
	font-weight: bold;
	font-size:12px;

	border-bottom: 1px dotted #CCCCCC;
}

#tpl_menu ul {
	margin-left: 15px;
	margin-right: 10px;
	margin-top: 10px;
	padding: 0;
	list-style: none;
	/*border-right: 1px dotted #CCCCCC;
	border-left: 1px dotted #CCCCCC; */

}

#tpl_menu ul li {
	/*border-bottom: 1px dotted #CCCCCC; */
	line-height: 200%;
	list-style: none;
}



#tpl_menu a {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	background: url(images/pfeil.png) no-repeat left center;
	color: #961a19;
	text-indent:30px;
	display:block;
	line-height:30px;
	height: 30px;
}

#tpl_menu a:hover {
	background: url(images/pfeil2.png) no-repeat left center;
}

/* Footer */

#tpl_footer_bar {
	clear: both;
	padding: 10px 0;
	text-align: right;
	font-size: smaller;
	width: 934px;
	background: url(images/footer.png) no-repeat center bottom;
}


#tpl_footer  p{
	text-align: center;
	margin-right: 0px;
}
