html { height: 100% }
body {
	min-height: 101%;
    font-family: Verdana;
    background-color: #003333;
    text-align: center;
    color: #FFFFFF;
}
h1 {
    font-size: 28px;
    color: #ffffff;
    margin: 0px;
    margin-top: 10px;
    margin-bottom: 15px;
}
h2 {
    font-size: 20px;
    color: #ffffff;
    margin-top: 10px;
    margin-bottom: 10px;
}
h2.Ueberschrift {
    border-bottom:  2px solid;
    margin-bottom: 12px;
}
h3 {
    font-size: 16px;
    color: #ffffff;
    margin-bottom: 10px;
}
p {
    margin-top: 0px;
    margin-bottom: 10px;
}
p.Bild {
    margin-top: 15px;
    margin-bottom: 25px;
    text-align: center;
}
ul {
    margin-left:10px;
    margin-bottom:10px;
}
li {
    margin-left:10px;
    margin-bottom:10px;
    text-align: left;
}
hr {
    width: 100%;
	color: #FFFFFF;
	margin: 0px;
}
a:link, a:visited, a:active, a:hover {
  text-decoration: none;
  font-weight: bold;
  color:#ffffff;
/*   font-size:12px; */
}
a:active, a:hover {
  color:#003333;
}
a.menu:link, a.menu:visited {
  color:#9D9781;
}
a.menu:active, a.menu:hover {
  color:#eeeeee;
}
.Kleintext {
  font-size:12px;
}
.Wichtig {
    font-weight: bold;
    color: #EE0000;
}
#container {
/*    width: 850px;*/
    width: 100%;
    margin: 0px auto;
    text-align: left;
}
/* Die Titelzeile */
#title {
    padding-top: 15px;
    height: 24px;
}
/* Das Menü */
#menu {
    font-size: 16px;
    color: #ffffff;
    text-align: left;
    padding: 10px 0px;
    border-top: 2px solid #9D9781;
    clear: right;
}
/* Der Inhalt */
#content {
    border: 2px solid #ffffff;
    background-color: #9D9781;
    padding: 12px;
    color: #FFFFFF;
    font-size: 16px;
    text-align: justify;
    line-height: 20px;
}
/* Kontaktformular */
.Kontakt {
    padding-top: 10px;
}
input, textarea {
	border: 2px solid #524E43;
	padding: 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	margin: 0px;
}
/* nach oben klick */
.nach_oben {
    border-bottom:  2px solid;
    margin-bottom: 12px;
    font-size: 12px;
    text-align: right;
}
.Statistik {
    font-size:12px;
}
.Navigation {
    font-size: 12px;
}
.Dienstleistung-Text1 {
    font-size: 16px;
    color:#524e43;
    font-weight: bold;
/*    margin-bottom: 10px; */
}

/* für Tests */

#f1 { display: none; }
