

body {
  color: #00305E;
  background: #DEDEE0;
  font-family: arial,sans-serif;
  font-size: 12px;
  padding: 20px 0;
  margin: 0;
  text-align: center;   /* Zentrierung fuer alte IEs */
}

a { text-decoration: underline;}

a:link    { color: #234D60;}
a:visited { color: #628A9F;}
a:focus, a:hover, a:active { color: #BD1823;}



/* Allgemeine Klassen
/* * * * * * * * * * * * * * * * * * * * * * * * * * */


h1 {    
    color: #00305E;
    font-size: 14px; 
	font-family:  Arial, sans-serif; 
	font-style: normal; 
	font-weight: normal;
}

h2 {	
	color: #00305E; 
	font-size: 12px; 
	font-family:  Arial, sans-serif; 
	font-style: italic; 
	font-weight: normal;
    margin-bottom: 4px;
    margin-top: 16px;
}

h3 {	
	color: #00305E; 
	font-size: 10px; 
	font-family:  Arial, sans-serif; 
	font-style: italic; 
	font-weight: normal;
}

h4 {	
	color: #00305E; 
	font-size: 10px; 
	font-family:  Arial, sans-serif; 
	font-style: italic; 
	font-weight: normal;
}

p { 
	font-size: 12px; 
	font-family:  Arial, sans-serif; 
	font-style: normal; 
	font-weight: normal; 
}




#breadcrumb{font-size: 10px; margin-bottom: 20px;}









.stopFloat {
  display: block;
  float: none;
  clear: both;
  height: 1px;
  font-size: 0px;
  line-height: 0px;
}



/* Rahmen, Kopf
/* * * * * * * * * * * * * * * * * * * * * * * * * * */

#rahmen {
  background: #FFF url(images/hintergrund.gif) repeat-y;
  width: 940px;            /* der Breite des Hintergrundbilds entsprechend */
  border: 1px solid #FFF;
  margin: 0 auto;          /* Zentrierung fuer moderne Browser */
  text-align: left;        /* text-align:center (body) "neutralisieren" */
    
}

* html #rahmen {   /* Box Model Hack - notwendig wegen border-Angabe */
  width: 940px;    /* fuer IE 5 und 5.5 */
  wid\th: 938px;   /* fuer IE 6 */
}

#kopf {
width: 940px;
height: 165px;
  background: #FFF;
  padding: 0px 0 0px 0px;
}
#logo {
float:left;
width: 248px;
  padding: 5px 0 10px 15px;
}





#main{
width: 940px;
 min-height: 490px;  
  height: auto !important;
  height: 490px;  }



/* ------------------ START:TOPNAVI_RECHTS ------------------ */ 
#topnav{float:right;
font-size: 11px;
width: 220px;
margin-top:12px;
margin-right: 0px;
}

.topnavi_rechts 
{ 
   display: inline; 
list-style-type: none; 
padding-right: 5px;
} 
.linktopa_rechts { 
   color:#000; 
   font-weight:bold; 
   padding:5px; 
   text-decoration: none; 
} 
.linktopp_rechts { 
   color:#000; 
   font-weight:normal; 
   padding:5px; 
   text-decoration: none; 
} 
/* ------------------ END:TOPNAVI_RECHTS ------------------ */






#telefon {
float:right;
margin-top: 30px;
width: 215px;
  padding: 0px 0 0px 0px;
}



/* Rote Menueleiste
/* * * * * * * * * * * * * * * * * * * * * * * * * * */

#menue {
  background: #BD1823;
  border-bottom: 1px solid #FFF;   /* weisse Trennlinie zw. Menue u. Inhalt */
   min-height: 170px;  
  height: auto !important;
  height: 170px; 
  
}

#menue ul {
  padding: 0 0 3px 0;
  margin: 0 0 0 20px;
  list-style: none;
}

#menue li {
  display: inline;   /* Listenpunkte nebeneinander stellen */
  margin-right: 15px;
}

