@CHARSET "UTF-8";
html, body {
    margin: 0px; padding: 0px;
    width: 100%;
    background-color: #FFF;
    text-align: center;
    font-family: Arial, Verdana, Helvetica;
    font-size: 13px;
    color: #000;
}

h1, h2, h3 {
    margin: 0px 0px 10px 0px; padding: 0px;
    font-size: 22px;
    font-weight: 100;
}
h2 {
    margin: 12px 0px 2px 0px; 
    padding: 0px;
    font-size: 16px;
    color: #000000;
}
h3 {
    font-size: 14px;
}

.text h1 {
    font-size: 24px;
}
.text h2 {
    font-size: 16px;
    font-weight: bold;
}

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

img {
    border: 0px;
}
a:hover {
    color: #000;
}
p {
    margin: 0px 0px 6px 0px; 
    padding: 0px;
    line-height: 1.4;
}

.global {
    width: 1000px;
    margin: auto;
    text-align: left;
}
.header {
    background-color: #004586;
    background-position: bottom center;
    background-repeat: no-repeat;
    width: 100 %;
    height: 0px;
    float: left;
}

.header-text {
    background-color: #FFF;
  
    width: 100%;
    height: 85px;
    float: left;
}

.helper {
    width: 1000px;
    float: left;
}
.main {
    position: relative;
    width: 948px;
    background-color: #fff;
    float: left;
    background-repeat: repeat-y;
    background-position: 2px;
}
.content {
    padding: 10px 10px 20px 10px;
    float: left;
    background-image: url("../img/background.jpg");
    background-position: bottom center;
    background-repeat: no-repeat;
    height: 800px;
    width: 1000px;

}
.left_box_top {
    width: 390px;
    float: left;
    position: relative;
    top: 120px;
    left: 70px;
    color: #fff;
}
.left_box_middle {
    position: relative;
    color: #000;
    top: 75px;
}
.right_box_middle {
	position:relative;
	float: left;
	top: 218px;
	left: 160px;
    width: 390px;
}

.footer {
    float: left;
    color: #999;
    margin-left: 20px;
    background-color: #004586;
}

.fussbereich {
    float: left;
    color: #014687;
    margin-left: 53px;
    margin-top: -70px;
    background-color: #ffffff;
    font-size: 12px;
}

.fussbereichrechts {
    float: right;
    color: #014687;
    margin-right: 32px;
    margin-top: -70px;
    background-color: #ffffff;
}

