.site_edit_h {
	position: absolute; 
	left: 0px;
	top: 0px;
	visibility:hidden;
	padding: 0px;
	margin: 0px;
	z-index: 5;
}

body {
	background: url(images/body_bg.png) repeat-x #000000;
	margin-top:0px;
	
}

* {
	margin: 0;
	padding: 0;
}



/* Header */

#tpl_header {
	width:940px;
	height: 235px;
	margin: 0 auto;
	padding: 0px;
	background: url(images/header_pic.png) no-repeat left top;
}

#tpl_logo {
	float: left;
	padding: 0px 0 0 0;
	width:940px;
	height: 235px;
}




/* Page */

#tpl_page {
	width: 100%;
	margin: 0 auto;
	padding: 0px;
	text-align:center;
	background: url(images/page_bg.png) repeat-x #FFFFFF;
}

/* Content */

#tpl_content {
	width: 780px;
	margin: 20px auto;
	text-align:left;
}



/* tpl_menu */

#tpl_menu {
background: url(images/navi_bg.png) no-repeat left top;
	width:940px;
	height: 73px;
	margin: 0 auto;
	padding:0px;
}


#tpl_menu ul {
	margin: 0px;
	padding-left: 50px;
	padding-top: 28px;
	list-style: none;
	/*border-right: 1px dotted #CCCCCC;
	border-left: 1px dotted #CCCCCC; */

}

#tpl_menu li {
	padding-left: 40px;
	background: url(images/pfeil.png) no-repeat left center;
	/*border-bottom: 1px dotted #CCCCCC; */
	float: left;
}



#tpl_menu a {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-weight:bold;
	font-size:15px;
	text-transform:lowercase;
}

#tpl_menu a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

/* Footer */

#tpl_footer {
	clear: both;
	text-align:center;
	padding: 10px 0;
	text-align: center;
	font-size: smaller;
	width: 100%;
	height:50px;
	background: #000000;
}

