/******************************
	BODY & CONTAINERS
******************************/

body {
	background: url(../images/bg-body.jpg) repeat-x;
	background-color: #ffffff;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color: #333;
	width: 100%;
	height: 100%;
	text-align: justify;
}

#optimizer{
	display: none;
}

#container_outer{
	background: url(../images/bg-top.jpg) repeat-x;
	min-height: 295px;
}

*html #container_outer{
	height: 295px;
}

#container {
	width: 769px;
	margin: 0px auto;
}

img{
	border: 0px;
}

/******************************
	TYPOGRAPHY
******************************/

h3{
	color: #8cc63f;
	font-size: 14px;
	margin-bottom: 5px;
}

a:link, a:visited, a:active{
	text-decoration: underline;
	color: #8cc63f;
}

a:hover{
	text-decoration: none;
}

strong{
	font-weight: bold;
	text-decoration: underline;
	color: #8CC63F;
}


/******************************
	TOP
******************************/

#nav{
	margin: 0px;
	padding: 0px;
	height: 323px;
}

/******************************
	CONTENT
******************************/

#middle{
	margin: 25px 0 25px 0;
}

#content_left{
	width: 240px;
	float: left;
	margin: 0 30px 0px 30px;
}

*html #content_left{
	margin: 0 30px 0px 15px;
}

#content_right{
	width: 450px;
	float: left;
	line-height: 16px;
}



#htmlnav{
	text-align: center;
	margin-top: 25px;
	color: #8cc63f;
}

.nieuwsitem{
	margin-top: 15px;
	padding-bottom: 5px;
}

.nieuws_datum{
	color: #8cc63f;
	font-weight: bold;
}

.nieuws_titel{
	font-weight: bold;
}

.nieuws_meerinfo{
	float: right;
}

#businesscard_content{
	background-color: #8cc63f;
	color: #FFFFFF;
	padding: 0 15px 0 15px;
	width: 207px;
}

#businesscard_content a:link, #businesscard_content a:visited, #businesscard_content a:active{
	color: #FFFFFF;
	text-decoration: none;
}

#businesscard_content a:hover{
	text-decoration: underline;
}

#businesscard_top{
	margin-top: 15px;
	width: 237px;
	height: 12px;
	background: url(../images/business_top.gif) bottom;
	background-repeat: no-repeat;
}

#businesscard_bottom{
	width: 237px;
	height: 12px;
	background: url(../images/business_bottom.gif);
	background-repeat: no-repeat;
}

.businesscard_logo{
	margin-bottom: 10px;
	margin-top: 5px;
}

/******************************
	LEFTNAV
******************************/

#subnav{
	width: 240px;
}

.mainknop a, .mainknop a:visited, .mainknop a:active{
	display: block;
	width: 220px;
	height: 25x;
	color: #ffffff;
	padding: 10px;
	background-image: url(../images/knop_off.gif);
	background-repeat: no-repeat;
	text-decoration: none;
	margin-bottom: 10px;
	font-weight: bold;
}

.mainknop_current a, .mainknop_current a:active, .mainknop_current a:visited, .mainknop a:hover{
	display: block;
	width: 220px;
	height: 25x;
	color: #ffffff;
	padding: 10px;
	background-image: url(../images/knop_on.gif);
	background-repeat: no-repeat;
	text-decoration: none;	
	margin-bottom: 10px;
	font-weight: bold;
}

/******************************
	FORMS
******************************/

form{
	margin: 0;
	padding: 0;
}

.formLijn {
	text-align: left;
	vertical-align: middle;
	margin-bottom: 1px;
	height: 27px;
	width: 400px;
	border-bottom: 1px solid #ebebcf;
	margin-top: 2px;
	float: left;
	padding-top: 3px;
}

.formLijn2 {
	text-align: left;
	vertical-align: middle;
	margin-bottom: 1px;
	height: 27px;
	width: 400px;
	margin-top: 2px;
	float: left;
	padding-top: 3px;
}

.formVeld {
	width: 110px;
	float: left;
	margin-right: 15px;
	height: 27px;
	vertical-align: middle;
	padding-left: 10px;
	padding-top: 3px;
}

.input {
	background-color: #ffffff;
	border: 1px solid #8cc63f;
	font-size: 11px;
	padding: 2px;
	width: 200px;
	color: #666666;
}

.button {
	background-color: #2d2d2d;;
	border: 1px solid #8cc63f;
	color: #ffffff;
	font-size: 10px;
	padding: 2px;
	text-transform: uppercase;
}

/******************************
	COMMON USED
******************************/

.clear{
	clear: both;
}

.line, .lineleft{
	height: 1px;
	margin-bottom: 10px;
	border-bottom: 1px solid #d5eab9;
}

*html .line{
	margin-top: -22px;
}

*html .lineleft{
	margin-top: -12px;
}

blockquote{
	font-style: italic;
	font-weight: bold;
	color: #8cc63f;
	font-size: 16px;
	text-align: center;
	margin: 25px 0 25px 0;
	padding: 0;
}

/******************************
	THUMBS
******************************/
.pics{
	width: 240px;
}
.thumbcont{
	border: 3px solid #8cc63f;
	width: 50px;
	height: 50px;
	margin: 0 4px 4px 0;
	float: left;
	cursor: pointer;
}
.thumbcont:hover{
	border: 3px solid #000000;
}
.thumb{
	clip:rect(0px 50px 50px 0px);
	position: absolute;
}

