/*
ROT #a71530;
GRAU #8d9399;
*/


/* Layout */

* {
	margin: 0;
	padding: 0;
	outline: none;
}

body {
	background-color: #eee;
	font: normal 12.5px/17px Arial, Helvetica, Frutiger, sans-serif;
	color: #000;
}

div#page {
	width: 980px;
	background-color: #fff;
	margin: 0 auto;
	border-left: 1px solid #aaa;
	border-right: 1px solid #aaa;
}

#logo {
      position: absolute;
      z-index: 100;
      border: none;
      top: 240px;
      margin-left: 35px;
}

div.header {
	width: 980px;
	height: 290px;
}

div.welle {
	width: 310px;
	height: 45px;
	float: left;
	background: url("/_images/layout/welle.png") no-repeat;
       z-index: 99;
       position: relative;
}

div.content {
       padding-top: 50px;
}

div.content:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}



/* Head | Bild mit Slideshow */

#auto_slideshow {
	width: 980px !important;
	height: 245px !important;
       background: url("/_images/head_slideshow/land2.jpg") no-repeat;
	float: left;
}

#auto_slideshow img {
	width: 980px !important;
	height: 245px !important;
}

.bilder_diashow a,
.bilder_diashow a img {
       border: 0px;
}




/* Navigation */

div#naviwrapper {
	float: left;
	width: 670px;
	height: 35px;
	background-color: #a71530;
       z-index: 99;
       position: relative;
}

ul#navigation {
	float: left;
	color: #fff;
	list-style: none;
	padding-right: 15px;
}

ul#navigation li {
	background-color: #a71530;
	float: left;
	font: normal 12px/16px Arial, Helvetica, sans-serif;
}

ul#navigation li a {
	padding: 8px 15px 11px 15px;
}

ul#navigation li a:link,
ul#navigation li a:visited,
ul#navigation li a:active,
ul#navigation li a:hover {
	color: #eee;
	text-decoration: none;
	display: block;
}

ul#navigation li a:hover,
ul#navigation li a:focus,
ul#navigation li a:active {
	color: #000;
	background: #eee;
}

ul#navigation li a#aktiv {           /* Aktiv Element!!! */
	background-color: #fff;
	color: #a71530;
}

ul.sublinks,
ul.standorte {
	min-height: 100px;
	float: left; /* variabel */
	margin: 0 20px 0 0;  /* für links */
	padding: 10px 15px 20px 10px;
	background-color: #f5f5f5;
	border: 1px solid #ccc;
}

ul.standorte {
	float: left;
	width: 300px;
	padding: 20px 0 50px 30px;
}

ul.sublinks li,
ul.standorte li {
	list-style: none;
	padding: 0 0 5px 0;
}



/* Dropdown */

li ul {
	width: 150px;
	display: none;
	position: absolute;
	background-color: #a71530;
}

li > ul {
	top: auto;
	left: auto;
}

li:hover ul,
li.over ul {
	display: block;
}

ul.dropdown {
	border-top: 1px solid #eee;
	padding: 7px 0 12px 0;
}

ul.dropdown li {
	width: 100%;
	list-style: none;
	float: none;
	display: inline;
}

ul.dropdown li a {
	padding: 4px 0px 4px 15px !important; /* gegen ID oben & für  Abstände in dropdown */
}



/* Suche */

div.suche {
	width: 185px;
	float: right;
	padding: 0 0 0 0;
	background-color: #a71530;
	background-color: #ddd;
}

div.suche fieldset {
	border: none;
	float: left;
}

fieldset.suche input {
	width: 90px;
	height: 16px;
	font: normal 12px/16px Arial, Helvetica, sans-serif;
	margin: 3px 0 4px 10px !important;
       margin: 3px 0 2px 10px;
	border: 1px solid #aaa;
	background-color: #fff;
}

fieldset.suche input.submit {
	width: 15px;
	height: 25px;
	margin: 0;
	padding: 0;
	background-color: #ddd;
	border: none;
	color: #fff;
}

fieldset.suche input:hover {
	border-color: #777;
}

fieldset.suche input.submit:hover {
	color: #a71530;
	background-color: #ddd;
}



/* Trail & Sprache */

div.infozeile {
	float: left;
       width: 980px;
}

