* {
    margin: 0;
    padding: 0;
}

body {
    font: normal normal normal 10px/1em "Trebuchet MS", sans-serif;
    color: #333;
    background: #fff url("../graphics/sbe-bg.png") repeat-x;
}

div.wrapper {
    margin: 0 auto;
    width: 980px;
}

#footer {
   clear: left;
    padding-top: 30px;
    height: 5px;
}

#header {
    position: relative;
    height: 210px;
    margin-bottom: 30px;
    background: url('../graphics/sbe-text-bg.png') repeat-x 0 100%;
}

#image {
    position: relative;
    height: 210px;
    background: url('../graphics/sbe-text-bg.png') repeat-x 0 100%;
    margin-bottom: 30px;
    padding-left: 20px;
    padding-top: 30px;
}

    #image h1 {
        font-size: 36px;
        font-weight: normal;
        color: #035F01;
        margin-bottom: 30px;
    }

    #image p {    
        font-size: 24px;
        font-weight: normal;
        color: #65AF26;
        margin: 0;
    }
    
    #image img {
        position: absolute;
        top: 0px;
        right: 0px;
    }

#metamenu,
#langmenue {
    list-style: none;
    position: absolute;
    left: 780px;
    top: 10px;
}

    #metamenu li,
    #langmenue li {
        display: inline;
        margin-right: 20px;
        *display: block;
        *padding: 3px 0;
        *float: left;
    }

    #metamenu a,
    #langmenue a {
        font-size: 14px;
        font-weight: bold;
        text-decoration: none;
        color: #9ab959;
    }
    
    #metamenu a:hover,
    #metamenu a.active {
        color: #035F01;
    }
    
#langmenue {
    left: 860px;  
}

#langmenue a {
    color:#999;
    background: url('../graphics/sbe-lang-bubble.png') no-repeat;
    padding-left:20px;
}

#langmenue a.print {
    display:none;
}     

#mainmenu {
    list-style: none;
    position: absolute;
    left: 0px;
    top: 120px;
}

    #mainmenu li {
        display: inline;
        margin-right: 5px;
    }

    #mainmenu a {
        vertical-align: top;
        display: inline-block;
        width: 150px;
        height: 25px;
        font-size: 14px;
        font-weight: bold;
        text-decoration: none;
        color: #fff;
        text-align: center;
        background: url("../graphics/sbe-menu-bg.png") no-repeat 0 -45px;
        *line-height: 20px;
        margin-top: 25px;
        padding-top: 10px;
    }
    
    #mainmenu a.blog {
        background-position: 0px -85px;
    }
    
    #mainmenu a:hover {
        height: 30px;
        margin-top: 20px;
        background-position: 0px -120px;
    }
    
    #mainmenu a.blog:hover {
        background-position: 0px -160px;
    }
    
    #mainmenu a.active {
        height: 30px;
        margin-top: 20px;
        background-position: 0px 0px;
    }
    
    #mainmenu ul {
        position: absolute;
        top: 67px;
        *top: 59px;
        left: 0px;
    }
    
    #mainmenu ul a,
    #mainmenu ul a:hover,
    #mainmenu ul a.active {
        width: auto;
        height: auto;
        padding: none;
        display: inline;
        background: none;
        color: #9ab959;
        padding: 0px;
        text-align: left;
        margin-top: 6px;
        margin-right: 20px;
    }
    
    #mainmenu ul a:hover,
    #mainmenu ul a.active {
        color: #035F01;
        padding: 0px;
    }

#logo {
    position: absolute;
    top: 30px;
    left: 20px;
}

div.content {
    float: left;
    clear: left;
    width: 100%;
}

div.col-8 {
    width: 620px;
    float: left;
    margin-left: 20px;
    _margin-left: 10px;
}

div.col-4 {
    width: 300px;
    float: left;
    margin-left: 20px;
    _margin-left: 10px;
    padding-top: 5px;
}

div.text {
    padding: 5px 0px 10px 0px;
    margin-bottom: 10px;
    background: url('../graphics/sbe-text-bg.png') repeat-x 0 100%;
}

div.box {
    margin-bottom: 13px;
}

div.box-title {
    background: #035F01;
    padding: 10px;
}

    div.box-title h3 {
        font-size: 18px;
        margin-bottom: 9px;
        color: #fff;
        font-weight: normal;
    }

    div.box-title p {
        font-size: 13px;
        color: #A9CA61;
        margin: 0px;
    }

div.box-content {
    background: #A9CA61;
    padding: 10px;
}

    div.box-content a {
        color: #fff;
    }

div.map-description {
    background: #A9CA61;
    padding: 10px;
}

    div.map-description h3 {
        font-size: 18px;
        margin-bottom: 9px;
        color: #035F01;
        font-weight: normal;
    }

    div.map-description p {
        font-size: 13px;
        color: #fff;
        margin: 0px;
    }

h1 {
    font-size: 26px;
    margin-bottom: 15px;
    font-weight: normal;
    line-height: 100%;
}

h2 {
    font-size: 18px;
    margin-bottom: 15px;
    font-weight: normal;
    line-height: 100%;
}

p {
    font-size: 13px;
    line-height: 130%;
    margin-bottom: 13px;
}

ul, ol {
    font-size: 13px;
    line-height: 130%;
    margin-left: 13px;
    margin-bottom: 13px;
}

p.teaser {
    font-weight: bold;
}

a {
    color: #65AF26;
}

img {
    border: none;
}

form {}

fieldset {
    border: none;
}

input, label {
    border: none;
    font-size: 13px;
}

label {
    color: #035F01;
    font-weight: bold;
    width: 60px;
    display: block;
    text-align: left;
    margin-right: 10px;
    *margin-top: 12px;
    margin-bottom: 6px;
}

input {
    padding: 5px;
    font-family: "Trebuchet MS", sans-serif;
    color: #333;
    width: 190px;
    margin-bottom: 10px;
}

input.submit {
    display: block;
    width: auto;
    background: #035F01;
    color: #fff;
}

