    body{
        background-color: #333;
        text-align: left;
        font-family: 'Calibri', 'Arial';
    }
    li{
        list-style: none;
        text-align: left;
        padding-left: 10px;
        padding-right: 10px;
    }
    a {
        text-decoration: none;
        color: #000;
    }
    ul{
        padding: 0;
        margin: 0;
    }
    h1{
        margin-top: 0;
    }
    nobr{
        white-space: nowrap;
    }
    span{
        white-space: nowrap;
    }
    p {
        margin-top: 0;
    }
    #container{
        width: 100%;
        margin: auto;
        padding: 0px;
        box-shadow: 5px 5px 5px 5px;
    }
    #horNav{
        width: 100%;
        background: #3A7600;
        height: 50px;
        text-align: left;
	font-size: 2em;
    }
    #horNav a{
        text-decoration: none;
        color: #FFF;
    }
    #horNav li{
        display: inline;
        padding-left: 20px;
        padding-right: 20px;
        border: groove;
        border-color: #928C15;
        border-width: 0px;
        border-right-width: 5px;
    }
    #horNav li:hover{
        background-color: #928C15;
    }
    #horNav ul{
        padding-top: 10px;
    }
    #slideshow{
        width: 100%;
        background: #9C9C9C;
        height: 200px;
        z-index: 0;
    }
    #navigation{
        width: 150px;
        float: left;
    }
    #content{
        background-color: #9C9C9C;
	width:100%;
    }
    .senNavup{
        width: 200px;
        background: #9C9C9C;
        border: groove;
        border-color: #928C15;
        border-width: 0px;
        border-bottom-width: 5px;
	font-size: 1.7em;
    }
    .senNavup li{
        padding-bottom: 5px;
        padding-top: 5px;
        border: groove;
        border-color: #928C15;
        border-width: 0px;
        border-bottom-width: 1px;
    }
    .senNavup li:hover{
        background-color: #928C15;
    }
    #besucher li:hover{
	background-color: #9C9C9C;
    }
    .senNavdown{
        padding-top: 0px;
        width: 200px;
        background: #9C9C9C;
	font-size: 1.7em;    
    }
    .senNavdown li{
        padding-bottom: 5px;
        padding-top: 5px;
        border: groove;
        border-color: #928C15;
        border-width: 0px;
        border-bottom-width: 1px;
    }
    .senNavdown li:hover{
        background-color: #928C15;
    }
    .main{
        position: relative;
        margin-bottom: 0px;
        margin-top: 0px;
        margin-left: 200px;
        padding-bottom: 50px;
        padding-left: 10px;
        background: #E3D8D8;
	font-size: 1.7em;
    }
    .products{
        width:250px;
        background-color: #FFF;
        /*float: left;*/
        margin-right: 10px;
    }
    .footer{
        position: fixed;
        margin: auto;
        bottom: 0px;
        height: 50px;
        width: 637px;
        background: #3A7600;
        box-shadow: 5px 5px 5px 5px;
    }
    .complete ul{
        display: table;
        margin: auto;
        font-size: 11px;
    }
    .complete li{
        display: block;
        display: table-cell;
        table-layout: fixed;
        border-spacing: 5px;
    }
    .left {
        float: left;
    }
    .right {
        float: right;   
    }
    .bundell ul{
        display: table;
        font-size: 10px;
        width: 327px;
        float: left;
        
    }
    .bundelr ul{
        font-size: 10px;
        display: table;
    }
    bundell li{        
        display: block;
        display: table-cell;
        table-layout: fixed;
        border-spacing: 5px;
    }
    bundelr li{
        display: block;
        display: table-cell;
        table-layout: fixed;
    }
    .mittig {
        text-align: center;
    }