body{
    text-align: center;
    font-size: 13px;
    color: #6E6E6E;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
}

a {
	color: #484948;
}

#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: 100px;
    margin: 20px 0px 20px 0px;
    background: none repeat scroll 0% 0% transparent;
}

#content {
    float: left;
    width: 940px;
    background: none repeat scroll 0% 0% transparent;
}

#content_daten {
    float: left;
    width: 940px;
    margin: 0px 10px 20px;
    background: none repeat scroll 0% 0% #F1F1F1;
}

#main {
    float: left;
    text-align: left;
    width: 610px;
    padding: 0px 0px 15px 150px;
    margin: 10px 2px 2px 20px;
}

#maindata {
    float: left;
    text-align: left;
    width: 820px;
    padding: 0px 0px 15px 50px;
    margin: 10px 2px 2px 20px;
}

#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;
}

#blockBottom {
    position:relative;
    width:940px;
    height: 40px;
    clear:both;
    padding-top:1px;
    margin:20px 10px 20px;
    background-color:#273483;
    color:white
}
#blockBottomInner {
}

#blockTop {
    position:relative;
    width:940px;
    height: 16px;
    clear:both;
    padding:3px 0px 18px 0px;
    margin:20px 10px 20px;
    background-color:#273483;
    color:white
}
#blockTopInner {
}

/* --- 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;
}

/* input file */
.fileContainer {
    overflow: hidden;
    position: relative;
}

.fileContainer [type=file] {
    cursor: inherit;
    display: block;
    font-size: 999px;
    filter: alpha(opacity=0);
    min-height: 100%;
    min-width: 100%;
    opacity: 0;
    position: absolute;
    right: 0;
    text-align: right;
    top: 0;
}


#cookiedingsbums a {color:#000; text-decoration:none;}
#cookiedingsbums a:hover {text-decoration:underline;}
#cookiedingsbums div {padding:10px; padding-right:40px;}
#cookiedingsbums { 
   outline: 1px solid #7b92a9; 
   text-align:right; 
   border-top:1px solid #fff;
   background: #d6e0eb; 
   background: -moz-linear-gradient(top, #d6e0eb 0%, #f2f6f9 100%); 
   background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d6e0eb), color-stop(100%,#f2f6f9)); 
   background: -webkit-linear-gradient(top, #d6e0eb 0%,#f2f6f9 100%); 
   background: -o-linear-gradient(top, #d6e0eb 0%,#f2f6f9 100%);
   background: -ms-linear-gradient(top, #d6e0eb 0%,#f2f6f9 100%); 
   background: linear-gradient(to bottom, #d6e0eb 0%,#f2f6f9 100%); 
   filter: progid:DXImageTransform.Microsoft.gradient(   startColorstr='#d6e0eb', endColorstr='#f2f6f9',GradientType=0 ); 
   position:fixed;
   bottom:0px; 
   z-index:10000; 
   width:100%; 
   font-size:12px; 
   line-height:16px;}
#cookiedingsbumsCloser {
   color: #777;
   font: 14px/100% arial, sans-serif;
   position: absolute;
   right: 5px;
   text-decoration: none;
   text-shadow: 0 1px 0 #fff;
   top: 5px;
   cursor:pointer;
   border-top:1px solid white; 
   border-left:1px solid white; 
   border-bottom:1px solid #7b92a9; 
   border-right:1px solid #7b92a9; 
   padding:4px;
   background: #ced6df; /* Old browsers */
   background: -moz-linear-gradient(top, #ced6df0%, #f2f6f9 100%); 
   background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ced6df), color-stop(100%,#f2f6f9)); 
   background: -webkit-linear-gradient(top, #ced6df0%,#f2f6f9 100%); 
   background: -o-linear-gradient(top, #ced6df0%,#f2f6f9 100%); 
   background: -ms-linear-gradient(top, #ced6df0%,#f2f6f9 100%); 
   background: linear-gradient(to bottom, #ced6df0%,#f2f6f9 100%); 
   filter: progid:DXImageTransform.Microsoft.gradient(    startColorstr='#ced6df', endColorstr='#f2f6f9',GradientType=0 ); 
 }
#cookiedingsbumsCloser:hover {border-bottom:1px solid white; border-right:1px solid white; border-top:1px solid #7b92a9; border-left:1px solid #7b92a9;}