* html #menue li {   /* Sternchen-Hack - sehen nur IEs */
  height: 1em;       /* damit margin-right auch im IE 5 beachtet wird */
}

#menue a {
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
}

#menue a:link, #menue a:visited {
  color: #FFF;
  text-decoration: none;
}

#menue a:focus, #menue a:hover, #menue a:active {
  text-decoration: underline;
}



/* Spalte 1
/* * * * * * * * * * * * * * * * * * * * * * * * * * */

#spalte1 {
  float: left;
  background-color: #001D4F;
  width: 242px;    /* Breite ohne senkrechte weisse Linie */
  padding: 10px 0;
   min-height: 150px;  
  height: auto !important;
  height: 150px; 
}

#spalte1 ul{
  list-style: none;
  padding: 0;
  margin: 0 0px 0 0px;
  
}

#spalte1 li {
  margin: 0;
  font-size: 12px;
  line-height: 180%;
  margin: 0;
}

#spalte1 a:link, #spalte1 a:visited {
  color: #fff;
  font-weight: normal;
  text-decoration: none;
   padding: 0 0px 0 20px;
  margin: 0 0px 0 0px;
}

#spalte1 a:focus, #spalte1 a:hover, #spalte1 a:active {
  text-decoration: none;
  display:block;
  background-color:#99ACBF;
}

#spalte1 li li a:link, #spalte1 li li a:visited {
  color: #fff;
  font-weight: normal;
  text-decoration: none;
   padding: 0 0px 0 30px;
  margin: 0 0px 0 0px;
}
#spalte1 ul li .current {
display:block;
  background-color:#6F869D;
  }
  
ul .nav2nd .active {
display:block;
  background-color:#99ACBF;
  }
  


/* Spalte 2
/* * * * * * * * * * * * * * * * * * * * * * * * * * */

#spalte2 {
  float:left;
  width: 480px;                  /* Breite ohne senkrechte Linien */
  background: #fff;
  padding: 0px 0 0px 0;
  border-right: 0px solid #000;  /* Senkrechte Linie rechts */
  border-left: 0px solid #000;   /* Senkrechte Linie links */
  
}

* html #spalte2 {  /* Box Model Hack - notwendig wegen border-Angabe */
  width: 480px;    /* Fuer IE 5 und 5.5 */
  wid\th: 480px;   /* Fuer IE 6 */
}


#spalte2 a:link, #spalte2 a:visited {
  color: #D24400;
  font-weight: normal;
  text-decoration:none;
}

#spalte2 a:focus, #spalte2 a:hover, #spalte2 a:active {
  color: #D24400;
}

#content{margin: 1em 20px; font-size: 12px;}

.nachoben { text-align: right; }

#spalte2 h1, #spalte2 h2, #spalte2 h3, #spalte2 h4{
  font-weight: bold;}



/* Spalte 3
/* * * * * * * * * * * * * * * * * * * * * * * * * * */

#spalte3 {
  float:left;
  width: 210px;  /* Breite ohne senkrechte weisse Linie */
  background: #fff;
  padding: 0;
  margin-left: 3px;
}
#bildrechts{
  width: 100%;  /* Breite ohne senkrechte weisse Linie */
  background: #001D4F;
  padding: 0px 0 0px 0;
}

#spalte3 h1 {
  color: #2A5165;

  line-height: 160%;
  margin: 0 20px;
}

#spalte3 p {

  line-height: 150%;
  margin: 1em 0px;
}
.btbewerbung{margin-top: 3px;}




#footer {float:left;
  width: 938px;  /* Breite ohne senkrechte weisse Linie */
  height: 100px;
  background: #FFF url(../images/bg_footer.gif) repeat-y;
  padding: 0px 0 0px 0;
}




