
* { padding: 0; margin: 0; }

html { height: 101%; }

body {
color: white;
background-color: #8c8c8c;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: small;
}

#wrapper {
position: relative;
color: black;
background-color: white;
width: 1000px;
margin-top: 10px;
margin-right: auto;
margin-bottom: 10px;
margin-left: auto;
}

#header {
color: white;
background-color: #646464;
padding-top: 10px;
padding-right: 20px;
padding-bottom: 0;
padding-left: 20px;
height: 50px;
}

#menu {
text-align: right;
color: black;
background-color: #646464;
padding: 5px 10px 4px 10px;
border-bottom: 1px solid #8c8c8c;
}
#menu li { display: inline; list-style-type: none; margin: 0; }
#menu a { color: black; background-color: #ffeda0; padding: 4px 8px 4px 8px; border: 1px solid #8c8c8c; }
#menu a:active { background-color: white; }

#menu a:hover,
#startseite #navi01 a,
#kontakt #navi02 a,
#impressum #navi03 a
{
text-decoration: none;
color: black;
background-color: white;
padding-bottom: 5px;
border-bottom: 0;
}

#menu2 {
position: absolute;
top: 75px;
left: 0;
width: 20%;
padding-top: 20px;
padding-left: 10px;
}

#text {
padding-top: 10px;
padding-right: 10px;
padding-bottom: 20px;
padding-left: 20px;
width: 75%;
margin-left: 20%;
text-align: justify;
}

.text2 {
width: 85%;
text-align: justify;
}

#footer {
padding: 20px;
padding-top: 10px;
border-top: 1px solid #8c8c8c;
margin-top: 10px;
text-align: center;
}
#footer a {
color: black;
text-decoration: none;
}

h1 {
font-size: 150%;
}

h2 {
font-size: 130%;
margin-bottom: 0;
}

h3 {
font-size: 110%;
margin-bottom: 8px;
}

a { text-decoration: none; }
a:link { color: #d90000; }
a:visited { color: #d90000; }
a:hover, a:focus { text-decoration: underline; }
a:active { color: white; background-color: #d90000; }

p {
margin-top: 0;
margin-right: 0;
margin-bottom: 1em;
margin-left: 0;
}

/* ============================
   Kontaktformular
   ========================= */
   
form {
background-color: #eee;
width: 400px;
padding: 25px;
margin-top: 1em;
border: 1px solid #8c8c8c;
}
label { display: block; }
#absender, textarea {
width: 100%;
border: 1px solid #8c8c8c;
margin-bottom: 1em;
}
textarea { height: 12em; }
input:focus, textarea:focus { background-color: #d9d9d9;
}

.bildlinks {
float: left;
padding-top: 12px;
padding-right: 16px;
padding-bottom: 6px;
padding-left: 0;
}

.bildrechts {
float: right;
padding: 8px;
}

.bildlinks2 {
float: left;
padding-top: 0;
padding-right: 16px;
padding-bottom: 6px;
padding-left: 0;
}

.bildrechts2 {
float: right;
padding-top: 28px;
padding-right: 0;
padding-bottom: 6px;
padding-left: 16px;
}

.textklein {
font-size: 8px;
}
