 * {
   font-size: 13px;
   font-family: Arial,Helvetica,sans-serif;

   line-height: 16px;
   margin: 0;
   padding: 0;
 }

 #header
 {
   background-image: url(header.png);
   height: 32px;
   width: 291px;
   background-color: transparent;
 }

 #all {
    margin: 10px;
    padding-bottom: 10px;
 }

 #location {
   font-size: 15.5667px;
   background-color: #EBEFF9;
   border-top: 1px solid #6B90DA;
   font-weight: bold;
   padding: 4px 4px 4px 10px;
   margin-top: 10px;
 }

#inhalt {
  width: auto;
  margin: 0px 185px;
  background-color: transparent;
}

#links a {
  margin: 2px 0;
  display: inline-block;
}


#links {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 180px;
  height: 300px;
  background-color: transparent;
}
#rechts {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 180px;
  height: 300px;
  background-color: transparent;
}

#footer {
  bottom:0;
  padding:2px 20px 0 0;
  position:fixed;
  right:0;
  height: 20px;
  width:100%;
  z-index:99;
  color: #7F7F7F;
  font-size: 11px;
  text-align: center;
  background-color: #ffffff;
}

#footer a{
  color: #7F7F7F;
  text-decoration: underline;
  font-size: 11px;
}

#content {
  position: relative;
  margin: 10px 0 0 0;
  padding-bottom: 20px;
}

.line {
  height: 1px;
  background-color: #EBEBEB;
  margin: 10px 0;
}

.menu_line {
  height: 1px;
  background-color: #EBEBEB;
  margin: 20px 0;
}

h1 {
  font-size: 16px;
  font-weight: bold;
}

a img {
  border: none;
}

.gadget_xml
{
  border: 2px solid #dcf0ab;
  background-color: #ECF7D2;
  padding: 3px 10px;
  font-size: 14px;
  margin: 3px;
}


 .clear {
   clear: both;
 }

 li {
   list-style-position: inside;
 }

 .new{
   color: #ff0000;
   font-size: 9px;
   margin: 0 3px;
 }

