

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* ++++++++++++++++++++++++++++++ D E F A UL T   C S S   F I L E ++++++++++++++++++++++++++++++ */
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

/* MAIN STYLES ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

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

body {
	overflow: -moz-scrollbars-vertical;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#626262;
}

p {
	font-size:12px;
}

b {
	color:#626262;
	font-weight:bold;
}

h1 {
	font-size:16px;
	font-weight:bold;
	color: #00b6de;
}

h2 {
	font-size:14px;
	color:#626262;
}

h3 {
	font-size:12px;
	color:#626262;
}

a:link, a:visited, a:active {
	color:#00b6de;
	text-decoration:none;
}

a:hover {
	color:#00b6de;
	text-decoration:underline;
}

a.list {
	display:block;
	padding:5px;
	color:#626262;
	border-bottom:solid 1px #626262;
}

a.list:hover {
	display:block;
	padding:5px;
	background-color:#8cc63f;
	cursor:pointer;
	text-decoration:none;
	color:#ffffff;
	border-bottom:solid 1px #8cc63f;
}

a.list h2 {
	color: #00b6de;
}

a.list:hover h2 {
	color: #ffffff;
}

a.list:hover b {
	color:#ffffff;
}

a.no-click {
	cursor: default;
}

div#map {
	position:relative;
	width:490px;
	height:400px;
}



/* CONTAINER - MAIN CONTENT ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

div#widthcontainer {
	width:100%;
	position:relative;
	float:left;
	height:100%;
	background-color:#ffffff;
	background-image:url(images/layout/bg_header.jpg);
	background-repeat:repeat-x;
}

div#container {
	position:relative;
	float:right;
	right:50%;
	margin-right:-365px;
	min-width:730px;
	width:730px;
	top:0px;
}

div#content {
	position:relative;
	float:left;
	background-color:#ffffff;
	width:730px;
	color:#626262;
	margin-bottom:20px;
}

div#maincontent {
	position:relative;
	float:left;
	clear:none;
	margin-top:10px;
	width:524px;
	line-height:14px;
	margin-right:10px;
}

div#maincontent img {
	position:relative;
	float:left;
}

div#maincontent p {
	margin-bottom:10px;
	text-align:justify;
	line-height:18px;
}

div#maincontent h1 {
	margin-bottom:10px;
	margin-top:10px;
}

div#maincontent h2 {
	margin-bottom:10px;
	margin-top:5px;
}

div#maincontent li {
	margin-left:20px;
	text-align:left;
	padding-bottom:5px;
	padding-top:5px;
}

div#maincontent ol {
	margin-bottom:10px;
	margin-left:5px;
}

div#maincontent ul {
	margin-bottom:10px;
}

.indent {
	display:block;
	margin-left:10px;
	width:430px;
}

.img_content {
	border:0px;
	margin:0px 20px 20px 0px;
	position:relative;
	float:left;
}

div#cases {
	position:relative;
	float:left;
}

.img_cases {
	border:1px solid #00b6de;
	margin-right:7px;
	margin-top:15px;
	position:relative;
	float:left;
}

.img_cases_end {
	border:1px solid #00b6de;
	margin-top:15px;
	position:relative;
	float:left;
	height:120px;
	width:168px;
	background-repeat:no-repeat;
	background-position:center;
}

.img_geluk {
	position:relative;
	float:right;
	clear:right;
}

.ruler {
	margin-bottom:10px;
}



/* HEADER STYLES ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

div#head {
	width:100%;
	height:107px;
	border-bottom:solid 1px #8cc63f;
}

img#logo {
	position:relative;
	float:left;
}

div#headbanner {
	position:relative;
	float:left;
	width:524px;
	height:113px;
	margin-bottom:10px;
}

div#headlinks {
	float:right;
	position:relative;
	top:22px;
}

div#headlinks a {
	color:#626262;
}

.buttons{
	position:relative;
	float:left;
	top:-27px;
	left:0px;
	padding:5px;
	width:790px;
	text-align:center;
}

.buttons span{
	color:#a4cd39;
	padding:0 5px;
	cursor:pointer;
	font:10px Verdana
}

.buttons span.active, .buttons span:hover{ 
	color:#fff;
}

/* BANNER 2 & 3 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

div#banner_1 {
	width:268px;
	height:108px;
	float:right;
	position:relative;
	clear:right;
	right:0px;
	background-color:#ffffff;
	margin-bottom:2px;
    margin-top:5px;
}

div#banner_1 h2 {
	color:#a4cd39;
	font-weight: bolder;
	margin-left:10px;
	margin-top:5px;
	margin-bottom:10px;
	margin-top:10px;
}

div#banner_1 a {
	background-image:url(images/layout/pointer_small_white.jpg);
	background-repeat:no-repeat;
	background-position:center left;
	font-size:9px;
	color:#a4cd39;
	margin-left:10px;
	margin-right:10px;
	display:block;
	padding: 7px 5px 7px 20px; /* padding: T R B L */
	border-bottom:dotted 1px #a7a9ac;
}

