/** BASIC */

body {
	margin: 0px;
	padding: 0px;
	background: #000000 url('../images/back2.jpg') no-repeat left top;
}
.logo {
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 15px;
}
#zoekbalk {
	float: left;
	width: 160px;
	height: 30px;
	text-align: right;
	padding-top: 6px;
	z-index: 99999;
}

#zoekbalk input {
	padding: 3px;
	border: 1px solid #000;
	background: #3E3E3E;
	font-size: 11px;
	color: silver;
}
#zoekbalk .button {
	margin-left: 10px;
	width: 35px;
	padding: 3px;
	border: 1px solid #000;
	background: #3E3E3E;
	font-size: 11px;
}
.searchstring {
	width: 80px;
}

.breadcrumb {
	float: left;
	width: 590px;
	padding-top: 0px;
	padding-bottom: 8px;
	padding-left: 0px;
	padding-right: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: red;
	text-align:left;
}
.breadcrumb a { color: red; text-decoration: none; }
.breadcrumb a:hover { color: red; TEXT-DECORATION: underline; }
.breadcrumb a:visited { color: red;}

.tellafriend {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
}
.copyright {
	width: 790px;
	margin-top: 11px;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #ffffff;
}
.copyright a { COLOR: #ffffff; text-decoration: underline; }
.copyright a:hover { COLOR: #ffffff; TEXT-DECORATION: none; }
.copyright a:visited { color: #ffffff;}

#printbutton {
	margin-top: 20px;
}

/** LINKS */

a { color: #ffffff; text-decoration: underline; }
a:hover { color: #ffffff; TEXT-DECORATION: none; }
a:visited { color: #ffffff;}


/** MENU */

#menu	  {
	width: 100%;
	height: 36px;
	background: #222222;
	text-align: left;
}

/** FORMS */

.formulier    {
    border-width: 2px;
    border-style: dotted;
    border-color: #484848;
    padding: 15px;
    width: 710px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
}
.formulier label    {
    float: left;
    width: 225px;
    text-align: right;
    margin-right: 15px;
}
.formulier input    {
    background-color: #f5f5f5;
    border-width: 1px;
    border-style: solid;
    border-color: #cccccc;
    margin-bottom: 10px;
	padding: 2px;
	font-size: 100%;
}
.formulier select
    {
    width: 150px;
    font-size: x-small;
    background-color: #f5f5f5;
    border-color: #cccccc;
    border-style: solid;
    border-width: 1px;
    margin-bottom: 10px;
}
.formulier textarea
    {
    width: 250px;
    height: 100px;
    background-color: #f5f5f5;
    border-width: 1px;
    border-style: solid;
    border-color: #cccccc;
    font-family: Arial, Helvetica, sans-serif;
    font-size: small;
    margin-bottom: 10px;
}

/** HEADINGS */

h1 {
	margin-top: 10px;
	margin-bottom: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 150%;
	font-weight: bold;
	color: #fff;
}

h2 {
	margin-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 130%;
	font-weight: bold;
	color: #fff;
}

h3 {
	color: #4F9034;
	margin-bottom: 10px;
	font-family: Arial;
	font-size: 12px;
	color: #fff;
}

h4, h5, h6 {
	color: #fff;
	margin-bottom: 10px;
}


/** TEKSTS */

.maintext {
	margin-top: 10px;
	margin-left: 15px;
	width: 750px;
	background: #282828 url('../images/back_maintext.jpg') no-repeat left top;
	border-bottom: dotted 2px red;
    text-align: left;
	padding-top: 15px;
	padding-bottom: 10px;
	padding-left: 20px;
	padding-right: 20px;
	font-family: Verdana, Arial;
	font-size: 11px;
	color: silver;
	line-height: 15px;
}
.extratext {
    text-align:left;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
	font-family: Verdana, Arial;
	font-size: 11px;
	color: #000000;
	line-height: 15px;
}
#nieuws 	  {
	float: left;
	margin-left: 10px;
	margin-bottom: 15px;
	width: 240px;
	background: url('../images/kopnieuws.gif') no-repeat left top;
	padding-top: 20px;
	padding-left: 0px;
	padding-bottom: 20px;
}
#extratext 	  {
	float: left;
	margin-left: 20px;
	margin-bottom: 15px;
	width: 198px;
	padding-top: 10px;
	padding-left: 0px;
	padding-bottom: 20px;
}
td {
	font-family: Verdana, Arial;
	font-size: 11px;
	color: silver;
}

/** NIEUWS */

.newslistItems {
	padding-top: 10px;
}
.newslistItem {
	padding-bottom: 15px;
}
.newslistDate {
	font-family: Arial;
	font-size: 10px;
	font-weight: normal;
	color: #B0B0B0;
}
.newslistTitle h2{
	font-size: 14px;
	margin-bottom: 3px;
}
.newslistTitle h3{
	font-size: 12px;
	margin-bottom: 3px;
}
.news_date {
	font-family: Arial;
	font-size: 10px;
	font-weight: normal;
	color: red;
}
.news_title {
    text-align: left;
	font-family: Verdana, Arial;
	font-size: 11px;
    font-weight: bold;
	color: #ffffff;
 }
.news_title a { COLOR: #ffffff; text-decoration: underline; }
.news_title a:hover { COLOR: #ffffff; TEXT-DECORATION: none; }
.news_title a:visited { color: #ffffff;}

.news_text {
    text-align:left;
	font-family: Verdana, Arial;
	font-size: 11px;
	color: silver;
}
.news_details {
	font-family: Verdana, Arial;
	font-size: 11px;
	font-weight: bold;
	color: silver;
}
#news_comments {
	margin: 10px;
	padding-top: 20px;
}
.news_comment {
	margin-top: 6px;
	margin-bottom: 4px;
	padding: 10px;
 	font-family: Tahoma, Arial;
	font-size: 11px;
	color: #5b5b5b;
	background-color: #3E3E3E;
}
.news_comments_form {
	margin-top: 10px;
	padding: 10px;
	background-color: #3E3E3E;
}

/** MODULES */
#items {
}
.bookingterms {
	font-family: Arial;
	font-size: 8px;
	font-weight: normal;
	color: #000000;
	letter-spacing: 1px;
	}
#flags img {
	margin: 3px;
}
.downloadfile  {
	padding-top: 4px;
	padding-bottom: 3px;
	padding-left: 25px;
	background: url('../dbimg/cms/icon-pdf.gif') no-repeat left center;
	font-size: 110%;
}
.boxok {
	margin-top: 20px;
	margin-bottom: 20px;
	padding-top: 10px;
	padding-left: 40px;
	padding-bottom: 10px;
	font-size: 11px;
	color: #446423;
	border: 1px solid #446423;
	background: #EFF5EA url('../images/cms/boxok.gif') no-repeat top left;
}

.boxnok {
	margin-top: 20px;
	margin-bottom: 20px;
	margin-right: 30px;
	padding-top: 10px;
	padding-left: 40px;
	padding-bottom: 10px;
	font-size: 11px;
	color: #EB340A;
	border: 1px solid #EB340A;
	background: #FAEBE7 url('../images/cms/boxnok.gif') no-repeat top left;
}