@charset "utf-8";
/* 
    Created on : 22.09.2014, 14:06:42
    Author     : Coolsystems
*/
body {
    font: 100%  Tahoma, Geneva, sans-serif;
    background:#ffffff;
    margin: 0; /* Es empfiehlt sich, margin (Rand) und padding (AuffÃ¼llung) des Body-Elements auf 0 einzustellen, um unterschiedlichen Browser-Standardeinstellungen Rechnung zu tragen. */
    padding: 0;
    text-align: center; /* Hierdurch wird der Container in IE 5*-Browsern zentriert. Dem Text wird dann im #container-Selektor die Standardausrichtung left (links) zugewiesen. */
    color: #085000;
}

body, html {
    height: 100%;
}
p, h1, h2, h3, h4 {
    padding:5px 0px;
    margin:0;
}

h1 {
    color:#085000;
    border-bottom: 3px solid #085000;
    text-align: left;
    font-size: 125%;
}
h2 {
    color:#085000;
    text-align: left;
    font-size: 120%;
}

h3 {
    text-align: left;
    font-size: 110%;
}

h4 {
    text-align: left;
    font-size: 100%;
}

#header {
    margin: 0 auto;
    padding: 0;
    width: 980px;
    height: 70px;
    
    
    background-position: 0 0;
    background-repeat: no-repeat; 
    }
    #headerMenu {
        float:right;
        color: #000000;
        margin: 25px;
        font-weight: bold;
        }
        #headerMenu a, #footer a {
            text-decoration: none;
            color: #085000;
            font-weight: normal;
        }
        #headerMenu a:hover, #footer a:hover {
            text-decoration: underline;
                       
        }
#content {
    margin: 0 auto;
    padding: 0;
    width: 100%;
    min-height: 500px;
    }
    #teaser {
        margin: 0 auto;
        padding: 0;
        width: 980px;
        height: 300px;
        }
        #teaserLeft {
            float: left;
            width: 300px;
            height: 299px;
            border-top: 1px solid #ffffff;
            background-color: #509c0c;
            color: #ffffff;
            }
            #teaserLeftMenu {
               padding-top: 0px;
               padding-bottom: 5px;
            }
            #teaserLeftMenu a {
                display: block;
                padding: 5px 10px 5px 20px;
                border-bottom: 1px solid #ffffff;
                
                text-align: left;
                text-decoration: none;
                color: #ffffff;
            }
            #teaserLeftMenu a:hover {
                background-color: #DAD81F;
                color: #085000;
            }
        #teaserRight {
            float: left;
            width: 670px;
            margin:0 0 0 10px;
            padding: 0;
            height: 300px;
            }
            #teaserRight img {
                margin: 0;
                padding: 0;
            }
            .headerSlider {
            width:670px; 
            height:300px;
            border:0;
            }
    #content_1 {
        margin: 10px auto;
        padding: 0;
        width: 980px;
        }
        #mainContent {
            float: left;
            background-color:#C9E14C;
            width: 980px;
            background-image: url(../img/contentBG.png);
            background-position: right bottom;
            background-repeat: no-repeat;
            padding-bottom: 50px;
        }
        #mainContentLeft {
            width: 660px;
            margin:10px;
            float: left;
        }
        #mainContentRight {
            width: 290px;
            margin: 10px 0;
            float: left
        }
#footer {
    //background-color: #ccff66;
    width: 980px;
    height: 70px;
    margin: 0 auto;
    padding: 0;
    
}