@charset "utf-8";
/* CSS Document */

html{
	height:100%;
	background-image:url(/images/background.jpg);
	background-position:top;
	background-repeat:repeat-x;
	background-color:#5C98C0;
}

body{
	height:100%;
	padding:0px;
	margin:0px;
	text-align:center;
	background-image:url(/images/background-top.jpg);
	background-position:top left;
	background-repeat:no-repeat;
}

div#container{
	width:980px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}

div#countries{
	width:950px;
	height:48px;
	padding:15px;
	float:left;
	text-align:right;
	display:inline;
}

.nederlands{
	padding-right:15px;
	display:inline;
}

div#header{
	width:950px;
	height:375px;
	padding:15px 15px 0 15px;
	float:left;
	display:inline;
	background-color:#ffffff;
	text-align:left;
}

div#header_foto{
	width:950px;
	height:254px;
	background-image:url(/images/header.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	float:left;
	text-align:left;
}

div#header_logo{
	position:absolute;
	width:300px;
	height:200px;
	margin:6px;
	z-index:999;
}

div#menu{
	width:950px;
	height:106px;
	float:left;
	background-image:url(/images/background-menu.png);
	background-repeat:repeat-x;
}

div#zoeken{
	width:290px;
	height:28px;
	float:right;
	margin:10px 18px 0 0;
	background-color:#ffffff;
}

div#container_content{
	width:950px;
	padding:0 15px 15px 15px;
	float:left;
	display:inline;
	background-color:#ffffff;
}

div#container_main{
	width:950px;
	float:left;
}

div#container_left{
	width:240px;
	float:left;
	text-align:left;
	padding:0 10px 10px 0;
	background-image:url(/images/background-news.jpg);
	background-repeat:repeat-y;
}

div#container_adres{
	width:210px;
	padding:15px;
	margin:0;
	float:left;
	text-align:left;
	background-color:#eeeeee;/*#DE5D01*/
	display:inline;
	/*background-image:url(/images/hiswa.jpg);
	background-position:bottom right;
	background-repeat:no-repeat;*/
}

div#container_nieuwsbrief{
	width:210px;
	padding:15px;
	margin-top:10px;
	float:left;
	text-align:left;
	background-color:#eeeeee;
	display:inline;
}

div#container_news{
	width:210px;
	padding:15px;
	margin-top:10px;
	float:left;
	text-align:left;
	display:inline;
}

div#container_text{
	width:680px;
	float:left;
	text-align:left;
	padding:0px 10px 10px 10px;
	display:inline;
}

div#container_admin{
	width:930px;
	float:left;
	text-align:left;
	padding:0 10px 10px 10px;
	display:inline;
}

div#container_admin_breadcrumb{
	width:700px;
	float:left;
	text-align:left;
}

div#container_admin_login{
	width:230px;
	float:left;
	text-align:right;
}

div#container_footer{
	width:890px;
	padding:30px;
	display:inline;
	float:left;
	text-align:left;
	background-color:#DE5D01;
}

div#cinsite{
	width:910px;
	height:28px;
	padding:35px;
	float:left;
	text-align:center;
	display:inline;
}

/* Onderstaande code voor het mouseover effect bij het menu */


#home, #home:visited {
	width:108px;
	height:40px;
	padding-top:18px;
	background-image:url(/images/home.png);
}
#over_ons, #over_ons:visited {
	width:142px;
	height:40px;
	padding-top:18px;
	background-image:url(/images/over-ons.png);
}
#verhuur, #verhuur:visited {
	width:137px;
	height:40px;
	padding-top:18px;
	background-image:url(/images/verhuur.png);
}
#last_minute, #last_minute:visited {
	width:175px;
	height:40px;
	padding-top:18px;
	background-image:url(/images/last-minute.png);
}
#links, #links:visited {
	width:103px;
	height:40px;
	padding-top:18px;
	background-image:url(/images/links.png);
}
#contact, #contact:visited {
	width:131px;
	height:40px;
	padding-top:18px;
	background-image:url(/images/contact.png);
}

.rollover span.alt {
	/*display:none;*/
	padding:20px;
	display:inline;
}
.rollover img {
	border:none;
}
.root .rollover img {
	display:block;
}

.rollover {
	background-color:transparent !important; /* needed for Opera5/6 */
	background-repeat:no-repeat;
	background-position:0 0;
}
.rollover:hover, .rollover:focus, .rollover.MMO {
	background-position:0 bottom;
}


/* Admin menu */
div#websitecategorie {
	width:200px;
	float:right;
	text-align:left;
}
