/* CSS Zeeland Attracties Splash page. */

body {
	margin: 0;
	background: url('../images/background.png') repeat-x;
	width: 100%;
	font-family: arial, verdana;
	overflow-x: hidden;
	text-align: center; /* IE centering. */
}

img {
	border: 0;
}

.clear {
	clear: both;
}


/* Wrapper. */
.wrapper {
	width: 960px;
	left: 50%;
	margin: 0 auto;
	text-align: left;
}


/* Header. */
#header {
	height: 105px;
}

#header h1 {
	position: absolute;
	margin: 51px 0 0 9px;
	width: 473px;
	height: 44px;
	background: url('../images/logo.png') no-repeat;
}

#header h1 span {
	display: none;
}


/* Languages. */
#header ul {
	position: absolute;
	margin: 73px 0px 0px 812px;
	padding: 0px;
	list-style-type: none;
}

#header ul li {
	float: left;
	margin-left: 11px;
}

#header ul a {
	display: block;
	width: 26px;
	height: 19px;
}

#header ul a#languageNL {
	background: url('../images/flagDutch.png') no-repeat;
}

#header ul a#languageDE {
	background: url('../images/flagGerman.png') no-repeat;
}

#header ul a#languageEN {
	background: url('../images/flagEnglish.png') no-repeat;
}

#header ul a#languageFR {
	background: url('../images/flagFrench.png') no-repeat;
}


/* Banner. */
#banner {
	height: 298px;
	width: 100%;
}


/* Column. */
#columns {
	height: 586px;
	margin-bottom: 3px;
}

.column {
	position: absolute;
	width: 194px;
	height: 587px;
	text-decoration: none;
	background: url('../images/backgroundColumn.png') no-repeat;
}

.column:hover {
	background: url('../images/backgroundColumnHover.png') no-repeat;
}

.column .h1 {
	display: block;
	font-size: 18px;
	font-weight: 100;
	color: rgb(255, 255, 255);
	margin: 0 0 11px 0;
	line-height: 47px;
	text-align: center;
	padding-right: 10px;
}

.column:hover .h1 {
	color: rgb(225, 0, 84);
}

.column .h2 {
	display: block;
	color: rgb(224, 0, 76);
	font-size: 16px;
	margin: 12px 10px 7px 10px;
	font-weight: 100;
	line-height: 21px;
}

.column span {
	display: block;
	margin: 0 15px 0 10px;
	font-size: 12px;
	color: rgb(0, 0, 0);
	line-height: 22px;
}

#column0 {
	position: absolute;
	width: 10px;
	height: 50px;
	background: rgb(255, 255, 255);
	margin-left: -10px;
}

#column1 {
	margin-left: 0;
}

.logo {
	position: absolute;
}

#column1 .logo {
	width: 97px;
	height: 88px;
	margin: 469px 0 0 43px;
}

#column2 {
	margin-left: 194px;
}

#column2 .logo {
	width: 100px;
	height: 81px;
	margin: 474px 0 0 43px;
}

#column3 {
	margin-left: 388px;
}

#column3 .logo {
	width: 130px;
	height: 91px;
	margin: 463px 0 0 28px;
}

#column4 {
	margin-left: 582px;
}

#column4 .logo {
	width: 83px;
	height: 114px;
	margin: 447px 0 0 50px;
}

#column5 {
	margin-left: 776px;
}

#column5 .logo {
	width: 100px;
	height: 68px;
	margin: 491px 0 0 42px;
}

/* Footer. */
#footer {
	border-top: 1px solid rgb(225, 0, 83);
	font: 10px verdana;
	font-weight: 900;
}

#footer p {
	margin: 24px 0 20px 0;
	padding: 0;
	line-height: 19px;
}

#footer a {
	color: rgb(0, 0, 0);
	text-decoration: none;
}

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

#footer img {
	float: right;
}