body {
	background:				url('../img/bg.gif') repeat;
}
/* Container */
div#container{
	position: 				absolute;
	width:					874px;
	height:					580px;
	margin-left:			auto;
	margin-right:			auto;
	display:				block;
	float:					none;
	top: 					50%;
	margin-top: 			-300px;
	left: 					50%;
	margin-left: 			-450px;
}
/* Sidebar */
div#sidebar{
	width: 					24px;
	height: 				580px;
	float: 					left;
	background:				url(../img/sidebar.jpg);
}
/* Header */
div#header{
	width: 					850px;
	height: 				141px;
	background:				url(../img/header.jpg);
	float: 					right;
	border-top: 			1px solid #001F39;
}

/* Navigation */
div#navigation {
	background-color: 		#001F39;
	font-family: 			"Trebuchet Ms";
	font-size: 				13px;
	font-weight: 			bold;
	color: 					#fff;
	float: 					right;
	width: 					850px;
	height: 				30px;
}
ul#menu{
	list-style-type: 		none;
	list-style-type: 		none;
	padding: 				0px;
	margin: 				0px;
	margin-left: 			20px;
	padding-top: 			5px;
	padding-bottom: 		5px;
}
ul#menu .selected{
	color:					#E60004 !important;
}
ul#menu li{
	float: 					left;
	margin-right: 			20px;
}
ul#menu a:link, a:visited, a:active {
	color: 					#fff;
	text-decoration: 		none;
}
ul#menu a:hover {
	color:					#E60004;
}

form#search{
	background:				url(../img/search_bg.jpg);
	width: 					189px;
	float:					right;
	height: 				30px;
	margin-top: 			-10px;
	padding-left: 			5px;
	padding-top: 			5px;
}
form#search .zoekveld{
	height: 				16px;
	width: 					150px;
	border: 				1px solid #001F39;
}
form#search .zoekbutton{
  	width: 					32px;
 	height: 				20px;
	position: 				absolute;
	padding-left: 2px;
}
.login{
	float:					right;
	margin-top: 			-10px;
}

/* Content */
div#content{
	height: 				338px;
	width: 					300px;
	float:					left;
	padding-left: 			20px;
	padding-right: 			20px;
	padding:				20px;
	font-family: 			"Trebuchet MS";
	font-size: 				13px;
	background-image: 		url(../img/line_content.jpg);
	background-repeat: 		no-repeat;
	background-position: 	right;
	background-color: 		#fff;
}
div#content h1{
	font-family: 			"Trebuchet MS";
	font-size: 				24px;
	color: 					#E60004;
}
div#content p{
	line-height: 			140%;
}
div#content a {
	text-decoration:underline;
	color:#E60004;
}
div#content a:hover {
	text-decoration:none;
}
/* Right */
div#right{
	float: 					left;
	border-right: 			1px solid #001F39;
	width: 					509px;
	height: 				378px;
	background:				#fff;

}
div#bottom{
	float: 					left;
	background:				url(../img/bottom.jpg);
	width: 					850px;
	height:					31px;
	font-family: 			"Trebuchet MS";
	font-size: 				10px;
	color: 					#001F39;
}