body,td,th {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
color: #000000;
}
body {
background-color: #F0F0F0;
background-image: url(bg.jpg); /* Hintergrundbild korrekt*/
background-repeat: no-repeat; /* Hintergrundbild nicht wiederholen*/
background-attachment: fixed; /* Hintergrundbild nicht mitscrollen*/
background-position: 50% 0%; /* Hintergrundbild in die Mitte positionieren*/
margin: 0; /* keinen Seitenrand*/
}
a:link, a:visited, a:active {
color: #000080; /*Links in Navy*/
text-decoration: none;
}
a:hover {
color: #4169e1; /*Linkhover in roayalblue*/
text-decoration: none;
}

.red {
color: red;
font-weight: bold;
}

hr {
margin: 5px 0px 5px 0px;
color: #660033;
border: 0;
border-top: 1px solid #660033;
height: 1px;
width: 580px;
}
h1 {
font-size: 16px; /*Schriftgröße Überschriften*/
color: #000080; /*Überschrift 1 in Navy*/
text-align: left;
margin: 8px 2px 8px 2px;
}
form {
margin: 0;
}
.main {
width: 950px; /* Breite der Seite*/
margin-top: 30px; /* Abstand zum oberen Seitenrand*/
margin-left: auto; /* Seite in der Mitte Positionieren Teil1*/
margin-right: auto; /* Seite in der Mitte Positionieren Teil2*/
padding: 0;/* keine Innenabstände*/
background-color: #FFFFFF;/* Seitenhintergrund weiß*/
}
.banner{
height: 169px;/* höhe des Titelbalkens*/
width: 940px;/* Breite des Titelbalkens minus schriftabstand rechts*/
background-image: url(oben.jpg);/* Hintergrundbild*/
background-repeat: no-repeat;/* Hintergrundbild nicht wiederholen*/
font-size: 20px;/*Schriftgröße*/
font-weight: bold; /*fett*/
color: #FFFFFF;
/*text-color: #FFFFFF;*/
text-align: right;/*Schriftausrichtung Seitenposition rechts*/
padding-top: 6px; /*Schriftzug abstand nach oben*/
padding-right: 10px; /*Schriftabstand rechts*/
padding-left: 0px; /*Schriftabstand links ist egal -> 0*/
float: left;

}

.search_string { /*wird nicht angezeigt*/
width: 75px;
height: 10px;
font-size: 10px;
vertical-align: middle;
margin-left: 15px;
}
.search_submit {/*wird nicht angezeigt*/
width: 45px;
height: 18px;
font-size: 10px;
color: black;
vertical-align: middle;
}
.highlight {
background-color: #6363a6;
}
.banner a {
color: #FFFFFF; /*Farbe der Schrift im Banner*/
}
.banner:link {
color: #FFFFFF; /*Farbe der Schrift im Banner*/
}
.menu {
float: left; /*ort des menu*/
text-align: left; /*Schriftabsatz Menü*/
width: 150px; /*Menü breite */
padding: 15px; /*abstand menü*/
padding-top: 5px;/*abstand menü*/
margin-bottom: 50px; /*freiraum unterm menü*/
/*margin: 15px; /*Außenabstand Menu*
margin-top: 3px;*/
}
.menu ul, .menu li {
margin: 0;
padding: 0;
list-style: none;
margin-bottom: 5px;
}
.menu ul ul {
padding-left: 10px; /*Einrückung bei Untermenüs*/
}
.menu a:link, .menu a:visited, .menu a:active, .menu a:hover {
display: block;
padding: 2px;
}
.menu_main a:link, .menu_main a:visited, .menu_main a:active {
border-bottom: 1px dashed #000080;
}
.menu_main a:hover {
border-bottom: 1px dashed #4169e1;
}
.login_table {
border: 1px solid #D0D0D0;
margin-top: 20px;
margin-bottom: 5px;
text-align: center;
padding-bottom: 3px;
}
.login_table h1 {
color: #660033;
font-size: 12px;
text-transform: uppercase;
font-weight: bold;
text-align: center;
margin: 5px 0px 5px 0px;
}
.login_table input {
text-transform: uppercase;
font-size: 10px;
margin: 5px 0px 1px 0px;
width: 100px;
}
.content {
margin-left: 200px;
/*margin-top: 5px;*/
width: 680px;
padding: 0px;
padding-top: 0px;
text-align: left;
clear: right;
}
.footer {
background-color: #FFFFFF;
clear: both;
height: 20px;
background-image: url(footer.jpg);
background-repeat: repeat-x;
font-size: 10px;
color: #666666;
text-align: center;
line-height: 18px;
}
.powered_by {
text-align: center;
font-size: 10px;
padding-top: 2px;
}

