html,body   {
   margin:0;
   padding:0;
} 
body {
   font: 76% arial,sans-serif;
   text-align:center;
   margin-top: 10px;
   background-color: #F9F8F6;
}
p {
   margin:0 10px 10px;
}
div#header {
   height:180px;  /* 155+25 breadcrumb */
   margin:0;
/*   background: #948b79;*/
   background-image: url('../img/header_bg.jpg');
   background-repeat: no-repeat;
  }

div#container {
   text-align:left;
}
div#content p {
   line-height:1.4;
}
div#navigation {
   background: #dde3e4;
   margin-top: 10px;
}
div#extra {
/*   background:#eef1f1;*/
   background-color: #dde3e4;  
   margin-top: 10px;
}
div#footer {
   background: #333;
   color: #FFF;
   margin-top: 10px;
}
div#footer p {
   margin:0;
   padding:5px 10px;
}

div#container {
   width:980px;
   margin:0 auto;
}
div#wrapper {
   float:left;
   width:100%;
}
div#content {
   margin-top: 10px;
   margin-left: 210px;

   padding-left: 10px;
   padding-right: 10px;  
   padding-top: 5px;
  /* border: 1px solid red;*/
   background-color: #fff;
   min-height: 400px;
   text-align: justify;
   }
div#navigation {
   float:left;
   width:180px;
   margin-left:-980px;
   margin-bottom: 10px;
   padding-top: 10px;
   padding-bottom: 10px;
   padding-left: 10px;
   padding-right: 10px;
/*   border: 1px solid red;*/
}
div#extra {
   float:left;
   width:150px;
   margin-left:-150px;
   padding-top: 10px;
   padding-bottom: 10px;
/*   border: 1px solid red;*/
}
div#footer {
   clear:left;
   width:100%;
   height: 25px;
   background-image: url('../img/bg_bc.gif');
   background-repeat: repeat-x;
   color: #fff;
   margin-top: 10px;
   margin-bottom: 10px;
}
div#footer a {
   color: #fff;
}
div#breadcrumb {
   width: 970px;
   height: 21px;
   background-image: url('../img/bg_bc.gif');
   background-repeat: repeat-x; 
   padding-top: 4px;
   padding-left: 10px;
   color: #fff;
}   
div#breadcrumb #bc_content {
   float: left;
}
div#breadcrumb #bc_content a {
   color: #fff;
}

#navigation ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  padding-left: 10px;
}
#navigation li {
   list-style-type: none;
   padding-bottom: 1px;
}
#navigation li ul {
   margin-left: -20px;
   font-weight: normal;
}
#navigation li a.sub {
   color: 687489;
   font-family: Arial;
   font-size: 11px;
   background-image: url('../img/pfeil.gif');
   background-position: 1 2;
   background-repeat: no-repeat;
   padding-left: 14px;  
}
#navigation li a:hover {
   color: #D84B47;
   text-decoration: none;
}
#navigation li a:active {
   text-decoration: none;
}

a {
   color: #555F70;
}

a:visited {
   color: #555F70;
   text-decoration: underline;
}
a:hover {
   color: #D84B47;
   text-decoration: none;
}
.current {
   text-decoration: none;
   font-weight: bold;
   background-image: none;
}
.category {
   background-image: url('../img/leiw.gif'); 
   background-repeat: no-repeat;
   background-position: -2px 4px;
   padding-left: 23px;
   padding-top: 2px;
   font-weight: bold;
   margin-bottom: 0;
}
/** html .category {
   padding-left: 9px;
}   */
.nav2nd li {
   margin-top: 0;
}
#language {
   float: right;
   margin-right: 10px;
   border-color: #fff;
   margin-top: 2px;
}
.fahne {
   border: 1px solid white;
}
h1 {
  font-family: helvetica, arial, verdana, sans-serif;
  font-weight: bold;
  letter-spacing: -1px;
  color: #5F6B7F;
  font-size: 20px;
  line-height: 24px;
  padding-left: 18px;
  margin-bottom: 7px;
}
h2 {
  font-family: Arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
  color: #D84B47;
  margin-bottom: 0px;
  padding-left: 18px;
  margin-top: 3px;
  padding-top: 0;
  margin-bottom: 10px;

}

#content ul {
   list-style-type: none;
   margin-top: 3px;
   margin-bottom: 3px;
   margin-left: 20px;
   padding-left: 20px;
   margin-right: 20px;
}
#content li {
   background-image: url('../img/listimg.gif');
   background-position: 1 3;
   background-repeat: no-repeat;
   padding-left: 13px;
}

table {
  border: 0px;
  padding: 1px;
  margin: 2px;
  color: black;
  font-family: Arial;
  font-size: 12px;
}
td, th {
  padding: 2px;
  padding-right: 5px;
  padding-left: 5px;
}
td.backgroundred {
   background: #efd1d2;
   border-bottom: 1px solid #efd1d2;
}
td.backgroundgrey {
   background: #f7f7f7;
   border-bottom: 1px solid #e0e0e0;
}
td.backgrounddarkgrey {
   background: #ebebeb;
   border-bottom: 1px solid #f7f7f7;
}
.boxtitle {
  background: #e0e0e0;
  color: #b80000;
  width: 100%;
  height: 18px;
  text-align: center;
  font-weight: bold;
  vertical-align: middle;
  margin-bottom: 3px;
}
hr {
  width: 100%;
  margin-left: 50px;
  margin-right: 50px;
  height: 1px;
  color: #D84B47;
  align: center;
}
.imageleft {
   float: left;
   padding-right: 4px;
   font-size: 10px;
   margin-left: 10px;
   padding-bottom: 4px;
}
.imageright {
   float: right;
   padding-left: 4px;
   padding-bottom: 4px;
   font-size: 10px;
   margin-right: 10px;
}

ol {
   list-style-type: decimal;
   background-image: none;
}
#extra table {
   font-size: 11px;
   padding-top: 1px;
   padding-bottom: 0;
}
#extra td {
   padding-top: 1px;
   padding-bottom: 0;
}
.block {
   /*clear: both;*/
   display: block;
}

/* IE div Bug */
* html #content {height:1%;}

.newsdiv {
  font-familiy: Helvetica, Arial, Verdana, sans-serif;
  width: 564px;
  background: #f7f7f7;
  padding: 2px;
  padding-left: 10px;
  padding-right: 10px;
  margin-left: 5px;
  margin-right: 5px;
  margin-bottom: 7px;
}
.newstitle {
  display: block;
  padding: -1px;
  padding-left: 4px; 
  padding-top: 3px;
  padding-bottom: 2px; 
  color: #555F70;
}
.newsimg {
  float: right;
  margin: 3px;
  margin-top: 4px;
}
.clear {   /* Clear fir Newsboxen */
  clear: both;
}

hr{
background-color:#5f6b7f; /* Mozilla 1.4 */
color:#5f6b7f; /* IE 6 */
border: #5f6b7f; /* Opera 7.11 */
height: 1px; /* in Opera für die Anzeige nötig, in Mozilla für die einheitliche Höhe */
width: 470px;
text-align: center;
}
#toplink {
  font-size: 11px;
  text-align: right;
  padding-bottom: 10px;
}
