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

html {overflow-y: scroll;}

body {
	font-family: calibri, tahoma;
	font-size: 12px;
	color: #666;
	background: #ffe989 url('../images/bg.png') repeat-x;
	height: 100%;
}

h1 {
	font-family: comic sans ms;
	font-size: 15px;
	font-weight: bold;
	color: #eb0501;
}

h2 {
	font-family: calibri;
	font-size: 14px;
	color: #eb0501;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: -5px;
}

h3 {
	font-family: calibri;
	font-size: 12px;
	width: 85px;
	margin-left: 0;
	font-weight: normal;
}

p {
	margin: 10px 0 0 0;
	text-align: justify;
	color: #7f7f7f;
	font-size: 14px;
}

a {
	color: #eb0501;
	text-decoration: none;
}

a:hover {
	color:  #f47e00;
}

.clear {
	clear: both;
}

img {
	border: 0;
}

#wrapper {
	width: 897px;
}

/* header */

#header {
	width: 897px;
	height: 252px;
	background: url('../images/header.png') no-repeat;
}

	#menu {
		padding: 217px 0 0 70px;
	}

	#menu li {
		list-style: none;
		float: left;
		margin-right: 20px;
	}

	#menu li a {
		text-decoration: none;
		font-size: 20px;
		color: #fff;
	}

	#menu li a:hover {
		text-decoration: underline;
	}

/* content */

#content {
	width: 897px;
	height: 100%;
	background: url('../images/contentbg.png') repeat-y;
}

	#columnLeft {
		width: 152px;
		height: 100%;
		float: left;
	}

		.submenu {
			width: 130px;
			margin: 20px 0 0 20px;
		}

			.submenu li.title a, .submenu li.title {
				font-family: comic sans ms;
				font-size: 15px;
				color: #eb0501;
				text-decoration: none;
				font-weight: bold;
				list-style: none;
				margin: 10px 0 0 0;
				padding: 0;
			}

			.submenu li.title a:hover {
				text-decoration: underline;
			}

			.submenu li, .submenu li a {
				color: #f47e00;
				text-decoration: none;
				font-size: 15px;
				font-weight: bold;
				margin: 0;
				padding: 0;
				list-style: inside;
				list-style-image: url("../images/styleType.png");
			}

			.submenu li a:hover {
				color: #ec1612;
			}

	#columnMid {
		width: 480px;
		float: left;
		height: 100%;
		padding: 20px 0 0 0;
	}

		.block {
			width: 414px;
			background: url('../images/ornament.png') bottom no-repeat;
			padding: 0 0 30px 10px;
			font-size: 14px;
			margin-bottom: 20px;
		}

			.block table {
				width: 424px;
				margin-top: 10px;
			}

			.block table th {
				text-align: left;
				width: 80px;
				color: #f47e00;
			}

			.exampleButton {
				width: 131px;
				height: 31px;
				background: url('../images/exampleButton.png') no-repeat;
				margin: 10px 0 0 0;
				padding: 5px 0 0 10px;
			}

			.exampleButton a {
				color: #bb680f;
				font-size: 13px;
				font-weight: bold;
				text-decoration: none;
			}

			.exampleButton a:hover {
				text-decoration: underline;
			}

			.order {
				width: 215px;
				margin-right: 0;
				height: 80px;
			}

				.order div {
					float: left;
				}

				.ideal {
					width: 84px;
					height: 23px;
					background: url('../images/ideal.png') no-repeat;
					text-align: center;
					padding: 6px 0 0 0;
					margin: 5px 5px 0 0;
					float: left;
				}

				.order a {
					color: #fff;
					text-decoration: none;
				}

				.order a:hover {
					text-decoration: underline;
				}

				.booking {
					width: 124px;
					height: 29px;
					background: url('../images/booking.png') no-repeat;
					text-align: center;
					padding: 6px 0 0 0;
					margin: 5px 0 0 0;
					float: left;
				}

				.order p{
					color: #eb0501;
					font-size: 14px;
					font-weight: bold;
				}

	#columnRight {
		width: 265px;
		height: 100%;
		float: left;
	}

		.blockTop {
			width: 248px;
			height: 21px;
			background: url('../images/blockTop.png') no-repeat;
			text-align: center;
			padding: 5px 0 0 0;
			margin: 20px auto 0 auto;
		}

		.blockMid {
			width: 248px;
			background: url('../images/blockMid.png') repeat-y;
			text-align: center;
		}

		.blockBottom {
			width: 248px;
			height: 7px;
			background: url('../images/blockBottom.png') no-repeat;
			margin-bottom: 20px;
		}

		ul#linkpartners {
			width: 200px;
			padding: 20px 0 20px 0;
		}

		ul#linkpartners li {
			list-style: none;
			text-align: left;
			background: url('../images/blockDivider.png') bottom no-repeat;
			padding: 8px 0 8px 20px;
		}

		ul#linkpartners a {
			font-size: 14px;
			font-family: comic sans ms;
			color: #f58711;
		}

		ul#linkpartners a:hover {
			color: #eb0501;
		}

.normal {
	width: 414px;
	padding: 0 0 30px 10px;
	font-size: 14px;
	margin-bottom: 20px;
}

.normal ul {
	margin-top: 10px;
	list-style: none;
}

.normal table {
	margin-left: 0;
}

.normal table td {
	padding-top: 5px;
}

.normal p {
	margin-bottom: 10px;
}

p.small {
	color: #ff0000;
	font-size: 11px;
	margin-bottom: 10px;
}

.submit {
	width: 80px;
	border: 1px solid #bbb;
	height: 21px;
	color: #777;
	font-family: verdana;
}

/* footer */

#footer {
	width: 895px;
	height: 23px;
	color: #fff;
	text-align: center;
	background: #f47e00;
	padding: 7px 0 0 0;
	margin-left: 2px;
}

#footer a {
	color: #fff;
}

#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 .radio {
	width: 20px;
	border: 0;
	margin-top: 3px;
}

table.contactform .submit {
	width: 90px;
	float: right;
}

table.contactform .submit:hover {
	background: #fff;
}
