/* HACKS */
/* ----- */

/* NUR IE 6*/
* html #id {

}

/* IE 7 und FF */
html>body #id {

}

/* NUR IE 7*/
*+html #id {

} 



/* STRUKTUR */
/* -------- */

* {
	margin: 0;
	padding: 0;
}

html {
	height: 100%;
}

body {
	font-family: Verdana, Arial, Helvetica, Geneva, sans-serif;
	background-color: #163E36;
	color: #fff;
	text-align: center;
	font-size: 68.5%;
	height: 100%;
}

#container {
	width: 820px;
	margin: 0 auto;
	overflow: hidden;
	background: transparent url(images/bg.jpg) left top repeat-y;
	min-height: 100%;
	/* height: auto !important;
	height: 100%; */
}

#key {
	position: relative;
	width: 820px;
	height: 245px;
	background: url(images/key.jpg) no-repeat left top;
}

#meta {
	position: absolute;
	right: 14px;
	top: 18px;
}

#structure {
	height: 20px !important;
}

#navi {
	width: 179px;
	float: left;
	text-align: left;
	padding-left: 12px;
}

#mainnav {
	position: absolute;
	right: 50px;
	bottom: 15px; 
	text-align: center;
}

#content {
	width: 540px;
	float: left;
	padding: 10px 20px 20px 40px;
	text-align: left;
}

* html #content {
	width: 530px;
	float: left;
	padding: 10px 10px 0 40px;
	text-align: left;
	height: 400px !important;
	oveflow-y: auto !important;
}

#logop {
	visibility: hidden;
	display: none;
	width: 0;
	height: 0;
}

* html #sitemap {
	margin-left: 200px;
}

/* ELEMENTE */
/* -------- */

img {
	border: 0;
}

img.cont {
	border: 2px solid #fff;
}

h1 {
	font-size: 1.6em;
	margin: 10px 0;
}

h2 {
	font-size: 1.3em;
	margin: 20px 0 10px 0;
}

h3 {
	font-size: 1.1em;
	margin: 20px 0 10px 0;
}

p {
	margin: 10px 0 10px 0;
	line-height: 1.3em;
}

.kon_img {
	float:left; 
	width:260px;
	margin: 20px 5px 0 0;
}

.kon_img2 {
	float:left; 
	width:520px;
	margin: 20px 5px 0 0;
}


/* NAVIGATION */
/* ---------- */

a, a:visited {
	color: white;
	text-decoration: underline;
}

a:hover, a:active {
	color: white;
	text-decoration: none;
}

a.index, a.index:visited, a.index:hover, a.index:active {
	border: 0 !important;
	position: absolute; 
	left: 25px; 
	top: 60px; 
	width: 155px; 
	height: 110px; 
	display: block
}

#structure {
	font-size: 1.4em;	
}

/* IE6 - Links klickbar wenn PNG im Hintergrund */
* html a {
	position: relative;
}

#navi ul {
	width: 168px;
	margin-top: 35px;
	list-style: outside none none;
}

#navi li {
	margin-bottom: 5px;
}

#navi li a, #navi li a:visited {
	width: 168px;
	height: 23px;
	display: block;
	background: url(images/bg_li.jpg) left top no-repeat;
	text-decoration: none;
	padding: 10px 0 0 30px;
}

#navi li a:hover, #navi li a:active {
	background: url(images/bg_li.jpg) left bottom no-repeat;
	font-weight: bold;
}

.navicurrent {
	width: 168px;
	height: 23px;
	display: block;
	background: url(images/bg_li.jpg) left bottom no-repeat !important;
	font-weight: bold;
	text-decoration: none;
	padding: 10px 0 0 30px;
}

#navi ul li ul {
	margin: 0;
	padding: 0 0 0 30px;
	list-style: outside square none;
}

#navi ul li ul li {
	width: 110px;
	vertical-align: top;
}

#navi ul li ul li a, #navi ul li ul li a:visited {
	background: none;
	margin: 0;
	padding: 0;
	display: inline;
	text-align: left;
}

#navi ul li ul li a:hover, #navi ul li ul li a:active {
	background: none;
	color: black;
	font-weight: normal;
}

.subnavicurrent {
	color: #000 !important;
}

#key a, #key a:visited {
	border-right: 1px solid #51716B; 
	padding-right: 5px;
	text-decoration: none;
}

#key a:hover, #key a:active {
	border-right: 1px solid #51716B; 
	padding-right: 5px;
	text-decoration: underline;
}

#mainnav ul {
	list-style: outside none none;
	float: left;
}

#mainnav li {
	width: 124px;
	height: 35px;
	float: left;
	margin-right: 10px;
	overflow: hidden;
}

#mainnav li a, #mainnav li a:visited {
	width: 124px;
	height: 35px;
	display: block;
	background: url(images/bg_mainnav.jpg) left 10px no-repeat;
	text-decoration: none;
	padding-top: 18px;
	border: 0;
}

.maincurrent {
	background: url(images/bg_mainnav.jpg) left top no-repeat !important; 
	font-weight: bold;
	width: 124px;
	height: 35px;
	display: block;
	text-decoration: none;
	padding-top: 18px;
	border: 1px solid #fff;
}

* html #mainnav li a, #mainnav li a:visited {
	padding-top: 18px;
	height: 17px;
}

#mainnav li a:hover, #mainnav li a:active {
	background: url(images/bg_mainnav.jpg) left top no-repeat;
	border: 0;
	text-decoration: none;
	overflow: hidden;
}


/* FORMULARE */
/* --------- */

label {
	margin-right: 5px;
	width: 150px;
	float: left;
}

input, textarea, select {
	font-size: 1em;
	font-weight: normal;
	background-color: #ffffff;
	width: 270px;
}

input:hover, input:active, input:focus,
textarea:hover, textarea:active, textarea:focus,
select:hover, select:active, select:focus,
input.checkbox:hover, input.checkbox:active, input.checkbox:focus {
	background-color: #eeeeee;
}

fieldset {
	padding: 4px;
	margin: 4px;
	width: 461px;
}

legend {
	padding: 0 5px;
}

.clearform {
	clear: both;
	height: 5px;
	line-height: 1px;
}

.clear {
	clear: both;
	height: 15px;
	line-height: 1px;
}


#content ul {
	width: 500px ;
	list-style: outside none none;
	text-indent: 50px;
}

#content li {
	margin-bottom: 5px;
	font-size: 1.2em;
	font-weight: bold;
}

#content li a, #content li a:visited {
	display: block;
	text-decoration: none;
}

#content li a:hover, #content li a:active {
	font-weight: bold;
	text-decoration: underline;
}

#content ul li ul {
	list-style: outside none none;
	margin-left: 50px;
}

#content ul li ul li {
	vertical-align: top;
	margin: 0;
	font-size: 1em;
	font-weight: normal;
}

#content ul li ul li a, #content ul li ul li a:visited {
	background: none;
	margin: 0;
	padding: 0;
	display: inline;
	text-align: left;
}

#content ul li ul li a:hover, #content ul li ul li a:active {
	background: none;
	font-weight: normal;
	text-decoration: underline;
}

.sitemapa {
	font-size: 0.8em;
}	
