html {
overflow: -moz-scrollbars-vertical; 
overflow-y: scroll;
}

body {
	margin:					0px;
	padding:				0px;
	font-family:			Verdana, Geneva, sans-serif;
	font-size:				12px;
	line-height:			18px;
}

#container {
	width:					760px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

p {
	margin:					0px 0px 10px 0px;
}

/*
Topmenu
*/


#navigation_top {
	width:					760px;
	position:				fixed;
	top:					0px;
	background:				url('../images/layout/content/navigation_top.png');
	height:					15px;
}
#navigation_top_acc {
	width:					760px;
	position:				fixed;
	top:					0px;
	background:				url('../images/layout/content/navigation_top.png');
	height:					15px;
}

#navigation_top ul {
	margin:					-3px 0 0 0;
	padding:				0px;
	text-align:				center;
}
#navigation_top_acc ul {
	margin:					-3px 0 0 0;
	padding:				0px;
	text-align:				center;
}

#navigation_top li {
	display:				inline;
	margin:					0px 25px 0px 25px;
	padding:				0px;
}
#navigation_top_acc li {
	display:				inline;
	margin:					0px 10px 0px 10px;
	padding:				0px;
}

#navigation_top a {
	color:					#FFFFFF;
	font-weight:			bold;
	font-size:				10px;
	text-decoration:		none;
}
#navigation_top_acc a {
	color:					#FFFFFF;
	font-weight:			bold;
	font-size:				10px;
	text-decoration:		none;
}

#navigation_top a:hover {
	text-decoration: 		underline;
	color: 					#ACC653;
}
#navigation_top_acc a:hover {
	text-decoration: 		underline;
	color: 					#ACC653;
}
/*
Content
*/

#content {
	margin-top:				25px;
}

#content li {
	margin-bottom:			10px;
}

/*
Onderste menu met grijze links
*/

#navigation_bottom {
	clear:					both;
	width:					760px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#navigation_bottom ul {
	text-align:				left;
	margin-right:			0px;
	margin-left:			0px;
	margin-top:				25px;
	margin-bottom:			25px;
	padding:				0px;
}

#navigation_bottom li {
	display:				inline;
	margin:					0px;
	padding:				0px;
}

#navigation_bottom a {
	color:					#999999;
	margin:					0px 10px 0px 10px;
	padding:				0px;
	font-size:				10px;
	font-weight:			bold;
	text-decoration:		none;
}

#navigation_bottom a:hover {
	text-decoration: 		underline;
	color: 					#ACC653;
}

/*
Afbeeldingen
*/

img {
	margin-top:				0px;
	margin-bottom:			6px;
	margin-left:			0px;
	margin-right:			6px;
	padding:				0px;
	border:					1px solid #000;
}

.right {
	float:					right;
	margin-bottom:			7px;
	margin-top:				7px;
	margin-left:			7px;
}

.left {
	float:					left;
	margin-bottom:			7px;
	margin-top:				7px;
	margin-right:			7px;
}

.noborder {
	border:					0px;
}

/*
Hieronder worden de verschillende tekststijlen als classes gedefinieerd
die er op de site gebruikt worden.
*/

h1 {
	font-size:				20px;
	font-weight:			normal;
	margin:					30px 0px 15px 0px;
}
h2 {
	font-size:				14px;
	font-weight:			bold;
	color: #030;
	line-height: 18px;
	font-variant: normal;
	text-transform: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
}
.extra {
	font-weight: bold;
	color: #3C780C;
}

.smallboldheader {
	font-weight:			bold;
	margin:					0px;
}

.darkgrey {
	color:					#666666;
}

.italic {
	font-style:				italic;
}

.bold {
	font-weight:			bold;
}

.underline {
	text-decoration:		underline;
}

a.lightgreytoblack {
	color:					#999999;
	font-weight:			bold;
	text-decoration:		none;
}

a.lightgreytoblack:hover {
	color:					#000000;
	text-decoration:		underline;
}

a.darkgreytoblack {
	color:					#666666;
	font-weight:			bold;
	text-decoration:		none;
}

a.darkgreytoblack:hover {
	color:					#000000;
	text-decoration:		underline;
}

a.darkgreytogreen {
	color:					#666666;
	font-weight:			bold;
	text-decoration:		none;
}

a.darkgreytogreen:hover {
	color:					#ACC653;
	text-decoration:		underline;
}

a.darkgreentolightgreen {
	color:					#4C7622;
	font-weight:			bold;
	text-decoration:		none;
}

a.darkgreentolightgreen:hover {
	color:					#ACC653;
	text-decoration:		underline;
}
.img_placeholder {
	height: 370px;
}
.img_noborder_left {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	float: left;
}
.img_noborder_right {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	float: right;
}
#container #content table {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #666;
	border-right-color: #666;
	border-bottom-color: #666;
	border-left-color: #666;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
}
