@charset "utf-8";
#center {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 910px;
	height: 600px;
	margin-left: -455px;
	margin-top: -300px;
	z-index: 1;
} 

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

* {padding:0; margin:0;}

#impressum {
	width: 662px;
	height: 540px;
	padding-right:30px;
	margin:30px;
	text-align:justify;	
	font-size:13px;
	line-height:17px;
	font-family: Arial, Helvetica, sans-serif;
	overflow:auto;
} 

#impressum p {
	margin-bottom:0.7em;}
	
a {
	text-decoration:none;
	font-weight:normal;
	outline:none;
}

a:link {
	color: #c19010;
	font-weight:normal;
	text-decoration:none;
	}

a:visited {
	color: #c19010;
	font-weight:normal;
	text-decoration:none;
	}
	
a:hover {
	color: #c190100;
	font-weight:normal;
	text-decoration:underline;
	}

a:active {
	color: #c19010;
	font-weight:normal;
	text-decoration:underline;
	}