ul.trail {
	float: left;
	padding: 0 0 0 325px;
	list-style: none;
}

ul.sprache {
	float: right;
	padding: 0 50px 0 0;
	list-style: none;
}

ul.sprache li,
ul.trail li {
	font: normal 11px/16px Arial, Helvetica, sans-serif;
	float: left;
	margin: 0 2px;
}

li#aktivsprache a {
	color: #a71530;
}

li.grau {
	color: #a71530;
}



/* Linke Spalte | Bilder */

div.spalte1 {
	width: 250px;
	float: left;
	padding: 0 0 0 25px;
}

div.spalte1 img {
	margin-bottom: 20px;
}




/* Mittlere Spalte | Hauptinhalt */

div.spalte2 {
	width: 450px;
	float: left;
	padding: 0 0 0 35px;
}

ul.spalten li {
	width: 210px;
	float: left;
	list-style: none;
	margin-right: 15px;
}

ul.spalten span,
div.news span,
div.news p a {
	font: normal 11px/16px Arial, Helvetica, sans-serif;
	color: #777;
}

div.spalte2alone {
	padding: 0 0 200px 310px;
	width: 450px;
}



/* Rechte Spalte */

div.spalte3 {
       width: 190px;
       float: right;
}

div.news {
	padding: 0px 25px 0 5px;
}


h3,
h3 a {
	font: bold 12.5px/16px Arial, Helvetica, Frutiger, sans-serif;
	color: #a71530;
	margin: 5px 0 3px 0;
}

h3 a:hover {
	color: #a71530;
}



/* Icons */

img.icon {
	width: 25px;
	height: 25px;
	float: left;
	padding: 5px 5px 20px 0;
	margin: 3px 5px 20px 0;
	border-right: 1px solid #888;
}

img.icon2 {
	width: 25px;
	height: 25px;
	float: left;
	margin: -5px 10px 0 0 !important;
       margin: 0px 10px 0 0;  /*IE-Hack*/
}



/* Typografie */

h1 {
	font: bold 17px/17px Arial, Helvetica, Frutiger, sans-serif;
	color: #a71530;
	margin-bottom: 17px;
}

h2 {
	font: bold 15px/15px Arial, Helvetica, Frutiger, sans-serif;
	color: #a71530;
	margin-bottom: 5px;
	padding-top: 10px;
}

p {
	font: normal 12.5px/16px Arial, Helvetica, Frutiger, sans-serif;
	color: #333;
	margin-bottom: 7px;
}

p.willkommen {
	font: normal 15px/19px Arial, Helvetica, Frutiger, sans-serif;
	color: #444;
	margin-bottom: 35px;
}

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

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

p a {
	color: #a71530;
}

ul.spalten a  {
	color: #333;
}

ul.spalten h2 a {
	color: #a71530;
}

h2#news {
	font: bold 15px/15px Arial, Helvetica, Frutiger, sans-serif;
	color: #fff;
	padding: 4px 0 4px 5px;
	background: url("/_images/layout/news.png") no-repeat;
}

span.zahlen {
	font: bold 15px/15px Arial, Helvetica, Frutiger, sans-serif;
	margin-bottom: 5px;
	color: #a71530;
	display: block;
}

span.historie {
	padding: 0 0 20px 10px;
	display: block;
}



/* Sonstiges */

ul.windchapliste,
ul.stellenangebote {
	font: normal 12.5px/16px Arial, Helvetica, Frutiger, sans-serif;
	color: #333;
	list-style: disc;
	padding: 5px 0 20px 45px;
}

ul.windchapliste li,
ul.stellenangebote li {
	margin-bottom: 3px;
}

h2.zweituberschrift {
	padding-top: 15px;

}

div#sitemap {
	margin-left: -10px;
}

li.topsite > a {
	color: #a71530;
	font: bold 14px/17px Arial, Helvetica, Frutiger, sans-serif;
}

li.topsite {
	margin-top: 10px;
}

ul#sitemap,
ul#sitemap li {
	float: none;
	display: block;
	position: static;
}

ul#sitemap li {
	margin-left: 15px;
}



/* Footer */

