* {
	margin: 0px;
	padding: 0px;
}

body {
	font-family: Trebuchet MS, Verdana, arial;
	font-size: 12px;
	
}

#container {
	width: 800px;
	margin: 0px auto;
	background-color: #DDD;
}

#header {
	/*background: url('../_IMAGES/banner.png') no-repeat top left;*/
	height: 160px;
	font-size: 42px;
	letter-spacing: 2px;
	/*border-bottom: 1px solid #DDD;
	border-top: 1px solid #DDD;*/
	line-height: 120px;
	text-indent: 0px;
	margin: 0px 0px 0px 0px;

	color: #FFF;
	font-weight: bold;
	text-transform: uppercase;
}
#nav
{
	height: 35px;
	width: 790px;
	float:left;
	line-height:30px;
	background-color: #CC0000;
	padding-left: 10px;
	margin: 0px;
	
}
#nav a:link, #nav a:visited, #nav a:active, #nav a:hover
{
	background-color:#CC0000;
    /*background-color:#990033;*/
	
	display: block;
	float: left;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin: 0px 0px 0px 0px;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 14px;
	color: #EEEEEE;
	letter-spacing: 1px;
	
}
#nav a:actief
{
	background-color: #EEE;
	color: #903;
	
}
#nav a:hover
{
	background-color: #EEE;
	color: #903;
	
	
}


/*#nav {
	float: left;
	width: 120px;
	font-size: 11px;
}

#nav a:link, #nav a:active, #nav a:visited {
	display: block;
	background-color: #95172c;
	margin: 10px 0px 0px 0px;
	padding: 6px 0px 6px 10px;
	color: #FFF;
	text-decoration: none;
	text-transform: uppercase;
}

#nav .nav_blok .subnav a:link, #nav .nav_blok .subnav a:active, #nav .nav_blok .subnav a:visited {
	margin-left: 30px;
	margin-right: 0px;
}

#nav .nav_blok .subsubnav a:link, #nav .nav_blok .subsubnav a:active, #nav .nav_blok .subsubnav a:visited {
	margin-left: 50px;
	margin-right: 0px;
}

#nav a:first-child {
	margin-top: 0px;
}

#nav .subnav a:first-child {
	margin-top: 5px;
}

#nav .subsubnav a:first-child {
	margin-top: 5px;
}

#nav a.actief, #nav a.actief:hover {
	background-color: #000066;
	color: #FFF;
}

#nav a:hover {
	background-color: #000066; 
	color: #FFF;
}*/

#content {
	float: left;
	width: 530px;
	margin-left: 10px;
	border-bottom: 1px solid #CCC;
	

}

/*#content*/ h1 {
	color:  #CC0000; /*#660033;*/
	font-size: 22px;
	font-weight: normal;
	text-transform: uppercase;
	margin-top: 10px;
	margin-bottom: 10px;
	letter-spacing: 2px;
}	

/*#content*/ h2 {
	color: #222;
	font-size: 18px;
	font-weight: normal;
	margin-top: 25px;
	/*margin-bottom: 0px;*/
	text-transform: uppercase;
}

/*#content*/ h3 {
	color: #222;
	font-size: 16px;
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 0px;
}

/*#content*/ h4 {
	color: #555;
	font-size: 13px;
	font-weight: bold;
	margin-top: 15px;
	margin-bottom: 0px;
}

img {
	border: 0;
	vertical-align:middle;

	/*vertical-align:inherit;*/
}

#content.afbeelding_rechts img {
	background-color: #EEE;
	border: 1px solid #CCC;
	padding: 5px;
	/*vertical-align:inherit;*/
}

/*#content*/ p {
	color: #000;
	text-align: justify;
	margin: 10px 0px;
	line-height: 19px;*/
	font-size: 12px;
}

