a {
 text-decoration : none;
 color : #000000;
}
a:hover {
 color : #FF8000;
}
h1 {
 font-size: 22px;
}
h2 {
 font-size: 16px;
}
h3 {
 font-size: 14px;
}
h4 {
 margin-top: 20px;
 font-size: 12px;
}

#aktiv {
 text-decoration : none;
 font-weight: 600;
 color : #FF8000;
}

body {
 margin: 0px;
 padding: 0px;
 background-color: #EAE8DF;
 color: #000000;
 font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
}

#basis {          /* umschlie&szlig;t die gesamte Seite */
 text-align: center;
}

#header {         /* umschlie&szlig;t die gesamte Seite */
 margin-top:  90px;
 margin-left: 30px;
 font-size:   22px;
 font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
 font-weight: 600;
 text-align: left;
 color: #000000;
}
#header a {       /* Link im Header */
 color : #000000;
}
#header a:hover {
 color : #FF8000;
}

#menue-top {      /* oberes Menue */
 margin-top: 20px;
 margin-right: 30px;
 font-size: 13px;
 text-align: right;
}

#menue-top-zurueck {  /* oberes Menue zurueck Button, css noch einbinden! */

 width: 15px;
 height: 15px;
 border: 0px;
 margin-top: 0px;
 margin-bottom: -3;
}

#box {            /* umschlie&szlig;t die Inhaltsbox */
 margin-top: 10px;
 background-color: #FFFFFF;
 border-color: #000000;
 border-top-style: solid;
 border-bottom-style: solid;
 border-width: 1px;
 height: 300px;
 width: 100%;
 min-width: 860px; /* Wird vom IE 6.0 nicht interpretiert */
}
#box-left {       /* linke Inhaltsbox */
 width: 400px;
 float: left;
 vertical-align: middle;
}
#box-right {      /* rechte Inhaltsbox */
 height: 300px;
 margin-top: 0px;
 padding: 0px;
 padding-top: 0px;
 padding-left: 20px;
 padding-right: 20px;
 font-size: 12px;
 text-align: left;
 text-align: justify;
 overflow: auto;
}
#box-right a {      /* rechte Inhaltsbox */
 color : #808080;
 /* color : #808080; */
 /* text-decoration : underline; */
}
#box-right a:hover {      /* rechte Inhaltsbox */
 color : #FF8000;
 text-decoration : underline;
}
#imagebox {
 margin-top: 50px;
 margin-left: 5px;
 margin-right: 5px;
}
ul {
 /* list-style-type: none; */
}


#impressum {
 color: gray;
 font-size: 9px;
}

#menue-bottom {   /* unteres Menue */
 margin-top: 20px;
 font-size: 15px;
 text-align: center;
}

#footer {         /* Fu&szlig;zeile */
 margin-top: 90px;
 font-size: 9pt;
 color: gray;
 text-align: center;
}

table {
 margin-top: 0px;
 padding: 0px;
 padding-top: 0px;
 padding-left: 20px;
 padding-right: 20px;
 font-size: 12px;
 text-align: left;
 text-align: justify;
 overflow: auto;
}