/*/////////////////////////////////////////////////////////////////////////////
CSS - Definition - DEMO 1.01
Formular Generator für Redaxo 4.x 
Ab: Version 4.5 Community Editon
Stand: 22.01.2008 

Erstellt von: Thomas Skerbis , www.klxm.de
Dieses CSS dient als Beispiel
Bitte nicht 1:1 übernehmen, ist ja auch nicht wirklich hübsch ;-) 

Funktioniert nicht mit Formular-Generator < v.4.43
 
/*



/* Formular Definition */


/* Div das das Formular umschließt */
.formgen {
	font-size: 1em;
}


label,
select,
input[type=checkbox],
input[type=radio],
input[type=button],
input[type=submit]
{
cursor : pointer;
}



.formgen form
{
line-height : 100%;
width: 400px;
}


/* 
Wie sehen die einzelnen Blöcke aus? 
Jedes Feld wird von einem DIV umschlossen, das hier definiert werden kann
*/


.formgen .formblock
{
	margin-bottom: 2px;
	background-color: #DBE2E9;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 2px;
	padding-left: 5px;
}


/*
Verhalten von br-Tags
*/
.formgen br
{
clear : both;
}


/* 
--------- FORMULAR-OBJEKTE ------------ 
*/


/* Mehrzeiliges Eingabefeld */
.formgen .formtextfield
{
	width: 210px;
	height: 200px;
	margin-left: 4px;
}


/* Textfeld */
.formgen .formtext
{
	height: 15px;
    width: 200px;
	background-color: #fff;
	margin-left: 4px;
	border: 1px solid #ccc;
}
/* Trennelement , Abstand */
.formgen .formtrenn
{
	display: block;
	height: 30px;	
}
/* Hinweistext */
.formgen .formhinweis
{
	font-weight: bold;
	color: #003366;
	font-size: 1.0em;
}
/* Überschrift */
.formgen .formheadline
{
	font-weight: bold;
	color: #003366;
}


/* Passwortfeld */
.formgen .formpassword
{
	width: 200px;
	background-color: #CCCCCC;
	margin-left: 4px;
}
/*Captcha-Bild*/
.formgen .formcaptcha {
	border: 1px solid #990000;
}

/* Label */
.formgen label {
font-family: Arial, Helvetica, sans-serif;
width: 150px;
clear: left;
float: left;
height: 15px;
padding: 0px;
}


/* Aussehen der Select-Ausgabe */
.formgen .formselect
{
	width: 200px;

	margin-left: 4px;
}


/* Sende-Button */
.formgen .formsubmit
{
	width: 90%;
	
}


/* Definition des Fieldsets, das das ganze Formular umschließt */
.formgen fieldset {
width: 400px;
padding-top: px;
padding-right: 2px;
padding-bottom: 2px;
padding-left: 2px;
border: 0px solid #5D81A3;
}


/* Fieldsetbeschriftung */
.formgen legend {display:none;
font-weight: bold;
color: #333333;
}

/* -------------- AUSGABEN / Fehlermeldungen --------*/

/* Fehlermeldung nach Versand */

.formgen .forminfo {
	color: #FFFFFF;
	background-color: #990000;
	border: 0px dashed #000000;
	margin: 5px;
	padding: 5px;
}


/* Markierung der Labels bei Fehler */
.formgen .formerror {
	color: #FFFFFF;
	background-color: #990000;
}





#cont_bez{}




/*//////////////////////////////////////////////////////////////////////////////*
/* Ende der Formulardefinition */


#sitemap{
	float: left;
	width:400px;
	padding:00px;

}
#sitemap .langsitemap{
	float: left;
	width:100px;
	padding:14px;
}

#sitemap .sitemaplevel1 ul{
}
#sitemap .sitemaplevel1 ul a.level1{
}

#sitemap .sitemaplevel2 ul{
}
#sitemap .sitemaplevel2 ul a.level2{
}
#sitemap .sitemapartikel ul{
	list-style: circle;
}
#sitemap .sitemapartikel li{
	list-style: circle;
}
#sitemap .sitemapartikel a{
}

