html {
	background-image:url(../images/Alternativ/html-back-alternativ.gif);
	overflow-x: auto;
	overflow-y: auto;
}

body {
  top: -10px;
	margin:0;
	padding:0;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	position: relative;
}

#header {
	height: auto!important;
	height: 78px;
	min-height: 78px;
	background-color:#003258;
	/*background-image:url(../images/Alternativ/bg_header_trichter.gif);*/
	background-repeat:no-repeat;
	position: relative;
}

#logo {
	width:995px;
	height: auto!important;
	height: 78px;
	min-height: 78px;
	position: relative;
	/*background-image:url(../images/Alternativ/bg_header_logo.gif);
	background-repeat:no-repeat;
	background-position: right 11px;*/
}

	/*Szenario-Technik Titel*/
/*
h1 {
	color:#FFFFFF;
	font-size:40px;
	font-style:italic;
	font-weight:normal;
	margin:0;
	padding:15px 0 0 20px;
	margin:10px 10px 1em 0px;
	
}

h2 {
	color:#003258;
	font-size:22px;
	font-weight:bold;
	margin:0px 0 10px 0;
}

h3 { 
	background-color: #003258;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	margin: 0 0 5px 0;
	padding: 0 5px 0 5px;
}

h4 {
	color:#003258;
	font-size: 12px;
}
*/
/*
p {
	margin:0px 0 20px 0;
}
*/

#header h1 {
	color:#FFFFFF;
	font-size:28px;
	font-style:italic;
	font-weight:normal;
	margin: 0; /*margin: 10px 10px 1em 0px;*/
	margin-top: 10px;
	padding:15px 0 0 20px;
}



	/*Hauptmenue unter den Logos*/
#top_menue {
	background-color:#D5D5D5;
	background-image:url(../images/Alternativ/bg_top_menue.gif);
	background-position:bottom;
	background-repeat:repeat-x;
	border-bottom: 1px solid white;
	height:22px;
	overflow: hidden;
	position: relative;
}
#top_menue_groesse {
	width:995px;
	font-size:12px;
}
	/*Definition der Links oben*/
#top_menue a {
	line-height:25px;
	padding:5px 5px 5px 5px;
	color:#003258;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
}

#top_menue li a {
	line-height:25px;
	padding:0px 5px 5px 5px;
	color:#003258;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	float: right;
	border-left: 1px solid white;
	border-right: 1px solid white;
	margin-left: -1px;
}
#top_menue li a.mini-button, #top_menue li a.mini-button:hover {
	background-image:url(../images/mini-button.png);
	width: 22px;
	height: 16px;
	margin: 3px 2px 3px 2px;
	border: 0;
	padding: 0;
	text-align: center;
	color: white;
}
#top_menue ul li {
	list-style-type:none;
	display: inline;
}
li.searchbox {
	float: right;
	width: 200px;
}

	/*Roll-Over-Effekt der Links oben*/
#top_menue a:hover {
	color:#459F3E;
}
	/*Active-Effekt der Links oben*/
#top_menue a.active {
	background-color:white;
	color:#459F3E;
}
#searchform input {
  height:14px;
}

#main_menue_start a.start_active {
	color:#459F3E;
}


	/*Link: Startseite oben*/
#main_menue_start {
	width: 204px;
	float:left;
}

#main_menue {
	float:left;
	width:785px;
	height: 25px;
}

	/*gesamter Inhaltbereicht inkl. linkes Menue*/
#center {
	width:1000px;
	/*background-image:url(../images/Alternativ/bg_inhalt_grau_menue.gif);*/
	background-repeat:repeat-y;
}





	/*linkes Menue*/
#submenue {
	width:204px;
	float:left;
	color:#a2a5ae;
	font-weight:bold;
}

	/*Liste definieren*/
#submenue ul {
	margin:0;
	padding:5px 5px 5px 5px;
	list-style-type:none;
	background-color:white;
}
	/*eingerueckte Punkte im Submenue*/
#submenue ul li {
	background-image:url(../images/Alternativ/bg_submenue_haken.gif);
	background-repeat:no-repeat;
	background-position:0px 4px;
	margin-left: 10px;
	padding:0 0 3px 15px;
	list-style-type:none;
}
#submenue ul li.head {
	background-image:none;
	margin-left: 0px;
	padding:0 0 3px 5px;
}
	/*gestrichelte Linie in der Liste*/
#submenue ul li.strich {
	margin:2px 0 2px 0;
	font-size:1px;
	line-height:1px;
	background-image:url(../images/Alternativ/bg_submenue_strich.gif);
	background-repeat:repeat-x;
	background-position:0;
}
	/*Definieren der Links in der Liste*/
#submenue a {
	color:#555555;
	font-size:12px;
	font-weight:normal;
	text-decoration:none;
}
	/*Roll-Over-Effekt der Links unten*/
