/********/
/* html */
/********/ 
* {
    padding: 0;
    margin: 0;
}

html, body {
    height: 100%;
    font-family: "century gothic", "verdana", fantasy;
    color: #666;
	text-align:center;
}

html {
    background: #e8e8e8 url(../img/bg/html_achtergrond.png) repeat-x bottom center;
    background-attachment: fixed;
    overflow-y: scroll;
}

#page {
	width:970px;
	position:relative;
	margin: 0 auto;
}

#header {
    z-index: 99;
    width: 970px;
    height: 195px;
    background: url(../img/bg/header.png) no-repeat top;
    margin: 0 auto;
}

#logo h1 {
    display: none;
}

#menu {
    z-index: 99;
    position: absolute;
    top: 138px;
	width:670px;
	height:50px;
	text-align:left;
	position:absolute;
	left:0;
}

#contentbox {
    z-index: 1;
    position: relative;
    width: 970px;
    background: url(../img/bg/bottomofbox.png) no-repeat bottom center;
    margin: 0 auto;
    padding-bottom: 20px;
	float:left;
}

#content {
    z-index: 1;
    width: 920px;
    background: url(../img/bg/boxbackg.png) repeat-y;
    position: relative;
    padding:0 25px 0 25px;
    text-align: justify;
	float:left;
}

#page_text {
   width:920px;
   float:left;
}

#content h1 {
    font-family: "comic sans ms", cursive;
    font-size: 16pt;
    font-weight: normal;
    color: #00687d;
    padding-bottom: 14px;
}

#content h2 {
    font-family:"century gothic","verdana",fantasy;
  	color:#00687D;
 	font-size:15pt;
	font-weight:bold;
	margin:0;
	padding:0;
}

#content h3 {
    font-family:"century gothic","verdana",fantasy;
  	color:#00687D;
 	font-size:14pt;
	font-weight:bold;
	margin:0;
	padding:0;
}

#content h4 {
    font-family:"century gothic","verdana",fantasy;
  	color:#00687D;
 	font-size:13pt;
	font-weight:bold;
	margin:0;
	padding:0;
}

#content h5 {
    font-family:"century gothic","verdana",fantasy;
  	color:#00687D;
 	font-size:12pt;
	font-weight:bold;
	margin:0;
	padding:0;
}

#content p {
    padding-bottom: 1em;
}

#content a {
    color: #00687d;
}

#content a:hover {
    color: #00b5cc;
}

.link img {
    border: none;
}

#top_quote {
    width: 920px;
    height: 104px;
    line-height: 104px;
    color: white;
    font-family: "comic sans ms", cursive;
    font-weight: normal;
    font-size: 16pt;
	float:left;
	position:relative;
	margin-bottom:25px;
	display:inline 
}

#banner {
    width: 920px;
    height: 104px;
	float:left;
	position:relative;
	z-index:1
}

/**
 * Ticker
 */

.cs_ticker {
	left:22px;
	top:0;
	position:absolute;
	z-index:100;
	color:#fff;
    font-family: "comic sans ms", cursive;
    font-weight: normal;
    font-size: 16pt;
}

.cs_ticker p,
.cs_ticker img,
.cs_ticker div {
	display:none;
}

#content #adres {
    padding-left: 4em;
}

#content #adres li {
    list-style: none;
    color: #00687d;
    font-weight: bold;
}

#content #adres ul {
    padding-bottom: 1em;
}

#content #adres ul li {
    color: #777;
    font-weight: normal;
}

#content li {
    list-style: none;
    color: #00687d;
    font-size: 12pt;
    font-weight: bold;
}

#content ul {
    padding-bottom: 1em;
}

#content ul li {
    padding-left: .5em;
    color: #777;
    font-weight: normal;
}

#content #lijst li {
    list-style: none;
    color: #777;
    font-size: 12pt;
}

#content li:hover {
    color: #00687d;
    font-weight: bold;
}

#content #ul {
    padding-left: 1em;
    padding-bottom: 1em;
}

.thumbs {
}

.thumbs img {
    border: 1px solid black;
}

.thumbs img:hover {
    border: 1px solid #00b5cc;
}

.showfoto {
    width: 700px;
    margin-left: auto;
    margin-right: auto;
}

.showfoto a {
    color: black;
}

#footer {
    width: 970px;
    margin: 0 auto;
	
}

