body {
    font-size: 12px;
    font-family: verdana, arial, sans-serif;
    background: url(./images/bg_body.png) repeat-x #d8dbde;
    color: #082b43;
    margin: 0;
    padding: 0;
    text-align: center;
}

#wrapper {
    position: relative;
    width: 910px; 
    margin: 0 auto;
    background: url(./images/bg_content.png) repeat-y;
    text-align: left;
}


/* Bereich Header */
#header {
    position: relative;
    height: 194px;
    background-image: url(./images/bg_header_start.jpg);
}
 
/* Bereich Navigation */     
#left {
    position: relative;
    background: url(./images/bg_header_350.png) no-repeat #f8fcff;
    float: left;
    width: 350px;
    height: 614px;
}


/* Content Bereich */
#content {
    position: relative;
    margin-left: 7px;
    background: url(./images/bg_header_192.png) no-repeat;
    width: 192px;
    float: left;
    height: 614px;
    padding: 0;
    overflow: hidden;
}

.news-latest-container {
    height: 395px;
    overflow: hidden;
    background:url(./images/bg_header_192.png) no-repeat #f8fcff;
}

#call-back_container {
    margin-top: 10px;
    background: url(./images/bg_header_call-back_192.png) no-repeat #f8fcff;
    width: 192px;
    height: 210px; 
    padding: 0;
}

#call-back_inner {
    margin-left: 4px;
    padding: 0;
}

#right {
    position: relative;
    display: inline;
    background: url(./images/bg_header_350.png) no-repeat #f8fcff;
    float: right;
    width: 350px;
    height: 614px;
}

.inner_box 
, .news-latest-item {
    margin: 2px 20px;
}

.button {
    width: 284px;
    height: 42px;
    background: url(./images/button.png) no-repeat;
    color: #ffffff;
    text-align: center;
    margin: 8px auto; 
    padding-top: 10px;   
}

.button a:link
, .button a:visited {
    color: #ffffff;
    font-size: 12px;
    font-weight: bold;
}

p {
    color: #082b43;
    line-height: 18px;
    margin-bottom: 8px;
    margin-top: 4px;
}

h1
, h2
, h4
, h5 {
    color: #194969;
    font-style: italic;
    margin-bottom: 8px;
    margin-top: 4px;
}

h1 {
    font-size: 18px;
    line-height: 1.2em;
}

h2 {
    font-size: 14px;
    line-height: 1.2em;
}

h3 {
    font-size: 14px;
    color: #ffffff;
    margin-top: 3px;
    margin-bottom: 25px;
    text-align: center;
}

a:link
, a:visited {
    color: #2772a2;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
    color: #e5601c;
}

ul li {
    color: #082b43;
    line-height: 1.4em;
    margin-left: -25px;
}

img {
    border: none;
}

#footer a {
    color: #333;
}

/* Footer Bereich */
#footer {
    position: relative;
    clear: both;
    background: #7e919f;
    height: 30px;
    text-align: center;
    border-bottom: 1px solid black;
    border-top: 1px solid #666;
    margin-bottom: 30px;
}

#footer_content {
    margin: 0 10px;
    padding-top: 10px;
    font-size: 11px;
    font-weight: bold;
    color: #fff;
}

#footer_content a {
    color: #fff;
}