div.footer,
div.footerindex,
div.footerkarriere,
div.footersend  {
       width: 980px;
	height: 384px;
	margin: 0 auto;
	border-left: 1px solid #aaa;
	border-right: 1px solid #aaa;
	background: url("/_images/layout/footer.png") no-repeat;
	background-position: bottom;
	background-color: #fff; /* IE-Problem ************/
	position: relative;
}

ul.footer {
	float: left !important;
	float: none; /* IE-HACK */
	list-style: none;
	margin: 35px 0 0 740px;
	font: normal 11px/17px Arial, Helvetica, Frutiger, sans-serif;
}

ul.footer li {
	padding-left: 13px;
	float: left;
}

ul.footer li a,
ul.footer li a:hover {
	color: #fff;
}



/* Formular */

div.formular {
	float: left !important;
	float: none;
}

div.formular fieldset {
	border: none;
}

input,
textarea,
input.submit {
	width: 280px;
	padding: 5px;
	background: #f5f5f5;
	border: 1px solid #bbb;
	font: normal 12.5px/17px Arial, Helvetica, Frutiger, sans-serif;
	color: #000;
}

input.submit {
	width: 292px;
	height: 30px;
	margin-top: 5px;
	padding: 0px;
}

input.submit:active {
	color: #fff;
	background: #a71530;
	border: none;
}

input.checkbox {
	margin: 0 5px 0 15px;
	width: 20px;
}

textarea:hover,
textarea:focus,
input:hover,
input:focus {
	background: #eee;
}

fieldset p {
	margin: 10px 0 3px 0;
	font: normal 12.5px/17px Arial, Helvetica, Frutiger, sans-serif;
	color: #000;
}



/* Flash-Windrad */

div#windrad {
       padding-left: 775px;
       margin-bottom: 0px !important;
       margin-bottom: -7px;
}



/* Google-Maps */

iframe {
	margin-top: 10px;
}

/* Downloads */

p.download {

}

p.download img {
	border: none;
       margin: 0px 5px 0 0;
}




/* ************************************************************************** */
/* *** DIV.article ********************************************************** */

#article {
	font: normal 12.5px/16px Arial, Helvetica, Frutiger, sans-serif;
	color: #333;
	margin-bottom: 7px;
}

#article ul {
	font: normal 12.5px/16px Arial, Helvetica, Frutiger, sans-serif;
	color: #333;
	list-style: disc;
	padding: 0 0 0 45px;
}

#article ul li {
	margin-bottom: 3px;
}

#article a.more {
    color: #A71530;
}

#article a.more:hover {
    color: #000000;
}

#search input.submit{
    width:50px;
    background:none repeat scroll 0 0 #F5F5F5;
    border:1px solid #BBBBBB;
    color:#000000;
    font:12px Arial,Helvetica,Frutiger,sans-serif;
    padding:4px;
}
#searchField {
    width:150px;
    background:none repeat scroll 0 0 #F5F5F5;
    border:1px solid #BBBBBB;
    color:#000000;
    font:12px Arial,Helvetica,Frutiger,sans-serif;
    padding:5px;
}

.wordmark      { color: #000000; background: #FFFF00; }

#search        { background: #EDEDED; border: 1px solid #CCCCCC; margin-bottom: 10px;}
#searchHeader  { background: #EDEDED; padding: 5px; }
#searchContent { background: #FFFFFF; padding: 5px; }

.acronym  {  
    border-bottom: 1px dotted red;
    cursor: help;
}

#acronym  {  
    width: 250px;
    padding: 5px;
    border: 1px solid #333333;
    background: #F6F6F6;
}

#acronym .header {  
    color:#000000;
    font-size:12px;
    font-weight:bold;
    margin-bottom:5px;
}

#acronym  .content {  
    color:333333;
}

#article a.searchmore         { font-weight: bold; }
#article a.searchmore:link    { font-weight: bold; }
#article a.searchmore:hover   { font-weight: bold; }

.red { color: #A71530; }

#article a.mail:link,
#article a.mail:visited {
	color: #A71530;
	text-decoration: none;
}

#article a.mail:active,
#article a.mail:hover {
	color: #000000;
	text-decoration: underline;
}

ul#sitemap    { background-color: #FFFFFF; padding-right: 15px; padding:0 0 0 20px; }
ul#sitemap li { background-color: #FFFFFF; width: 250px; }


