body{
    text-align: center;
    font-size: 13px;
    color: #4E4E4E;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
}

#background{
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: -1;
}

.pagewidth {
    width: 955px;
    text-align: center;
    background: none repeat scroll 0% 0% transparent;
    margin: 0px auto;
}

#content-top {
    float: left;
    width: 940px;
    height: 150px;
    margin: 20px 0px 20px 0px;
    background: none repeat scroll 0% 0% transparent;
}

#content {
    float: left;
    width: 940px;
    margin: 0px 10px 20px;
    background: none repeat scroll 0% 0% transparent;
}

#content_daten {
    float: left;
    width: 940px;
    margin: 0px 10px 20px;
    background: none repeat scroll 0% 0% #e1f6fe;
}

#main {
    float: left;
    text-align: left;
    width: 610px;
    padding: 0px 0px 15px 150px;
    margin: 10px 2px 2px 15px;
}

h2 {
    font-size: 16px;
    color: #4E4E4E;
}

h1 {
    color: #4E4E4E;
}

#whitespace {
    background: #FFF;
    padding: 10px 10px 10px 10px;
    width: 350px;
    color: #6E6E6E;
    font-size: 12px;
}

#tabelle1 {
    color: #102d56;
    font-size: 14px;
    font-weight: bold;
}

#tabelle2 {
    color: #102d56;
    font-size: 14px;
    font-weight: bold;
}

#whitesmall {
    background: #FFF;
    padding: 2px 2px 2px 2px;
    width: 180px;
    color: #6E6E6E;
    font-size: 12px; 
    margin-right: 10px;
}

#blockTop {
    position:relative;
    width:940px;
    height: 32px;
    clear:both;
    background-color:#009bc7;
    padding:3px 0 5px 0;
    margin:20px 10px 20px;
    color: #ffffff;
}
#blockTopInner {
}

#blockBottom {
    position:relative;
    width:940px;
    height: 17px;
    clear:both;
    background-color:#009bc7;
    margin:20px 10px 20px;
    color:#ffffff;
}
#blockBottomInner {
}

#blockDSGVO {
    position:relative;
    width:940px;
    clear:both;
    background-color:#FFFFFF;
    margin:20px 10px 20px;
    color:#6E6E6E;
    font-weight: bold;
    text-align: left;
}
#blockDSGVO.a {
    color: #2a2a2a;
}


#blockDarkBlue {
    background-color:#003366;
}

input[type="text"] {
    border: 1px solid #D0D0D0;
    padding:4px 0px 4px 3px;
}

/* --- FLATCHECKBOX --- */
/* graceful degradation for ie8 */
input[type='checkbox'] {
	width:auto;
	float:left;
	margin-right: .75em;
	background:transparent;
	border:none;
}

/* better styling only for modern browsers. To identify them, check for pseudoclass (:checked, :not(:checked)) */

/* hide standard inputs */
input[type='checkbox']:checked,
input[type='checkbox']:not(:checked) {
	background: transparent;
	position: relative;
	visibility: hidden;
	margin:0;
	padding:0;
}

input[type='checkbox'] + label {
	cursor: pointer;
}

/* add custom inputs with ::before */
input[type='checkbox']:checked + label::before,
input[type='checkbox']:not(:checked) + label::before {
	content:' ';
	display:inline-block;
	width: 17px;
	height:17px;
	position: relative;
	top:4px;
	border: 1px solid #bbb;
	background: white;
	margin-right: 1em;
	box-shadow: inset 0 1px 1px 0 rgba(0,0,0,.1);
}

input[type='checkbox']:hover  + label::before {
	background:#ddd;
	box-shadow: inset 0 0 0 2px white;
}

input[type='checkbox']:checked  + label::before {
	background:black;
	box-shadow: inset 0 0 0 2px white;
}

