/* HACKS */
/* ----- */

/* NUR IE 6*/
* html #id {

}

/* IE 7 und FF */
html>body #id {

}

/* NUR IE 7*/
*+html #id {

} 



/* Allgemeines */
/* ----------- */

* {
	margin: 0;
	padding: 0;
}

body {
	font-family: Verdana, Arial, Helvetica, Geneva, sans-serif;
	color: #333;
	font-size: 68.5%;
	background-color: #fff;
}

a, a:visited, a:hover, a:active {
	color: #3a3a3a;
	text-decoration: none;
}

img {
	border: 0;
}



/* STRUKTUR */
/* -------- */

#container {
	width: 100%;
}

#header_p {
	width: 100%;
	margin-bottom: 40px;
}

#logo {
	display: none;
	visibility: hidden;
	position: absolute;
	left: -9999px;
	top: -9999px;
	width: 0;
	height: 0;
}

#key {
	display: none;
	visibility: hidden;
	position: absolute;
	left: -9999px;
	top: -9999px;
	width: 0;
	height: 0;
}

#left {
	display: none;
	visibility: hidden;
	position: absolute;
	left: -9999px;
	top: -9999px;
	width: 0;
	height: 0;
}

#right {
	width: 100%;
	padding: 0;
}

#footer {
	display: none;
	visibility: hidden;
	position: absolute;
	left: -9999px;
	top: -9999px;
	width: 0;
	height: 0;
}

#inlay {
	display: none;
	visibility: hidden;
	position: absolute;
	left: -9999px;
	top: -9999px;
	width: 0;
	height: 0;
}

#cont {
	width: 100%;
	padding: 0;
}

#route {
	float: right; 
}

#add_nav {
	display: none;
	visibility: hidden;
	position: absolute;
	left: -9999px;
	top: -9999px;
	width: 0;
	height: 0;
}

#start_struct ul {
	display: none;
	visibility: hidden;
	position: absolute;
	left: -9999px;
	top: -9999px;
	width: 0;
	height: 0;
}

#cont a, #cont a:visited {
	font-weight: bold;
	text-decoration: underline;
}

#cont a:hover, #cont a:active {
	text-decoration: none;
}

#cont ul {
	list-style-position: inside;
	margin: 5px 0 5px 0;
}

#cont ul li {
	margin-left: 10px;
	line-height: 1.3em;
}

#sitemap ul {
	list-style-position: inside;
	list-style-type: none;
}

#sitemap ul li a {
	text-decoration: none !important;
}

#sitemap ul li {
	padding-left: 20px;
}

#sitemap ul li#secondLevel {
	padding-left: 60px;
}

h1 {
	font-size: 1.8em;
	color: #1b11b1;
	margin-bottom: 15px;
	font-weight: normal;
}

h1.side {
	color: #7b7b72;
}

h1.com {
	color: #ee9900;
}

h1.sol {
	color: #0f8000;
}

h1.car {
	color: #990000;
}

h1.dia {
	color: #00668f;
}
	
h2 {
	font-size: 1.3em;
	color: #555;
	margin: 20px 0 10px 0;
}

h3 {
	font-size: 1.1em;
	color: #555;
	margin: 10px 0 25px 0;
}

h3.dia {
	font-size: 1.1em;
	color: #555;
	margin: 10px 0 10px 0;
}

p {
	line-height: 1.4em;
	margin-bottom: 10px;
}



/* FORMULARE */
/* --------- */

label {
	margin-right: 5px;
	width: 250px;
	float: left;
	padding-right: 10px;
}

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: #cbd5df;
}

fieldset {
	padding: 4px 4px 4px 30px;
	width: 566px;
}

legend {
	padding: 0 5px;
}

.clearform {
	clear: both;
	height: 5px;
	line-height: 1px;
}

.clear {
	clear: both;
	height: 15px;
	line-height: 1px;
}

.kon_img {
	float: left; 
	width: 255px;
	margin: 15px 5px 0 0;
}

.kon_img2 {
	float: left; 
	width: 375px;
	margin: 15px 5px 0 40px;
}

.refhead {
	float: left; 
	width: 660px; 
	border-bottom: 1px solid #000; 
	margin-top: 30px;
 }