/*****************************************************
 * HTML *
 *****************************************************/
html, body {
	padding: 0px; 
	margin: 0px;
	height: 100%;
	width: 100%;
}

html {
	overflow-y: scroll;
}

body {
	background-color: #ffffff;
	margin: 0px;
	padding: 0px;
	color : #000000;
	font-family : Arial, Verdana;
	font-size : 13px;
}

td {
	font-family: Arial, Verdana;
	font-size : 13px;
}

div {
	margin: 0px;
	padding: 0px;
}

p {
	margin: 15px 0px 15px 0px;
}

img { 
	border: 0;
	vertical-align: bottom;
	margin: 0px;
	padding: 0px;
}

/*****************************************************
 * LAYOUT *
 *****************************************************/
.pageHolder {
	margin-left: 5px;
}
.topBar {
	height: 96px;
	margin-top: 3px;
	width: 950px;
	overflow: hidden;
}
.topBarLeft{
	float: left;
	width: 204px;
	height: 96px;
	overflow: hidden;
	background-image: url(images/boven_links.jpg);
	background-repeat: no-repeat;
}
.topBarLeft p {
	margin: 10px 10px 0px 0px;
	font-size: 18px;
	font-weight: bold;
	color: #ffffff;
	text-align: right;
	cursor: pointer;
}
.topBarRight{
	float: left;
	width: 745px;
	height: 96px;
	margin-left: 1px;
	overflow: hidden;
	background-image: url(images/boven_rechts.jpg);
	background-repeat: no-repeat;
	cursor: pointer;
}
.topBarRight p {
	margin: 60px 8px 0px 0px;
	font-size: 13px;
	font-weight: bold;
	color: #FD9A01;
	text-align: right;
}
 
.contentHolder {
	width: 950px;
	margin-top: 3px;
	padding: 0px;
	background-image: url(images/links_bg.jpg);
	background-repeat: repeat-y;
}
.leftMenu{
	padding: 0px;
	margin: 0px;
	float: left;
	width: 205px;
}
 
 
.menu {
	text-align: right;
	width: 165px;
	margin-left: 32px;
	margin-top: 15px;
}
 
.menu a:link, .menu a:visited, .menu a:hover {
	text-decoration: none;
	font-size: 13px;
	font-weight: bold;
	color: #333399;
}

.submenu {
	margin-bottom: 15px;
}
.submenu a:link, .submenu a:visited, .submenu a:hover {
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
	color: #333399;
}

.subscribe_link:link, .subscribe_link:visited, .subscribe_link:hover {
	display: block;
	width: 125px;
	height: 21px;
	padding-top: 4px;
	margin: 15px 40px 20px 40px;
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
	color: #343399;
	font-size: 15px;
	text-decoration: none;
	background: url(images/inscrire_bg.jpg);
}
.subscribe_link:hover {
	color: #6b6aa8;
}
.linkerbeeld {
	margin-left: 13px; 
	margin-top: 10px;
}
.organised {
	font-style: italic;
	margin: 0px;
	margin-left: 13px;
}
.content {
	float: left;
	width: 710px;
	margin-left: 29px;
	font-size: 13px;
	line-height: 20px;
	text-align: justify;
}
ul {
	list-style-image: url(images/list-item.jpg);
	list-style-type: circle;
	margin: 15px 0px 10px 50px;
	padding: 0px;
	list-style-position: outside;
}
li {
	margin: 0px 0px 10px 0px;
}

a:link, a:visited, a:hover {
	text-decoration: underline;
	font-size: 13px;
	font-weight: bold;
	color: #333399;
}
a:hover { text-decoration: none; }
 
 /*************************
  * HEADINGS *
  ************************/
h1 {
	font-size: 16px;
	color: #343399;
	font-weight: bold;
	text-decoration: none;
	padding: 0px 0px 10px 0px;
	margin: 20px 0px 20px 0px;
	border-bottom: 2px solid #343399;
	width: 100%;
}
h2 {
	font-size: 14px;
	color: #343399;
	font-weight: bold;
	text-decoration: none;
	padding: 0px 0px 00px 0px;
	margin: 15px 0px 15px 0px;
}
h3 {
	font-size: 11px;
	color: #343399;
	font-weight: bold;
	text-decoration: none;
	padding: 0px 0px 00px 0px;
	margin: 10px 0px 10px 0px;
}
h4 {
	font-size: 11px;
	color: #343399;
	font-weight: normal;
	text-decoration: underline;
	padding: 0px 0px 00px 0px;
	margin: 10px 0px 10px 0px;
}
h5 {
	font-size: 11px;
	color: #343399;
	font-weight: bold;
	text-decoration: none;
	font-style: italic;
	padding: 0px 0px 00px 0px;
	margin: 5px 0px 5px 0px;
}
h6 {
	font-size: 11px;
	color: #343399;
	font-weight: normal;
	text-decoration: none;
	font-style: italic;
	padding: 0px 0px 00px 0px;
	margin: 5px 0px 5px 0px;
}



/*****************************************************
 * Contactform *
 *****************************************************/
.textBox {
	border: 1px solid #343399;
	width: 100%;
}
.textBoxHeader {
	text-align: center;
	background-color: #343399; 
	color: #ff9900;
	font-weight: bold;
}
.textBoxLabel {
	vertical-align: top;
}
.contactInput {
	background-color: #ff9900;
	color: #000000;
	border: 1px solid #343399;
}
.contactButton {
	border: 1px solid #343399;
	color: #343399;
	background-color: #ff9900;
	font-weight: bold;
}

.itineraire {
	width: 100%;
	margin-top: 10px;
}
.itineraire tr td {
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	font-weight: bold;
	font-size: 11px;
	line-height: 16px;
	padding: 0px 2px 0px 2px;
	vertical-align: top;
	color: #FF9200;
	font-style: italic;
}
.itineraire tr td label {
	text-decoration: underline;
	font-weight: bold;
	font-size: 11px;
	color: #000000;
	font-style:normal;
}
.itineraire tr td.itineraire_heading {
	font-size: 12px;
	line-height: 16px;
	padding-left: 5px;
	text-align: center;
	font-weight: bold;
	color: #000000;
	font-style:normal;
}
.itineraire tr:first-child td {
	border-top: 1px solid #cccccc;
}
.itineraire tr td:first-child {
	border-left: 1px solid #cccccc;
}

.naw_fields input {
	width: 100%;
	border: 0px;
	border-bottom: 1px dotted black;
}

.important-text {
	color: #343399;
	font-weight: bold;
}
.legal-text {
	font-size: 11px;
	line-height: 16px;
	font-weight: normal;
}
