@import url(resetcss.css);

* {
    margin:0;
    padding:0;
}

html, body {
    height:100%;
	font-family: "Fedra Sans Book", "Lucida Grande", "Lucida Sans Unicode", arial, sans-serif;
	font-size:15px;
	line-height:25px;
}

#enter {
	width:1000px;
	height:500px;
	margin:0 auto;
	text-align:center;
	position:relative;
}

#skip {
	bottom:0;
	right:140px;
	position:absolute;
}

#skip a {
	color:#000000;
	text-decoration:none;
}

#wrapper {
	width:865px;
	min-height:450px;
	height:auto !important;
	height:450px;
	margin:0 auto;
	top:50px;
	position:relative;
	border:0px solid #ff0000;
}

#head {
	width:865px;
	height:90px;
	background:url(gfx/logo.jpg) no-repeat top left #ffffff;
}
#head a {
	top:52px;
	right:0;
	position:absolute;
}

#navi {
	width:865px;
	height:26px;
	top:90px;
	left:0;
	position:absolute;
	z-index:99;
}
#navi li {
	height:26px;
	float:left;
}
#navi li:hover {
	background-position:bottom;
}
#navi li a img {
	width:100%;
	height:100%;
}

#line {
	width:865px;
	height:10px;
	background:url(gfx/line.jpg) no-repeat;
	top:238px;
	left:0;
	position:absolute;	
}
#header {
	width:865px;
	height:122px;
	top:116px;
	left:0;
	position:absolute;
}
.content {
	width:800px;
	margin:0 auto;
	padding-top:180px;
}
.content img {
	float:right;
}
.content a {
	text-decoration:none;
	color:#525252;
}
.galerie img {
	float:none;
}
.impressum img {
	margin-right:580px;
}
.galerie {
	text-align:center;
}
.galerie a img {
	padding:0 10px;
}
#background {
	width:100%;
	height:100%;
	background:#ffffff;
	top:0;
	left:0;
	position:fixed;
	z-index:100;
	display:none;
	text-align:center;
	overflow:hidden;
	opacity:0.9;
}
#galerie-wrapper {
	width:667px;
	height:500px;
	background:#ffffff;
	border:4px solid #e3e3e3;
	top:0;
	left:99px;
	position:absolute;
	z-index:101;
	display:none;
	text-align:center;
}
#anzeige {
	height:34px;
	width:210px;
	background:#ffffff;
	padding:1px 10px;
	font-size:14px;
	color:#808080;
	line-height:17px;
	left:50%;
	margin-left:-105px;
	bottom:3px;
	position:absolute;
}
#anzeige span {
	cursor:pointer;
	padding:5px 5px 0 5px;
}
#anzeige span:hover {
	color:#616161;
}
#prev {
	bottom:0;
	left:30px;
	position:absolute;
}
#next {
	bottom:0;
	right:30px;
	position:absolute;
}
#title {
	color:#000000;
}
#hinweis {
	background:#ffffff;
	color:#818181;
	font-size:10px;
	line-height:11px;
	top:-10px;
	right:-11px;
	position:absolute;
	z-index:102;
}
