/*/////////////////////////////////////////////////////
LINKS /////////////////////////////////////////////////
/////////////////////////////////////////////////////*/

a:link, a:visited {
	color:#B90000;
	text-decoration: underline;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
} 

a:hover {
	text-decoration: none
}

a.Lverdographics:link, a.Lverdographics:visited {
	color:#96B88F;
	text-decoration: none;
	font: bold 11px Verdana, Arial, Helvetica, sans-serif;
} 

a.Lverdographics:hover {
	text-decoration: underline
}

a.Lfooter:link, a.Lfooter:visited {
	color:#FFFFFF;
	text-decoration: none;
	font: bold 11px Verdana, Arial, Helvetica, sans-serif;
} 

a.Lfooter:hover {
	text-decoration: underline
}

/*/////////////////////////////////////////////////////
GENERAL ///////////////////////////////////////////////
/////////////////////////////////////////////////////*/

body {
	text-align: center;
	padding: 0px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	background-color: #dae4d8;
	background-image: url(images/general/background_body.gif);
	background-repeat: repeat-x;
}

#maindiv {
	text-align: center;
	width: 800px;
	margin: 0px auto 20px;
}

#header {
	margin: 0px;
	padding: 0px;
	height: 140px;
	width: 800px;
}

#contentArea {
	float: left;
	width: 800px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
	margin: 0px;
	background-image: url(images/general/background_contentArea.gif);
	background-repeat: repeat-y;
}

#content {
	width: 530px;
	float: left;
	line-height: 1.6em;
	text-align: left;
	padding-left: 25px;
	background-image: url(images/general/background_content.jpg);
	background-position: right bottom;
	background-repeat: no-repeat;
	padding-top: 6px;
	padding-right: 25px;
}

#content.index {

	background-image: url(images/general/background_index.gif);
	background-position: left 10px;
	background-repeat: no-repeat;
	padding-top: 10px;
}

#content.index strong, #content.index b, #content.index a {
	color: #2F705A;
}

#indexLeft {
	float: left;
	width: 275px;
}

#indexRight {
	float: left;
	width: 190px;
	padding-left: 55px;
	padding-right: 10px;
}

#schaduw {
	float: left;
	width: 580px;
	text-align: left;
}


h1 {
	color: #0C5E2D;
	font-size: 16px;
	background-image: url(images/general/arrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

h2 {
	font-size: 13px;
	padding-top: 2px;
	padding-bottom: 2px;
	color: #035D29;
}


h3 {
	font-size: 12px;
	font-weight: bold;
}
p {
	margin-top: 10px;
	margin-bottom: 10px;
}


table#vergoeding td {
	padding-top: 4px;
	padding-bottom: 4px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}

table#fotoreportage td {
	padding-bottom: 10px;
	padding-top: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #C7D8C3;
}

table#fotoreportage td a {
	font-weight: bold;
	color: #2F705A;
}
table#opname td {
	padding-top: 6px;
	padding-bottom: 6px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DAE4D8;
}
table#opname .totaal {
	background-color: #EBF0EA;
}


.imgLeft {
	float: left;
	padding-right: 10px;
}

.imgRight {
	float: right;
	padding-left: 10px;
}

.clearLeft {
	clear: left;
}

.lijn {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #C4D3C0;
	padding-top: 20px;
}


/*/////////////////////////////////////////////////////
NAVIGATIE /////////////////////////////////////////////
/////////////////////////////////////////////////////*/

#navTop {
	height: 36px;
	margin: 0px;
	padding: 0px;
	width: 780px;
	background-image: url(images/general/background_navTop.gif);
	background-repeat: repeat-x;
}

#navTop ul {
	margin: 0px;
	list-style-type: none;
	text-align: left;
	padding-top: 8px;
	padding-left: 30px;
}

#navTop li {
	display: inline;
}

#navTop a {
	color: #FFFFFF;
	padding-right: 15px;
	padding-left: 15px;
	text-decoration: none;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	font-weight: bold;
	}

#navTop a:hover, #navTop a#current {
	color: #34385F;
}

#navsub {
	width: 220px;
	float: left;
	margin-left: 0px;
	text-align: left;
}

#navsub ul {
	padding: 0px;
	list-style-type: none;
	text-align: left;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#navsub li {
}

#navsub a {
	display: block;
	text-decoration: none;
	width: 140px;
	padding-left: 45px;
	color: #004A82;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}

#navsub a:hover {
	color: #D12D00;
}


#navsub a#current {
	color: #D12D00;
}

/*/////////////////////////////////////////////////////
FOOTER ////////////////////////////////////////////////
/////////////////////////////////////////////////////*/

#footer {
	margin: 0px;
	height: 50px;
	padding-top: 7px;
	clear: left;
	background-image: url(images/general/background_footer.gif);
	background-repeat: repeat-x;
}

#verdographics {
	position: relative;
	float: right;
	clear: both;
	padding-right: 15px;
	font-size: 11px;
	color: #96B88F;
	text-align: right;
	width: 200px;
	padding-bottom: 15px;
	top: 15px;
}

#footerLeft {
	text-align: left;
	padding-left: 20px;
	color: #FFFFFF;
	font-size: 11px;
	float: left;
	position: relative;
}

#footerRight {
	text-align: right;
	float: right;
	position: relative;
	padding-right: 15px;
}
