/* blauw:	#144273 */
/* geel:	#fbd326 */

html, body {
	position: relative;
	margin: 0;
	padding: 0;
	font-family: Verdana, sans-serif;
}

img {
	border: 0;
}

.button {
	display: block;
	width: 80px;
	padding: 5px;
	background-color: #fbd326;
	color: #000;
	text-decoration: none;
}

.button:hover {
	background-color: #144273;
	color: #fff;
}

#wrapper {
	position: relative;
	width: 1000px;
	margin: 0 auto;
}

/* !HEADER */

#header {
	position: relative;
	width: inherit;
	padding: 20px 0 20px 20px;
	border-bottom: 1px dotted #144273;
	overflow: hidden;
}

	#logo {
		width: 190px;
		float: left;
	}

	#menu {
		margin: 22px 0px 0px 0px;
		float: left;
		overflow: hidden;
	}
	
		#menu li {
			width: 70px;
			margin: 0px 10px 0px 0px;
			padding: 5px;
			list-style-type: none;
			text-align: center;
			background-color: #fbd326;
			float: left;
			font-size: 0.7em;
		}
		
			#menu li a {
				color: #000;
				text-decoration: none;
			}

#home #menu .home, #achtergrond #menu .achtergrond, #aan_de_slag #menu .aan_de_slag, #nieuws #menu .news, #agenda #menu .agenda, #voortgang #menu .voortgang, #documenten #menu .documenten, #faq #menu .faq, #links #menu .links  {
	background-color: #144273;
}

#home #menu .home a, #achtergrond #menu .achtergrond a, #aan_de_slag #menu .aan_de_slag a, #nieuws #menu .news a, #agenda #menu .agenda a, #voortgang #menu .voortgang a, #documenten #menu .documenten a, #faq #menu .faq a, #links #menu .links a {
	color: #fff;
}

	#search {
		width: 80px;
		height: 17px;
		margin: 22px 0 0 20px;
		padding: 2px;
		border: 1px solid #144273;
	}
	
	#rss img {
		position: relative;
		top: 8px;
		width: 25px;
		border: 0;
	}

/* !CONTENT */

#content {
	padding: 20px;
	overflow: hidden;
	float: left;
}

	#intro {
		position: relative;
		width: 190px;
		float: left;
		overflow: hidden;
	}
	
		#intro h2 {
			width: 190px;
			margin: 20px 0px 10px 0px;
			font-size: 0.7em;
			color: #144273;
		}
		
		#intro p {
			width: 190px;
			margin: 0px 0px 20px 0px;
			font-size: 1em;
			color: #144273;
		}
		
		#intro a {
			color: #144273;
			text-decoration: none;
		}
		
		#intro a:hover {
			text-decoration: underline;
		}
		
		#intro ul {
			margin: 0;
			padding: 0;
		}
		
		#intro ul li {
			margin: 2px 0px;
			background-color: #fbd326;
			padding: 5px;
			list-style-type: none;
		}
		
		#intro ul li.active {
			background-color: #144273;
		}
		
			#intro ul li a {
				color: #000;
				text-decoration: none;
			}
			
			#intro ul li.active a {
				color: #fff;
			}
		
		#intro a#contact {
			display: block;
			margin: 20px 0px;
			padding: 30px 20px;
			background-color: #fbd326;
			text-align: center;
			color: #000;
			text-decoration: none;
			font-size: 1.4em;
		}
		
		#intro a#contact span#subcontact {
			font-size: 0.6em;
		}

	#main {
		position: relative;
		width: 618px;
		left: 20px;
		margin: 0 0 0 20px;
		float: left;
		overflow: hidden;
	}

		#main h1.new_week {
			width: 612px;
			margin: 0px 0px 10px 0px;
			padding: 10px 2px;
			font-size: 0.7em;
			color: #144273;
			border: 1px solid #144273;
		}
		
		#main #print {
			float: right;
		}
		
		#entry {
			width: 612px;
			overflow: hidden;
		}
		
			#entry h2 {
				margin-top: 0px;
				font-size: 0.8em;
				color: #144273;
			}
			
			#entry h3 {
				margin: 0;
				font-size: 0.6em;
				line-height: 1.5em;
				color: #000;
			}
			
			#entry p.headline {
				font-size: 0.7em;
				font-weight: bold;
			}
			
			#entry p {
				font-size: 0.7em;
			}
			
			#entry label {
				display: block;
				font-size: 0.7em;
				font-weight: bold;
			}
			
			#entry input {
				width: 90%;
				height: 20px;
				margin-bottom: 20px;
				border: 1px solid #144273;
			}
			
			#entry input.submit {
				width: 100px;
				height: 20px;
				background-color: #144273;
				color: #fff;
				font-weight: bold;
			}
			
			#entry textarea {
				width: 91%;
				height: 200px;
				margin-bottom: 20px;
				border: 1px solid #144273;
			}
			
			#entry #documents {
				font-size: 0.7em;
				margin-left: -40px;
			}
			
				#documents li {
					list-style-type: none;
					list-style-position: outside;
				}
			
				#documents a {
					color: #000;
					text-decoration: none;
				}
				
				#documents a:hover {
					text-decoration: underline;
				}
		
			#item {
				clear: left;
				margin: 0px 0px 30px 0px;
			}
		
			#item a.type {
				display: block;
				width: 103px;
				height: 25px;
				padding: 0px 2px;
				background: url(../images/item_icon.png) no-repeat top left;
				color: #fff;
				font-weight: bold;
				font-size: 0.7em;
				line-height: 24px;
				float: left;
				text-decoration: none;
			}
			
				#item a.type img {
					float: right;
					margin-right: 7px;
					margin-top: 5px;
				}
			
			#item a.title {
				position: relative;
				display: block;
				padding-left: 107px;
				font-size: 0.7em;
				color: #000;
				text-decoration: none;
			}
			
			#item a.title:hover {
				text-decoration: underline;
			}
			
			#item img.icon {
				position: relative;
				width: 10px;
				border: 0;
			}
			
			#item p.tags {
				width: 430px;
				margin-left: 20px;
				font-size: 0.5em;
				font-style: italic;
				color: #000;
			}
			
			#item p {
				position: relative;
				width: 470px;
				margin: 5px 0px 0px 108px;
				font-size: 0.6em;
				font-style: normal;
				color: #000;
			}
			
			#item p.excerpt {
				position: relative;
				width: 470px;
				margin: 5px 0px 0px 115px;
				font-size: 0.6em;
				font-style: normal;
				color: #000;
			}
			
			.links_logo {
				display: block;
				width: 103px;
				float: left;
				margin: 0 0 10px 0;
			}
