@charset "utf-8";

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: .75em;
	color: #333;
}

#wrap {
	margin: 50px auto;
	width: 600px;
}

#links {
	background-color: #4f677f;
	color: #fff;
	float: left;
	height: 320px;
	text-align: center;
	width: 169px;
}

#rechts {
	float: right;
	height: 320px;
	margin-bottom: 5px;
	width: 429px;
}

#uc {
	line-height: 1.5em;
	margin-top: 20px;
	padding: 0 10px;
	text-transform: uppercase;
}

#foto {
	margin-top: 40px;
}

#footer {
	clear: both;
	color: #666;
	font-size: .9em;
	margin: 0 auto;
	text-align: center;
	width: 600px;
}

a:link, a:visited {
	color: #666;
	text-decoration: none;
}

a:hover {
	color: #333;
	text-decoration: underline;
}