@charset "utf-8";

/* Basic Elements */
html, body {
  margin: 0;
  padding: 0;
  background-color:#FFFFFF;
  font-family:Arial, Verdana, Helvetica, sans-serif;
}

#container {
  width: 100%;
  margin: 0 0 0 0;
  background-color:#FFFFFF;
  height:101%;
}

/* ########################## Logo ###########################*/
#logo {
  background-color:#FFFFFF;
}
#logo_container {
  position: relative;
  text-align: right;
  margin: 0px auto;
  background-color:#15193E;
}
#logo_left {
  width:0px;
  position:absolute;
  color:#FFFFFF;
  height:76px;
  background-color:#15193E;
}
#logo_right {
  text-align:right;
  height:76px;
  background-color:#15193E;
}
/* ########################## Header ###########################*/
#header {
  width: 100%;
  background: url("bg_header.jpg") repeat-x;
  height:181px;
  display:none;
}
#header_container {
  width:380px;
  position: relative;
  text-align: left;
  margin: 0px auto;
}
#header_image {
 width:626px; 
}
#header_left {
  float:left;
  width:250px;
  position:absolute;
  left:-250px;
  color:#FFFFFF;
  font-size:0.8em;
  line-height:25px;
  top:30px;
}

#header_left a {
  padding-left:20px;
  color:#FFFFFF;
  font-weight:bold;
}
#header_left a:hover {
  text-decoration:underline;
}

#header_right {
  padding-top:1px;
  overflow:hidden;
  width:626px; 
  position: relative; 
  height:181px;
  top:0px;
  border-right:1px solid #FFFFFF;
  border-left:1px solid #FFFFFF;
  margin-bottom:-2px;
}

* html .header_right { height: 1%; }

#but_weiter {
  padding-left:160px;
}
/* ########################## Header Ende ###########################*/
#wrapper {
  float: left;
  width: 100%;
  
}

/* ########################## Content ###########################*/

#middle_container {
  
  position: relative;
  text-align: left;
  margin: 0px 0 0 0;
}
/*################### Content ##############################*/


#content {
  height:101%;
 
  width:648px;
}

#content_text {	
  margin-left:0px;
  background-color:#FFFFFF;
  width:628px;
  font-size:0.8em;
  color:#14212B;
  min-height:337px;
}

#content_text_pos {
  padding:10px 20px 20px 0px;
}

.tableimg {
  width:161px;
}

.mitarbeiter {
  padding-top:20px;
}

.mitarbeiter_text {
  padding-left: 20px;  
}

#headline {
  margin-left:-5px;
  padding-bottom:10px;
}

#box_container {
  padding:10px 17px 10px 17px;

}

#box_left {
  float:left;
  width:275px;
  background-color:#FFFFFF;
  padding:10px;
}
#box_middle {
  float:left;
  width:20px;
  background-color:#FFFFFF;
  height:170px;
}
#box_right {
  background-color:#FFFFFF;
  height:150px;
  padding:10px;
  padding-left:325px;
}

#box_detail {
  width:618px;
  background-color:#EBF3FA;
  padding:5px;
  font-size:1.5em;
  font-weight:bold;
  text-align:center;
  margin-left:-20px;
  margin-bottom:20px;
  margin-top:20px;
}
#box_auswahl_pos {
  padding:0px 20px 20px 20px;
}
#box_auswahl {
  width:628px;
  font-size:1.2em;
  margin-left:-20px;
  margin-bottom:20px;
  margin-top:20px;
}

#box_auswahl_weiss {
  background-color:#FFFFFF;
  padding:5px;
  padding-left:30px;
}
#box_auswahl_blau {
  padding:5px;
  padding-left:30px;
}



#content a {
  color:#000000;
  font-weight:normal;
  text-decoration:none;
}
#content a:hover {
  text-decoration:underline;
}

#box_auswahl a {
  color:#000000;
  font-weight:bold;
}
#box_auswahl a:hover {
  text-decoration:underline;
}
#box_container a { color:#14212B; }
/* ########################## Content Ende ###########################*/
#sidebar {
  float:left;
  width:250px;
  position:absolute;
  left:-250px;
  top:0px;
  font-size:0.8em;
  display:none;
}

ul#navigation {
  width: 240px;
  margin:0;
  margin-top: 25px;
  padding: 0;
  list-style: none;
}
	
ul#navigation li {
  margin: 0;
  padding: 0;
  text-align: left;
  border-bottom: 1px dotted #596A7A;
}
	
ul#navigation li a {
  display: block;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left:8px;
  text-decoration: none;
  color: #FFFFFF;
}



ul#navigation li a:hover {
  background-color: #B1D1EB;
  color: #14212B;
}
	
ul#submenu {
  width: 230px;
  list-style: none;
}
	
#navigation li ul {
  display: none;
  width: 220px;
  list-style:none;
}
	
#navigation ul,#menu ul{
  display: none;
}
	
#navigation .isOpen { 
  display: block; 
  margin-left:10px;
  width: 190px;
}
	
#navigation .noline {border-bottom: 0px;}
	
img#liste { margin-bottom:2px; margin-right:12px;}
	
ul#navigation li a.isActive {
  background: #B1D1EB;
 text-decoration: none;
  color: #14212B;
  border-bottom: 1px dotted #596A7A;
}
	
/* ###################### Footer ####################### */

#footer {
  width: 100%;
  clear: both;
  height:53px;
  
}

#footer_container {
  position: relative;
  text-align: left;
  margin: 0px 0 0 0;
  top:-3px;
}
#footer_left {
  float:left;
  position:absolute;
  top:100px;
}

#footer_right {
  color:#000000;
  font-size:0.7em;
  line-height:17px;
  padding-top:7px;
  text-align:left;
}

#footer_right a {
  padding-left:20px;
  color:#FFFFFF;
  font-weight:bold;
}
#footer_right a:hover {
  text-decoration:underline;
}
	
/* Additional styles */

img {
  border: 0;
}