div#banner_1 a:hover {
	background-image:url(images/layout/pointer_small_white_h.jpg);
	background-repeat:no-repeat;
	background-position:center left;
	color:#a7a9ac;
	margin-left:10px;
	margin-right:10px;
	display:block;
	padding: 7px 5px 7px 20px; /* padding: T R B L */
	border-bottom:dotted 1px #a7a9ac;
	cursor:pointer;
	text-decoration:none;
}

div#banner_2 {
	width:176px;
	float:right;
	position:relative;
	clear:right;
	right:0px;
	background-color:#8cc63f;
	margin-top:10px;
	padding:10px;
	padding-top:30px;
	padding-bottom:30px;
}

div#banner_2 p {
	margin-bottom:20px;
	font-style:italic;
	color:#ffffff;
	line-height:16px;
}

div#banner_2 a {
	color:#ffffff;
}

div#banner_2  b {
	color:#ffffff;
}

div#banner_3 {
	width:268px;
	height:190px;
	float:right;
	position:relative;
	clear:right;
	right:0px;
	background-color:#a7a9ac;
	margin-bottom:2px;
}

div#banner_3 h2 {
	color:#ffffff;
	font-weight: bolder;
	margin-left:10px;
	margin-top:5px;
	margin-bottom:10px;
	margin-top:10px;
}

div#banner_3 a {
	background-image:url(images/layout/pointer_small_darkgrey.jpg);
	background-repeat:no-repeat;
	background-position:center left;
	font-size:9px;
	color:#ffffff;
	margin-left:10px;
	margin-right:10px;
	display:block;
	padding: 7px 5px 7px 20px; /* padding: T R B L */
	border-bottom:dotted 1px #ffffff;
}

div#banner_3 a:hover {
	background-image:url(images/layout/pointer_small_darkgrey_h.jpg);
	background-repeat:no-repeat;
	background-position:center left;
	margin-left:10px;
	margin-right:10px;
	display:block;
	padding: 7px 5px 7px 20px; /* padding: T R B L */
	border-bottom:dotted 1px #ffffff;
	cursor:pointer;
	text-decoration:none;
}

.newslink {
	border-top:dotted 1px #ffffff;
	float:left;
	width:264px;
	position:absolute;
	bottom:5px;
}

.newslink a {
	background-image:url(images/layout/pointer_small_darkgrey.jpg);
	background-repeat:no-repeat;
	background-position:center left;
	position:relative;
	float:left;
	font-size:12px;
	font-style:italic;
	font-weight:bold;
	color:#ffffff;
	display:block;
	margin-left:20px;
	margin-top:6px;
	padding: 2px 20px 2px 20px; /* padding: T R B L */
}

.newslink a:hover {
	background-image:url(images/layout/pointer_small_darkgrey_h.jpg);
	background-repeat:no-repeat;
	background-position:center left;
	position:relative;
	float:left;
	font-size:12px;
	font-style:italic;
	font-weight:bold;
	text-decoration:none;
	color:#ffffff;
	display:block;
	margin-left:20px;
	margin-top:6px;
	padding: 2px 20px 2px 20px; /* padding: T R B L */
}

.bannerlink {
	font-weight:bold;
}



/* TABLES +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.table {

}

.table img {
	border:0px;
}

.row_header td {
	height:20px;
	font-weight:bold;
	padding-left:10px;
	background-color:#ffffff;
	border:1px solid #dcdcdc;
}

.row td {
	height:20px;
	border-bottom:1px solid #dcdcdc;
	padding-left:10px;
}




/* DIV LEFT / RIGHT +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.align_left {
	float:left;
	position:relative;
	width:235px;
}

.align_right {
	float:right;
	position:relative;
	width:235px;
}

.align_center {
	float:left;
	position:relative;
	clear:both;
	width:480px;
}



/* FOOTER +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

a.w3c {
	font-size:8px;
	position:relative;
	float:left;
	display:block;
	padding:2px;
	color:#ffffff;
	border:#ffffff solid 1px;
	margin-left:5px;
}

a.w3c:hover {
	color:#a4cd39;
	text-decoration:none;
	border:#a4cd39 solid 1px;
}

div#footer {
	clear:both;
	width:100%;
	height:140px;
	border-top:solid 1px #8cc63f;
	background-color:#ffffff;
	background-image:url(images/layout/bg_footer.jpg);
	background-position:bottom;
	background-repeat:repeat-x;
}

div#footer_content {
	position:relative;
	float:right;
	right:50%;
	margin-right:-365px;
	min-width:730px;
	width:730px;
	top:0px;
}

div#footer p {
	position:relative;
	float:left;
	margin-top:15px;
}



/* CONTACT FORM +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */


