

body {

	text-align: center;  /* Zentrierung im Internet Explorer */
	margin: 1em auto 6em auto;
	padding: 0;
	background: #808080;
/*
	color: #000000	
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 100.01%;
	font-size: 10px;
	line-height: 13px;
*/
	}
	

#rahmen {
	position: absolute; 
	left: 50%; 
	top: 50%;
	margin-left: -374px; 
	margin-top: -255px; 
   	text-align:left; 
	width: 748px;
	height: 510px;
	overflow: hidden;
	border: 0px solid #ff0000;
	}

#content {
	height: 490px;
	overflow: hidden;
	background: #ffffff url(../pics/layout/bg.gif);
	}

.copyright {
	text-align: right;
	color: #C0C0C0;
	font-size: 7pt;
	}

.copyright a:link, .copyright a:hover, .copyright a:visited {
	color: #C0C0C0;
	text-decoration: underline;
	}

.copyright a:hover {
	color: #C0C0C0;
	text-decoration: underline overline;
	}