body {
	/* Internet Explorer hack */
	text-align: center;
	/** orange */
	/*background-color: #e68830;*/
	/** ocker */
	background-color: #d39841;
	font-family: "Open Sans", "Arial", sans-serif;
}

#container {
	/* nur horizontal zentriert */
	/*margin: 0 auto;*/
	/* auch vertikal zentriert */
	width: 760px;
	height: 640px;
	position: absolute;
	left: 50%;
	top: 50%; 
	margin-left: -380px;
	/* nicht ganz mittig, sondern -30px */
	margin-top: -350px;
}

a:link {
	color: #000000;
	text-decoration:none;
}
a:visited {
	color: #000000;
	text-decoration:none; 
}
a:hover {
	color: #000000;
	text-decoration:underline; 
}
a:active {
	color: #000000;
	text-decoration:underline; 
}

#catalog {
	margin-top: 3em;
}
#catalog a:link {
	text-decoration:underline;
}
#catalog a:visited {
	text-decoration:underline; 
}
