body {
	margin:0;
	font-family: 'Open Sans', sans-serif;
	font-size:22px;
	font-weight:400;
	line-height:1.428571429;
	color:#666;
	background-color:#fff
		 /*text-align: center; Für IE 5.01 & 5.5, um die Box #wrapper horizontal zu zentrieren */
    margin : 				0;
    padding: 				0;
	background-repeat: repeat-x;
	background-image: url(/img/bg.gif);


	height: 100%;
	height:auto; !important
	width: 100%;
}
.box {
     position: absolute;
     top: 50%;
     left: 50%;
     width: 800px;
     height: 200px;
     padding: 20px;
     margin-left: -400px;
     margin-top: -100px;
     box-sizing: border-box;
	
}
a.visited {
		font-family: 'Open Sans', sans-serif;
	font-size:22px;
	font-weight:400;
	text-decoration:none;
	color:#333
}
a {
		font-family: 'Open Sans', sans-serif;
	font-size:22px;
	font-weight:400;
	text-decoration:none;
	color:#333
}

.red {color: #D02E00}
.Stil2 {color: #D02E00; font-weight: bold; }