* {
    padding: 0;
    margin: 0;
    outline: none;
    text-decoration:none;
}
img {
	border:none;
}
body {
	background:url(../images/bg-site.png) top center repeat-x;
	background-color:#fff;
    color:#606060;
    font-family: Arial, Arial, Helvetica, sans-serif;
    font-family: Verdana, Verdana, Geneva, sans-serif;
    font-size:12px;
}

#container {
    width:980px;
    margin: 0 auto;
}
#header {
	

}

newheaderbar {
    height:130px;
    overflow:none;
}
#logo {
    width:160px;
    height:130px;
    float:left;
}
#headright {
    width:538px;
    line-height:24px;
    height:24px;
    float:right;
    text-align:right;
    background:url('../images/hotel.png') top left no-repeat;
    padding: 90px 0 0 0;
}
#headright a {
    line-height:24px;
    color:#a9a095;
    display:inline-block;
    padding: 0 3px;
}
#headright a:hover {
    color:#53c0d3;
}
#headright span {
    line-height:24px;
    font-size:14px;
    font-weight:bold;
    color:#a9a095;
}

#slide {
    overflow:none;
    clear:both;
    height: 326px;
}


#menu {
    clear:both;
    overflow:auto;
    height:42px;
    font-size:14px;
	line-height:42px;
	text-align:center;
	background:url(../images/bg-menu.png) top left repeat-x;    	
}
#menu ul {
    list-style:none;
}
#menu ul li {
    float:left;
}
#menu ul li a {
    padding: 0 17px;
    color:#fff;
    font-weight:bold;
	display:inline-block;	
}
#menu ul li.actief a, #menu ul li a:hover {
	background:url(../images/bg-menu-active.png) top left repeat-x;
	height:42px;
	line-height:42px;
    color:#53c0d3;
}

#main-wrapper {
	background-color:#fff;
	width:980px;
    overflow:auto;  
}
#main {
	margin:25px 0px 10px 0;
    overflow:auto;
    background:url(../images/bg-page.png) top left no-repeat;    
}

#sidebar {
    width:140px;
    float:left;
	font-size:12px;
	height:424px;
}
#sidebar ul {
    list-style:none;
}
#sidebar ul li {
	border-bottom:solid 1px #53c0d3;
	padding:6px 0 4px 5px;
}
#sidebar ul li a {
    line-height:22px;
    color:#a9a095;
    display:block;
}
#sidebar ul li.actief a, #sidebar ul li a:hover {
    color:#000;
}


#content {
    width:542px;
    float:left;
	margin:0 10px 0 10px;
}
#content p, #content ul, #content ol, #content h1, #content h2, #content h3, #content h4, #content h5 {
    padding: 0 0 15px 0;
}
#content ul, #content ol{
    padding: 0 0 15px 25px;
}
#content h1, #content h2, #content h3, #content h4, #content h5 {
}
#content a {
    color:#2c2c2c;
    font-weight:bold;
}
#content a:hover {
    text-decoration:underline;
}

#right-side {
	width:253px;
	float:right;
}
span.nieuwstitle {
    display:block;
    width:253px;
    height:42px;
    background:url('../images/nieuws.png') top left;
    margin: 0px 0 5px 0;
}
span.arrangementtitle {
    margin: 25px 0 5px 0;
    display:block;
    width:253px;
    height:42px;
    background:url('../images/arrangement.png') top left;
}


#footer {
    clear:both;
    color:#a9a095;
    font-size:11px;
	text-align:left;
	padding:22px 0 10px 0;
}
#footer span {
    color:#53c0d3;
}
#footer div.sub{
    font-size:10px;
	text-align:center;
	
}
#footer a {
    color:#a9a095;
}
#footer a:hover {
    color:#53c0d3;
}
#right-side p a {
    margin: 0 0 4px 0;
}