#submenue a:hover {
	font-weight:bold;
}
	/*Active-Effekt der Links unten*/
#submenue a.active {
	font-weight:bold;
}

	/*Bereich des Inhaltes (Text)*/
/*
#content {
	width:765px;
	height: auto!important;
	height: 400px;
	min-height: 400px;
	float:left;
	padding:30px 0 0 20px;
	color:#555555;
	font-size:12px;
	line-height:18px;
}
#content a {
	color:#459F3E;
	text-decoration:underline;
}
#content a:hover {
	color:#003258;
}
*/
	/*Aufzählungen*/
/*
#content ul {
	margin: 0;
	padding: 0 0 20px 20px;
	list-style-type: none;
}
#content ul li {
	padding: 2px 0 2px 15px;
	background-image: url(../images/Alternativ/bg_bullet_list.gif);
	background-position: 0 0.65em;
	background-repeat: no-repeat;
}

#content label {

}

#content input {
	width: 240px;
	
}

#content textarea {

}
*/

	/*Info-Kasten*/
/*
#info {
	width: 200px;
	line-height:20px;
	margin: 30px 0 0 20px;
	float: left;
}

.info_kasten {
	margin: 0 0 20px 0;
	padding-bottom: 5px;
	border:solid 1px #a2a5ae;
	font-size: 12px;
	color: #555555;
}

.info_kasten p {
	padding: 0 3px 0 5px;
	margin: 0;
}

.info_kasten p a {
	color:#459F3E;
	text-decoration:underline;
}

.info_kasten p a:hover {
	color:#003258;
}

.info_kasten img {
	padding: 10px 0 2px 0;
}
*/

	
	/*Sie befinden sich hier - Spalte*/
.breadcrumb {
	padding:10px 0 0px 220px;
	color:#555555;
	font-size:11px;
}

.breadcrumb a {
	color:#003258;
}

.breadcrumb a:hover {
	color:#459F3E;
}


	/*Balken vom unteren Menue
#bottom {
	background-color:#A2CF9E;
	font-size:12px;
} */
	/*unterer Menue-Inhalt*/
#bottom_menue {
	width:995px;
	text-align:right;
	color:#003258;
	float:left;
}
#bottom_menue li {
	list-style-type:none;
	display: inline;
}
	/*Definition der Links unten*/
#bottom_menue a {
	line-height:15px;
	padding:0px 5px 0px 5px;
	color:#003258;
	font-size:12px;
	font-weight:normal;
	text-decoration:none;
	float: right;
	border-left: 1px solid #003258;
	border-right: 1px solid #003258;
	margin-left: -1px;
}
	/*Roll-Over-Effekt der Links unten*/
#bottom_menue a:hover {
	color:#459F3E;
}
	/*Active-Effekt der Links unten*/
#bottom_menue a.active {
	background-color:white;
	color:#459F3E;
}





	/*Float-Aufhebung links*/
.clear_left {
	clear:left;
}
	/*weisser Hintergrund*/
.bg_white {
	background-color:white;
}
	/*Zeile mit nur 1 Pixel*/
.ein_px {
	height:1px;
	font-size:1px;
	line-height:1px;
}
	/*weisse Linie unten*/
.border_bottom_white {
	border-bottom:1px solid white
}









/* Kontaktformular - Anfang */
form#mailform {
	margin:0 0 15px 0;
}
.csc-mailform {
	margin: 0;
	padding: 0 0 0 0;
	border: none;
}
form#mailform input {
	width: 240px;
	margin: 2px 0 2px 0;
	padding: 2px;
	color: #000000;
	border: 1px solid #CCC;
	font-size: 86%;
}

form#mailform input.csc-mailform-check {
	width: 12px;
	margin-top: 6px;
}

* html form#mailform input {
	margin: 1px 0 1px 0;
}
form#mailform label {
	float:left;
	display:block;
	width: 170px;
	/*margin-right: 148px;*/
	padding-top: 2px;
}
.csc-mailform-field {
	clear:left;
}
form#mailform textarea {
	width: 390px;
	height: 150px;
	margin-top: 20px;
	padding: 2px;
	border: none;
	overflow: auto;
	color: #000000;
	font-size: 86%;
}
form#mailform input.csc-mailform-submit {
	width: 65px;
	margin: 0 0 0 257px;
	background-color: transparent;
	border: 1px solid #CCC;
	/*background-image:url(../images/mini-button.png);*/
	/*height: 20px;
	color: #FF9900;
	padding: 0 0 4px 35px;
	background-repeat: no-repeat;
	text-align: left;
	font-size: 100%;
	font-weight: bold;*/
}
* html form#mailform input.csc-mailform-submit {
	padding-bottom: 3px;
}
/* Kontaktformular - Ende */
