﻿html {
     height: 100%;
     margin: 0px;
     padding: 0px;
}

BODY {
    background-color: #f5e7ef;
    height: 100%;
    font-size: 18px;
    font-family: "Brush Script MT",Arial,sans-serif;
    color: #d10303;
    margin: 0px;
    padding: 0px;
}

a {
    font-size: 18px;
    font-family: Arial,sans-serif;
    color: #d10303;
    text-decoration: none;
}

a:hover {
    font-size: 18px;
    font-family: Arial,sans-serif;
    color: #d10303;
    text-decoration: none;
}

a:visited {
    font-size: 18px;
    font-family: Arial,sans-serif;
    color: #d10303;
    text-decoration: none;
}

a:link {
    font-size: 18px;
    font-family: Arial,sans-serif;
    color: #d10303;
    text-decoration: none;
}

#topban {
    background-image:url(pics/banner.gif);
    background-repeat: no-repeat;
    width: 1000px;
    height: 160px;
    left: 8px;
    top: 0px;
    position: absolute;
    border: 0px solid aqua;
}

#sprache {
    width: 64px;
    height: 22px;
    left: 20px;
    top: 10px;
    position: absolute;
}

#navi {
    background-image:url(pics/nav.gif);
    background-repeat: no-repeat;
    width: 170px;
    height: 450px;
    left: 0px;
    top: 165px;
    position: absolute;
    border: 0px solid aqua;
    padding-top: 15px;
}

#cont {
    width: 833px;
    height: 100%;
    height: auto;
    min-height: 100%;
    left: 175px;
    top: 165px;
    position: absolute;
}

#werbung1 {
   /* top:0px;          
    left: 50%;          */
    width: 820px;
    height: 125px;
    position: relative;
    border: aqua solid 0px;
}

#werbung1 {
   /* top:0px;          
    left: 50%;          */
    width: 820px;
    height: 125px;
    position: relative;
    border: aqua solid 0px;
}

#inhalt {
   /* top: 135px;
    left: 0px;   */
    margin-top: 10px;
    width: 820px;
    height: auto;
    position: relative;
    border: 0px solid aqua; 
}

p {
    font-size: 13;
    font-family: arial,sans-serif;
}

span {
    font-size: 13;
    font-family: arial,sans-serif;
}

input,textarea,select {
    background-color: #f5e7ef;
    border: 1px solid #d10303;
    color: #d10303;
}

.bannerborder {
	border:1px solid #d10303;
}




