html {
 margin: 0;
 padding:0;
 font-family: Verdana, Helvetica, Arial;
 font-size: 13px;}

body {
 background: #FAF6D4 url(hintergrund.jpg) no-repeat top left;
 color: #FF0000;
}

a {
 text-decoration: none;
 border-bottom: 1px solid red;
 color: #000000;}

a:hover {
 text-decoration: none;
 border: none;
 color: #DD0000;}
 
/* Links für Navitag definieren */
#navitags a {
 font-weight: bold;
}

#navitags a:hover {
 font-weight: bold;
}
 
img {border:none;}
a.bild {
 border: none;
 text-decoration: none;}
 
h2 {
 text-align: center;
 color: red;
 font-size:1.6em;
 margin: 5px;
 margin-bottom: 15px;}

h4 {
 color: #555555;
 text-align: center;
 margin: 2px;} 

hr {
 width: 90%;
 border-width: 1px;
 border-color: red;
 border-style: solid;}
 
b, strong {
 color:#000000;}

.fehler {
}

.berichtindexcontainer {
 min-height: 100px;
 height:auto !important; /* IE Hack ab 5.01*/
 height: 100px; /* IE Hack ab 5.01*/
 padding: 0 5px 10px;
 margin: 0 auto 5px;
 border-bottom: 1px dotted black;}

.datum { /*Für Datumsanzeigen z.B. in Berichten*/
 text-align: right;
 font-style: italic;
 font-size: 0.9em;
 color: #000000;}
 
.mailhinweis { /*In Gruppeninfotexten oben rechts */
 text-align: right;
 font-style: italic;
 font-size: 0.9em;
 margin-top: -15px;
 color: #000000;
}

.programmkopf {
 background-color: #FFFFFF;
 color: #000000;
 text-align:center;}
 
.programmfeld {
 font-size:0.9em;
 border: 1px dotted #EB710D;
 background-color: #FAF6D4;
 color: #000000;}

#container {
 width: 960px;
 margin: 20px 0 0 10px;}

#menus {
 float: left;
 width: 200px;
 text-align: right;}

#logo {
 background: transparent url("cvlogo.gif") no-repeat;
 margin-left: 15px;
 width: 170px;
 height: 180px;}

#menus h3 {
 background: transparent url(linktop.gif) no-repeat left top;
 height: 25px;
 margin-bottom: 0;}

#menus ul {
 padding: 0 0 25px 0;
 margin: 0;
 list-style:none;
 background: transparent url(linkbottom.gif) no-repeat left bottom;}

#menus li {
 padding-right: 10px;
 background:transparent url(linkbg.gif) no-repeat right top; 
 height: 25px;}

/*#menus h3 span {
 display: none;
}*/

#hauptbox {
 margin-top: 110px;
 margin-left: -3px; /*alternativ -20px */
 width: 760px;
 float: left;}

#navitags {
 background: #FFFFFF;
 border: 3px solid black;
 padding: 5px;
 margin-bottom: 10px;
 height: 20px;}

#navitags b {
 color: #FF0000;}

#inhalt {
 min-height: 500px;
 height:auto !important; /* IE Hack ab 5.01*/
 height: 520px; /* IE Hack ab 5.01*/
 background: #FFFFFF;
 border: 3px solid black;
 padding: 5px 25px;
 text-align: justify;
 line-height: 1.3em;}

#neuigkeiten {
 margin: auto;
 width: 90%;
 border: 1px dashed #000000;
 padding: 0 4px;
 margin-bottom: 15px;
 font-variant: small-caps;
 text-align: left;
 text-indent: 10px;
 line-height: 1em;}
 
#credits {
 margin-top: 5px;
 color: #000000;
 font-size: 6pt;
 text-align:center;}
