/* top level html containers */
html { height: 100%; overflow: auto; }
body {
	height: 100%;
	margin: 0px;
	padding: 0px;
	background: #a30046;
	color: #fff;
	font-family: Verdana, sans-serif;
	font-size: 12px;
	background: #000;
	background-position: center 200px;
}

/* general styling rules */
a { color: #FFF; font-size:12px; font-weight:bold; text-decoration:none;}
a:hover { color: #FFF; text-decoration: underline; }
table, form, p, h1, h2 { margin: 0px; padding: 0px; }


/* footer position using 'footerStickAlt' technique */
#white_bar {
	height:215px;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 0;
	background: #303030;
}
#contents {
	position: relative;
	min-height: 100%;
	width: 895px;
	left: 0;
	top: 0;
	margin: 0 auto;
}
* html #contents {
	height: 100%;
}
#footer {
	position: relative;
	left: 0;
	width: 100%;
	height: 238px;
	margin-top: -238px;
	overflow: hidden;
	background-image: url(http://www.heerlijk.nl/img/winter/footer_bg.jpg);
}
#header{
	text-align: center;
}
#logo{
	float: left;
	margin: 0 0 5px 9px;
}
#menu{
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
	height: 82px;
}
#menu a:hover{
	color: #ff0099;
}
#date{
	margin: 0 auto;
	padding: 26px 0 26px 0;
}
ul#menu li{
	float: right;
	padding: 82px 10px 0 0;
	margin-bottom: 10px;
}

.main_content{
	margin-bottom: 20px;
}
.main_content h2{
	width: 440px;
	padding: 0 9px 13px 9px;
	font-size: 20px;
	text-transform: uppercase;
	font-weight: normal;
}
.main_content h2 span{
	font-weight: bold;
}
.main_content h3{
	font-size: 12px;
	width: 440px;
	padding: 0 9px 0 9px;
}
.main_content p{
	padding: 0 9px 13px 9px;
}

.white_small{
	margin: 0 9px 0 0;
	width: 390px;
	float: right;
	background: #fff;
	text-align: center;
	text-align: left;
}
.white_big{
	width: 877px;
	background: #fff;
	margin: 0 0 20px 9px;
	color: #333;
}
.white_big h2{
	padding-top: 9px;
}

#footer_container{
	width: 877px;
	margin: 0 auto;
	font-size:10px;
	color:#535353;
}
#footer h2{
	padding: 20px 0 10px 0;
}
.footer_contact{
	width: 300px;
	float: right;
}

.partner{
    opacity: 0.2;
    filter: alpha(opacity=20);
	border: 0;
	margin-right: 10px;
}
.partner_small{
    opacity: 0.2;
    filter: alpha(opacity=20);
	border: 0;
	margin-right: 8px;
}
.partner:hover, .partner_small:hover{
    opacity: 1;
    filter: alpha(opacity=100);
}

#panorama{
	width: 895px;
	height: 238px;
	overflow: hidden;
}


.ani_white{
	width: 895px;
	height: 0;
	display: none;
	position: absolute;
	top: 100px;
	left: 0;
	z-index: 3;
}
.ani_white_back{
	width: 895px;
	height: 235px;
	display: none;
	position: absolute;
	top: 100px;
	left: 0;
	z-index: 1;
}
.ani_magenta{
	width: 877px;
	height: 0;
	display: none;
	position: absolute;
	top: 100px;
	left: 0;
	z-index: 2;
	padding: 9px;
}
.ani_panorama{
	width: 895px;
	height: 235px;
	display: none;
	position: absolute;
	left: 0;
	top: 100px;
	z-index: 4;
}
.ani_winter{
	display: none;
	position: absolute;
	left: 50%;
	margin-left: -209px;
	top: 200px;
	z-index: 10;
	display: none;
}

#gmaps{
	float: right;
	width: 460px;
	height: 400px;
	border: 5px solid #fff; 
}