body {
margin: 0px;
padding: 8px;
background-color: #ffd3be;
font-family: "Helvetica Neue", "Helvetica", "Arial", "sans serif";
font-size: medium;
}

#container {
width: inherit;
max-width: 960px;
margin: 0 auto 0 auto;
border-style: solid;
border-color: black;
border-width: 4px;
}

#logo {
width: auto;
height: 80px ;
padding: 0px 15px 0px 15px;
margin: 0px 0px 15px 0px;
float: left;
background-color: #ffd3be;
}

#logo img {
margin: 0px;
padding: 0px;
line-height: 80px;
}

#hersteller {
width: auto;
height: 80px ;
padding: 0px 15px 0px 15px;
margin: 0px 0px 15px 0px;
float: right;
background-color: #ffd3be;
}

#hersteller img {
margin: 0px;
padding: 0px;
line-height: 80px;
}

#kopfleiste {
width: auto;
height: 80px;
margin: 0px 0px 15px 0px;
padding: 0px 0px 0px 0px;
overflow: hidden;
background-color: #ffd3be;
}

#kopfleiste h1 {
margin: 0px;
padding: 0px;
font-size: 220%;
line-height: 80px;
color:#0a5eab;
text-align: center;
}

#menue{
width: inherit;
height: auto;
padding: 5px;
margin: 0px;
background-color: #0a5eab;
box-shadow: 2px 2px 2px 2px #010000;
color: white;
}

#menue ul {
list-style-type: none;

  
}

#menue li {
font-size: 100%;
padding: 0px 10px 0px 10px;
margin: 0px 0px 15px 0px;
display: inline; 
font-size: 18px;
line-height: 25px; 
}

#menue a:hover {
background-color: #FFbf00;
}

#menue li.current {
background-color: #FF0000;
color: #FFFFFF;
}

#Navigation {
visibility: hidden;
width: inherit;
height: auto;
background-color: red;
color: white;
}


#inhalt {
width: auto;
height: auto;
padding: 10px 15px 10px 15px;
overflow: hidden; /*damit das Layout mit flow funktioniert*/
background-color: #ffe1d3;
box-shadow: 2px 2px 2px 2px #010000;
}

#inhalt h2 {
font-size: 150%;
}

#inhalt p {
font-size: 100%;
}

#inhalt a {
color:inherit;
font-family: inherit;
text-decoration: underline;
}


#Fussleiste {
width: inherit;
height: 80px;
margin: 10px 0px 15px 0px;
padding: 0px 0px 0px 15px;
background-color: #0a5eab;
box-shadow: 2px 2px 2px 2px #010000;
}



#Fussleiste h3 {
margin: 0px;
padding: 0px;
font-size: 18px;
line-height: 25px;
text-align: center;
color: white;
}

#a {
color:inherit;
font-family: inherit;
text-decoration: none;
}

a:link {
color:inherit;
font-family: inherit;
text-decoration: none;
}

a:visited {
color:inherit;
font-family: inherit;
text-decoration: none;
}

a:hover {
color:inherit;
font-family: inherit;
text-decoration: none;
}

a:active {
color:inherit;
font-family: inherit;
text-decoration: none;
}

form.kontaktformular fieldset{
margin-top: 25px;
padding: 10px 10px 10px;
width: 500px;
border: none;
}

form.kontaktformular legend {
padding: 0px 10px;
font-weight: bold;
}

form.kontaktformular label {
float: left;
width: 130px;
}

.bold {
font-weight: bold;
}

form.kontaktformular input, textarea {
width: 220px;
margin-bottom: 5px;
}

form.kontaktformular textarea {
width: 350px;
height: 150px;
}

#submitbutton {
margin-left: 0px;
margin-top: 25px;
width: 100px;
}




































