
body {
	background-color: #ffffff;
	margin: 0;
	padding: 0; 
	text-align: center;
}


#container {
	margin: 10px auto 0px;	
	height: 510px;
	width: 790px;
	position: relative;
	background-color: #ffffff;
	overflow : auto;
	z-index: 1;
}

#safe {
	margin: 10px auto 0px;
	width: 790px;
	position: absolute;
	overflow : auto;
	z-index: 2;
	text-align:right;
}



/** Formatierung links **/

a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
}

.linkalike {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

.hoverlike {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
}


/** Formatierung  **/


/** 
position: relative;
**/