* {margin:0;padding:0;}
body {
	background-color: #598fb3;
	font-family: "trebuchet ms";
	font-size: 11px;
}


/***** wrapper *****/
#wrap {
	width: 900px;
	overflow: hidden;
	background: url(images/content-bg.png) repeat-y;
	margin: 0 auto;
}


/***** logo *****/
#logo img { border: 0; }
#logo {
	width: 900px;
	height: 50px;
	/*background: url(images/top-glow.png) no-repeat right top;*/
	background: #598fb3;
	padding-left: 2px;
}

#logo a, #logo a:active, #logo a:visited, #logo a:hover, #logo a:focus, #logo span {
	color: #1e5977;
	font-weight: bold;
	font-size: 28px;
	text-decoration: none;
	font-family: Arial, Sans;
	letter-spacing: -2px;
	padding-top: 5px;
}

#logo span {
	border-bottom: 3px solid #1e5977;
}


/***** top menu *****/
#top-menu {
	width: 900px;
	height: 58px;
	background: url(images/content-bg-top.png) no-repeat;
}
#top-menu ul {
	height: 57px;
	border-bottom: 1px solid #80bf00;
	margin: 0 10px;
}
#top-menu li {
	float: left;
	list-style: none;
	margin: 8px 6px;
}
#top-menu a {
	float: left;
	display: block;
	height: 33px;
	line-height: 33px;
	color: #003e59;
	text-decoration: none;
	padding: 0 9px;
}
#top-menu li:hover { background: #80bf00 url(images/menu-hover-left.png) no-repeat; }
#top-menu a:hover { background: url(images/menu-hover-right.png) no-repeat right; color: #fff; }


/***** header *****/
#header {
	width: 880px;
	height: 200px;
	background: url(images/header.jpg) no-repeat;
	margin: 1px 10px;
}
#header a {
	display: block;
	width: 330px;
	height: 35px;
	position: relative;
	top: 96px;
	left: 16px;
}


/***** content menu *****/
#content-menu {
	float: left;
	width: 187px;
	border-right: 1px solid #e5e5e5;
	margin: 20px 0 15px 13px;
}
#content-menu ul {
	list-style: none;
	margin: 0 0 30px 0;
}
#content-menu h1 {
	height: 38px;
	line-height: 22px;
	font-family: tahoma, "trebuchet ms";
	font-size: 22px;
	font-weight: normal;
	letter-spacing: -2px;
	color: #003e59;
}
#content-menu a:hover { background-color: #e6f2cc; }
#content-menu a {
	display: block;
	width: 155px;
	height: 23px;
	line-height: 23px;
	text-decoration: none;
	color: #5c6152;
	padding: 0 0 0 10px;
}


/***** content *****/
#content {
	float: left;
	width: 660px;
	border-left: 1px solid #e5e5e5;
	margin: 20px 0 15px -1px;
	padding: 0 0 0 19px;
}

#content h1.style1 { color: #80bf00; }
#content h1.style2 { color: #003e59; }
#content h1 {
	height: 35px;
	font-family: tahoma, "trebuchet ms";
	font-size: 22px;
	font-weight: normal;
	letter-spacing: -2px;
}

#content .group1 { clear: both; margin: 0 0 40px 0; }
#content .group1 p {
	line-height: 20px;
	color: #626262;
	background-color: #f5f5f5;
	padding: 8px;
}

#content .group2 { float: left; width: 270px; margin: 0 0 40px 0; }
#content .group2.right { float: right; margin: 0 28px 0 0; }
#content .group2 p {
	clear: both;
	line-height: 20px;
	text-align: left;
	color: #666;
	padding: 8px;
}
#content .group2 p b {
	font-weight: normal;
	background-color: #e5e5e5;
	padding: 0 2px;
	margin: 0 -2px;
}
#content .group2 h1 { float: left; line-height: 42px; }
#content .group2 img { float: left; margin: 0 0 0 10px; }

.linksspaar {
	float: left;
	width: 70px;
	font-weight: bold;
	color: rgb(0, 62, 89);
}


/***** footer *****/
#footer {
	clear: both;
	width: 900px;
	height: 33px;
	text-align: center;
	color: #003e59;
	background: #598fb3 url(images/content-bg-bottom.png) no-repeat;
	padding: 22px 0 0 0;
}