#copyright {
    width: 920px;
    font-family: "comic sans ms";
    position: relative;
    padding-top: 45px;
    padding-left: 25px;
    padding-right: 25px;
    text-align: center;
    font-size: 8pt;
    font-weight: bold;
    color: #555;
}


/* horizontal */
.cs_menu_horizontal {
	list-style:none;
	margin:0;
	padding:0;
}

.cs_menu_horizontal li {
	display:inline;
	float:left;
	min-height:35px;
	margin-right:15px;
	position:relative;
	font-family:"comic sans ms"
}

.cs_menu_horizontal li a,
.cs_menu_horizontal li a:hover {
	color:#aaaaaa;
	float:left;
	height:30px;
	line-height:30px;
	padding:0px;
	text-decoration:none;
	font-size: 18pt;
}

.cs_menu_horizontal li a.active {
	color:#00b5cc;
	border-bottom: 2px solid #00b5cc;
}

.cs_menu_horizontal li a:hover,
.cs_menu_horizontal li a.cs_active,
.cs_menu_horizontal li a.cs_hover {
	color:#00b5cc;
	border-bottom: 2px solid #00b5cc;
}

.cs_menu_horizontal li li a.cs_hover {
	border-bottom:none;
}

.cs_menu_horizontal li ul {
	display:none;
	left:0;
	list-style:none;
	margin:0;
	padding:0;
	position:absolute;
	top:34px;
	background: url(../img/bg/trans_background.png);
	border: 1px solid #00687d;
	width:200px;
	font-family:"comic sans ms"
}

.cs_menu_horizontal li li {
	margin-right:0;
	width:190px;
	padding:5px 0 0 10px;
}

.cs_menu_horizontal li li a,
.cs_menu_horizontal li li a:hover {
	display:block;
	float:none;
	font-size: 14pt;
	border-bottom:none;
}

.cs_menu_horizontal li li a {
	color:#777777;
	font-family: "comic sans ms";
}

.cs_menu_horizontal li li a:hover {
	color:#00b5cc
}

.cs_menu_horizontal li li a.active {
	border:none
}


.cs_menu_horizontal li li.cs_has_submenu a,
.cs_menu_horizontal li li.cs_has_submenu a:hover {
	background-image:url(../img/bg/has_submenu.gif);
	background-position:right top;
	background-repeat:no-repeat;
}

.cs_menu_horizontal li li.cs_has_submenu li a,
.cs_menu_horizontal li li.cs_has_submenu li a:hover {
	background-image:none;
}

.cs_menu_horizontal li li ul {
	left:200px;
	top:-1px;
}

/* forms */
.cs_form_wrapper{
	width:462px;
	margin-bottom:50px;
	position:relative;
}

.cs_feedback_info p {
	color:#FF0000;
	margin:0;
	font-weight:normal;
	padding:0;
	float:left;
}

.cs_feedback_info ul li {
	padding:0 !important;
	height:20px;
}

.cs_form_wrapper .cs_form_label label {
	font-weight:normal;
	float:left;
	font-family:"verdana",fantasy;
	font-size:16px
}

.cs_form_wrapper .cs_form_row, .cs_form_wrapper fieldset .cs_form_row {
	width:462px;
}

.cs_form_wrapper .cs_form_input input,
.cs_form_wrapper .cs_form_input textarea,
.cs_form_wrapper .cs_form_input select {
	float:right;
	margin-bottom:10px;
	width:300px;
	border:1px solid #aaaaaa;
	height:16px;
	margin-left:10px;
}

.cs_form_wrapper .cs_form_input textarea,
.cs_form_wrapper .cs_form_input select {
}

.cs_form_wrapper .cs_form_input textarea{
	height:80px;	
}

.cs_form_wrapper .cs_form_input input {
	padding-top:2px;
}

.cs_form_wrapper .cs_form_button {
	margin:10px 0 0 0;
	background:none;
	float:right;
}

.cs_form_wrapper .cs_form_button input {
	cursor:pointer;
	width:74px;
	background:#e7e7e7;
	color:#262628;
	font-family: "comic sans ms", cursive;
	font-size:12px;
	border:1px solid #aaaaaa;
}

.cs_form_wrapper .cs_form_button input:hover {
	background:#00b5cc;
	color:#fff;
	border:none;
	border:1px solid #aaaaaa;
}

#cs_gallery_imagevue_handler {
	margin-bottom:15px;
}


