* {
padding: 0;
margin: 0;
}

body {
color: #3e3e3e;
background-color: #fdde8c;
background-image: url(images/layout/seiten-hg.gif);
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 80%;
}

/* =============================
DIV-Bereiche
============================= */

#wrapper {
background-color: #ffffff;
width: 820px;
margin-top: 20px;
margin-right: auto;
margin-bottom: 0;
margin-left: auto;
border-bottom: 20px solid #fdde8c;
}

#kopfbereich {
position: relative;
background-image: url(images/layout/abrundung-oben.gif);
background-position: top;
background-repeat: no-repeat;
text-align: center;
padding: 10px 10px 5px 10px;
}

#wechselbild {
padding: 0 10px 0 10px;
}

#menue {
float: left;
width: 170px;
padding-left: 10px;
overflow: hidden;
}

#menue ul {
list-style-type: none;
margin: 0;
}

#menue ul li {
}

#menue ul li a {
display: block;
background-color: #fdde8c;
background-image: url(images/layout/hg-menue.gif);
color: #3e3e3e;
font-weight: bold;
line-height: 1.5em;
text-decoration: none;
padding: 4px 5px 4px 10px;
margin-top: 15px;
}

#menue ul li a:hover, #menue ul li.aktiv a:hover {
color: #336633;
}

#menue li {
display: inline;
}

#menue ul ul li a, #menue ul li.aktiv ul li a {
color: #3e3e3e;
background-color: #fff5d6;
background-image: none;
font-weight: normal;
line-height: 1em;
padding: 5px 0 5px 10px;
border: 0;
margin-top: 0;
}

#menue ul li.aktiv a, #menue ul li.aktiv ul li.aktiv a {
color: #336633;
}

#textbereich {
padding: 20px 20px 0 20px;
margin-left: 180px;
}

#textbereich ul {
margin-left: 2em;
margin-bottom: 1em;
}

.bildlinks {
float: left;
margin-right: 10px;
margin-bottom: 5px;
diplay: inline;
}

.bildrechts {
float: right;
margin-bottom: 5px;
margin-left: 10px;
diplay: inline;
}

#fussbereich {
background-image: url(images/layout/abrundung-unten.gif);
background-position: bottom;
background-repeat: no-repeat;
padding: 10px 10px 10px 10px;
clear: both;
}

/* =============================
Allgemeine HTML-Elemente
============================= */

h1 {
font-size: 134%;
color: #336633;
margin-bottom: 1em;
}

h2 {
font-size: 104%;
color: #336633;
margin-bottom: 1em;
clear: right;
}

h3 {
font-size: 104%;
color: #336633;
margin-bottom: 1em;
}

address {
text-align: center;
font-size: 80%;
font-style: normal;
letter-spacing: 2px;
line-height: 1.5em;
}

a {
text-decoration: underline;
outline: none;
}

a:link {
color: #3e3e3e;
text-decoration: underline;
}

a:visited {
color: #3e3e3e;
}

a:hover, a:focus {
color: #336633;
}

a:active {
color: #336633;
}

p {
margin-bottom: 1em;
}

/* =============================
IE (6) CSS Hack
============================= */

* html #menue { 
margin-right: -3px; 
} 
 
* html #textbereich { 
margin: 0 0 0 177px;
display:inline-block; 
}

/* =============================
Typo
============================= */

table.preis-tab {
font-family: Verdana, Arial, Helvetica, sans-serif;
border: 0;
margin-bottom: 1em;
}

.preis-tab tr td {
background-color: #f5f5f5;
font-size: 90%;
padding: 2px;
}

.preis-tab .td-0 {
width: 300px;
}

.preis-tab .td-1 {
width: 150px;
text-align: center;
}

.preis-tab .td-2 {
width: 150px;
text-align: center;
}

div.csc-textpic div.csc-textpic-imagewrap .csc-textpic-image {
margin-bottom: 5px;
padding-bottom: 5px;
}

#textbereich div.csc-textpic div.csc-textpic-imagewrap ul {
margin-left: 0;
margin-bottom: 0;
}

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

#textbereich div.csc-textpic-clear {
clear: right;
}

/* =============================
Formulare
============================= */

label {
display: block;
float: left;
width: 145px;
font-size: 90%;
}

form {
margin-top: 1em;
}

form div.error {
color: #050505;
font-weight: bold;
}

input {
border: 1px solid #9e9e9e;
margin-bottom: 0.5em;
width: 300px;
font-family: Verdana, Arial, Helvetica, sans-serif;
}

textarea {
border: 1px solid #9e9e9e;
margin-bottom: 0.5em;
width: 300px;
height: 4em;
font-family: Verdana, Arial, Helvetica, sans-serif;
}

input[type="submit"] {
margin-top: 1em;
width: 150px;
margin-left: 145px;
}

fieldset.csc-mailform {
border: 0;
}

.csc-mailform-check {
border: none;
margin-bottom: 0.5em;
width: 20px;
}

#mailformAngebot {
margin-bottom: 0.5em;
width: 300px;
font-family: Verdana, Arial, Helvetica, sans-serif;
}



