@charset "iso-8859-2";
/* CSS Document */
* {
	margin: 0;
	padding: 0;
}
body {
	background-color:#333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
h1 {
	font-size: 15px;
	color: #333333;
	text-transform: uppercase;
	line-height: 1.3em;
	margin-bottom: 0.3em;
}
h2 {
	font-size: 15px;
	color: #ffffff;
	text-transform: uppercase;
	line-height: 1.3em;
	margin-bottom: 0.3em;
}
h3 {
	font-size: 15px;
	color: #333333;
	line-height: 1.3em;
	margin-bottom: 0.3em;
}
h4 {
	font-size: 12px;
	font-weight: bold;
	line-height: 1.3em;
	margin-bottom: 1.3em;
}

li {
	list-style-type: disc;
}

.clearer {
	clear:both;
}

#seite {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
}
#header {
	margin-bottom: 20px;
}

/* Navigation oben und unten*/
.nav {
	height: 260px;
	color: #ffffff;
	font-weight: bold;
	font-size: 15px;
}
.nav ul {
	margin-top: 230px;
}
.nav li {
	list-style-type: none;
	display: inline;
	margin: 0;
	padding: 0;
}
.nav li a{
	color: #ffffff;
	text-decoration: none;
}
.nav .hauptnav {
	float:left;
	margin-left: 15px;
	text-transform: uppercase;
}
.nav .hauptnav li {
	border-right: solid 1px #fff;
	padding-left: 3px;
	padding-right: 5px;
}
.nav .hauptnav li.last {
	border-right: none;
}
.nav .logonav {
	float: right;
	margin-right: 15px;
}
.nav .logonav img{
	border: none;
	padding-left: 5px;
}

/* Unternavigation */
#subnav {
	background-color: #333333;
	color: #fff;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-weight: bold;
	font-size: 13px;
}
#subnav a {
	color: #ffffff;
	text-decoration: none;
}
#subnav li {
	display: inline;
	list-style-type: none;
	text-transform: uppercase;
	border-right: solid 1px #fff;
	padding-left: 3px;
	padding-right: 5px;
}
#subnav li.last {
	border-right: none;
}


/* Inhalt */
#content div {
	line-height: 1.5em;
}
#content div#first {
	padding: 20px;
	margin-bottom: 20px;
}
#content div#first .links ul {
	margin-top: 30px;
}
#content div#first .links li {
	font-size: 12px;
	color: #ffffff;
	text-transform: uppercase;
	line-height: 1.3em;
	margin: 0;
} 
#content div#first .links li a{
	color: #ffffff;
	text-decoration: none;
}

#content div.zweispalten, #content div.einespalte {
	background-color:#FFFFCC;
	padding: 15px;
	margin-bottom: 20px;
}


#content .links {
	width: 280px;
	padding-right: 10px;
	float: left;
}
#content .rechts {
	float: right;
	width: 590px;
}
#content p {
	margin-bottom: 10px;
}
#content li {
	margin-left: 15px;
	
}
#content a {
	color: #333333;	
}
#content a:hover {
	font-weight: bold;	
}

/* Fuss */
#fuss {
	margin-top: 0px;
}
#fuss .nav{
	background-image: url(img/fuss.png);
	background-repeat: no-repeat;
	height: 180px;
}
#fuss .nav ul{
	margin-top: 110px;
} 
#fuss .nav .hauptnav{
	text-transform: none;
}

/* Sonderformat Erste Seite */
.ersteseite #first {
	float: left;
	width: 270px;
}
.ersteseite .einespalte, .ersteseite .zweispalten{
	float:right;
	width: 550px;
}
