/*Body*/
body {
  background-color:#507628;
  font-family:Arial, Helvetica, sans-serif;
  font-size: 12px;
}

/* Alles umfassender Bereich*/
#complete {
  position:absolute;
  left:50%;
  top: 0;

  width: 1000px ;
  background-color: #999999;
  margin-left: -500px;
}



/*Kopfbereich */
#header {
  position:absolute;
  left: 5px;
  top: 5px; 
  height:109px;
  width:990px;
  /*background-color: #33CCFF;*/
  background-image: url(../res-eigene/header.jpg);
  color: #CCCCCC;
}
/*Links im Header*/
.header_menu{
  position: relative;
  left: 5px;
  top: -10px;
  font-size:16px;
}

/*zeigt an was gerade offen ist*/
#header_title {
  position:absolute;
  left:10px;
  top:59px;
  width:390px;
  height:40px;
  text-align: left;
  }
  
.header_link{
  color: #CCCCCC;
}

/*Farbe der Mail Adresse*/
#spamspan{
 color: #999999;
}
  
/*Fuer kleine Textpassagen in den Ueberschriften*/
.text_small{
  font-size: 12px;
  font-weight: normal;
}

/*Quellen die Links sind*/
.content_link {
  color: #FF33CC;
}
/*Quellenangaben*/
.content_src {
  color: #336633
}

/*Springe zum Kopf*/
.content_top{
  color: #000000;
  float: left;
  font-size: 14px;
  margin: 3px;
 
}
.content_a_top{
  color: #000000;
  font-size: 9px;
}
  
/*Allgemein gültige Definitionen*/
.small {
  font-size: 11px;
}
p {
  text-align:justify; 
  font-size:12px;
  font-weight: normal;
}
.table{
  text-align:left;
}
.a{
  color: #000099;
}

a {
  color: #999999;
  text-decoration: none;
  border: 0;
}
a:hover {
  color: red;
  text-decoration: none;
}
img {
  border: 0;
}
/* Gesamtüberschrift */
h1 {
  font-size: 24px;
  font-weight:normal;

}
/* Kapitelueberschrift */
h2 {
  font-size: 18px;
  font-weight:normal;
}
/* Unterkapitelueberschrift */
h3 {
  font-size: 16px;
  font-weight:normal;
}
/* Unterunterkapitelueberschrift */
h4 {
  font-size: 14px;
  font-weight:normal;
}
