/** BASIC */

body {
	margin: 0px;
	padding: 0px;
	font-family: Helvetica;
}
#container {
	margin:0 auto;
	width: 986px;
	height: 600px;
	background: white url('../images/bg-container.jpg') repeat-x left top;
}
#main {
	margin:0 auto;
	width: 855px;
	height: 600px;
	background: white;
}
#header {
	height: 50px;
}
#headerContent1 {
	float: left;
	height: 50px;
	width: 260px;
	text-align: left;
}
#headerContent2 {
	float: left;
	width: 150px;
	height: 25px;
	padding-top: 15px;
	text-align: right;
}
#winkelmandje {
	float: right;
	width: 180px;
	height: 25px;
	padding: 15px 0px 0px 20px;
	text-align: right;
	color: black;
	background: url('../images/bg-minicart.gif') no-repeat left top;
	font-family: Helvetica, sans-serif;
	font-size: 0.7em;
	font-weight: normal;
	color: #14195B;
	text-align: left;
}
#winkelmandje a { COLOR: #E31919; text-decoration: underline; }
#winkelmandje a:hover { COLOR: #E31919; TEXT-DECORATION: none; }
#winkelmandje a:visited { color: #E31919;}

#visuals {
	height: 150px;
	padding-left: 2px;
	padding-right: 2px;
}
#visualsContent1 {
	float: left;
	width: 260px;
	height: 150px;
}
#visualsContent2 {
	float: left;
	padding-left: 2px;
	width: 200px;
	height: 150px;
}
#row1 {
	height: 40px;
}
#zoekbalk {
	float: left;
	width: 234px;
	height: 32px;
	padding-top: 8px;
	padding-left: 26px;
	text-align: left;
}
#zoekbalk input {
	padding: 2px;
	border: 1px solid #CCCCCC;
	background: white;
	font-size: 70%;
}
#zoekbalk .button {
	margin-left: 10px;
	padding: 2px;
	width: 40px;
	border: 1px solid #CCCCCC;
	background: white;
	font-size: 70%;
}
#breadcrumb {
	float: left;
	width: 450px;
	height: 30px;
	padding: 10px 0px 0px 4px;
	font-family: Helvetica, sans-serif;
	font-size: 0.7em;
	font-weight: normal;
	color: #6A6262;
	text-align: left;
}
#breadcrumb a { COLOR: #6A6262; text-decoration: underline; }
#breadcrumb a:hover { COLOR: #6A6262; TEXT-DECORATION: none; }
#breadcrumb a:visited { color: #6A6262;}

#row1Content3 {
	float: right;
	width: 80px;
	height: 40px;
	padding: 3px 3px 0px 0px;
	text-align: right;
	color: black;
}

#content{
	margin-left: 2px;
	margin-right: 2px;
}
#column-left {
	float: left;
	width: 260px;
	height: 100%;
}
#column-left h1 {
	height: 23px;
	margin: 0;
	padding-top: 7px;
	padding-left: 48px;
	background: #EFEFEF url('../images/bg-h1-kolomlinks.gif') no-repeat left top;
	font-family: Helvetica, sans-serif;
	font-size: 0.9em;
	font-weight: bold;
	color: #14195B;
}
#column-content {
	float: left;
	width: 589px;
	padding-bottom: 0px;
}
#nieuwsbrief{
	margin-left: 0px;
	margin-bottom: 5px;
	width: 230px;
	height: 130px;
	background: url('../images/bg-newsletter.gif') no-repeat left top;
	padding-top: 5px;
	padding-left: 15px;
	padding-bottom: 0px;
	font-size: 70%;
}
#nieuwsbrief .button {
	width: 80px;
	padding: 3px;
	border: 1px solid #A2A2A2;
	background: white;
	font-size: 100%;
}
#nieuwsbrief input {
	margin: 2px;
	padding: 3px;
	border: 1px solid #A2A2A2;
	background: white;
	font-size: 100%;
}
#merken {
	margin-top: 10px;
	margin-bottom: 15px;
	margin-left: 26px;
}
#merken select {
	width: 155px;
	padding: 3px;
	border: 1px solid #CCCCCC;
	background: white;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 70%;
}
#merken input {
	padding: 2px;
	border: 1px solid #CCCCCC;
	background: white;
	font-size: 70%;
}
#merken .button {
	margin-left: 15px;
	padding: 2px;
	width: 30px;
	border: 1px solid #CCCCCC;
	background: white;
	font-size: 70%;
}
#containerFooter {
	margin:0 auto;
	width: 986px;
	height: 110px;
	background: white url('../images/bg-containerFooter.jpg') repeat-x left bottom;
	overflow:hidden;
}
#footer{
	margin:0 auto;
	width: 855px;
	height: 110px;
	background: white;
}
.clear {
	margin: 0;
	padding: 0;
	clear: both;
	height: 1px;
	overflow: hidden;
}

