* {
	margin: 0;
	padding: 0;
	outline: none;
}

html,body {
	height: 100%

}

body {
	background: url(../images/bg2.gif) #fff;
	background-repeat:repeat-x;
	background-position: bottom;
	color: #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 62.5%;
}

#distance { 
	width:1px;
	height:50%;
/*	background-color:#fff; */
	margin-bottom:-300px; 
	float:left;
}

#container {
	margin:0 auto;
	position:relative;
	text-align:left;
	height:600px;
	width:980px;
	clear:left;
	background: url(../images/layout.gif);
}

#logo {
	position:absolute;
	width:125px;
	height:94px;
	left: 20px;
	top: 20px;
}

#logo img {
	border: 0;
}

#content_start {
	position:absolute;
	width:860px;
	height:394px;
	left: 60px;
	top: 120px;
}

#content_anfahrt {
	position:absolute;
	width:740px;
	height:394px;
	left: 118px;
	top: 123px;
}


#content_news {
	position:absolute;
	width:449px;
	height:234px;
	left: 150px;
	top: 156px;
}

#content_impr {
	position:absolute;
	width:678px;
	height:394px;
	left: 148px;
	top: 120px;
	overflow: auto;
}

#navi {
	position:absolute;
	width:710px;
	height:43px;
	left: 148px;
	top: 541px;
	z-index: 10010;
}

#navi ul {
	list-style-type: none;
	text-indent: -9999px;
}

#navi li{
	display: block;
	float: left;
}

#navi li a{
margin: 0 19px 0 0;
}

.discothek a,
.discothek a:visited{
	position: relative;
	display: block;
	height: 43px;
	width: 115px;
background: url(../images/navi_standalone.gif) no-repeat 0 -40px;
}
.discothek a:hover,
.discothek a:active, 
.discothek#active a{
   background-position: 0 0px;
}


.club a,
.club a:visited{
	position: relative;
	display: block;
	height: 43px;
	width: 55px;
background: url(../images/navi_standalone.gif) no-repeat -130px -40px;
}
.club a:hover,
.club a:active, 
.club#active a{
   background-position: -130px 0;
}

.galerie a,
.galerie a:visited{
	position: relative;
	display: block;
	height: 43px;
	width: 82px;
background: url(../images/navi_standalone.gif) no-repeat -203px -40px;
}
.galerie a:hover,
.galerie a:active, 
.galerie#active a{
   background-position: -203px 0;
}


.newsletter a,
.newsletter a:visited{
	position: relative;
	display: block;
	height: 43px;
	width: 128px;
background: url(../images/navi_standalone.gif) no-repeat -305px -40px;
}
.newsletter a:hover,
.newsletter a:active, 
.newsletter#active a{
   background-position: -305px 0;
}

.anfahrt a,
.anfahrt a:visited{
	position: relative;
	display: block;
	height: 43px;
	width: 92px;
background: url(../images/navi_standalone.gif) no-repeat -450px -40px;
}
.anfahrt a:hover,
.anfahrt a:active, 
.anfahrt#active a{
   background-position: -450px 0;
}

.impressum a,
.impressum a:visited{
	position: relative;
	display: block;
	height: 43px;
	width: 115px;
background: url(../images/navi_standalone.gif) no-repeat -558px -40px;
}
.impressum a:hover,
.impressum a:active, 
.impressum#active a{
   background-position: -558px 0;
}

p {
	font-size: 1.2em;
	margin-bottom: 1em;
	margin: 0 0 1em .1em;
}

#content_news form {

}


#content_news input {
	background: #000;
	color: #fff;
	padding: .2em;
	border: 1px solid #fff;
margin: 0 0 5px 0;
}

#content_news input.submit {
	background: #333;
	padding: .1em;
}

#content_news span{
font-size: 1.2em;
}


#club {
	position:absolute;
	width:100%;
	/*height:328px;*/
	margin-top: 40px;
	/*overflow: hidden;*/
}

/*#albenuebersicht {
	position: absolute;
	right: 20px;
	top: 50px;
	width: 400px;
	height: 120px;
	overflow: auto;
}*/

#dhtmlgoodies_scrolldiv{
	/* The total width of the scrolling div including scrollbar */
	width:400px;
	height:120px;	/* The height of the scrolling div */
	position: absolute;
	right: 20px;
	top: 50px;
}
#scrolldiv_parentContainer{
	width:300px;	/* Width of the scrolling text */
	height:100%;
	overflow:hidden;
	border:0px solid #BC8FBD;
	float:left;
	position:relative;
	
}

/*
CSS for the scrolling content 
*/
#scrolldiv_content{
	padding: 5px;
	position:relative;

	line-height:125%;
	color: #333;
}

/*
The scrollbar slider 
*/
#scrolldiv_slider{
	width:15px;
	margin-left:2px;
	height:500px;
	float:left;

}

/*
The scrollbar (The bar between the up and down arrow )
*/
#scrolldiv_scrollbar{
	width:15px;
	height:80px;	/* Total height - 40 pixels */
	border:1px solid #000;
	position:relative;
	
}
/*
The scrollbar handle
*/
#scrolldiv_theScroll{
	margin:1px;
	width:13px;
	height:13px;
	background-color:#fff;
	position:absolute;	
	top:0px;
	left:0px;
	cursor:pointer;
}
/*
Scroll buttons(The up and down arrows)
*/
#scrolldiv_scrollUp,#scrolldiv_scrollDown{
	width:15px;
	height:16px;
	border:1px solid #000;
	color: #000;
	text-align:center;
	font-size:16px;
	line-height:16px;
	cursor:pointer;
}
#scrolldiv_scrollUp{
	margin-bottom:2px;
}
#scrolldiv_scrollDown{
	margin-top:2px;
}
#scrolldiv_scrollDown span,#scrolldiv_scrollUp span{
	font-family: Symbol;
}

a:link,
a:visited {
	color: #fff;
	text-decoration: none;
	font-size: 1.2em;
}

a:hover,
a:active,
a.aktiv:link,
a.aktiv:visited {
	color: #de298f;
}

a img{
border: 0;
}


#thumbnails {
	position:absolute;
	left:40px;
	top:293px;
	width:900px;
	height:191px;
	overflow: auto;
}


#iflow {
	position:absolute;
	left:90px;
	top:180px;
	width:800px;
	height:400px;
	overflow: hidden;
}

#thumbnails_scroll {
	width: auto;
	height: 100px;
}



/* Gallery Vollansicht */

#prev {
	position:absolute;
	left:100px;
	top:120px;
	width:90px;
	height:374px;
	overflow: hidden;
}

#prev img {
margin-right: 300px;
}


#actual {
	position:absolute;
	left:210px;
	top:120px;
	width: 560px;
	height: 374px;
	overflow: hidden;
}

#actual img {
	display: block;
	margin: 0 auto;
}


#next {
	position:absolute;
	left:790px;
	top:120px;
	width:90px;
	height:374px;
	overflow: hidden;
}

#anileft{
position: absolute;
top: 17px;
left: 130px;
}

#logo_s{
position: absolute;
top: 20px;
left: 438px;
}

#aniright{
position: absolute;
top: 27px;
left: 750px;
}


#luftbild{

position: absolute;
top: 200px;
left: 150px;
}

a.u30Button{
display: block !important;
background: url(../images/ue30_newsletter.gif) no-repeat;
width: 85px;
height: 85px;
text-indent: -9999px;
}