/* CSS fuer Unicode-Sektion */

body {
font-family:Verdana,Arial,Helvetica,sans-serif;
background-color:#e0e0e0;
color:#000000;
margin-top:5px;
margin-right:5%;
margin-bottom:10px;
margin-left:5%;
border:solid 1px #e0e0e0;
}

/* Kopfleiste */
#banner {
width:100%;
background-color:#304e6a;
border:solid 1px #304e6a;
margin-bottom:5px;
}

/* Schrift fuer Kopfleiste */
#banner p {
font-size:150%;
font-weight:bold;
color:#c0c0c0;
letter-spacing:3px;
text-align:left;
text-indent:15px;
padding:5px;
margin: 0;
}

/* Navigation oben */
#navitop {
width:100%;
background-color:#E7D5B5;
border:solid 1px #304e6a;
margin-bottom:20px;
}

/* Navigation-Text oben */
#navitop p {
padding:5px 0 5px 20px;
margin:0;
}

#content {
margin-left: 15px;
}

/* Brotschrift */
p {
line-height:150%;
font-size:80%;
}

td p {
line-height:120%;
margin: 0;
}

td p.heady {
text-align: center;
}

/* Text in Listen */
.liste {
line-height:150%;
font-size:80%;
}

/* Ueberschriften */
h1,h2,h3,h4 {
font-weight:bold;
color:#777777;
}


h1 {
font-size:140%;
letter-spacing:2pt;
}

h2 {
font-size:120%;
letter-spacing:2pt;
}

h3 {
font-size:110%;
letter-spacing:1pt;
}

h4 {
font-size:90%;
letter-spacing:1pt;
}

/* Text-Links */
A {
font-weight:bold;
text-decoration:underline;
}
A:link {
color:#304e6a; 
}
A:visited {
color:#336699;
}
A:hover {
color:#2e66e6;
}
A:active {
color:#304e6a;
}

/* Unterstreichung bei 'a name' unterdruecken */
.ohne {
text-decoration:none;
}

/* Navigation unten */
#navi {
width:100%;
background-color:#E7D5B5;
border:solid 1px #304e6a;
}
#navi #abstand3 {
padding: 5px 10px 5px 10px;
}

/* Footer-Box */
#footer {
width:100%;
background-color:#304e6a;
border:solid 1px #304e6a;
margin-top:5px;
}
#footer p {
font-size:75%;
color:#f0f0f0;
font-weight:normal;
margin: 0;
padding: 5px 10px 5px 10px;
text-align: center;
}
#footer a {
color:#f0f0f0;
font-weight:normal;
}

.diakrit {
font-family: 'Times New Roman',Helvetica,'Trebuchet MS',Verdana,Arial,sans-serif;
font-size: 48px;
font-weight: bold;
margin: 8px;
white-space: nowrap;
}

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