

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* ++++++++++++++++++++++++++++++ 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:Helvetica;
	font-size:11px;
	color:#6b6b6b;
	background-color:#080808;
	margin: 0px; 
    height: 100%; 
    text-align: center;
	background:url(images/layout/bg.jpg) #080808 repeat-x top;
}

div#wrapper {
	position:relative;
	margin: 0px auto;
	width:1104px;
	height:710px;
	background-image:url(images/layout/verf.gif);
	background-position:left bottom;
	background-repeat:no-repeat;
	overflow:visible;
	top:10px;
}
	

p {
	font-size:11px;
}

b {
	font-weight:bold;
}

h1 {
	font-size:18px;
	color: #6b6b6b;
	font-weight:200;
	padding-bottom:5px;
}

h2 {
	font-size:15px;
	color: #6b6b6b;
	font-weight:200;
	padding-bottom:5px;
}

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

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

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

a.list {
	display:block;
	padding:5px;
	color:#6b6b6b;
	border-bottom:solid 1px #6b6b6b;
	clear:left;
	padding-top:7px;
}

a.list:hover {
	display:block;
	padding:5px;
	padding-top:7px;
	background-color:#e3e3e3;
	cursor:pointer;
	text-decoration:none;
}

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#container {
	position:relative;
	margin: 0px auto;
	width:820px;
	text-align:left;
}

div#content {
	position:relative;
	float:left;
	background-image:url(images/layout/body.png);
	background-repeat:repeat-y;
	width:820px;
	padding-bottom:30px;
}

div#maincontent {
	position:relative;
	float:left;
	clear:none;
	width:530px;
	left:50px;
	margin-top:30px;
	z-index:0;
}

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

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

div#maincontent h1 {
	margin-bottom:10px;
	padding-bottom:5px;
	margin-top:10px;
	float:left;
	clear:left;
	border-bottom:#c7d200 solid 3px;
}

div#maincontent h2 {
	margin-bottom:10px;
	padding-bottom:3px;
	margin-top:5px;
	float:left;
	clear:left;
	border-bottom:#dd0d69 solid 2px;
}

div#maincontent p a:link, div#maincontent p a:visited, div#maincontent p a:active, div#maincontent p a {
	color:#dd0d69;
	text-decoration:underline;
}

div#maincontent p a:hover {
	color:#dd0d69;
	text-decoration:none;
}

div#maincontent ol {
	margin-bottom:10px;
	margin-left:15px;
	line-height:20px;
}

div#maincontent li {

}

div#maincontent ul {
	line-height:20px;
	margin-left:20px;
	clear:left;
}

div#text_content {
	position:relative;
	float:left;
	width:320px;
}

div#buttons {
	position:relative;
	float:left;
	margin-top:20px;
	width:740px;
}

div#buttons img {
	position:relative;
	float:left;
	left:20px;
}

.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 {
	position:relative;
	float:left;
	width:820px;
	height:111px;
	background-image:url(images/layout/header.png);
}

img#logo {
	position:relative;
	float:left;
	top:6px;
	left:45px;
}

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;
}

.block_top {
	left:-10px;
	bottom:-30px;
}

.block_bottom {
	left:-10px;
}

.block {
	background:url(images/layout/desc_body.jpg) repeat-y;
	width:640px;
	min-height:125px;
	margin-top:30px;
	-moz-border-radius:4px;
	padding:0px 30px 10px 30px;
	position:relative;
	float:left;
	left:-10px;
}

/* BANNER 2  ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

div#banner_2 {
	width:160px;
	float:right;
	position:relative;
	right:10px;
	background:url(images/layout/rightbanner_bg.png) repeat-x;
	padding:20px;
	padding-top:40px;
	padding-bottom:10px;
	min-height:425px;
}

div#banner_2 h1 {
	color:#ffffff;
	margin-bottom:10px;
	padding-bottom:5px;
	float:left;
	clear:left;
	border-bottom:#c7d200 solid 3px;
}

div#banner_2 h2 {
	color:#ffffff;
	margin-bottom:10px;
}

div#banner_2 p {
	margin-bottom:5px;
	color:#ffffff;
	line-height:20px;
	text-align:left;
	clear:left;
}

div#banner_2 a {
	color:#c7d200;
}

div#banner_2  b {
	color:#ffffff;
}

.header_link {
	margin-top:20px;
}

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;
}

.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;
	padding-top:30px;
}

.align_right {
	float:right;
	position:relative;
	width:235px;
	padding-top:30px;
}

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



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

div#footer {
	clear:both;
	width:820px;
	height:17px;
	background-image:url(images/layout/footer.png);
	background-position:bottom;
	background-repeat:no-repeat;
}

div#footer p {
	position:relative;
	float:right;
	text-align:right;
	width:790px;
	top:15px;
	right:15px;
	font-size:10px;
	color:#9a999a;
}



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

