*{
	margin:0;
	padding:0;
	
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
}

* ul{
	list-style-type:none;
}


html, body{
	width:100%;
	height:100%;
}

html{
}

body{
	background:#50504F url(images/background.png) center top no-repeat;
	
	/*overflow:scroll;*/
}

* html body{
	background:#454544 url(images/background.png) center top no-repeat;
}


div#page_wrapper{
	background:#FFF;
	/*margin:0 0 0 110px;*/
	margin:auto;
	
	width:760px;
	min-height:100%;
	

}
* html div#page_wrapper{
	width:758px;
	height:558px;
}

	div#page{
		background:#FFF url(images/bg_kopf.png) no-repeat;
		
		width:760px;
		
	float:left;
	}
	
	* html div#page{
		width:758px;
	}

img#logo{
	margin: 16px 0 0 16px;
	border:0;
	padding:0;
	
	float:left;
}

div#box_links{
	
	margin:20px 0 0 16px;
	
	
	width:350px;
	
	clear:both;
	float:left;

}

* html div#box_links{
	margin:20px 0 0 8px;
}

div#box_links_index{
	margin:20px 0 0 16px;
	
	
	width:180px;
	
	clear:both;
	float:left;
}

* html div#box_links_index{
	margin:20px 0 0 8px;
}

	div#imagebild{
		width:176px;
		height:324px;
	
		float:left;
	}

div#box_links a.drucken{
	position:absolute;
	top:430px;
	left:50%;
	
	background:url(images/button_print.jpg);
	
	margin:0 0 0 -166px;
	
	width:82px;
	height:32px;
	
	
}

* html div#box_links a.drucken{
	margin:0 0 0 -180px;
}

div#content{
	color:#555453;
	
	margin:20px 16px 80px 0;
	
	width:350px;
	
	
	font-size:12px;
	line-height:1.5em;
	
	float:right;
}

div#content_index{
	color:#555453;
	
	margin:20px 16px 80px 0;
	
	width:536px;
	
	
	font-size:12px;
	line-height:1.5em;
	
	float:right;
}

* html div#content_index{
	margin:32px 3px 80px 0;
}

a#nachoben{
	margin: 20px 0 0 0;
	clear:both;
	float:left;
}

a#button_aktuell{
	position:absolute;
	top:200px;
	left:50%;
	
	margin-left:-440px;
	
	background:url(images/button_termine.png);
	
	width:120px;
	height:120px;
	
}
* html a#button_aktuell{
	display:none;
}

a#button_event{
	position:absolute;
	top:340px;
	left:50%;
	
	margin-left:-440px;
		
	width:120px;	
}

a#button_aktuell_ie6{
	display:none;
}

* html a#button_aktuell_ie6{
	position:absolute;
	top:200px;
	left:50%;
	
	margin-left:-440px;
		
	width:120px;
	height:120px;
	
	display:block;
}
* html a#button_aktuell_ie6 img{
	border:0;
}

div#footer_wrapper{
	position:fixed;
	bottom:0;
	left:0;
	z-index:2;
	
	width:100%;
}

* html div#footer_wrapper{
	position:relative;
	
	width:100%;
}

	div#footer{
		background:url(images/bg_fuss.png) no-repeat;
		
		margin:auto;
		padding:35px 0 0 0;

		width:760px;
		height:25px;
	}
	
	ul#metanav{
		margin:0 0 0 12px;
		
		width:300px;
		
		
		display:block;
	}
	
	ul#metanav li{
		display:inline;
	}
		ul#metanav li a{
			color: #FFF;
			
			padding:0 10px;
			
			font-size:12px;
			
			text-decoration:none;
		}
	
	img#emslandlogo{
		position:fixed; /* nicht IE6 */
		left:50%;
		bottom:10px;
		z-index:3;
		
		margin:0 0 0 150px;
	}
	
	* html img#emslandlogo{
		display:none;
	}
	
	img#emslandlogo_ie6{
		display:none;
	}
		
	* html img#emslandlogo_ie6{
		position:relative;
		left:50%;
		bottom:10px;
		z-index:3;
		
		margin:-78px 0 0 150px;
		
		display:block;
	}