html, body, div, p, h1, h2, h3, ul, ol, span, table, td, form, img, li, pre  {
 margin: 0;
 padding: 0;
 border: 0;
}
body {
 background: #4D3D0B; 
 text-align: center; 
 font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; 
 font-size: 100.01%; 
 line-height: 1.3;
}
.wrappage {
 position: relative;
 text-align: left; 
 margin: 20px auto 20px auto; 
 width: 775px; 
 font-size: .9em;
 background: #FFFAD2;
 border: 1px solid #FFFAD2;
 padding: 0;
}
.seitenkopf {
 height: 225px;
}
.content {
 float: right;
 width: 550px;
}
.wrapsidebar {
 float: left;
 width: 190px;
 margin-left: 6px;
}
.inhalt {
 padding: 10px 15px 0 15px; ;
}
 .content h1 {
  font-size: 1.1em;
  padding-top: 8px;
  padding-bottom: 4px;
 }
 .content h2 {
  font-size: 1em;
  padding-top: 6px;
  padding-bottom: 4px;
/*  clear: both; */
 }
 .content h3 {
  font-size: .95em;
  padding-top: 7px;
  padding-bottom: 0px;
  clear: both;
 }
 .content h2 a, .content h3 a {
  color: #000;
 }
 .content h2 a:hover, .content h3 a:hover {
  color: #FF761B;
 }
 .content p {
  line-height: 1.3;
  font-size: .9em;
  padding-top: 4px;
  padding-bottom: 2px;
  padding-right: 10px;
 }
 .content a {
/*  color: #F5E221; */ /* gelb */
 color: #FF761B; /* original-orange */
 }
 .content a:hover {
  color: #000;
 }
 .content img {
  margin: 10px;
 }
 .content-top img {
  margin: 0;
 }
 .content ul, .content ol {
  font-size: .9em;
  margin-left: 20px;
 }

.kontakt {
 font-size: .8em;
 background: url(../images/kontakt-top.gif) no-repeat;
 padding: 20px 0 20px 0;
 height: 140px;
}
.kontakt h3, .kontakt p {
 margin: 5px;
}
.kontakt h3 {
 font-size: 1.1em;
}
.kontakt a, .kontakt a:hover {
 color: #FF761B; /* original-orange */
 color: #000;
}

#navigation {
 width: 190px;
 font-size: .8em;
 color: #FFFFFF;
}
#navigation ul {
}
#navigation li {
 list-style-type: none;
}
#navigation li a {
 background: url(../images/menu-bg.gif) no-repeat;
 width: 190px;
 display: block;
 text-decoration: none;
 color: #000;
 padding: 9px 5px 10px 5px;
}
#navigation li.active a, #navigation li a:hover {
 background: url(../images/menu-bg-hi.gif) no-repeat;
}
#navigation ul ul a {
 width: 170px;
 font-size: .95em;
 margin-left: 12px;
}
#navigation li.active li a {
 background: url(../images/menu-bg.gif) no-repeat;
 width: 170px;
 display: block;
 text-decoration: none;
 color: #000;
 padding: 9px 5px 10px 5px;
 font-weight: normal;
}
#navigation li.active a, #navigation li li.activesub a, #navigation ul ul li.activesub a {
 background: url(../images/menu-bg-hi.gif) no-repeat;
 font-weight: bold;
}

#side-navigation {
 position: absolute;
 top: 180px;
 width: 770px;
 height: 40px;
 left: 6px;
 font-size: .8em;
 padding-top: 9px;
 background: url(../images/menu-bg.gif) repeat-x 0 7px;
}
#side-navigation p {
 float: left;
 font-weight: bold;
 margin: 8px 0 0 5px;
} 
#side-navigation ul {
 background: none;
 float: right;
}
#side-navigation li {
 display: block;
 float: left;
 list-style-type: none;
 padding: 0; margin: 0;
}
#side-navigation a {
 background: url(../images/menu-bg2.gif) no-repeat 100% 0;
 text-decoration: none;
 color: #000;
 padding: 9px 0px 10px 5px;
 display: block;
 width: 85px;
}
#side-navigation li.active a, #side-navigation li a:hover {
 background: url(../images/menu-bg2-hi.gif) no-repeat 100% 0;
}
#side-navigation li.active a {
 font-weight: bold;
}

p {}
td {}

acronym {
 cursor:help;
 border-bottom: 1px dotted #666;
}
abbr {
 cursor:help;
 border: none;
}
