/* general style */
* {
	margin: 0;
	padding: 0;
	margin-left: auto;
	margin-right: auto;
}

body {
	font-family: verdana, tahoma;
	font-size: 12px;
	color: #555555;
	background: #eeeeee;
	height: 100%;
}

h1 {
	font-family: verdana; 
	font-size: 14px;
	font-weight: bold;
	color: #849a0b;
}

p {
	margin: 5px 0 5px 0;
	text-align: justify;
}

.clear {
	clear: both;
}

#top {
	width: 952px;
	height: 7px;
	margin: 5px auto 0 auto;
	background: url('../images/top.png') no-repeat;
}

#content {
	width: 952px;
	height: 100%;
	background: url('../images/contentBG.png') repeat-y;
}

#header {
	width: 940px;
	height: 204px;
	background: url('../images/header.png') no-repeat;
	margin-top: -2px;
}

#headerContainer {
	width: 950px;
	height: 100%;
	background: #fff;
	border-left: 1px solid #dcdcdc;
	border-right: 1px solid #dcdcdc;
}

#menu {
	width: 940px;
	height: 32px;
	background: url('../images/menuBG.png') no-repeat;
}

#menu ul {
	list-style: none;
	margin: 0 0 0 12px;
	padding: 0;
}

#menu li {
	float: left;
	font-family: georgia;
	font-size: 16px;
	margin: 5px 10px 0 10px;
}

#menu li a {
	color: #fff;
	text-decoration: none;
}

#menu li a:hover {
	color: #007896;
}

#columnLeft {
	float: left;
	background: url('../images/submenuTop.png') top no-repeat;
	width: 153px;
	height: 100%;
	margin-left: 1px;
	min-height: 166px;
}

#submenu {
	padding: 0;
	padding-right: 5px;
	margin: 70px 0 0 10px;
	list-style-image: url('../images/liststyle.png');
}

#submenu li {
	list-style: none;
	font-size: 11px;
}

#submenu .title, #submenu .title a {
	color: #b2080b;
	list-style: none;
	padding: 0;
	font-size: 14px;
	margin: 15px 0 0 0;
}

#submenu .title a:hover {
	text-decoration: underline;
	color: #b2080b;
}

#submenu li a {
	color: #007896;
	font-weight: bold;
	text-decoration: none;
}

#submenu li a:hover {
	color: #849a0b;
}

#columnMid {
	float: left;
	width: 460px;
	padding: 20px 25px 20px 25px;
}

.block {
	background: url('../images/contentDivider.png') no-repeat bottom;
	width: 460px;
	padding: 0 0 60px 0;
	margin: 0 0 20px 0;
}

.block table, th {
	margin: 5px 0 0 0;
	text-align: left;
}

.exampleButton {
	width: 119px;
	height: 23px;
	background: url('../images/exampleButton.png') no-repeat;
	padding: 4px 0 0 0;
	text-align: center;
	font-size: 11,5px;
	margin-left: 0;
}

.exampleButton a {
	color: #fff;
	text-decoration: none;
}

.exampleButton a:hover {
	text-decoration: underline;
	color: #fff;
}

.order {
	width: 455px;
	height: 29px;
	background: url('../images/orderBG.png') no-repeat;
	margin-top: 10px;
}

.order p {
	float: left;
	color: #0b7d8e;
	font-size: 14px;
	font-weight: bold;
}

.order a {
	color: #fff;
	text-decoration: none;
}

.order a:hover {
	text-decoration: underline;
	color: #fff;
}

.order .ideal {
	width: 77px;
	height: 23px;
	background: url('../images/ideal.png') no-repeat;
	float: left;
	text-align: center;
	padding: 4px 0 0 0;
	margin: 2px 0 0 10px;
}

.order .booking {
	width: 129px;
	height: 23px;
	background: url('../images/booking.png') no-repeat;
	float: left;
	text-align: center;
	padding: 4px 0 0 0;
	margin: 2px 0 0 10px;
}

#columnRight {
	float: left;
	width: 270px;
	height: 100%;
	padding: 30px 0 0 0;
}

.linkpartners {
	width: 252px;
}

.linkpartners .title {
	width: 246px;
	height: 23px;
	background: url('../images/linkpartnerblockTop.png') no-repeat;
	color: #b2080b;
	font-size: 11px;
	font-weight: bold;
	padding: 3px 0 0 6px;
}

.linkpartners .mid {
	width: 250px;
	height: 100%;
	background: #bfd92e;
	border-left: 1px solid #849a0b;
	border-right: 1px solid #849a0b;
}

.linkpartners .mid ul {
	list-style: none;
	padding: 10px 0 10px 20px;
}

.linkpartners .mid ul li {
	margin: 5px 0 5px 0;
}

.linkpartners .mid ul a {
	color: #fff;
	text-decoration: none;
}

.linkpartners .mid ul a:hover {
	color: #0b7d8e;
}

.linkpartners .bottom {
	width: 252px;
	height: 5px;
	background: url('../images/linkpartnerblockBottom.png') no-repeat;
}

#footer {
	width: 952px;
	height: 28px;
	background: url('../images/footerBG.png') no-repeat;
	text-align: center;
	font-family: georgia;
	padding: 8px 0 0 0;
	font-size: 11px;
}

#footer a {
	color: #edff84;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

table.contactform {
	margin: 20px 0 20px 0;
}

table.contactform td {
	vertical-align: top;
}

table.contactform input {
	border: 1px solid #bbb;
	width: 280px;
	vertical-align: top;
}

table.contactform textarea {
	width: 280px;
	height: 50px;
	border: 1px solid #bbb;
	vertical-align: top;
}

table.contactform .postcode {
	width: 60px;
}

table.contactform .place {
	width: 214px;
}

table.contactform .warning {
	font-size: 9px;
	color: #aaa;
}

table.contactform .checkbox {
	width: 20px;
	border: 0;
	float: right;
}

table.contactform .submit {
	width: 90px;
	float: right;
}

table.contactform .submit:hover {
	background: #fff;
}

a {
	color: #007896;	
	text-decoration: none;
}

a:hover {
	color: #b2080b;
	text-decoration: underline;
}

li {
	list-style: inside;
}