#survey {
	width: 450px;
	font-size: 0.7em;
	line-height: 15px;
}

	#survey ol li {
		margin: 0px -10px 20px -10px;
		list-style-position: outside;
	}
	
	#survey ul {
		margin: 0;
	}
	
	#survey ul li {
		list-style-type: none;
		margin: 20px -40px;
	}

	#survey label {
		display: block;
	}
	
	#survey .extra {
		width: 380px;
		margin: 2px 0px 2px 25px;
	}
	
	#survey textarea {
		width: 380px;
		height: 100px;
	}
	
	#survey h2 {
		margin-top: 0px;
		font-size: 1.0em;
		color: #144273;
	}
			
/*** !WMD ***/

	.wmd {
		position: relative;
		width: auto;
		height: auto;
		overflow: hidden;
	}
	
		.wmd p {
			font-size: 0.7em;
		}
		
		.wmd ul, .wmd ol {
			font-size: 0.7em;
		}
		
		#wmd ul, #wmd ol {
			font-size: 0.7em;
		}
	
		.wmd img {
			position: relative;
			width: 430px;
			margin: auto auto;
		}
		
		.wmd a {
			color: .144273;
		}
		
		.wmd hr {
			height: 0;
			color: #fff;
			border-top: 1px dotted #144273;
		}
		
/*** !SIDEBAR ***/

	#sidebar {
		position: relative;
		margin: 0px;
		float: left;
		overflow: hidden;
	}


		.login {
			width: 190px;
			margin: 0px 0px 10px 0px;
			display: block;
			border: 1px solid #144273;
			padding: 2px;
		}
		
		#sidebar #logout {
			background-color: #fbd326;
			width: 198px;
			height: 20px;
			padding: 4px 0px;
			color: #144273;
			text-decoration: none;
			font-size: 0.8em;
			line-height: 1.6em;
			text-align: center;
		}
		
		#sidebar input#password {
			 width: 125px;
			 margin-right: 5px;
			 float: left;
		}
		
		#sidebar input.submit {
			position: relative;
			display: block;
			background-color: #fbd326;
			color: #144273;
			width: 60px;
			height: 19px;
			border: 1px solid #fbd326;
			text-align: center;
		}
		
		#sidebar p {
			font-size: 0.8em;
		}
		
		#sidebar a {
			font-size: 0.8em;
			color: #fff;
			text-decoration: none;
		}
		
		#sidebar a:hover {
			text-decoration: underline;
		}
		
		#tags {
			width: 178px;
			padding: 10px;
			background-color: #144273;
			font-size: 0.8em;
			color: #fff;
		}

			#tags li {
				margin: 10px 0px;
				list-style-type: none;
			}

#footer {
	width: 1000px;
	margin: 0 auto;
	padding: 20px;
	clear: left;
	font-size: 0.7em;
	color: #144273;
	border-top: 1px dotted #144273;
}

	#footer p {
		width: 960px;
	}
	
	#footer #rss {
		position: relative;
		width: 20px;
		border: 0;
	}

/*
div {
	border: 1px solid red;
}
*/
