body{
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	color:black;
	background-color:#e7e7e8; 
	margin:0px;
	padding:0px;
}
a{
	text-decoration:none;
	font-weight:bold;
	color:black;
}
html , body{
	height:100%;
}
#wrapper{
	position:absolute;
	left:50%;
	top:50%;
	margin-top:-268px;
	margin-left:-475px;
	width:950px;
	padding:7px;
	height:535px;
/*	margin: 0 auto; */
	background-color:white;
	background-image:url(../img/01_Startseite_allgemein.jpg);
	background-position:7px;
	background-repeat:no-repeat;
}
#headnavigation{
	height:65px;
	padding-left:40px;
	font-size:12px;
}
#content_box{
	margin-left: 80px;
	position: absolute;;
	bottom:60px;
	}
.choose_box{
	padding:10px;
	width:240px;
	height:90px;
	background-color: white;
	filter:alpha(opacity=75); /* IE's opacity*/
   opacity: 0.75;
	float:left;
	overflow:hidden;
	position:relative;
	margin-right: 10px;
}
h1{
		font-size:30px;
		height:150px;
	}
h2{
		font-weight: normal;
	}
h3{
		font-weight: normal;
		color: #a8a9aa;
	}
.right_enter{
		position: absolute;
		right:10px;
		bottom: 10px;
		color: #a8a9aa;
		
	}

