@charset "UTF-8";

body {
	font-size:11px;
	font-family:Verdana, Geneva, sans-serif;
	color:#999;
}

#wrapper {
	width:900px;
	margin:0 auto;
}

#header {
	background-image:url(logo_web_spiegel.jpg);
	background-repeat:no-repeat;
	background-position:center;
	height:250px;
}

#main {
	height:250px;
	line-height:25px;
}

a {
	text-decoration:underline;
	color:#0f8db6;
	
}

a:hover {
	color:#666;
}

