/* Algemeen */
* {
	padding: 0;
	margin: 0;
}

body {
	//background-color: #5384B1;
	background-color: #4779A8;
}

/* Menu knoppen boven header */
#menu {
	width: 940px;
	margin: 0 auto;
	overflow: hidden;
}

#menu #links {
	float: right;
	margin: 0 10px 0 0;
}

#menu #links .link {
	height: 50px; 
	width: 140px;
	background: url(../img/menu-bg.png) top left repeat-x;
	float: left;
	margin: 0 20px 0 0;
	text-align: center;
	line-height: 45px;
	color: #FFFFFF;
	font-family: Tahoma;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
}

#menu #links .link:hover {
	color: #B67BA4;
	background: url(../img/menu-bg-hover.png) top left repeat;
}

/* Header */
#header {
	height: 304px;
	margin: 0 auto;
	background: url(../img/header-bg.png) top left repeat-x;
}

#header #logo {
	height: 304px;
	width: 940px;
	background: url(../img/header.png) top left no-repeat;
	margin: 0 auto;
}

/* Container */
#container {
	width: 940px;
	margin: 30px auto 0 auto;
	background: url(../img/container-mid.png) top left repeat-y;
}

#container .top {
	height: 10px;
	background: url(../img/container-top.png) top left no-repeat;
}

#container .mid {
	background: url(../img/container-mid.png) top left no-repeat;
	overflow: hidden;
}

/* Menu */
#container .mid #links {
	width: 240px;
	float: left;
}

#container .mid #links .menu {
	padding: 5px 15px 10px 15px;
	font-family: Tahoma;
	font-size: 13px;
	color: #FFFFFF;
}

#container .mid #links .menu a {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}

#container .mid #links .menu a:hover {
	color: #B9CDE0;
}

/* Content */
#container .mid #rechts {
	width: 700px;
	float: right;
}

#container .mid #rechts .content {
	padding: 5px 15px 10px 15px;
	font-family: Tahoma;
	font-size: 12px;
}

#container .mid #rechts .content h1 {
	font-family: Tahoma;
	font-size: 13px;
	font-weight: bold;
}

/* Footer */
#footer {
	clear:both;
	background: url(../img/footer-bg.png) top left repeat-x;
	height: 24px;
	line-height: 24px;
	color: #FFFFFF;
	text-align: center;
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
}

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

#footer a:hover {
	color: #B67BA4;
}
