@charset "utf-8";

/* Zurücksetzen der Innen- und Außenabstände */
* {
    margin: 0;
    padding: 0;
}

/* Schriftart und Schriftgröße festlegen */
body, th, td {
    font-family: Arial, "Times New Roman", serif;
    font-size: 1em;
}

/* Schrift- und Hintergrundfarbe festlegen */
body {
    color:black;
    background-color: white;
    background-repeat: repeat;
    text-align: center;
    margin: 5px auto;
    width: 900px;
}


#bodertop{
    margin: 5px auto;
    width: 900px;
}
#bul{
    margin: 0 auto auto 0;
    width: 20px;
    height:15px;
    background-color: gray;
    float: left;
}
#bum{
    margin-left: 0px;
    margin-top: 0px;
    width: 865px;
    height:15px;
    background-color: gray;
    float: right;
}
#bur{
    margin-right: 0px;
    margin-top: 0px;
    width: 15px;
    height:15px;
    background-color: gray;
    float: right;
}
bordermid{
    margin: 5px auto;
    width: 900px;
    min-height: 900px;
}
#bml{
    margin-left: 0px;
    margin-top: 0px;
    width: 15px;
    min-height: 760px;
    height: auto;
    background-color: gray;
    float: left;
}

#content{
     border: 5px;
    border-style: solid;
    border-color: black;
    margin: 0 auto;
    width: 860px;
    height: 750px;
    background-color: gray;
    float: left;
        background-image: url(../img/back.png);
        background-position: 0px 200px;
}

#bannertop {
    margin: 0 auto;
    width: 860px;
    height: 200px;
    border: none;
    background-color: gray;
    float: right;
}

#toplogo{
    width: 195px;
    height: 200px;
    border: none;
    float: left;
    background-image: url(../img/toplogo.jpg);
}


#topbanner{
    width: 665px;
    height: 200px;
    border: none;
    text-align: left;
    font-size: 1.8em;
    float:right;
    background-image: url(../img/topbanner2.jpg);
}

#topbanner h1{
    font-size: 1.9em;
    margin-top: 10px;
    margin-left: 75px;
    color: black;
}

#topbanner h2{
    font-size: 1.2em;
    margin-top: 10px;
    margin-left: 75px;
    color: black;
}

#topbanner h3{
    font-size: 1.2em;
    margin-top: 10px;
    margin-left: 75px;
}

#navbar{
    width: 200px;
    min-height: 500px;
    padding-top: 5px;
    margin: 10px auto auto 10px;
    float: left;
    background-color: #f7f7f7;
}

#navbar ul {
    margin-top: 0px;
    margin-bottom: 10px;
}

#navbar li {
    margin-top: 7px;
    padding-top: 7px;
    margin-left: 10px;
    list-style: none;
    height: 26px;
    width: 180px;
    color: black;
    background-color: gray;
    cursor: pointer;
    border-width: 0 0 1px 0;;
    border-color: black;
    border-style: solid;
}

#navbar li a {
    text-decoration: none;
    color: black;
}

#navbar li:hover,
#navbar li:focus,
#navbar li:active{
    font-weight: bold;
    text-decoration: none;
    color: red;
    cursor: pointer;
    background-color: blue;
}

#navbar li:visited {}

#maincontent{
    width: 860px;
    padding-top: 220px;
}

#maincontentstart{
    width: 860px;
    padding-top: 230px;
}

#maincontentstart p{
    font-size: 1.4em;
}

#datenschutz {
    width: 650px;
    float: right;
    height: 350px;
    overflow: scroll;
}

#impress {
    width: 450px;
    float: left;
    min-height: 150px;
}

#kit {
    width:200px;
    float: right;
    height: 150px;
}

#bottomfield{}
#bmr{
    margin-right: 0px;
    margin-top: 0px;
    width: 15px;
    min-height: 760px;
    height: auto;
    background-color: gray;
    float: right;
}

#borderlower{
    margin: 0px;
    height: 15px;
    width: 900px;
    float: left;
}

#bll{
    margin-left: 0px;
    width: 15px;
    height: 15px;
    background-color: gray;
    float: left;
}

#blm{
    margin-top: 0px;
    width: 870px;
    height: 15px;
    background-color: gray;
    float: left;
}

#blr{
    margin: 0 auto auto 0;
    width: 15px;
    height: 15px;
    background-color: gray;
    float: right;
}

#pics{
    float:right;
}

#pics8 {
    float:right;
    margin-right: 10px;
}

#picsbord{
    float: right;
    margin-right: 40px;
}

#whitetext{
    color: white;
}

#onlineanfrage {
    margin-left: 260px;
}

#onlineanfrage table tr td {
    text-align: left;
}