/* Allgemein

*/

#main	{
	padding:0px;
	width:860px;
	border:0px solid black;
	background-image: url('../img/frontend/main.jpg');
	background-repeat:repeat-y;
	}

#head	{
	position:relative;
	height:248px;
	border:0px dotted green;
	background-image: url('../img/frontend/mainhead.jpg');
	background-repeat:no-repeat;
	overflow: visible;
	}
#head2	{
	position:absolute;
	top:164px;left:0px;
	margin:0px;	padding:0px;
	height:48px;	width:100%;
	border:0px dotted red;
	background-image: url('../img/frontend/mainleft.jpg');
	background-repeat:no-repeat;
	}

#foot	{
	position:relative;
	height:102px;
	border:0px dotted green;
	background-image: url('../img/frontend/foot2.jpg');
	background-image: url('../img/frontend/zeitungend.jpg');
	background-repeat:no-repeat;
	
	}

	
#content {
	padding-top:10px;
	padding-right:8px;
	margin-left:30px;
	margin-right:15px;
	
	border:0px solid black;
	min-height:300px;
	}	
#content:after {
	content: "."; 
	display: block; 
	height:0;
	clear: both; 
	visibility: hidden;
	}	
* html #content {	
	height:300px;
	}
	
	
#menu {
	position:absolute;
	bottom:0px; 	left:0px;
	height:36px;	width:100%;
	margin:0px;	padding:0px;
	padding-top:1px;	
	background-image: url('../img/frontend/menu_bg.jpg');
	background-repeat:no-repeat;
	
	display:block;	overflow: visible;
	}	
	
/*	Navigation Menu Level 1	*/	
.menu_l1 {
	padding-top:0px;
	border:0px dotted blue;
	margin-left:80px;
	margin-right:25px;
	margin-top:0px;
	padding:0px;
	}
	
.menu_l1:after {
	content: "."; 
	display: block; 
	height:0;
	clear: both; 
	visibility: hidden;
	}	
	
.menu_l1 li {
	position:relative;
	float:left;
	display:block;
	margin: 0px 4px 0px 0px;
	padding-left:0px;
	padding-right:9px;
	display:inline;
	min-width:70px;
	}
	
* html .menu_l1 li { 	
	width:70px;
	}	
.menu_l1 #active .menu_l2 {
	display:block;
	}
	
.menu_l1 li a {
	vertical-align:top;
	padding-left:8px;
	color:white;
	text-transform: uppercase;
	text-decoration:none;
	
	font-family: arial, helvetica, sans-serif;
	font-weight:bold;
	font-size:12px;
	text-align:center;
	}

	
/*	Navigation Menu Level 2	*/	
.menu_l2 {
	position:absolute;
	left:8px;	top:16px;
		
	background-color:white;
	display:block;
	border:1px solid #666666;
	padding:8px 4px 8px 4px;
	padding:8px 4px 8px 0px;
	margin:0px;
	display: none;
	background-image:none;
	}
* html .menu_l2 {	
	height:1em;
	}
.menu_l2 li {
	padding-bottom:1px;
	border-bottom:1px dotted #999999;
	}
.menu_l2 li a {
	display:block;
	text-align:left;
	margin:0px 0px 0px 4px;
	color:#666666;
	font-size:11px;
	vertical-align:bottom;
	padding-left:4px;
	padding-top:2px;
	width:140px;
	}	
.menu_l2 li a:hover {
	color:black;
	margin:0px 0px 0px 0px;
	border-left:4px solid #123316;
	}	
	
/* Bereich zu auslagern ...*/



/*	*/
.str2c {
	clear:left;
	margin:6px 0 0 0;
	padding:0 0 4px 0;
	}
.str2c:after {
	content: "."; 
	display: block; 
	height:0;
	clear: both;
	visibility: hidden;
	}
.str2c div {	
	margin:0 0 0 206px;
	padding:0 0 0 0;
	}
* html .str2c div {	
	height:1em;
	}	
.str2c h4 {
	width:200px;
	float:left;
	margin:0 6px 0 0;
	padding:0 0 0 0;
	}
.str2c h2 {
	width:200px;
	float:left;
	margin:0 6px 0 0;
	padding:0 0 0 0;
	}
.str2c h3 {
	width:200px;
	float:left;
	margin:0 6px 0 0;
	padding:0 0 0 0;
	}	


