  body {
    font: normal 100.01%  Times New Roman, Times, serif;
    
  }

/*-------------grundlegende Aufteilung----------*/
#wrapper { 
	position:relative;
	min-width: 400px; 
	margin: 0 -1px; 
	margin-left:auto; 
	margin-right:auto;
	width:32.8em;
}

.center {
	/*float: left;*/
	width: 100%;
	position: relative;
	z-index: 12;
	margin:10em 0em 0em 0em;
	padding: 0px;
}


.logo {
	position: absolute;
	left: 0.8em;
	top: 1em;
	margin: 0em 0em 1em 0em;
}

#copyright{
	position: absolute;
	top:3.5em; 
	left:2em;
	width:40em;
	font-size:0.6em;
	font-weight:bold;
	font-style:italic;
	margin-right:0.5em;
	margin-bottom:3.9em; 
	
}

