html {
    font-family: 'Trebuchet MS', Helvetica, sans-serif;
    line-height: 24px;
}

body {
    background-image: url('/images/background.jpg');
    background-repeat: repeat-x;
    margin: 0px;
    min-width: 736px;
    
}

a img {
    border: 0px;
}

a {
    text-decoration: none;
    color: #94CD32;
}

.hr {
    width: 580px;
    height: 1px;
    background-image: url('/images/hr_background.jpg');
}

#header {
    height: 229px;
    width: 736px;
    margin-left: auto;
    margin-right: auto;
    background-repeat: no-repeat;
    background-image: url('/images/header_background_new.jpg');
    padding-top: 128px;
}

#logo_link {
    top: 0px;
    width: 730px;
    height: 128px;
    position: absolute;
}

#menu {
    position: relative;
    float: left;
    margin: 0px;
    padding: 0px;
    text-align: center;
    margin-left: 80px;
    margin-top: 8px;
    z-index: 10;
}

#menu ul {
}

#menu li {
    display: block;
    float: left;
    margin-right: 8px;
    line-height: 28px;
}

#menu li a {
    position: relative;
    float: left;
    color: #FFF;
    text-decoration: none;
    font-size: 18px;
    height: 28px;
    width: 110px;
    background-image: url('/images/menu_item_background.jpg');
}

#menu li.active a {
    background-image: url('/images/menu_item_background_active.jpg');
    color: #003466;
}

#menu li a:hover {
    background-image: url('/images/menu_item_background_active.jpg');
    color: #003466;
}


#image_container {
    position: relative;
    margin-top: 8px;
    margin-left: 28px;
    width: 680px;
    height: 185px;
    z-index: 10;
}

#menuimage {
}

#menuimage_effectsbutton {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 20px;
    height: 20px;
}

#container {
    width: 736px;
    margin-left: auto;
    margin-right: auto;
    /*	padding-left: 20px;*/
    /*	padding-right: 20px; */
}

#container .column {
    position: relative; 
    float: left;
}

#container_decoration_left {
    width: 20px;
    height: 410px;
    background-image: url('/images/shadow_top_left.jpg');
}

#container_decoration_right {
    width: 20px;
    height: 410px;
    background-image: url('/images/shadow_top_right.jpg');
}

#container_content {
    width: 580px;
    margin-left: 8px;
    margin-right: 8px;
    color: #A5A5A5;
    color: #818181;
    font-size: 15px;
    padding-left: 50px;
    padding-right: 50px;
    min-height: 600px;
}

#container_content h1 {
    color: #94CD32;
    font-size: 20px;
    margin: 0px;
    padding-top: 40px;
    padding-bottom: 20px;
    line-height: 20px;
    background-image: url('/images/h1_decoration.jpg');
    background-repeat: no-repeat;
    background-position: bottom left;
}

#container_content h2 {
    color: #003466;
    font-size: 16px;
    margin: 0px;
    padding-top: 20px;
    padding-bottom: 0px;
    line-height: 16px;
    font-weight: bold;
}

#footer {
    clear: both;
    height: 43px;
    /*	margin-top: -43px; */
    text-align: center;
    font-size: 14px;
    line-height: 43px;
    background-image: url('/images/footer_background.png');
}

#footer_wrapper {	
    width: 736px;
    margin-left: auto;
    margin-right: auto;
}

#footer_content {
    width: 696px;
    background-color: #FFF;
    position: relative;
    float: left;
    color: #818181;
    font-size: x-small;
}

#footer_decoration_left {
    width: 20px;
    height: 250px;
    background-image: url('/images/shadow_bottom_left.jpg');
    margin-top: -207px;
    position: relative;
    float: left;
}

#footer_decoration_right {
    width: 20px;
    height: 250px;
    background-image: url('/images/shadow_bottom_right.jpg');
    margin-top: -207px;
    position: relative;
    float: left;
}



/* wir */

.person {
    position: relative;
    float: left;
    margin-bottom: 40px;
    min-height: 200px;
    width: 100%;
}

.person_left {
    float: left;
    position: relative;
    width: 108px;
}

.person_picture {
    height: 100px;
    width: 100px;
    padding: 3px;
    border: 1px solid #BEBEBE;
    margin: 0px;
}

.person_profile {
    float: right;
    margin-top: 20px;
}

.person_details {
    float: right;
    width: 440px;
}

.person_details .name {
    display: block;
    color: #003466;
    font-weight: bold;
}

.person_details .title {
    display: block;
    font-weight: bold;
    margin-bottom: 20px;
}

.person_details .info {
    display: block;
}

/* angebot */

.angebot_center{
    text-align: center;
    padding-top: 20px;
}

.angebot_footer {
    margin-top: 25px;
    margin-bottom: 25px;
    background-image: url('/images/angebot_arrow.jpg');
    background-repeat: no-repeat;
    padding-left: 75px;
    font-weight: bold;
}

/* partner */

.partner_box {
    margin-top: 20px;
    margin-bottom: 20px;
    clear: both;
}

.partner_logo {
    width: 240px;
    float: left;
}

.partner_content {
    width: 340px;
    float: right;
}

#container_content .partner_content h2 {
    padding-top: 0px;
    padding-bottom: 10px;
}














