/* 
    Document   : kbs.css
    Created on : 19.04.2013, 08:50:37
    Company    : Kunze Baustoff Service
    Author     : Enrico Kunze
*/


body{
    margin: 0;
    padding: 0;
    border: 0 none;
    font-family: verdana,arial,helvetica,geneva,sans-serif;
}

.header{
    margin: 0 auto;
    width: 980px;
    background-color: white;
    min-height: 100px;
    padding-top: 2.5em;
    border-radius: 3px;
}

.Logo{
    float: left;
}

.claim{
    font-size: medium;
    font-family: DejaVu Serif;
    font-style: italic;
    color: #868686;
    padding-right: 40%;
    margin-top: 0px;
    float: left;
    margin-left: 50px;
}

.menue{
    width: 100%;
    background-color: #868686;
    color: #FFF;
    left: 0;
    font-weight: bold;
    padding-top: 3px;
    padding-bottom: 3px;
}

.menueButtom{
    width: 1000px;
    margin: 0 auto;
    padding-left: 14px;
    
}

.menueButtom a:link {color:#FFF; text-decoration:none;}         
.menueButtom a:visited {color:#FFF; text-decoration:none;}      
.menueButtom a:hover {color:#f19133; text-decoration:none;}        
.menueButtom a:active {color:#FFF; text-decoration:none;}       


.main{
    margin: 0 auto;
    width: 980px;
    background-color: white;
    min-height: 400px;
    padding-top: 20px;
    border-radius: 3px;
    font-size: medium;
    padding-bottom: 20px;    
}

.mainRight{
    width: 20%;
    float: right;
}

.mainCenter{
    width: 80%;
    float: left;
}

.info{
    background-color: #FFF;
    position: absolute;
    height: 50px;
    border: none;
    z-index: 11;
    top: 15%;
    right: 18%;
    font-size: xx-large;
    font-family: DejaVu Serif;
    border-radius: 3px;
    padding-left: 8px;
    font-style: italic;
    color: #868686;
    padding-top: 8px;
}

.info a:link {
    color:#868686; text-decoration:none;
}

.info a:visited {
    color:#868686; text-decoration:none;
}

.info a:active {
    color:#868686; text-decoration:none;
}

.info a:hover {
    color:#f19133; text-decoration:none;
}

.infoRight{
    float: right;
    border: none;
    width: 28%;
    z-index: 10;
    padding-top: 15%;
    margin-left: 5px;
    margin-right: 5px;
    font-size: small;
    color: #868686;
}

.footer{
    margin: 0 auto;
    width: 980px;
    background-color: #868686;
    color: white;
    min-height: 80px;

}

.footer1{
    float: left;
    width: 38%;
    padding-left: 2em;
    margin-top: -5px
}

.footer2{
    margin: 0 auto;
    float: left;
    width: 33%;
    margin-top: -5px

}

.footer3{
    float: right;
    width: 16%;
    margin-top: -5px
}

.groesen table{
    width: 100%;
    border: none 0;
}

.groesen th{
    width: 2%;
    text-align: left;
}
