body {
    margin: 0;
    padding: 0;
    background-image:url(../images/bg.gif);
    background-repeat:repeat-x;
    font-family: georgia;
    font-size: 10px;
}
a {
    font-family: arial;
    font-weight: bold;
    font-size: 1em;
    text-decoration: none;
    color: #996666;
}
a:hover {
    text-decoration: underline;
    color: #000000;
}
#head {
    position:absolute;
    background-image:url(../images/head.jpg);
    left:70px;
    top:0px;
    width:760px;
    height:267px;
}
#head p {
    padding: 220px 0 0 20px;
    font: 1.2em arial;
    color: #000000;
}
#left-side {
    position:absolute;
    background-image:url(../images/left_side.gif);
    left:0px;
    top:0px;
    width:70px;
    height:800px;
}

#right-side {
    position:absolute;
    background-image:url(../images/right_side.gif);
    left:830px;
    top:0px;
    width:70px;
    height:800px;
}

#row-left {
    position:absolute;
    background-image:url(../images/row_left.gif);
    left:70px;
    top:267px;
    width:433px;
    height:36px;
}

#bt-start {
    position:absolute;
    left:503px;
    top:267px;
    width:94px;
    height:36px;
}

#bt-kontakt {
    position:absolute;
    left:597px;
    top:267px;
    width:90px;
    height:36px;
}

#bt-impressum {
    position:absolute;
    left:687px;
    top:267px;
    width:101px;
    height:36px;
}

#row-right {
    position:absolute;
    background-image:url(../images/row_right.gif);
    left:788px;
    top:267px;
    width:42px;
    height:36px;
}

#content {
    margin: 0;
    padding: 0;
    position:absolute;
    background-image:url(../images/content.gif);
    left:70px;
    top:303px;
    width:760px;
    height:497px;
    overflow: hidden;
}

#main {
    width: 500px;
    margin: 0px;
    padding-left: 20px;
    float: left;
}
h1 {
    margin: 20px 0;
    padding: 0;
    font: normal 2.4em georgia;
}

h2 {
    margin: 15px 0;
    padding: 0;
    font: italic normal 1.8em georgia;
    color: #E0810C;
}

p {
    margin: 10px 0;
    padding: 0;
    font: normal 1.4em georgia;
}

#main_2{
    width: 280px;
    margin: 0px;
    padding-left: 20px;
    float: left;
}

#col {
    width: 200px;
    margin: 20px 0 0 540px;
}

#col p {
    margin: 0;
    padding: 3px 5px;
    font: 1em arial;
    color: #ffffff;
    background: #E0810C;
}
#col .light {
    margin: 0;
    padding: 3px 5px;
    font: 1em arial;
    color: #996666;
    background: #F8F3EF;
}

#center_col {
    width: 200px;
    float: left;
    margin: 20px 0 0 20px;
    padding: 0;
}

#center_col p {
    margin: 0;
    padding: 3px 5px;
    font: 1em arial;
    color: #ffffff;
    background: #E0810C;
}
#center_col .light {
    margin: 0;
    padding: 3px 5px;
    font: 1em arial;
    color: #996666;
    background: #F8F3EF;
}


#footer {
    clear: all;
    position:absolute;
    background-image:url(../images/footer.gif);
    text-align: center;
    left:70px;
    top:800px;
    width:760px;
    padding: 9px 0;
    font: 1em arial;
    color: #996666;
}
input, textarea {
     font: 0.8em arial;
     padding: 3px;
     background: #F8F3EF;
     border: 1px solid #000000;
}