
/* html, body {overflow: hidden;} */

body {
margin: 0 0 0 0;
padding: 0 0 0 0;
text-align: center;
background-image: url(../images/bg.gif);
background-position : center top;
font-family: Tahoma, "Trebuchet MS", Arial, sans-serif;
}

a {
color: #613B00;
text-decoration: none;
}

a:hover {
color: #000;
text-decoration: underline;
}

#navi img {border: 0;}
#logo img {border: 0;}
#footer_right img {border: 0;}
#content_left img {border: 0;}

#wrapper {
text-align: left;
margin: 0 auto;
padding-top: 40px;
width: 720px;
height: 1000px;
}

#navi {
float: left;
width: 530px;
height: 38px;
background-color: #FFF;
}

#logo {
float: left;
width: 190px;
height: 38px;
background-color: #FFF;
}

#header {
float: left;
margin-top: 8px;
width: 720px;
height: 250px;
background-color: #FFF;
}

#content_left {
float: left;
margin-top: 30px;
width: 440px;
/* height: 450px; */
background-color: #FFF;
}

#content_left h1 {
margin: 0 0 0 0;
padding: 0 12px 0 0;
font-size: 1em;
color: #FF9900;
}

#content_left h2, h3, h4, h5, h6 {
margin: 0 0 0 0;
padding: 0 12px 0 0;
font-size: 1em;
color: #FF9900;
}

#content_left p {
padding-right: 12px;
font-size: 0.70em;
color: #666;
}

#content_left li {
font-size: 0.70em;
color: #666;
}

#content_right {
float: left;
margin-top: 30px;
width: 279px;
/* height: 450px; */
background-color: #FFF;
border-left: 1px dashed #666;
}

#content_right h1, h2, h3, h4, h5, h6 {
margin: 0 0 0 0;
padding: 0 0 0 22px;
font-size: 1em;
color: #FF9900;
}

#content_right p {
padding-left: 22px;
padding-right: 15px;
font-size: 0.70em;
color: #666;
}

#content_right li {
font-size: 0.70em;
color: #666;
}

#footer_left {
float: left;
margin-top: 20px;
width: 440px;
height: 28px;
background-color: #FFF;
border-top: 1px solid #CCC;
border-bottom: 1px solid #CCC;
}

#footer_right {
float: right;
margin-top: 20px;
width: 280px;
height: 28px;
background-color: #FFF;
border-top: 1px solid #CCC;
border-bottom: 1px solid #CCC;
}

label, input, select { /* Alle Labels UND Formularelemente auswählen */
display: block;
float: left;
width: 200px; /* Breite.*/
}

form {
background: #FFF;
padding: 0 0 0 0;
margin: 0 0 0 0;
height: 300px;
}

fieldset {
border: 0px;
padding: 0 0 0 0;
margin: 0 0 0 0;
}

label {
margin: 0px 15px 0px 0px;
text-align: left; 
padding-right: 1em;
font-family: "Trebuchet MS", Georgia, Arial, Sans-Serif;
font-size: 0.85em;
color: #666;

}
textarea {
width: 225px;
height: 75px;
}
