*{
  padding:0; /* Abstände entfernen */
  margin:0;
}
#sitemap { margin-left:20px; margin-top:10xp; }
#sitemap ul, li { margin:0px; padding:0px }
#sitemap ul     { padding-left:12px; }
#sitemap ul li  { margin-left:3px; margin-top:0px;}

body{
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-size:12px;
  /* Für Zentrierung in älteren Browsern wichtig: */
  text-align: center; 
  background: #B5CCDF;
  color:#02427B;
  line-height:20px;
}
/* Allgemeine Formatierungen */
h2{
  margin: 1em 0;
  font-size: 16px;
  text-transform: uppercase;
  border-left: 5px solid orange;
  padding-left: 8px;
  line-height: 18px;  /* Höhe des linken Rands */
}
.headline_content {
  font-size: 16px;
  font-weight:bold;
  line-height: 30px;
}
/* Hauptcontainer */
#box{
  width: 882px;
  margin: 0 auto;  /* Zentrierung */
  text-align: center;
  background: #ddd;
  border: 5px solid white;
  border-bottom: none;
  background-color:#B4DBFE;
}
/* Header */
#header{
  height: 200px;
}
/* TOP Navigation */
#navigation{
  list-style: none;
  width: 882px;
  float: left;
  background-color:#FFFFFF;
}
#navigation li{
float: left;
}
#navigation li a{
  display: block;
  height: 30px;
  width: 146px; /* Breite 650px:5 = 130px */
  text-decoration: none;
  line-height: 30px;
  float: left;
  background:#FFFFFF;
  font-size:10px;
  color:#02427B;
  font-weight:bold;
  text-align:left;
  border-right-color:#02427B; 
  border-right-width:1px; 
  border-right-style:solid; 
}
#navigation li a:hover{
  background:#B4DBFE;
}
#navigation-bottom{
  float: left;
  height: 64px;
  background-color:#FFFFFF;
  background-image:url(./navi.jpg);
}
/* SUB Navigation */
#sub-navigation{
  padding-top:10px;
  list-style: none;
  width: 430px;
  background:#B4DBFE;
  float:right;
  padding-bottom:10px;
  padding-right:10px; 
  border-bottom-color:#FFFFFF; 
  border-bottom-width:1px; 
  border-bottom-style:solid;
}
#sub-navigation li{
  float:right;
}
#sub-navigation li a{
  display: block;
  height: 25px;
  width: 400px; /* Breite 650px:5 = 130px */
  text-decoration: none;
  line-height: 20px;
  font-size:11px;
  color:#02427B;
  font-weight:bold;
  text-align:right;
  padding-left:10px;
  padding-right:10px;
  float:right;
}
#sub-navigation li a:hover{
  background:#FFFFFF;
}
/* Inhalt */

.fett {
  font-weight:bold;
}
p {
  margin-bottom:1em;
}
.lightboxgalerie {

}
.lightboxgalerie img { border:0; padding-right:3px; padding-bottom:3px; }
#inhalt_left{
  text-align: left;  /* wichtig */  
  float:left;
  width:440px;
  background-color:#B4DBFE;
}
#inhalt_left_inside1 { 
  border-bottom-color:#FFFFFF; 
  border-bottom-width:1px; 
  border-bottom-style:solid;
  background-color:#B4DBFE;
}
#flashgalerie {
margin-top:-3px;
}
#inhalt_left_inside2 {
  background-color:#B4DBFE;
  margin-left:10px;
  margin-top:10px; 
}
#inhalt_right{
  background-color:#FFFFFF;
  text-align: left;  /* wichtig */  
  float:left;
  width:442px;
}
#inhalt_right_inside1 {
  border-left-color:#FFFFFF; 
  border-left-width:1px; 
  border-left-style:solid;
  background-color:#B4DBFE;
}
#inhalt_right_inside2 {
  border-top-color:#FFFFFF; 
  border-top-width:1px; 
  border-top-style:solid;
  border-left-color:#FFFFFF; 
  border-left-width:1px; 
  border-left-style:solid;
  background-color:#B4DBFE;
  padding:10px 10px 10px 10px;
}
/* Footer */
#footer{
  height: 30px;
  line-height: 30px;
  background-color:#00437A;
  color: white;
  text-align: center; 
  clear:left;
}
#footer span a{
  float: right;
  margin: -30px 10px 0 0;
  color: orange;
}
#footer span a:hover{
  color: white;
}
/* LINKS */
a:link { font-size: 12px; color: #02427B; font-weight: normal; text-decoration:underline;
}
a:visited { font-size: 12px; color: #02427B; font-weight: normal; text-decoration:underline;
}
a:hover { font-size: 12px; color: #02427B; font-weight: normal; text-decoration:underline;
}

a.footer-mail:link { font-size: 12px; color: #FFFFFF; font-weight: normal; text-decoration:none;
}
a.footer-mail:visited { font-size: 12px; color: #FFFFFF; font-weight: normal; text-decoration:none;
}
a.footer-mail:hover { font-size: 12px; color: #FFFFFF; font-weight: normal; text-decoration:underline;
}

