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

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

}

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

}

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

} 



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

* {
	margin: 0;
	padding: 0;
}

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

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

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

body {
	font-family: Tahoma, Segoe UI, Arial, Helvetica, Geneva, Verdana, sans-serif;
	background: url("images/bg.jpg") repeat-x;
	color: #000;
	text-align: left;
	font-size: 68.5%;
}

#logo {
	position: absolute;
	left: 0;
	top: 95px;
	z-index: -1;
	background-image: url("images/logo.jpg");
	width: 190px;
	height: 80px;
	display: block;
}

#container {
	width: 831px;
	height: 507px;
	margin: 64px 0 0 145px;
	background: url("images/bg_cont.png");
	z-index: 2;
	padding: 9px 28px 25px 10px;
	position: absolute;
}

* html #container {
	background: none;
	background-color: transparent;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/bg_cont.png', sizingMethod='scale');
	position: static;
}

* html spacer {
	height: 44px;
}

#container_in {
	width: 841px;
	height: 507px;
	margin: 64px 0 0 145px;
	background: url("images/bg_cont_in.png");
	z-index: 2;
	position: absolute;
	padding: 9px 28px 25px 10px;
}

* html #container_in {
	background: none;
	background-color: transparent;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/bg_cont_in.png', sizingMethod='');
	position: static;
}

#content {
	width: 837px !important;
	height: 458px !important;
	overflow: auto;
	position: relative;
	top: 2px;
	padding: 0 !important;
}

#content_in {
	width: 757px !important;
	height: 458px !important;
	overflow: auto;
	position: relative;
	top: 2px;
	padding: 35px 10px 10px 70px;
}

#start_head {
	width: 747px;
	height: 60px;
	background-color: #E5E6E6;
	padding: 40px 0 0 90px;
}

a.flag_de:link, a.flag_de:visited {
	float: left;
	width: 34px;
	height: 33px;
	display: block;
	background-image: url("images/de_d.gif");
	text-indent: -9999px;
	overflow: hidden;
	position: relative;
}

a.flag_de:hover, a.flag_de:active {
	background-image: url("images/de_a.gif"); 
}

#text_de, #text_en {
	float: left;
	margin-left: 30px;
	font-weight: bold;
}

a.backlink {
	width: 190px;
	height: 80px;
	display: block;
	text-indent: -9999px;
	overflow: hidden;
	z-index: 9999;
}

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

* html a.dlink {
	position: absolute;
	left: 0;
	top: 111px;
	z-index: 0;
	width: 190px;
	height: 80px;
	display: block !important;
	visibility: visible;
	text-indent: -9999px;
	overflow: hidden;
	z-index: 9999;
	margin-top: -16px;
}

a.flag_en:link, a.flag_en:visited {
	float: left;
	width: 34px;
	height: 33px;
	display: block;
	background-image: url("images/en_d.gif");
	margin-left: 50px;
	text-indent: -9999px;
	overflow: hidden;
}

a.flag_en:hover, a.flag_en:active {
	background-image: url("images/en_a.gif"); 
}

#info_de {
	float: left;
	margin: 30px 0 0 155px;	
}

* html #info_de {
	margin: 30px 0 0 78px;	
}

#info_en {
	float: left;
	margin: 30px 0 0 102px;
	width: 300px;	
}

#logop {
	visibility: hidden;
	display: none;
	width: 0;
	height: 0;
	position: absolute;
	left: -9999px;
	top: -9999px;
	text-indent: -9999px;
}


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

img {
	border: 0;
}

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

h1 {
	font-size: 1.9em;
	font-weight: normal;
	letter-spacing: 3px !important;
}

h1.in {
	font-size: 1.9em;
	font-weight: normal;
	letter-spacing: 3px !important;
	margin-top: 40px;
}

h2 {
	font-size: 1.4em;
	margin: 0 0 7px 0;
	font-weight: bold;
	color: #f00;
}

h2.in {
	margin-bottom: 40px;
}

h3 {
	font-size: 1.2em;
	margin: 20px 0 10px 0;
	font-weight: bold;
}

h3.anfahrt {
	margin: 0 0 10px 0;
}

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

.kon_img {
	float: left; 
	width: 380px;
	height: 331px;
	margin: 40px 0 0 0;
}

.kon_img2 {
	float:left; 
	width:320px;
	margin: 40px 0 0 25px;
}

* html .kon_img2 {
	float: left; 
	width: 320px;
	margin: 40px 0 0 21px;
}

.kon_img3 {
	float: left; 
	width: 720px;
	margin: 40px 0 0 0;
}



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

ul.navi {
	position: absolute;
	left: 50px;
	top: 45px;
	list-style: none;
}

* html ul.navi {
	left: 20px;
}

ul.navi li {
	float: left;
	margin-left: 30px;
}

ul.navi li a:link, ul.navi li a:visited {
	color: #fff;
	font-size: 1.2em;
	text-decoration: none;
	font-weight: bold;
}

ul.navi li a:hover, ul.navi li a:active {
	color: #ff0;
	text-decoration: underline;
}

ul.leftnavi {
	position: absolute;
	top: 507px;
	left: 60px;
	list-style: none;
}

ul.leftnavi li {
	height: 30px;
	text-align: right !important;
	width: 80px;
}

ul.leftnavi li a:link, ul.leftnavi li a:visited {
	color: #fff;
	font-size: 1.2em;
	text-decoration: none;
	font-weight: bold;
}

ul.leftnavi li a:hover, ul.leftnavi li a:active {
	color: #ff0;
	text-decoration: underline;
}

ul.navi li strong a, ul.leftnavi li strong a {
	color: #ff0 !important;
	text-decoration: underline !important;
}

#ad {
	width: 100px;
	height: 400px;
	z-index: 3;
	position: absolute;
	right: 5px;
	top: 5px;
	display: block;
	background-color: #fff;	
} 

/* 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: #FFFDD6;
}

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

legend {
	padding: 0 5px;
}

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

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