* {
	margin:0;
	padding:0;
	border:0;
}

body {
	background:url(images/bg.jpg) repeat-x #277EB2;
	text-align:center;
	margin:0 auto;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}

#website {
	margin:0 auto;
	text-align:left;
	width:777px;
}

#content {
	background:url(images/content_bg.jpg) no-repeat;
	height:512px;
}

#links {
	float:left;
	width:345px;
	padding:0 0 0 20px;
}

#links img {
	margin-bottom:15px;
}

#links img.headline { margin:0px; }


#rechts {
	float:right;
	width:345px;
	padding:40px 20px 0 0;
}

#rechts img {
	margin-bottom:15px;
}

#rechts img.goto { margin:27px 0 0 0; }


#footer {
	padding: 5px 15px;
}


a {
	color:#FFFFFF;
	text-decoration:none
}

a:hover {
	text-decoration:underline;
}


.clear {
	clear:both;
	height:1px;
	font-size:1px;
	line-height:1px;
}