@charset "utf-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	background: #000 url(../images/bg.jpg) repeat-x;
}

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

a:hover {
	text-decoration: underline;
}

h1 {
	padding: 0;
	margin: 0 0 0 21px;
	font-size: 22px;
	font-weight: bold;
	letter-spacing: -0.05em;
	color: #ff0000;
	/*color: #252525;*/
}

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

#top {
	float: right;
	width: 100%;
	background: url(../images/top.png) no-repeat top right;
	height: 169px;
	margin: 12px 0 0 0;
}

#menu {
	float: right;
	display: inline;
	width: 662px;
	text-align: right;
	margin: 100px 0 0 0;
	color: #fff;
}

#menu ul#nav {
	padding: 0 25px 0 0;
	margin: 0;
	float: right;
	display: inline;
	list-style: none;
}

#menu li {
	float: left;
	display: inline;
	margin: 0 0 0 30px;
}

#menu li a {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}

#menu li a:hover {
	color: #ff0000;
}

#menu li a.active {
	float: left;
	display: inline;
	color: #ff0000;
	text-decoration: none;
	border-bottom: 2px solid #fff;
	font-weight: bold;
}

#main {
	float: left;
	display: inline;
	width: 100%;
	height: 430px;
}

#header {
	width: 100%;
	background: url(../images/header_bg.png) no-repeat 1px 0px;
	height: 40px;
}

#content {
	margin-top: 18px;
	float: left;
	display: inline;
	height: 298px;
	width: 903px;
	background: #fff;
	padding: 21px;
	line-height: 21px;
	overflow: auto;
}

#links {
	float: left;
	display: inline;
	width: 575px;
	margin-right: 25px;
}

#rechts {
	width: 303px;
	float: left;
	display: inline;
}

#kranten {
	text-align: center;
	margin-top: 15px;
}

#kranten img {
	border: 2px solid #ffffff;
	margin: 0 10px 0 10px;
}

#kranten img:hover {
	border: 2px solid #ff0000;
}

#fotos {
	text-align: center;
	margin-top: 15px;
}

#fotos img {
	border: 2px solid #ffffff;
	margin: 0 10px 0 10px;
}

#fotos img:hover {
	border: 2px solid #ff0000;
}

#bottom {
	float: left;
	display: inline;
	width: 100%;
	background: #000;
	color: white;
}

#highlights {
	float: left;
	display: inline;
	width: 100%;
	margin-top: 20px;
}

#highlight1 {
	float: left;
	display: inline;
	width: 420px;
	height: 50px;
	background: #0e0e0e;
	margin-right: 25px;
	padding: 20px;
}

#highlight2 {
	float: left;
	display: inline;
	width: 420px;
	height: 50px;
	background: #0e0e0e;
	padding: 20px;
}

#footer {
	float: left;
	display: inline;
	width: 903px;
	font-weight: bold;
	text-align: center;
	padding: 21px;
}
