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

* {
	margin: 0;
	padding: 0;
}

html {

}

body {
	font-family: Verdana, Arial, Helvetica, Geneva, sans-serif;
	background-color: #fff;
	color: #000;
	text-align: center;
	font-size: 10pt;
}

#container {
	width: 100%;
	margin: 20px auto 20px auto;
}

#logop {
	width: 100%;
	border-bottom: 1px solid #000;
	text-align: right;
	padding-bottom: 10px;
}

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

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

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

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

#content {
	width: 100%;
	text-align: left;
}

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

img {
	border: 0;
}

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

h1 {
	font-size: 16pt;
	margin: 10px 0;
}

h2 {
	font-size: 13pt;
	margin: 20px 0 10px 0;
}

h3 {
	font-size: 11pt;
	margin: 20px 0 10px 0;
}

p {
	margin: 10px 0 10px 0;
	line-height: 13pt;
}

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

.kon_img2 {
	width: 100%;
	margin: 20px 5px 0 0;
}


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

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

a:hover, a:active {
	color: #000;
	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
}

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

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

#navi li a, #navi li a:visited {
	visibility: hidden;
	display: none;
	width: 0;
	height: 0;
}

#navi li a:hover, #navi li a:active {
	visibility: hidden;
	display: none;
	width: 0;
	height: 0;
}

.navicurrent {
	visibility: hidden;
	display: none;
	width: 0;
	height: 0;
}

#navi ul li ul {
	visibility: hidden;
	display: none;
	width: 0;
	height: 0;
}

#navi ul li ul li {
	visibility: hidden;
	display: none;
	width: 0;
	height: 0;
}

#navi ul li ul li a, #navi ul li ul li a:visited {
	visibility: hidden;
	display: none;
	width: 0;
	height: 0;
}

#navi ul li ul li a:hover, #navi ul li ul li a:active {
	visibility: hidden;
	display: none;
	width: 0;
	height: 0;
}

.subnavicurrent {
	visibility: hidden;
	display: none;
	width: 0;
	height: 0;
}

#key a, #key a:visited {
	visibility: hidden;
	display: none;
	width: 0;
	height: 0;
}

#key a:hover, #key a:active {
	visibility: hidden;
	display: none;
	width: 0;
	height: 0;
}

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

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

#mainnav li a, #mainnav li a:visited {
	visibility: hidden;
	display: none;
	width: 0;
	height: 0;
}

.maincurrent {
	visibility: hidden;
	display: none;
	width: 0;
	height: 0;
}

* html #mainnav li a, #mainnav li a:visited {
	visibility: hidden;
	display: none;
	width: 0;
	height: 0;
}

#mainnav li a:hover, #mainnav li a:active {
	visibility: hidden;
	display: none;
	width: 0;
	height: 0;
}


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

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

input, textarea, select {
	font-size: 10pt;
	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: 12pt;
	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: 10pt;
	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: 8pt;
}	