/*           */
/*  Generell */
/*           */

body 
	{
	background-color: white;
	padding: 0;
	margin: 0;
	color: #000;
	font-family: Verdana, Helvetica, sans-serif;
	text-align: center;	
	height: 100%;
	overflow: hidden;
	}

div
	{
	position: absolute;
	margin: 0;
	padding: 0;
	}

/*                             */
/*   index                     */
/*                             */

#bild {
	top: 0;
	left: 0;
}

#stadt {
	top: 270px;
	left: 41px;
	
	font-style: italic;
	font-size: 60px;
	color: #86d503;
	text-transform: uppercase;
}

#vom {
	top: 375px;
	left: 407px;
	
	font-size: 20px;
	color: #86d503;
	text-transform: uppercase;
}

#bis {
	top: 400px;
	left: 319px;
	
	font-size: 20px;
	color: #86d503;
	text-transform: uppercase;
}

#indexfoerder {
	top: 500px;
	left: 44px;
}

#indexfoerder img, #indexunterstuetz img {
	padding: 0 20px 0 0;
}

#indexunterstuetz {
	top: 500px;
	left: 370px;
}

#kasten a {
	text-decoration: none;
}

/*                             */
/*  Positionierung im Fenster  */
/*                             */
	
#horizont
	{
	background-color: transparent;
	text-align: center;
	top: 50%;
	left: 0px;
	width: 100%;
	height: 1px;
	overflow: visible;
	visibility: visible;
	display: block;
	}	
	
#kasten
	{
	top: -280px;
	left: 50%;
	width: 750px;
	height: 560px;
	border: solid 1px #333;
	margin-left: -375px;
	z-index: 2;
	text-align: left;
	overflow: hidden;
	}

/*                             */
/*  Positionierung im Kasten   */
/*                             */
	
#logo
	{
	top: 23px;
	left: 503px;
	width: 100%;
	height: 87px;
	}
	
#nav
	{
	top: 30px;
	}
	
#nav ul {
	width: 104px; 
	top: 0;
	
	margin: 0 0 0 41px;
	padding: 0;
	list-style: none;
	
	overflow: visible;

}

#nav ul li {
		height: 17px;
		
		padding: 0 0 2px 0;
}

#nav ul ul li {
		height: 14px;
}

#nav ul ul {
	position: absolute;
	top: 0;
	left: 104px;
	
	width: 94px;
	height: 0;
	
	overflow: visible;	
	z-index: 99999999;
}


.pfeil {
	position: absolute;
	height: 24px;
	
	overflow: visible;
	
	margin: -5px 0 0 -32px;
	z-index: 999999999999;
}


#nav2 {
	top: 207px;
	left: 41px;
}

	
#img {
	top: 230px;
	left: 0px;
	width: 100%;
	height: 245px;
	padding: 0 0 0 41px;
	background-color: #F3F0D0;
	z-index: 1;
}

#img-sub {
	top: 483px;
	left: 41px;
	width: 277px;
	color: #85d503;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 10px;
	line-height: 13px;
}

#headline {
	top: 132px;
	left: 255px;
}

#foerder {
	top: 237px;
	left: 40px;
	
	z-index: 1299;
	
	font-size: 11px;
	font-weight: bold;
}

/*                             */
/*  Scroll-Layer               */
/*                             */	

#scrolling {
	height: 219px;
	left: 364px;
	top: 247px;
	text-align: left;
	z-index: 2;
}

#divContainer_1 {
	min-height: 219px;
	height: 100%;
	overflow: hidden;  
	position: relative; 
}

#divContent_1 {
	font-size: 10pt;
}
	
#divContent_1 p {
	padding: 0 10px 0 0;
}

#sliderDiv {
	width: 8px;
	height: 100%;
	overflow: visible;
}

/*                             */
/*  Text-Formatierungen        */
/*                             */
td p {
	font-size: 11px;
	line-height: 15px;
	padding: 0;
	margin: 0 0 15px 0;
}
	
td a {
	color: #86d503;
	font-weight: bold;
	text-decoration: none;
}

td a:hover {
	color: black;
}

#scrolling img {
	padding: 0 30px 25px 0;
}
