* {
	margin: 0;
	padding:0;
	
}

object { 
	outline:none; 
}

html
{
	background: #fff url(../images/hotelsahead.gif) no-repeat top left;
	height: 100%;
}


body{
	height: 100%;
}

.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -40px; /* the bottom margin is the negative value of the footer's height */
}


#container{
	width:900px;
	
}


.warning
{
	width:100%;
	top:0;
	position:fixed;
	background: #ff9 url(images/bulb.gif) no-repeat left center;
	margin:0;
	padding:4px 4px 4px 26px;
	border-bottom:1px solid #cc0;
	font-size:11px;
	z-index:999;
}

#navigatie{
	font-size:16px;
	position:absolute;
	top:100px;
	left:80px;
	font-weight:bold;
	color:#41073c;
}

#navigatie a{
	color:#41073c;
}

#navigatie a:hover{
	color:#46afb3;
}


#navigatie li{
padding:3px 0;
}

#navigatie ul{

	padding:3px 0 8px 0;
	font-size:14px;
	font-weight: normal;
	color:#41073c;
	margin-left:15px;
}

#navigatie ul li{
	padding:1px 0;
}

#content{
	font-family:arial, verdana;
	color:#41073c;
	width:550px;
	position:absolute;
	top:0px;
	left:420px;
}

#content h1{
	background: #fff url(../images/alt/lijn.gif) repeat top left;
	color:#46afb3;
	font-size:14px;
	font-weight:normal;
	margin-bottom:20px;

}

#content p{
	font-size:14px;
	line-height:20px;
	margin:12px 0;
}

#content cite{
	margin:20px 0;
	text-align:center;
	font-size:17px;
	font-weight:bold;
}

#content a{
	color:#46afb3;
}

.footer, .push {
	height: 40px; /* .push must be the same height as .footer */
}


.langs a{
	border:none;
	display:block;
	width:100px;
	height:14px;
	background: #fff url(../images/nl.gif) repeat top left;
}

.langs a:hover{
	background: #fff url(../images/nl-o.gif) repeat top left;
}

#lang-switch{
	z-index:10;
	position:absolute;
	top:20px;
	left:910px;
}

.blog-post
{
	width:300px;
	color:#41073C;
	font-family:Arial;
	font-size:0.8em;
}

.blog-post p
{
	margin-bottom:20px;
}

.read-more
{
	text-align:right;
}

.read-more a
{
	font-size:11px;
	background-color:#41073C;
	color:#fff;
	padding:4px 6px;
}
