
* { padding: 0; margin: 0; }

/* ===Schriftstil,Abstände=== */
body
{margin-top: 0px; margin-right: 0px;margin-bottom: 10px;color: black;  background-color:white; font-family: verdana,arial; font-size: 10pt; text-align: justify;}

p {color: black;}

/* ===Schriftstil Überschriften=== */
BODY { color: white; }
H1 { color: #00007F; font-size: 80%; margin-top: 10px; font-family: 'Engravers MT'; font-family: Arial; text-align: center; font-variant: small-caps; font-size: 12pt;}
H2 { color: white; font-size: 80%; margin-top: 10px; font-family: 'Engravers MT'; font-family: Arial; text-align: center; font-variant: small-caps; font-size: 12pt}
H3 { color: white; font-size: 80%; margin-top: 10px; font-family: 'Engravers MT'; font-family: Arial; text-align: center; font-variant: small-caps; font-size: 20pt}

/* ===Allgemeine Links im Text=== */
A:link.allg { color: #FF0000; font-family: Arial  }
A:visited.allg { color: #0000FF; font-family: Arial}
A:active.allg { color: orange; font-family: Arial}
A:hover.allg { color: white; font-family: Arial}

/* ===Formatierung Wappen=== */
img#wappen {border: SOLID 5px darkred;}

#center { margin:auto;}

/* ===Formatierung Bilder=== */
img.content {margin: 10px; psoition: absolute;}
.center { text-align: center; }

/* ===Design der BOX=== */
table.box {margin-bottom: 20 px; color: black;  background-color: lightgrey; width: 70%; font-family: verdana,arial; 
font-size: 10pt; text-align: center; border-style:solid; border-width: 1px;border-color: gray; border-top-width: 5px; 
border-top-color: darkred;  margin:auto; }

/* ===Design der Scrollbalken=== */
BODY { scrollbar-arrow-color:#000000; } 
BODY { scrollbar-base-color:black; }
BODY { scrollbar-arrow-color:white; } 
BODY { scrollbar-face-color:#C0C0C0; } 
BODY { scrollbar-darkshadow-color:#808080; } 
BODY { scrollbar-3dlight-color:#000000; } 
BODY { scrollbar-shadow-color:#000000; }

/* ===Links Startseite=== */
A:link.start { color: #0000FF; font-family: Arial  }
A:visited.start { color: #0000FF; font-family: Arial}
A:active.start { color: orange; font-family: Arial}
A:hover.start { color: white; font-family: Arial}
A.start { font-size:18pt; }

/* ===Design Laufschrift=== */
marquee {color: #ECE9D8; font-family: Arial; font-size: 10pt;}

/* ===Design Homepage=== */
#top {background: darkblue; width: 100%; float: left; height: 123px;}

#navi {background: darkred; margin: 0px 0px 0px 0px; padding: 0px; height: 100%; width: 175 px; float: left;}

#content {background: white; margin: 0px 0px 0px 0px; padding: 10px; height: 100%; width: 65%; float: left; }

/* ===Design der Scrollbalken=== */
BODY { scrollbar-arrow-color:#000000; } 
BODY { scrollbar-base-color:black; }
BODY { scrollbar-arrow-color:white; } 
BODY { scrollbar-face-color:#C0C0C0; } 
BODY { scrollbar-darkshadow-color:#808080; } 
BODY { scrollbar-3dlight-color:#000000; } 
BODY { scrollbar-shadow-color:#000000; }


/*==== Navigation ====*/

#menu02 {
width:150px;
margin: 5px;
padding:5px;
padding-bottom:500px;
}

#menu02 ul, #menu02 li {
 list-style-type: none;
 text-align: center;
 margin-left:px;
 padding: 1px;
 color:#2F2F2F;
}


#menu02 li a:link, #menu02 li a:visited, #menu02 li a:active {display:block;
        border-bottom: SOLID 1px white;
        color:white;text-decoration:none;
        background:TRANSPARENT;
        font: normal 11px verdana, sans-serif;
        padding-top:0px;
        padding-bottom:0px;
        height: 25px;
line-height: 25px;
}

#menu02 li a:hover { background-color:red;
	border-bottom: SOLID 1px white;
        color:white;

}

/* ===Symbole=== */
a.next_link {
 background-image: url(images/symbols/next.gif);
 padding-right: 14px;
 background-repeat: no-repeat;
 background-position: right;
}

a.mailto_link {
 background-image: url(images/symbols/letter.gif);
 padding-right: 16px;
 background-repeat: no-repeat;
 background-position: right;
}

a.extern_link {
 background-image: url(images/symbols/link.gif);
 padding-right: 16px;
 background-repeat: no-repeat;
 background-position: right;
}
a.download_link {
 background-image: url(images/symbols/download.gif);
 padding-right: 16px;
 background-repeat: no-repeat;
 background-position: right;
}
a.prev_link {
 background-image: url(images/symbols/prev.gif);
 padding-left: 16px;
 background-repeat: no-repeat;
 background-position: left;
}

 a.next_link_startbox {
 background-image: url(images/symbols/next.gif);
 padding-right: 16px;
 background-repeat: no-repeat;
 background-position: right;
color: black; font-family: Arial;text-decoration:none;
}

