body {
margin: 0px;
padding: 10px;
background: url(bilder/hg.jpg) top left repeat-x;
background-color: #ffc53a;
text-align: center;
}

#container {
width: 700px;
border-left: 2px solid #ffc53a;
border-top: 2px solid #ffc53a;
border-right: 2px solid #ffc53a;
border-bottom: 2px solid #503011;
background-color: #503011;
}

#header {
width: 700px;
top: 0px;
height: 110px;
background: url(bilder/logo.jpg);
}

#navbox {
width: 700px;
top: 112px;
height: 15px;
background-color: #ffc53a;
border-top: 2px solid #ffc53a;
border-bottom: 2px solid #ffcc53a;
}

#navleft {
width: 200px;
left: 0px;
top: 140px;
text-align: left;
padding-top: 10px;
float: left;
z-index: 1;
}

#textbox {
width: 500px;
left: 202px;
top: 300px;
text-align: left;
padding-top: 10px;
padding-bottom: 10px;
float: right;
z-index: 2;
}

#footer {
width: 700px;
height: 12px;
z-index: 3;
text-align: center;
background-color: #ffc53a;
border-bottom: 2px solid #503011;
}

.text {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #ffffff;
margin: 10px;
}

.headline {
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
font-weight: bold;
color: #ffffff;
}

.small {
font-size: 10px;
font-family: Arial, Helvetica, sans-serif;
color: #ffffff;
}

.kontakt {
font-size: 12px;
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
text-decoration: underline;
}

a {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
}

a:link {
text-decoration: none;
color: #ffffff;
}

a:hover {
text-decoration: underline;
color: #000000;
}

a:active {
text-decoration: underline;
color: #000000;
}

a:visited {
text-decoration: none;
color: #ffffff;
}

/* ---------- Fieldset---------------------------------------- */
fieldset
{
width:400px;
border: 1px solid #ffc53a;
padding: 5px;
}
/* ---------- Fieldset---------------------------------------- */
/* ---------- Formular---------------------------------------- */
input.field
{
font-family: Verdana,Arial,Helvetica;
font-size: 9pt;
color: #000000;
background-color:#D3DDE9;
border-right: #000000 1px solid;
border-left: #000000 1px solid;
border-top: #000000 1px solid;
border-bottom: #000000 1px solid;
}
textarea.field
{
font-family: Verdana,Arial,Helvetica;
font-size: 9pt;
color: #ffc53a;
background-color:#D3DDE9;
border-right: #000000 1px solid;
border-left: #000000 1px solid;
border-top: #000000 1px solid;
border-bottom: #000000 1px solid;
}
/* ---------- Formulare---------------------------------------- */
}