.tellafriend {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
}
#copyright {
	width:851px;
	height: 40px;
	margin: 0px 2px 0px 2px;	
	padding-top: 70px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #cccccc;
	text-align: center;
	background: white url('../images/bg-copyright.jpg') repeat-x left top;
}
#copyright a { COLOR: #cccccc; text-decoration: none; }
#copyright a:hover { COLOR: #cccccc; TEXT-DECORATION: underline; }
#copyright a:visited { color: #cccccc;}

#printbutton {
	height: 40px;
	padding-top: 10px;
	padding-left: 20px;
	font-size: 10px;
}

/** LINKS */

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

.link1 {
	text-decoration: none;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
}

.link1:hover {
	text-decoration: underline;
}

.link2 {
	padding-left: 12px;
	background: url('../images/homepage08.gif') no-repeat left center;
	color: #B1F0FF
}

.link3 {
	display: block;
	height: 18px;
	background: url('../images/homepage13.gif') no-repeat left center;
	text-decoration: none;
	font-size: 10px;
	color: #FFFFFF; padding-left:5px; padding-right:0px; padding-top:2px; padding-bottom:0px
}


/** MENU */

#menu	  {
	width: 260px;
	margin-bottom: 26px;
}

.menulink li a { 
	display: block;
	text-decoration: none;
	width: 220px;
	padding: 7px 12px 7px 28px;
	color: #6A6262;
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}
.menulink li a:hover {
	background: url('../images/bg-menuhover.gif') no-repeat left top; 
	color: #E31919;
	text-decoration: none;
}

.menulink ul {
	list-style: none;
	border: none;
	margin: 0;
	padding: 0;
}

.menulink li {
	border-bottom: 1px dotted #B4ADAD;
}

.menulink2 li a { 
	display: block;
	text-decoration: none;
	width: 100%;
	padding: 1px 5px 3px 35px;
	color: #E31919;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
}
.menulink2 li a:hover {
	color: #E31919;
	text-decoration: underline;
	background: none;
}

.menulink2 ul {
	list-style: none;
	border: none;
	margin: 0;
	padding: 0;
}

.menulink2 li {
	border-bottom: 0px solid #000;
}


/** FORMS */

.formulier    {
    border-width: 1px;
    border-style: dashed;
    border-color: #cccccc;
    padding: 15px;
    width: 450px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
}
.formulier label    {
    float: left;
    width: 150px;
    text-align: right;
    margin-right: 15px;
}
.formulier input    {
    background-color: #f5f5f5;
    font-size: x-small;
    border-width: 1px;
    border-style: solid;
    border-color: #cccccc;
    margin-bottom: 10px;
}
.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: 4px;
	margin-bottom: 10px;
	font-family: Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	color: #14195B;
}

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

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

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


/** TEKSTS */
.red {
	color: #E31919;
}

.maintext {
    text-align: left;
	padding-top: 0px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 12px;
	color: #6A6262;
	line-height: 15px;
}
.maintextMain {
    text-align: left;
	padding-top: 0px;
	padding-bottom: 10px;
	padding-left: 30px;
	padding-right: 30px;
	font-size: 12px;
	color: #6A6262;
	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: 0;
	width: 220px;
	padding: 20px 12px 0px 28px;
	font-size: 12px;
	color: #6A6262;
	line-height: 15px;
}

#extratextIndex {
	float: left;
	margin: 0;
	padding: 10px 12px 0px 20px;
	font-size: 12px;
	color: #6A6262;
	line-height: 15px;
}
td {
	font-size: 12px;
	color: #6A6262;
	line-height: 15px;
}

/** NIEUWS */

.news_date {
	font-family: Arial;
	font-size: 10px;
	font-weight: normal;
	color: #B0B0B0;
}
.news_title {
    text-align:left;
	font-family: Helvetica, Arial;
	font-size: 12px;
    font-weight: bold;
	color: #14195B;
 }
.news_title a { COLOR: #14195B; text-decoration: none; }
.news_title a:hover { COLOR: #14195B; TEXT-DECORATION: underline; }
.news_title a:visited { color: #14195B;}

.news_text {
    text-align:left;
	font-family: Arial, Helvetica, Tahoma;
	font-size: 12px;
	color: #6A6262;
	line-height: 15px;
	padding-top: 7px;
}
.news_details {
	font-family: Tahoma, Arial;
	font-size: 11px;
	font-weight: bold;
	color: #5b5b5b;
}

/** MODULES */

.bookingterms {
	font-family: Arial;
	font-size: 8px;
	font-weight: normal;
	color: #000000;
	letter-spacing: 1px;
	}
#flags img {
	margin: 3px;
}
