* {
border: 0;
margin: 0;
padding: 0;
}

body {
font-family: serif;
font-size: 62.5%;
background: #fff;
color: #90457f;
}

div#seite {
margin: 10px auto 1px auto;
width: 945px;
text-align: left;
border: 1px solid #fff;
}

div#kopf a:hover {
color: #fff;
}

div#fuss {
margin: 0 auto;
width: 945px;
height: 45px;
text-align: center;
color: #ffaa08;
font-size: 1.6em;
line-height: 3.7em;
background: url(pix/footer.png);
background-repeat: no-repeat;
}

div#links {
width: 202px;
float: left;
}

div#rechts {
font-size: 1.0em;
float: right;
width: 215px;

color: #555;
background: #fff;
padding: 2px 0 2px 0;
}

div#inhalt {
background: #ebebeb;
padding: 2px 20px 0 20px;
margin: 0 215px 0 202px;
}

div#trenner {
height: 20px;
background: #ebebeb;
margin-top: 3px;
}

#inhalt p {
font-size: 1.4em;
line-height: 1.5em;
font-weight: bold;
margin: 0 0 13px 0;
}

#inhalt h1 {
margin: 10px 0 12px 0;
font-size: 2.0em;
font-style: italic;
color: #90457f;
}

#inhalt h2 {
margin: 40px 0 0 0;
font-size: 1.7em;
color: #555;
}

#inhalt h3 {
margin: 10px 0 0 0;
font-size: 1.4em;
font-weight: bold;
}

#inhalt li {
font-size: 1.4em;
font-weight: bold;
line-height: 1.4em;
text-align: left;
margin: 8px 0 8px 70px;
}

#inhalt a:link, #inhalt a:visited {
color: #90457f;
text-decoration: underline;
}

#inhalt a:hover {
color: #fff;
background: #ffaa08;
}

#inhalt a:active {
color: #fff;
background: #ae1732;
}

/* Navigationsleiste mit hover-Effekte */
ul#navigation {
list-style-type: none;
margin-top: 12px;
}

#navigation li {
font-size: 1.5em;
font-weight: bold;
margin-bottom: 12px;
}

li.e1 a:link, li.e1 a:visited {
text-decoration: none;
display: block;
padding: 2px 0 2px 3px;
color: #90457f;
}

li.g1 a:link, li.g1 a:visited {
text-decoration: none;
display: block;
padding: 2px 0 2px 3px;
color: #ffaa08;
font-weight: bold;
background: #ebebeb;
}

li.e1 a:hover, li.g1 a:hover {
background: #90457f;
color: #fff;
}

li.e2 a:link, li.e2 a:visited {
text-decoration: none;
display: block;
padding: 2px 0 2px 19px;
color: #90457f;
}

li.g2 a:link, li.g2 a:visited {
text-decoration: none;
display: block;
padding: 2px 0 2px 19px;
color: #ffaa08;
font-weight: bold;
background: #ebebeb;
}

li.e2 a:hover {
background: #90457f;
color: #fff;
}

li.e2 a:link:before,
li.e2 a:visited:before,
li.g2 a:link:before,
li.g2 a:visited:before {
content:"\00BB  ";
font-size: 1.5em;
}

img.foto {
background: #90457f;
margin: 2px;
padding: 3px;
}

/* Bilder mit Texten */
#inhalt dl {
background: #fcfcfc;
padding: 5px;
width: 230px;
border-top: 1px solid #ddd;
border-right: 1px solid #aaa;
border-bottom: 1px solid #aaa;
border-left: 1px solid #ccc;
margin-bottom: 4em;
}

#inhalt dd {
font-size: 1.3em;
color: #444;
}

#inhalt dd:before {
content:"\2022  ";
}

/* Sprungverweise */
.skip {
position: absolute;
top: -32768px;
left: -32768px;
}

.skip:focus, .skip:active {
position: static;
top: 0;
left: 0;
}

#skiplinks {
position: absolute;
top: 0px; 
left: -32768px;
z-index: 1000;
list-style-type: none;
width: 100%; 
}

#skiplinks a.skip:focus, #skiplinks a.skip:active {
left: 32768px; 
outline: 0 none;
position: absolute;
width: 100%;
color: #fff; 
background: #333;
border-bottom: 1px #000 solid;
padding: 10px 0;
text-decoration: none;
}

