
/* Brotschrift */
body {
font-family: Verdana, sans-serif;
background: #FDFAF0;
}

/*  Menue*/

#menue1 {
float: right;
width: 125px;
background: #fc9;
background-color: #C40000;
color: #000;
overflow: visible;
padding:3px 3px 3px 3px;
margin:5px 5px 5px 5px;
border-left: 1px solid #C40000;
border-bottom: 1px solid #C40000;
border-right: 1px solid #C40000;
border-top: 1px solid #C40000;
line-height: 130%;
}

#menue1 a.selected{
font-size: 100%;
background-color: #F6EED4;
border-left: 7px solid #F6EED4;
}


#menue1 a {
display: block;
width: 116px;
height: 20px;
background-color: #e0d0b0;
color: #000;
margin: 1px 0 2px 0;
padding: 1px 1px 1px 1px;
font-size: 80%;
font-weight: bold;
border-left: 7px solid #e0d0b0;
text-decoration: none;
}

#menue1 a:hover {
width: 116px;
height: 20px;
background-color: #f0e0c0;
/*color: #600;*/
margin: 1px 0 2px 0;
padding: 1px 1px 1px 1px;

font-weight: bold;
border-left: 7px solid #e0d0b0;
text-decoration: none;
}

#foot{
background: #e0d0b0;
overflow: visible;
text-align: center;
}

/* Die Hyperlinks im Text u. Menues, Fussleiste */

#foot a.sub {
font-weight: bold;
text-decoration: none;

#foot a.subtext {
font-weight: bold;
text-decoration: none;
}


/* ======================= */
/* Sonstige Formatierungen */

h1, h2, h3, h4 {
color: #666;
letter-spacing: 1px;
}
h1 {
font-size: 140%;
}
h2 {
font-size: 120%;
}
h3 {
font-size: 110%;
}
h4 {
font-size: 105%;
}

p {
font-size: 80%;
line-height: 140%;
}

code {
color: #cc00ff;
font-size: 10pt;
}

.stil {
color: #600;
}

hr {
height: 4px;
border: solid 1px #bbb;
width: 90%;
}

img {
border: none;
}


