/*------------------  Ebenen   ------------------*/

#content {
    position: relative;
    top: 0px;
    left: 0px;
    z-index: 0;
    background-image: url('grafiken/bg.gif');
    width: 895;
}

#content1 {
    margin-top: 80px;
    margin-left: 290px;
    z-index: 2;
    padding-right: 10px;
}

#content2 {
    position: absolute;
    top: 100px;
    left: 40px;
    z-index: 2;
}

#content3 {
    position: relative;
    top: 50px;
    left: -150px;
    z-index: 2;
}

.navigation {
    text-align: center;
    background: url('grafiken/navigation/nav_bg.jpg') repeat-x;
}

.navigation:before {
    content: "";
    display: block;
    float: left;
    width: 10px;
    height: 23px;
    background: url('grafiken/navigation/nav_left.jpg') no-repeat;
}

.navigation:after {
    content: "";
    display: block;
    float: right;
    width: 10px;
    height: 23px;
    background: url('grafiken/navigation/nav_right.jpg') no-repeat;
}

.navigation a {
    display: inline-block;
    height: 23px;
    font-family: 'PT Sans', sans-serif;
    font-weight: normal;
    font-size: 13px;
    line-height: 23px;
    background: url('grafiken/navigation/button_bg_center.jpg') repeat-x;
    color: #000;
}

.navigation a:link,
.navigation a:visited,
.navigation a:hover,
.navigation a:active {
    font-weight: normal;
    text-decoration: none;
}

.navigation a:before {
    content: "";
    display: block;
    float: left;
    width: 9px;
    height: 23px;
    background: url('grafiken/navigation/button_bg_left.jpg') no-repeat;
}

.navigation a:after {
    content: "";
    display: block;
    float: right;
    position: relative;
    width: 9px;
    height: 23px;
    background: url('grafiken/navigation/button_bg_right.jpg') no-repeat;
}

.navigation a.active,
.navigation a:hover {
    background: url('grafiken/navigation/button_bg_center_active.jpg') repeat-x;
    color: #000;  
}

.navigation a.active:before,
.navigation a:hover:before {
    background: url('grafiken/navigation/button_bg_left_active.jpg') no-repeat;
}

.navigation a.active:after,
.navigation a:hover:after {
    background: url('grafiken/navigation/button_bg_right_active.jpg') no-repeat;
}

.navigation a.first:before {
    width: 22px;
    background: url('grafiken/navigation/button_bg_left_first.jpg') no-repeat;
}

.navigation a.active.first:before,
.navigation a.first:hover:before {
    width: 22px;
    background: url('grafiken/navigation/button_bg_left_first_active.jpg') no-repeat;
}

.navigation a.last:after {
    width: 22px;
    background: url('grafiken/navigation/button_bg_right_last.jpg') no-repeat;
}

.navigation a.active.last:after,
.navigation a.last:hover:after {
    width: 22px;
    background: url('grafiken/navigation/button_bg_right_last_active.jpg') no-repeat;
}

/*------------------  Text   ------------------*/

h1 {
    font-family: Arial;
    color: #222222;
    font-size: 14;
    font-weight: bold;
    margin-left: 40px;
    margin-top: -2px;
}

h2 {
    font-family: Arial;
    color: #222222;
    font-size: 14;
    font-weight: normal;
    line-height: 18px;
    margin-left: 40px;
}

h3 {
    font-family: Verdana, Arial;
    color: #FF0000;
    font-size: 15;
    font-weight: bold;
    margin-left: 30px;
}

h4 {
    font-family: Verdana;
    color: #222222;
    font-size: 12;
    font-weight: normal;
    line-height: 16px;
    margin-left: 40px;
    margin-top: 0px;
}

h5 {
    font-family: Arial;
    color: #222222;
    font-size: 14;
    font-weight: normal;
    line-height: 18px;
}

td {
    font-family: Arial;
    color: #222222;
    font-size: 14;
    font-weight: normal;
    line-height: 18px;
}

#content1.new_content {
    /*background: green;*/
}

#content1.new_content h1 {
    font-family: 'Work Sans', sans-serif;
    font-size: 44px;
    margin: 0 0 30px 0;
}

#content1.new_content h2 {
    font-size: 16px;
    font-weight: bold;
    margin: 15px 0 0 40px;
}

#content1.new_content p {
    margin: 6px 0 0 40px;
}


/*------------------  GFX   ------------------*/

img {
    border: 0px none #000000;
}

img.buttons {
    border: 0px none #000000;
    margin-left: 50px;
}


/*------------------  Links  ------------------*/

a:link {
    color: #222222;
    font-weight: bold;
    text-decoration: none;
}

a:visited {
    color: #222222;
    font-weight: bold;
    text-decoration: underlined;
}

a:hover {
    color: #FE2222;
    font-weight: bold;
    text-decoration: underlined;
}

a:active {
    color: #222222;
    font-weight: bold;
    text-decoration: underlined;
}