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

body {
background: #699;
font-size: 100.01%;
text-align: center;
font-family: verdana,arial,sans-serif;
}

input, select, textarea {
font-size: 100%;
font-family: verdana,arial,sans-serif;
border: solid 1px #999;
background: #fff;
}

a:link {
text-decoration: none;
color: #366;
}

a:visited {
text-decoration: none;
color: #666;
}

a:hover, a:active {
text-decoration: underline;
color: #366;
}

.stopFloat {
display: block;
float: none;
clear: both;
height: 1px;
font-size: 0;
line-height: 0;
}


#rahmen {
width: 840px;
text-align: left;
margin: 20px auto;
background: url(img/bg.gif) repeat-y;
}

#kopf {
width: 840px;
}

#inhalt {
width: 840px;
}


#navigation {
width: 190px;
float: left;
padding: 30px 10px 30px 40px;
font-size: 0.8em;
line-height: 120%;
font-weight: bold;
}

* html #navigation {
width: 240px;
w\idth: 190px;
}

#navigation ul {
margin-left: 0;
padding-left: 0;
}

#navigation li {
list-style: none;
margin-bottom: 0.9em;
}

#navigation a:link {
text-decoration: none;
color: #fda000;
}

#navigation a:visited {
text-decoration: none;
color: #fda000;
}

#navigation a:hover, a:active {
text-decoration: underline;
color: #fda000;
}

#text {
width: 490px;
float: left;
padding: 30px 30px;
font-size: 0.8em;
line-height: 145%;
}

* html #text {
width: 550px;
w\idth: 490px;
}

#text h1 {
font-size: 1.2em;
margin-bottom: 1em;
color: #0d3d44;
}

#text h2 {
font-size: 1em;
padding-bottom: 0.4em;
padding-top: 0.6em;
color: #135b66;
}

#text h3 {
font-size: 1em;
padding-bottom: 0.3em;
padding-top: 0.4em;
}

#text img {
margin: 5px 10px 5px 0;
}

#text ul {
padding-left: 1em;
margin-left: 1em;
margin-top: 0.3em;
}

#text li {
margin-bottom: 0.5em;
line-height: 130%;}

#text p {
padding-bottom: 0.3em;
text-align: justify;
}

/* Formular  */

form {line-height: 150%; margin: 10px 0;}
.feld input { width: 300px; }
.feld-text textarea { width: 450px; }

#fusszeile {
width: 840px;
font-size: 0.7em;
}

#fusszeile p {
color: #fda000;
padding: 10px 40px;
}