* {
	margin: 0;
	padding: 0;
	outline: hidden;
}
body {
	background-color: #f0f0f0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-bottom: 30px;
}
hr {
	margin: 10px 0 10px 0;
	display: block;
	height: 1px;
	border: none;
	border-top: 1px solid #d3d3d3;
	clear: both;
}
a img {
	border: none;
}
p {
	margin-bottom: 15px;
}
h1 {
	font-size: 26px;
	margin-bottom: 15px;
	color: #000;
}
h2 {
	font-size: 13px;
	color: #000;
	margin-bottom: 15px;
}
h3, h4, h5  {
	font-size: 13px;
	color: #000;
	margin-bottom: 15px;
}
a {
	color: #dc0711;
	text-decoration: none;
	cursor: pointer;
}
a:hover, a.hover {
	color: #dc0711;
	text-decoration: underline;
}
i {
	font-size: 11px;
}
.greyborder {
	border: 1px solid #aaa;
}
.videothumb {
	display: block;
	float: left;
	width: 60px;
	height: 60px;
	border: 1px solid #aaa;
	margin: 0 7px 8px 0;
}

ul.nobottom {
	margin-bottom: 0px;
	line-height: 18px;
}
table input, table textarea {
	width: 400px;
	border: 1px solid #999;
	padding: 1px;
	background-color: #FFF;
}
table select {
	width: 404px;
	border: 1px solid #999;
}
table input.normal, table select.normal, table textarea.normal {
	width: auto;
	border: none;
}
table input.small, table select.small, table textarea.small {
	width: 40px;
}
table input.medium, table select.medium, table textarea.medium {
	width: 85px;
}
table input.medlong, table select.medlong, table textarea.medlong {
	width: 290px;
}
table td {
	line-height: 22px;
	vertical-align: top;
}
table td.normal {
	line-height: normal;
}

#header {
	display: none;
}
#header a {
	padding: 0 15px 0 15px;
	border-right: 1px solid #959595;
	color: #959595;
	text-decoration: none;
}
#header a:hover {
	text-decoration: underline;
}
#header form {
	padding-left: 15px;
	display: inline;
}
#header input {
	height: 18px;
	border: 1px solid #cdcdcd;
	line-height: 18px;
	text-indent: 3px;
}
#header input.submit {
	height: 20px;
	width: 20px;
	background: none;
	background-image: url('/img/search.gif');
	border: none;
	display: inline;
}
#header a.switch {
	border: none;
	padding: 0;
	margin-right: 10px;
}

#wrapper {
	width: 520px;
	background-color: #fff;
}
#navigation {
	display: none;
}
#navigation a {
	display: block;
	float: left;
	padding: 0 15px 0 15px;
	border-right: 1px solid #dc0711;
	background-image: url('/img/navigation.gif');
	background-position: top;
	color: #000;
	text-decoration: none;
}
#navigation a:hover, #navigation a.hover {
	background-position: bottom;
	color: #dc0711;
}
#breadcrumbs {
	display: none;
}
#breadcrumbs a {
	color: #9a9a9a;
	text-decoration: none;
}
#breadcrumbs a:hover {
	color: #dc0711;
	text-decoration: underline;
}
a.readmore {
	display: block;
	line-height: 20px;
	height: 20px;
	padding-left: 25px;
	background-image: url('/img/readmore.gif');
	background-color: #FFF;
	background-position: left;
	background-repeat: no-repeat;
	float: left;
	color: #000;
}

/* homepage columns */
#home_big_column {
	padding: 0 10px 0 10px;
	width: 728px;
	float: left;
}
#home_big_column table a {
	margin-bottom: 12px;
	display: block;
}
.homebooking {
	height: 100px;
}
.homenews {
	height: 329px;
}

/* left column */
#left_column {
	display: none;
}
#left_column a {
	display: block;
	margin-bottom: 2px;
	border: 1px solid #d2d2d2;
	background-image: url('/img/menu_back.gif');
	line-height: 18px;
	text-decoration: none;
	color: #000;
	padding-left: 18px;
}
#left_column a img {
	float: left;
	height: 18px;
	width: 18px;
	margin-left: -18px;
}
#left_column a.sub, #left_column a.subsub {
	padding-left: 28px;
	background-color: #FFF;
	background-image: none;
}
#left_column a.subsub {
	padding-left: 38px;
}
#left_column a:hover, #left_column a.hover {
	color: #dc0711;
}

/* middle column */
#middle_column, #form_middle_column {
	float: left;
	width: 520px;
	padding-right: 15px;
}
#form_middle_column {
	width: 700px;
}
#content {
	border-left: 1px solid #dc0711;
	padding-left: 15px;
	color: #6c6c6c;
}
.paddingbottom {
	margin-bottom: 15px;
}
#right_column .paddingbottom {
	margin-bottom: 10px;
}

/* common right column */
#right_column {
	display: none;
}
#right_column h2 {
	background-color: #999;
	border: 1px solid #919191;
	color: #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	height: 15px;
	line-height: 15px;
	margin-bottom: 2px;
	text-indent: 5px;
}
#right_column strong {
	color: #000;
}
#right_column .box {
	border: 1px solid #cecece;
	background-color: #eee;
	font-size: 11px;
	padding: 6px;
	margin-bottom: 10px;
	color: #6c6c6c;
	line-height: 14px;
}
#right_column .darker {
	background-color: #7893b4;
	font-size: 20px;
	line-height: 24px;
	font-weight: bold;
	color: #000;
}
#right_column select {
	width: 100%;
	background-color: #e2e2e1;
	border: none;
}
#right_column a.hover {
	text-decoration: underline;
}

/* footer */
#footer {
	display: none;
}
#footer a {
	text-decoration: none;
	color: #9a9a9a;
}

/* homepage classes */
.falcon1, .falcon2, .falcon3 {
	vertical-align: top;
	padding: 10px 10px 0 10px;
}
.falcon1 {
	background-image: url('/img/falcon_1.gif');
}
.falcon2 {
	background-image: url('/img/falcon_2.gif');
}
.falcon3 {
	background-image: url('/img/falcon_3.gif');
}

/* blokjes op de voorkant */


/* content */
ul {
	margin-left: 10px;
	margin-bottom: 15px;
}
li {
	list-style-type: square;
	margin-left: 10px;
}
#counterimg {
	display: none;
}