@import url(menu-hor.css);
@import url(menu-vert.css);

* {margin:0; padding:0;}
html {height: 101%;}

body {
font-family: Verdana, Helvetica, Arial, sans-serif;
background-color: #f5f9ff;
font-size: 13px;
}
/* Links allgemein */
a {
color:#ff8330;
text-decoration: none;
font-weight: bold;
}
a:hover {
text-decoration: underline;
}
iframe#info {
font-family: Verdana, Helvetica, Arial, sans-serif;
}
iframe#info html body ul li p a{
color:#ff8330;
text-decoration: none;
font-weight: bold;
}
/* Main */
#main {
margin:15px auto;
text-align:left;
border-left: 1px solid #000;
border-top: 1px solid #000;
border-right: 1px solid #000;
}

/* Logo */
#logo {
background-color: #fff;
background-image: url(grafiken/logo-140.jpg);
background-repeat: no-repeat;
background-position: 0 0;
border-right: 1px solid #fff;
border-bottom: 1px solid #fff;
}
#logo2 {
background-color: #fff;
background-image: url(grafiken/gemeinschaft-2.jpg);
background-repeat: no-repeat;
background-position: 3px 2px;
border-left: 1px solid #fff;
border-bottom: 1px solid #fff;
}
.sublogo {
background-color: #ff8330;
border-bottom: 1px solid #fff;
border-right: 1px solid #fff;
}
.topline {
height: 95px;
}

/* Header bzw. Banner */
#header {
background-color: #ff8330;
font-family: Arial, Verdana, Helvetica, sans-serif;
font-size: 16px;
font-weight: bold;
text-align: left;
vertical-align: bottom;
color: #fff;
border-bottom: 1px solid #fff;
}
.titel {
margin-left: 8px;
margin-bottom: 3px;
}
/* horizontale Memübox */
.menucontainer1 {
background-color: #7f7f7f;
border-bottom: 1px solid #fff;
}

/* die Menübox auf der linken Seite */
.menucontainer2 {
   margin:0;
   background-color: #afafaf;
   vertical-align: top;
   font-size: 12px;
   font-weight: bold;
   color: black;
   padding: 10px 0 10px 0;
   border-right: 1px solid #fff;
}

/* Content bzw. Inhalt */
#content {
width: 480px;

background-color: #fff;
vertical-align: top;

}
#content-innen {
margin: 20px;
position: relative;
}
#content p {
  margin-left: 0px;
  margin-right:0px;
  margin-bottom: 8px;
}

#content h1 {
  font-size: 24px;
  font-style: italic;
  font-family: Times Roman, serif;
  margin-left: 0px;
  margin-top: 0px;
  margin-bottom: 15px;
}
#content h2 {
  clear: both;
  display: block;
  font-size:13px;
  margin:0px 0px 5px;
  padding: 3px;
  color:white;
  background-color: #ccc;
}

#content h3 {
  clear: both;
  display: block;
  font-size:13px;
  margin: 5px 0;
  padding: 3px;
  color:white;
  background-color: #ccc;
}
#content ul {
  margin-left:40px;
    list-style-image: url(grafiken/dot-3.gif);
    list-style-position: outside;
  font-size:13px;
}
#content ol {
  margin-left:50px;
    list-style-position: outside;
}
#content li {
    color: #000;
    margin-bottom: 5px;
  font-size:13px;
}
#content table {
  margin-left:0px;
}
#content div {
  clear: both;
/*  font-size: 10px;
  display: block;
  margin: 0 20px 0;
  padding: 5px;
  background-color: #eee;*/
}
#content hr {
  clear: both;
  width: 92%;
  text-align: center;
}
#news {
  width: 186px;
background-color: #fff;
font-size: 12px;
vertical-align: top;
text-align: center;
border-left: 1px dashed #ccc;
}
#news h1,h2,h3,p {
  margin:3px;
}
#news h3 {
  clear: both;
  display: block;
  font-size:13px;
  padding: 3px 6px;
  color:black;
  text-align:left;
  background-color: #ff8330;
}
#news hr {
  margin: 5px 8px;
  size: 1px;
}
#news p {
  margin-bottom: 8px;
}
/* Fußzeile */
#footer {
padding: 8px;
border-top: 1px solid #fff;
background-color: #e4e4e4;
font-size: 10px;
text-align: center;
}
#info {
font-family: Verdana, Helvetica, Arial, sans-serif;
}
#content div.newsreader {
  padding: 0;
  margin: 0;
  background-color: white;
  
}
#content div.nr_description{
  font-size: 13px;
  font-weight: bold;
  line-height: 130%;
}

#content div.discreet {
  font-size: 11px;

}

#content div.nr_itemdesc {
    font-size: 13px;

}
.hidden {
  display: none;
}

