body {
font: 94% Verdana, Arial, Helvetica, sans-serif;
color: #000;
background: #fff;
text-align: center;
}
h1 {
font-size: 1.6em;
font-weight: normal;
}
/* IDs */
#container {
position: relative;
text-align: left;
width: 760px;
margin: 0 auto;
background: #fff;
border-top: 9px solid #7C6C55;
}
#headercon {
width: 760px;
height: 176px;
background: #fff;
border-bottom: 9px solid #C9AC6A;
}

#logo1 {
position: absolute;
top: 9px; left: 0;
width: 400px;
height: 66px;
background: #fff url(e59e8ed23d330d81e7d8f02c7c1cd9df_Logo1resize.jpg) 0 0 no-repeat;
}
#logo1 a {
width: 400px;
height: 66px;
}
#logo2 {
position: absolute;
top: 66px; left: 0;
width: 760px;
height: 105px;
background: #ccc url(logo2.jpg) 0 0 no-repeat;
border-top:1px solid #ccc;
border-bottom: 1px dashed #ccc;
}
#logo2 a {
width: 760px;
height: 105px;
}
#maincon {
border-top: 1px dashed #ccc;
margin-top: 2px;
}
#main {
margin-left: 200px;
border-bottom: 9px solid #7C6C55;
padding-bottom: 50px;
}
#nocolumn #main {
margin-left: 0;
}
#column {
position: absolute;
top: 110px; left: -20px;
width: 195px;
background: #E7DEC6;
padding: 10px 5px 10px 0;
border: 1px dashed #ccc;
border-top: 0 none;
border-left: 9px solid #C9AC6A;
}
#content { 
min-height: 350px;
margin-left: 180px;
padding-top: 15px;
width: 380px;
}
#nocolumn #content { 
min-height: 350px;
width: 580px;
}
/* Allgemeine Klassen */
.copyright {
clear: both;
text-align: right;
padding: 10px 15px 10px 0;
}

/* Formular */
.form2 {
border: 1px solid #999;
}
.form4 {
border: 1px solid #999;
}
input.sendbutton {
border: 1px solid #000;
color: #fff;
background: #C9AC6A;
}
input.resetbutton {
color: #fff;
background: #7C6C55;
}
