body {
 background-color: #f5f5ff;
 font-size: 14px;
 font-family:  Arial, Verdana, sans-serif;
 color:#000000;  
 padding:0px;
 margin: 0px;
}

a { color: #AA0000; text-decoration: none; }
a:visited { color:#AA0000; }
a:hover { color: #777777; }
a:active { color:#D2691E; }

ul {
  /* border: 1px solid red; */
}

p {
 font-size: 14px;
 font-weight: normal;
}
#container {
 width: 800px;
 margin: 20px;
 margin-left: auto;
 margin-right: auto;
}
#header {
 background-image: url(../images/header.jpg);
 height: 80px;
 padding-top: 20px;
 padding-left: 100px;
 color: #FFAA00;
}
#logo {
 position: absolute;
 top: 20px;
 right: 10%;
}
#menu {
 clear: both;
 background-color: #CFCFCF;
 border-left: #CFCFCF;
 border-right: #CFCFCF;
 font-size: 12px;
 /* border-bottom: 1px solid #000000; */
}
#menu a {
 text-decoration: none;
 color: #AA0000;
 font-size: 16px;
 padding-left: 15px;
 padding-right: 15px;
}
a:hover#leistungen {
 background-color: #FFDCA5;
 border-bottom: 1px solid #FFDCA5;
}
a:hover#kosten {
 background-color: #FFE3B7;
 border-bottom: 1px solid #FFE3B7;
}
a:hover#wir {
 background-color: #FFEAC8;
 border-bottom: 1px solid #FFEAC8;
}
a:hover#kontakt {
 background-color: #FFF1DA;
 border-bottom: 1px solid #FFF1DA;
}
a:hover#links {
 background-color: #FFF3E0;
 border-bottom: 1px solid #FFF3E0;
}
a:hover#jobs {
 background-color: #FFF3E0;
 border-bottom: 1px solid #FFF3E0;
}
#menu a:active {
 text-decoration: none;
}
#content {
 /* background-color: #FFEAC8; */
 background: url(../images/rothe_back.jpg);
 padding: 30px 70px 10px 70px;
 border-left: 1px solid #AFAFAF;
 border-right: 1px solid #AFAFAF;
 /* border: 1px solid red; */
}
#impress {
 height: 240px;
}
#impress table {
 border: 0px;
}
#impress table td {
 border: 0px;
}
.Wir {
 text-align: center;
}
.Unsere_Orte {
 margin-left: 20px;
 float: left;
 width: 10em;
 height: 6em;
}
.Unsere_Orte_Inhalt {
 margin-left: 10em;
}
.Buero {
 margin-left: 0px;
 float: left;
 width: 12em;
}
.Strasse {
 margin-left: 12em;
}
.Kosten {
 text-align: center;
}
#footer {
 background-color: #AFAFAF; 
 padding-left: 10px;
 padding-top: 2px;
 padding-bottom: 2px;
 color: #FFFFFF;
 font-size: 12px;
}

.left_foot {
 float: left;
}

.right_foot {
 margin-right: 10px;
 text-align: right;
}

table {
 width: 650px;
 border: 1px solid #000000;
}
table tr td {
 border: 1px solid #000000;
 text-align: left;
 vertical-align: top;
}
table .Preis {
 text-align: right;
 vertical-align: bottom;
}
table .Stufe {
 text-align: center;
}
#card table {
 border: 0px;
 width: 500px;
}
#card table td {
 border: 0px;
 padding: 0px;
}
b {
 font-family: Arial, Verdana, sans-serif;
 font-size: 14px;
 padding: 0px;
 margin: 0px;
}
h1 {
 font-family: Arial, Verdana, sans-serif;
 font-size: 30px;
}
h2 {
 font-family: Arial, Verdana, sans-serif;
 font-size: 18px;
}
h3 {
 font-family: Arial, Verdana, sans-serif;
 font-size: 16px;
}
h4 {
 font-family: Arial, Verdana, sans-serif;
 font-size: 14px;
}

form input {
 margin-bottom: 5px;
}

#contactform_head {
 /* border: 1px solid blue; */
 margin-bottom: 10px;
 font-family: Arial, Verdana, sans-serif;
 color: #AA0000;
}

#contactform_body {
 /* border: 1px solid green; */
 font-family: Arial, Verdana, sans-serif;
 padding-right: 30px;
 /*margin-right: 30px;*/
 float: left;
}

#contactform_body_fields input {
 width: 210px
}

#contactform_body #submit {
 width: 100px;
}

#desc {
 /* border: 1px solid yellow; */
 font-family: Arial, Verdana, sans-serif;
 margin-top: 20px;
}

form ul {
 margin-left: 280px;
}

/* form li { */
    /* margin-left: 20px; */
    /*text-indent: 1.666em;*/
/* } */

* html form li {
    text-indent: 1.666em;
    
}


form #clear {
 clear: both;
}

.Failed {
 color: #FF0000;
}

