* {
	margin: 0;
	padding: 0;
	/*height: 100%;*/
	border: none;
}

html {
	height: 100%;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000;
	background: #fff;

}

hr {
	width: 100%;
	border-bottom:1px solid #ccc;
}

ul li {
	margin-left: 25px;
	line-height: 1.3;
	margin-bottom: 5px;
	list-style-type: none;
	background: url(images/bullet.png) no-repeat 0% 3px;
	padding-left: 15px;
}

a:link {	border-bottom: 1px dotted #666; color: #666; text-decoration: none;}
a:visited {	border-bottom: 1px dotted #666; color: #666; text-decoration: none;}
a:hover {	border-bottom: none; color: #333; text-decoration: none;}
a:active {	border-bottom: none; color: #333; text-decoration: none;}

#colLeft a:link {	border-bottom: 1px dotted #666; color: #666; text-decoration: none;}
#colLeft a:visited {	border-bottom: 1px dotted #666; color: #666; text-decoration: none;}
#colLeft a:hover {	border-bottom: none; color: #333; text-decoration: none;}
#colLeft a:active {	border-bottom: none; color: #333; text-decoration: none;}

img {	border: none; text-decoration:none;}
img:hover {	border: none; text-decoration:none;}


#wrap {
	width: 960px;
	background: #fffce5;
	margin: 0 auto 0 auto;
}

#innner {
	background: #666666;
}

#left {
	width: 200px;
	background: #fffce5;
	float: left; 
	/*height: 100%;*/

}


#left #absolute {
	height: auto;
	width: 200px;
	position:absolute;
	bottom: 0px;
}

#left #absolute div {
	position: relative;
	bottom: 0px;
	width: 200px;
	border-bottom: 1px solid #000;
}



#left #absolute div a:link, #left #absolute div a:visited, #left #absolute div a:hover, #left #absolute div a:active {
	display:block;
	border-top: 1px solid #000;
	padding: 5px;
	padding-right: 0px;
	text-decoration: none;
	color: #000;
	border-bottom:none;
}

#left #absolute div a:hover {
	text-decoration: underline;
}


p.footer a:link, p.footer a:visited, p.footer a:hover, p.footer a:active {
	color: #000;
	text-decoration: none;
	margin-bottom: 5px;
	border-bottom: none;
}


p.footer a:hover {
	text-decoration: underline;
}

p.footer {
	font-size: 10px; 
	width: 100%;
	text-align:center;
	margin-top: 100px;
}

#right{
	float: right;
	background: url(images/flugbahn.png) no-repeat #fff;
	background-position: 300px 0%;
}

#top {
	width: 100%;
	height: 130px;
	background: url(images/header.jpg) no-repeat;
}

#content {
	width: 760px;
}

#colLeft {
	float: left;
	width:540px;
	margin-left: 25px;
	margin-top: -120px;
}


#colRight {
	float: right;
	width: 165px;
	margin-top: -80px;
}

#colRight {
	text-align:center;
}

#colRight img {
	margin: 0 auto 10px auto;
}


h1.logo {
	text-indent: -10000px;
	background: url(images/logo.png) no-repeat;
	width: 151px;
	height: 206px;
	margin: -100px auto 0 auto;
	position:relative;
	z-index: 50;
}

/* nav

   -----------------------------*/

.navButton a, .navButton a:link, .navButton a:hover, .navButton a:active, .navButton a:visited {
	text-decoration:none;
	font-size:100%;
	color:#000;
	background:#fff;
	border-right:1px solid #000;
	border-bottom: 1px solid #000;
	padding:5px 0px 5px 0px;
	width:125px;
	display:block;
	z-index:1;
	text-align:center;
	height: 30px;
}
.navButton a:hover {
	background:#fffce5;
	z-index:1;
}

.navButton li.last a, .navButton li.last    {
	border-right: none;
	margin-left: 0;
	margin-bottom: 0;
}

.navButton ul li a, .navButton ul li a:link, .navButton ul li a:hover, .navButton ul li a:active, .navButton ul li a:visited {
	text-decoration:none;
	font-size:100%;
	color:#000;
	background:#fff;
	
	padding:5px 0px 5px 0px;
	width:125px;
	display:block;
	z-index:1;
	text-align:center;
	height: auto;
	border: none;
	border-bottom: 1px solid #000;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	margin-left: 0;
	margin-bottom: 0;
	
}

.navButton ul li a:hover {
	background:#fffce5;
	z-index:1;
	margin-left: 0;
	margin-bottom: 0;
}

#nav {
	position: relative;
	width: 760px;
	top: 10px;
	z-index:1;
}
#nav ul {
	list-style: none;
}

#nav li {
	display: block;
	float: left;
	margin-left: 0;
	margin-bottom: 0;
	list-style-type: none;
	padding:0;
}

#nav ul ul {
	width: 119px;
	visibility: hidden;
}
#nav .active ul {
	visibility: visible;
}
#nav ul ul li {
	width: 126px;
	margin-left: -1px;
	margin-bottom: 0;
	list-style-type: none;
	padding:0;
}
#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	z-index: 11110;
	visibility: visible;
}


a.homelink {
	display:block;
	height: 206px;
	border:none;
	text-decoration:none;
}


h2 {
	font-size: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin-bottom: 15px;
	/*border-bottom: 1px solid #000;*/
	text-transform:uppercase;
	height: 50px;
}

h3 {
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin-bottom: 0px;
	margin-top: 20px;
}

p {
	line-height: 1.4;
	margin-bottom: 10px;
}


.start1 {
	width: 48%;
	height:auto;
	float:left;
}

.start2 {
	width: 48%;
	height:auto;
	float:right;
}

.clear {
	clear: both;
}


.galerie_medien li {
	float: left;
	width: 150px;
	padding: 0;
	margin: 0;
	margin-right: 10px;
	margin-bottom:10px;
	list-style-type:none;
	background: none;
}

.galerie_medien li a {
	border: none;
}

.galerie_medien li {
	border: none;
}

.menu_aktiv {
	font-weight: bold;
}

.anlaufstellen {
	border: 1px solid #ccc;
	width: 100px;
}

.anlaufstellen_button {
	background: #fffce5;
	margin-left: 5px;
	border: 1px solid #ccc;
}

.audio {
	font-style: italic;
	font-size: 11px;
	color:#333333;
	padding:5px;
}
