* {
    margin: 0;
    padding: 0;
    font-family: Verdana, Arial, sans-serif;
}

body, html {
    width: 100%;
    height: 100%;
}

h3 {
    font-size: 14px;
    font-weight: bold;
    color: #888;
}

h4 {
   font-size: 12px;
   font-weight: bold;
   color: #888;
}

.sub_head1 {
    margin: 10px 0px;
}

.sub_head2 {
    margin: 15px 0px 10px 0px;
}

.footer_txt {
    font-size: 10px;
    color: #888;
}
div {
}

.green_txt {
    color: #b1c800;
}

.black_txt {
    color: #000;
}

.grey_txt {
    color: #999;
}
#site_wrapper {
    width: 800px;
    margin-left: auto;
    margin-right: auto;
}
#head_nw {
    height: 100px;
    width: 415px;
    float: left;
    background-image: url(../images/head_nw.jpg);
    background-repeat: no-repeat;
    background-position: right;
}

#head_ne {
    width: 385px;
    height: 100px;
    float: right;
    background-image: url(../images/head_ne.jpg);
    background-repeat: no-repeat;
}

#head_logo {
    width: 415px;
    height: 75px;
    float: left;
    background-image: url(../images/head_logo.jpg);
    background-repeat: no-repeat;
    background-position: right;
}

#head_ee {
    width: 385px;
    height: 75px;
    float: right;
    background-image: url(../images/head_ee.jpg);
    background-repeat: no-repeat;
}

#head_ww {
    width: 415px;
    height: 25px;
    float: left;
    background-image: url(../images/head_ww.jpg);
    background-repeat: no-repeat;
    background-position: right;
}

/* Navigation*/
#navi {
    width: 385px;
    height: 25px;
    float: right;
}

#navi a {
    text-decoration: none;
    font-size: 12px;
    color: #888;
    /*color: #282e56;*/
    margin-right: 3px;
}

#navi .active_nav {
    color: #8F0302;
    font-weight: bold;
}
#navi a:hover {
    color: #8F0302;
}
/* Ende Navigation*/
#meta_navi {
    width: 800px;
    height: 25px;
    text-align: center;
    clear: both;
    margin-left: auto;
    margin-right: auto;
    padding-top: 50px;
}

#meta_navi a {
    text-decoration: none;
    font-size: 12px;
    color: #999;
}
#meta_navi a:hover {
    color: #8F0302;
}

/* Content Bereich */
#content_left {
    float: left;
    width: 395px;
    padding-left: 60px;
    padding-top: 50px;
    height: 100%;
    background-image: url(../images/head_ss.jpg);
    background-repeat: no-repeat;
    background-position: 350px 0px;
}

#content_right {
    width: 255px;
    float: left;
    padding-top: 120px;
    padding-left: 20px;
}

.copy, .copy_list, .copy_first, .copy_first_list {
    font-size: 12px;
    color: #888;
    padding: 5px;
    padding-left: 15px;
    width: 320px;
    line-height: 160%;
    border-left: 1px solid #C7D36C;
}

.copy_list, .copy_first_list {
    font-size: 13px;
    line-height: 160%;
    font-weight: bold;
}

.copy_head {
    font-size: 17px;
    color: #888;
    margin: 10px 0px;
    font-weight: normal;
}

.green_bullet {
    color: #b1c800;
    margin-left: 5px;
    margin-right: 5px;
    font-size: 14px;
}

.copy_first, .copy_first_list {

    border-top: 1px solid #EC9292;
}
/* Content Bereich Ende */