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;
}
div#navigation ul#menu{
	list-style-type: 		none;
	list-style-type: 		none;
	padding: 				0px;
	margin: 				0px;
	margin-left: 			20px;
	padding-top: 			5px;
	padding-bottom: 		5px;
}
div#navigation ul#menu .selected{
	color:					#E60004 !important;
}
div#navigation ul#menu li{
	float: 					left;
	margin-right: 			20px;
}
div#navigation ul#menu a:link, a:visited, a:active {
	color: 					#fff;
	text-decoration: 		none;
}
div#navigation 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;
}
/* Subnavigation */
div#subnavigation{
	float: 					right;
	width: 					849px;
	height: 				30px;
	background-image: 		url(../img/subnavigation.jpg);
	background-repeat: 		repeat;
	border-right: 			1px solid #001F39;
	font-family: 			"Trebuchet Ms";
	font-size: 				11px;
	color: 					#fff;
}

div#subnavigation ul#submenu{
	list-style-type: 		none;
	list-style-type: 		none;
	padding: 				0px;
	margin: 				0px;
	margin-left: 			20px;
	padding-top: 			5px;
	padding-bottom: 		5px;
}
div#subnavigation ul#submenu .selected{
	color:					#001F39 !important;
}
div#subnavigation ul#submenu li{
	float: 					left;
	margin-right: 			20px;
}
div#subnavigation ul#submenu a:link, a:visited, a:active {
	color: 					#fff;
	text-decoration: 		none;
}
div#subnavigation ul#submenu a:hover {
	color:					#001F39;
}

/* Content */
div#content{
	height: 				348px;
	width: 					339px;
	float:					left;
	background-color: 		#fff;
}
div#contentbreed{
	height: 				348px;
	width: 					849px;
	float:					left;
	background-color: 		#fff;
	border-right: 			1px solid #001F39;
}
div#bottom{
	float: 					left;
	background:				url(../img/bottom.jpg);
	width: 					850px;
	height:					31px;
	font-family: 			"Trebuchet MS";
	font-size: 				10px;
	color: 					#001F39;
}
div#text{
	/*height:					272px;*/
	height:					327px;
	overflow:				auto;
	padding-right: 			20px;
	padding-left: 			20px;
	padding-bottom:			20px;
	font-family: 			"Trebuchet MS";
	font-size: 				13px;
	background-color: 		#fff;
}
div#text h1{
	font-family: 			"Trebuchet MS";
	font-size: 				24px;
	color: 					#E60004;
	padding-top: 			5px;
	margin-top: 			5px;
}
div#text p{
	line-height: 			140%;
}
div#text a{
	text-decoration:underline;
	color:#E60004;
}
div#text a:hover{
	text-decoration:none;
}
div#breadcrumb{
	background:				#fff;
	font-family: 			"Trebuchet MS";
	font-size: 				11px;
	font-weight:			bold;
	padding: 				20px;
	color:					#527693;
}
div#breadcrumb a{
	color: 					#527693;
	text-decoration: 		none;
}
div#breadcrumb a:hover {
	color:					#001F39;
}
div#breadcrumb .selected{
	color:					#E60004;
}

/* Right */
div#right{
	float: 					left;
	border-right: 			1px solid #001F39;
	width: 					510px;
	height: 				348px;
	background-image: 		url(../img/line_content.jpg);
	background-repeat: 		no-repeat;
	background-position: 	5px;
	background-color: 		#fff;
}
div#right .img{
	border-top: 			1px solid #D3DFE8;
	border-left: 			1px solid #D3DFE8;
	border-right: 			1px solid #D3DFE8;

	margin-top: 			25px;
	margin-bottom: 			0px;
	padding-bottom: 		0px;
}
div#imgnav{
	background:				url(../imgnav/bg.jpg);
	width: 					476px;
	padding: 				0px;
	margin:					0px;
	height:					25px;
	margin-left: 			22px;
	color:					#fff;
	font-family:			"Trebuchet MS";
	font-size:				13px;
	text-align: 			center;
	font-weight:			bold;
	padding-top: 			3px;
}
div#imgnav .previous{
	position: 				absolute;
	left: 					396px;
	top: 					512px;
	border: 				0px;
}
div#imgnav .next{
	position: 				absolute;
	left: 					834px;
	top: 					525px;
	border: 				0px;
	margin-right: 			10px;
	margin-top: 			-14px;
}
#imgtitle {
	padding-top: 			3px;
}
#scroll{
	width: 					460px;
	height: 				305px;
	overflow:				hidden;
	margin-left: 			28px;
}

#breed{
	height: 				285px;
}

#breed div.item{
	width: 					490px;
	float:					left;
}

#loader{
	position: 				absolute;
	top: 					100px;
	left: 					100px;
	display:				none;
}
h3{
	margin: 				0;
	padding:	 			0;
	padding-top: 			15px;
}
.red{
	color: 					red;
}
#artikel{
	padding: 				20px;
	padding-top: 			3px;
	padding-bottom: 		3px;
	border-bottom:			5px solid #D0D6DB;
	border-top:				5px solid #D0D6DB;
	background:				#E0E4E7;
	margin-top: 			10px;
	width: 					750px;
}
#newsitems{
	width: 					750px;
	background:				#D1DEE7;
	margin:					0;
	margin-top: 			20px;
	border: 				1px solid #185284;
	padding: 				20px;
	color: 					#185284;
	font-size: 				11px;
	padding-top: 			10px;
	margin-bottom: 			-60px;
}
div#newsitems a{
	color: 					#001F39;
	text-decoration: 		none;
}
div#newsitems a:hover{
	text-decoration: 		underline;
}
div#newsitems .selected{
	color:					#185284;
}
.datum{
	color: 					#185284;
}
.nieuwsafbeelding {
	float: left;
	padding-top: 5px;
	padding-right: 10px;
	/*padding-bottom: 5px;*/
}
