/* CSS Document */
*{
	padding:			0px;
	margin: 0px;
}
HTML{
	background-image:	url("../images/background.jpg");
	background-repeat:repeat-x;
	background-color: #eef1f8;
}
body{
	text-align:			center;
	margin-top:			10px;
}

div#main{
	width:				840px;
	margin:				0px auto;
}

/*banners*/
div#bottombanner{
	float:right;
	width:624px;
	height:45px;
	background-image:url("../images/bottombanner.jpg");
	background-repeat:no-repeat;
	margin-top:30px;
	margin-right:8px;
}

div#bottombannerspa{
	float:right;
	width:624px;
	height:45px;
	background-image:url("../images/bottombannerspa.jpg");
	margin-top:30px;
	margin-right:8px;
}

div#banner{
	width:600px;
	height:30px;
	float:left;
	padding-left:210px;
	text-align:left;
	font-size:16px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	padding-top: 50px;
	color:#035c86;
	}

div#logo{
	width:				840px;
	height:				100px;
	background-image:	url("../images/logo2.jpg");
	margin-bottom:		20px;
	margin-top:			10px;
	background-repeat:	no-repeat;
}


/*content*/

div#content{
	float:right;
	width:614px;
	height:340px;
	background-repeat:no-repeat;	
	margin-top:5px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:left;
	line-height:20px;
	overflow-x:hidden;
	overflow-y:visible;
	margin-right:6px;
	padding-right:10px;
	margin-left:30px;
	clear:right;
}

div#content li{
	margin-bottom:0px;
	text-indent:0px;
	background-image:url(../images/bullet.jpg);
	background-repeat:no-repeat;
	background-position:left;
	list-style:none;
	padding-left:15px;
}

/* overigeimg */
div#sideimg{
	float:left;
}

/*   menu */
div#menu_nl{
	float:left;
	text-align: left;
	overflow:hidden;
	margin-top:5px;
	width:180px;
}


.menuitems{
	width:170px;
	height: 23px;
	display:block;
	margin-bottom: 10px;
	background-repeat:no-repeat;
	background-color:#035c86;
	color:#FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	padding-left:8px;
	padding-top:5px;
}

.menuitemsselected{
    width:170px;
	height: 23px;
	display:block;
	background-color:#b5a631;
	margin-bottom: 10px;
	background-repeat:no-repeat;
	cursor: pointer;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	padding-left:8px;
	padding-top:5px;
}

.submenu{
	color:#b5a631;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	padding-left:7px;
	margin-top:5px;
	margin-bottom:3px;
	background-color:none;	
}

.menuitems:hover{
	width:184px;
	height: 23px;
	display:block;
	background-color:#b5a631;
	margin-bottom: 10px;
	background-repeat:no-repeat;
	cursor: pointer;
}

.selected{
	width:184px;
	height: 23px;
	display:block;
	background-color:#b5a631;
	margin-bottom: 10px;
	background-repeat:no-repeat;
	cursor: pointer;
}

.submenu{
	width:184px;
	height: 23px;
	display:block;
	color:#035c86;
	margin-bottom: 10px;
	background-repeat:no-repeat;
	cursor: pointer;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
}

.submenusel{
	width:184px;
	height: 23px;
	display:block;
	color:#b5a631;
	margin-bottom: 10px;
	background-repeat:no-repeat;
	cursor: pointer;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
}

.menulink{
    display:block;
	width:184px;
	height:23px;
	color:#FFFFFF;
	text-decoration:none;
}

.submenulink{
    display:block;
	width:184px;
	height:23px;
	text-decoration:none;
	color:#035c86;
}

.submenulink:hover{
    display:block;
	width:184px;
	height:23px;
	color:#b5a631;
	text-decoration:none;
}

.submenulinksel{
    display:block;
	width:184px;
	height:23px;
	color:#b5a631;
	text-decoration:none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
}

.foto{
	margin-left:10px;
}
