html, body {
  margin: 0px;
  padding: 0px;
  font-size : 90%;  
  font-family : Tahoma; 
  font-weight : normal;
  background-color: #224488;
}

* {
  margin: 0px;
  padding: 0px;
}

#container {
  height: auto;
  width: 1000px;
  position: absolute;
  left: 50%;
  margin-left: -500px;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;  
}

#header {
  position: relative;
  top: 0px;
  left: 0px;
  height: 240px;
  width: 100%;
  background-color: #ffffff;
  overflow: hidden;
}

#head_logo {
  position: relative;
  top: 0px;
  left: 10px;
  height: 240px;
  width: 240px;
  background-color: white;
  float: left;
}

#head_image {
  position: absolute;
  top: 0px;
  left: 260px;
  height: 200px;
  width: 730px;
}

#head_image img{
  border: 0px;
  margin: 0px;
  padding: 0px;
}

#head_sentence {
  position: absolute;
  top: 210px;
  left: 260px;
  height: 20px;
  width: 730px;
  background-color: #ffffff;
  text-align: center;
  clear: both;
  padding-top
}

#main {
  position: static;
  top: 0px;
  left: 0px;
  height: auto;
  width: 100%;
  background-color: #ffffff;
  clear: both;
}

#main_nav {
  position: static;
  top: 0px;
  left: 0px;
  height: 20px;
  width: 100%;
  background-color: #dddddd;
}

#content {
  position: relative;
  top: 0px;
  left: 0px;
  height: auto;
  width: auto;
  margin: 10px;
  padding: 0px;
  background-color: transparent;
}

#links {
  position: relative;
  top: 0px;
  left: 0px;
  width: 320px;
  height: auto;
  background-color: transparent;
}

#mitte {
  position: absolute;
  top: 0px;
  left: 330px;
  width: 320px;
  height: auto;
  background-color: transparent;
}

#rechts {
  position: absolute;
  top: 0px;
  left: 660px;
  width: 320px;
  height: auto;
  background-color: transparent;
}

#footer {
  position: static;
  top: 0px;
  left: 0px;
  height: 80px;
  width: 100%;
  background-color: #224488;
  border-bottom: 1px solid #fff;
}

#footer * {
  font-family:Tahoma;
  font-size:12px;
  font-weight:bold;
  color: #fff;
  letter-spacing:0px;
  line-height:100%;
  margin:0px;
  padding-bottom:6px;
  text-indent:0px;
}

#footer_nav {
  position: relative;
  top: 10px;
  left: 370px;
  height: auto;
  width: 220px;
  background-color: transparent;
  float: left;
}

#footer_mail{
  position: relative;
  top: 10px;
  left: 180px;
  height: auto;
  width: 220px;
  background-color: transparent;
  float: left;
}

#footer_address{
  position: relative;
  top: 10px;
  left: 10px;
  height: auto;
  width: 220px;
  background-color: transparent;
  float: left;
}

.copyright {
  position: relative;
  top: 0px;
  left: 10px;
  width: 200px;
  background-color: transparent;
  float: left;
  display: inline;
}

.clearer {
  clear: both;
}

#main_nav {
  line-height : normal;
  text-align: left;
  height:auto;
  overflow:hidden;
  width: 100%;
}

#main_nav ul {
    float:left;
    display:inline;		
    margin:0;		
    padding: 0;
    margin-left: 9px; 
    margin-right: 1px;
}

#main_nav ul {
  list-style-type : none;
  margin-right : 0;
  padding : 0;
  margin-top: 0;
  margin-bottom: 0;
  text-align:right;
  display:inline;
}

#main_nav ul li {
    float: left;
    display:inline;  
    margin: 0;
    padding: 0;
    font-size: 10px;
    line-height: 10px;
    list-style-type: none;
    margin-right: 1px;
    margin-left: 1px;    
}

#main_nav ul li a {
    display:block;
    width: auto;
    font-size: 11px;
    font-weight: bold;
    text-decoration: none;
    color: #000;
    margin: 0;
    padding: 5px;
    border-top: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;    
}

#main_nav ul li a#current {
    background-color: #FFFFFF; 
    background: #FFFFFF;
    color: #be0f1e;
    text-decoration: none;
}

#main_nav ul li a:hover, #main_nav ul li a:focus  {
    background-color: #FFFFFF; 
    background: #FFFFFF;
    color: #ddd;
    text-decoration: none;
    background-position: 0 0;
    text-indent: 0;
}

#footer ul {
    float:left;
    display:inline;	 
    margin:0;	
    padding: 0;
    margin-left: 3px; 
    margin-right: 1px;
    border-left: 0px #aaa solid; 
    border-right: 0px #fff solid;
}

#footer ul li {
    margin: 0;
    padding: 0;
    font-size: 10px;
    line-height: 10px;
    list-style-type: none;
    margin-right: 1px;
    margin-left: 1px;    
}

#footer ul li a {
    display:block;
    width: auto;
    font-size: 10px;
    font-weight: bold;
    background: transparent;
    text-decoration: none;
    color: #fff;
    margin: 0;
    padding: 5px;
    font-family:Tahoma;
    font-size:12px;
    font-weight:bold;
    color: #fff;
}

#footer ul li a#current {
    background-color: #FFFFFF; 
    background: #FFFFFF;
    color: #be0f1e;
    text-decoration: none;
}

/* Content Stylings */
h1 {
  font-family:Tahoma;
  font-size:12px;
  font-weight:bold;
  letter-spacing:0px;
  line-height:100%;
  margin:0px;
  padding-bottom:6px;
  text-indent:0px;
}

h2 {
  font-family:Tahoma;
  font-weight:bold;
  letter-spacing:0px;
  line-height:105%;
  margin:0px;
  padding-bottom:0px;
  padding-top:3px;
  text-indent:0px;
}

h3 {
  font-family:Tahoma;
  font-weight:bold;
  letter-spacing:0px;
  line-height:105%;
  margin:0px;
  padding-bottom:0px;
  padding-top:3px;
  text-indent:0px;
}


#head_sentence p {
  font-size: 12px;
  font-weight: bold;
  color: #224488;
  margin: 0px;
  padding: 0px;
  margin-top: 2px;
}

.content_box { 
  margin : 0px; 
  padding : 0px;  
  margin : 0px 0px 3px 0px; 
  border-width: 1px; 
  border-style: solid;
  background-color:#FFFFFF;
  border-color:#9CC8CF;
  clear:both;
}

.content_header {  
  margin : 0px; 
  height : 15px; 
  padding : 0px; 
  background-color:#D6E8EB;
}

.content_element {  
  margin : 0px; 
  padding: 10px;
}
