/* ************************************************** */
/* Stylesheet für die Navigationsleiste */
/* ************************************************** */

/* ************************************************** */
/* Navigation */

div#menu {
	position: absolute;
	width: 100%;
	height: 39px;
	margin-top: 2px;
	margin-left: 119px;
	z-index: 100;
}

.startseite { width: 140px; background: url("../img/startseite.png"); }
.aktuelles { width: 145px; background: url("../img/aktuelles.png"); }
.initiative { width: 139px; background: url("../img/initiative.png"); }
.medien { width: 126px; background: url("../img/medien.png"); }
.kontakt { width: 130px; background: url("../img/kontakt.png"); }

.dropdown {
	margin: 0;
	padding: 0;
	float: left;
	height: 39px;
}
.dropdown:hover, .dropdown.current {
	background-position: 0 -39px;
}
.dropdown dt {
	height: 39px;
	border: 0;
	cursor: pointer;
}
.dropdown dd {
	position: absolute;
	overflow: hidden;
	display: none;
	z-index: 200;
	margin-left: 0;
}
.dropdown ul {
	list-style: none;
	border: 0;
	margin: 0;
	padding: 0;
	margin-top: 2px;
	background: url("../img/blue.png") repeat;
}
.dropdown.aktuelles ul {
	width: 144px;
}
.dropdown.initiative ul {
	width: 138px;
}
.dropdown.medien ul {
	width: 125px;
}
.dropdown li {
	display: inline;
	white-space: nowrap;
	margin-left: 0;
}
.dropdown a, .dropdown a:active, .dropdown a:visited {
	display: block;
	border: 0;
	color: white;
	text-decoration: none;
	height: 32px;
	text-align: center;
	background: transparent;
	padding-top: 4px;
}
.dropdown a:hover {
	background: url("../img/blue.png") repeat;
}

/* ************************************************** */
/* Noscript-Anweisungen */

.dropdown dd {
	display: none;
}
.dropdown:hover dd {
	display: block;
}

/* ************************************************** */
/* Navigation im internen Bereich */

div#nav2, div#nav2_back {
	position: absolute;
	width: 422px;
	height: 48px;
	margin: 42px 0 0 255px;
}
div#nav2 {
	z-index: 150;
}
div#nav2_back {
	z-index: 0;
	background: url("../img/nav2.jpg") no-repeat top left;
}

/* ************************************************** */
/* Copyright Simon Ismair, 2011 */
/* www.si-photo.net */
/* ************************************************** */