* {
	margin:0;
	padding:0;
}

html { 
	min-height: 100%; 
	margin-bottom: 1px; 
}

body { 
	font-family: Arial, sans-serif; 
	
}

#wrapper { 
	/*width:1024px;*/
	width: 99.9%;
	/*background: white; */
	margin:0 auto;
	position:relativ;

}

#content { 
	position:relative;
}

#galerie { position: relative; }
	#bilder { position: relative; height:1800px; overflow:hidden;}
	#bilder img { position: absolute; top: 0; left: 0; width:100%; z-index:1;}
	
#header {
	position: absolute;
	top: 0;
	left: 0;
	width:100%;
	z-index:30;
	height:168px;
}

#headerlinks {
	background-image: url(../images/headerlinks.png);
	background-repeat: no-repeat;
	background-position: left top;
	width: 528px;
	height: 168px;
	float:left;
}

#headerrechts {
	width: auto;
	background-image: url(../images/headerrechts2.png);
	background-repeat: no-repeat;
	background-position: right top;
	height: 168px;
	margin-left: 528px;
	/*float: right;*/
}

#text {
	width:481px;
	height:258px;
	z-index:30;
	top:318px;
	left:30px;
	position:absolute;
	background:none;

}

	#textlinks {
		position:relative;
		top:-60px;
		left:25px;
	}
	
	a { 
		color: white; 
		text-decoration: none; 
		display:block;
		
	}
	
	a#linkkontakt {
		background-image:url(../images/text-link-inaktiv.png);
		background-position:0 0;
		width:127px;
		height:20px;
	}

	a#linkhp {
		background-image:url(../images/text-link-inaktiv.png);
		background-position:0px 17px;
		width:127px;
		height:20px;
	}
	
	a#linkkontakt:hover { 
		background-image:url(../images/text-link-aktiv.png);
		background-position:0 0;

	}

	a#linkhp:hover { 
		background-image:url(../images/text-link-aktiv.png);
		background-position:0px 17px;

	}