/*#content*/ ul li, /*#content*/ ul li.afwezig {
	list-style-type: none;
	background-repeat: no-repeat;
	background-position: 0px 7px;
	line-height: 19px;
	padding-left: 15px;
	margin-left: 1px;
	color: #000;
}

/*#content*/ ol {
	margin-left: 18px;
}

/*#content*/ ol li {
	line-height: 19px;
	color: #000;
	margin-bottom: 10px;
}

/*#content*/ ul li {
	background-image: url('../_IMAGES/list-item.jpg');
}

/*#content*/ ul li.afwezig {
	background-image: url('../_IMAGES/list-item-2.jpg');
}

/*#content*/ ul li.pdf  {
		list-style-type: none;
		background-repeat: no-repeat;
		background-position: 0px 1px;
		padding-bottom: 5px;
		margin-left: 15px;
		color: #000;
		line-height: 25px;
		padding-left: 25px;
		background-image: url('../_IMAGES/pdf.jpg');
		
}

/*#content*/ a:active, /*#content*/ a:visited, /*#content*/ a:link {
	color: #222;
	text-decoration: none;
}

/*#content*/ a:hover {
	/*color: #903;*/
	text-decoration: underline;

}

/*#content*/ div.documenten {
	border-left: 1px solid #CCC;
	background-color: #EEEEEE;
	padding: 5px 10px;
	line-height: 19px;
}

/*#content*/ div.documenten h1 {
	font-size: 13px;
	font-weight: bold;
	font-style: normal;
	margin: 0px 0px 8px 0px;
	padding: 0px 0px 0px 0px;
	letter-spacing: 0px;
	border-bottom: 1px solid #CCC;
}

#content div.afbeelding_rechts img {
	float: right;
	padding: 5px;
	margin: 0px 0px 5px 10px;
	background-color: #EEE;
	border: 1px solid #DDD;
}

#content div.img_bijschrift p {
	margin-top: 0px;
	padding-top: 0px;
	font-style: italic;
}
p.small{
	font-size: 9px;
	
}
p.order{
	background-color: #DDD;
	text-align: left;

}

/*#content*/ p.code {
	font-family: courier new;
	border-left: 1px solid #CCC;
	padding: 5px;
	text-align: left;
	background-color: #EEE;
	font-size: 11px;
}

/*#content*/ p.code span.blauw {
	color: #004499;
}

/*#content*/ p.code span.groen {
	color: #22AA22;
}

/*#content*/ p.code span.rood, /*#content*/ p span.rood {
	color: #BB0011;
}

/*#content*/ span.inline_code {
	font-family: courier new;
}

/*#content*/ ul li.bron div.title {
	font-weight: bold;
}

 /*#content*/ .linkportfolio a:link, /*#content*/ .linkportfolio a:active, /*#content*/ .linkportfolio a:visited {
	display: block;
	text-align: right;
	background-color: #EEE;
	padding: 5px 10px;
 }

.clear {
	clear: both;
}

#footer {
	margin-top: 5px;
	padding-top: 10px;
	border-top: 1px solid #DDD;
	color: #555;
}

/*#content*/ table {
	border-collapse: collapse;
}

/*#content*/ table tr td {
	height: 8px;
	padding: 3px;
	background-color: #BBB;
	border: 2px solid #DDD;
	text-align: left;
	vertical-align: top;
}
/*#content*/ table tr td.small {
	font-size:9px;
}
table tr td.white {
	background-color: #DDD;
}
#right {
	float: right;
	width: 250px;
	/*background-color: #3399CC;*/
	/*padding: 0px;*/
	/*color: #555;*/
}
#nav_bottom {
	/*float: left;*/
	/*width: 140px;*/
	/*background-color: #3399CC;*/
	/*padding: 0px;*/
	border-top: 1px solid #CCC;
	/*border-bottom: 1px solid #CCC;*/
	padding-left: 6px;
	padding-bottom: 5px;
	padding-top: 5px;
	margin-top:10px;
	margin-left: 0px;
	color: #555;
}
