/*/////////////////////////////////////////////////////
LINKS /////////////////////////////////////////////////
/////////////////////////////////////////////////////*/

a:link, a:visited {
	color:#000066;
	text-decoration: underline;
	font-weight: bold;
} 

a:hover {
	text-decoration: none
}

a.Lverdographics:link, a.Lverdographics:visited {
	color:#DDEAE3;
	text-decoration: none;
	font-size: 10px;
	font-weight: bold;
} 

a.Lverdographics:hover {
	text-decoration: underline;
	color: #CCCCCC;
}

a.Lfooter:link, a.Lfooter:visited {
	color:#FFFF66;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
} 

a.Lfooter:hover {
	text-decoration: underline
}

/*/////////////////////////////////////////////////////
GENERAL ///////////////////////////////////////////////
/////////////////////////////////////////////////////*/

body {
	text-align: center;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-image: url(images/general/background_body.jpg);
	background-repeat: repeat;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	line-height: 18px;
	margin-bottom: 20px;
}

#maindiv {
	text-align: center;
	width: 840px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#header {
	height: 71px;
	width: 840px;
}

#navigatie {
	float: left;
	height: 33px;
	width: 840px;
	background-color: #000000;
}

#contentarea {
	background-image: url(images/general/background_contentarea.gif);
	background-repeat: repeat-y;
	float: left;
	background-color: #FFFFFF;
}

#content {
	width: 600px;
	text-align: left;
	float: left;
	padding-top: 20px;
}

#content.center {
	text-align: center;
}

#gallery {

	width: 600px;
	text-align: left;
	float: left;
}

#leftCol {
	width: 185px;
	padding-right: 30px;
	padding-left: 25px;
	text-align: left;
	float: left;
	padding-top: 20px;
}

#index {
	background-color: #ffc50f;
	float: left;
	width: 840px;
	height: 376px;
}

#indexLeft {
	float: left;
	width: 450px;
}

#indexRight {
	float: left;
	width: 350px;
	text-align: right;
	padding-right: 40px;
	padding-top: 20px;
}

h1 {
	font-size: 16px;
	color: #000000;
	margin-top: 0px;
}
h2 {
	font-size: 15px;
	color: #000000;
}

h3 {
	font-size: 14px;
	color: #000000;
}

.imgLeft {
	float: left;
	padding-right: 10px;
}

.imgRight {
	float: right;
	padding-right: 10px;
}

.borderLight {
	border: 1px solid #DDDDDD;
}

.lijn {
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #FFECB0;
	padding-top: 10px;
}

table.contact td {
	background-color: #F4F7F5;
	padding: 7px;
}

/*/////////////////////////////////////////////////////
FOOTER ////////////////////////////////////////////////
/////////////////////////////////////////////////////*/

#footer {
	margin: 0px;
	height: 27px;
	padding-top: 48px;
	clear: left;
	background-image: url(images/general/background_footer.jpg);
	background-repeat: no-repeat;
	text-align: left;
	padding-left: 15px;
	color: #FFFFFF;
	font-size: 11px;
}

#verdographics {
	float: left;
	font-size: 10px;
	color: #678B8B;
	text-align: left;
	width: 200px;
	padding-left: 15px;
	margin-top: 5px;
	margin-bottom: 25px;
}

