@charset "utf-8";
/* CSS Document */

/********************GLOBAL STYLES*************************************************************************************/

*{
	margin:0;
	padding:0;
}
html, body {
	font-family:Arial, Helvetica, sans-serif;
	color:#0099cc;
	font-size:12px;
	
	width:100%; 
	height:100%; 
	overflow:hidden;
}
#background{
	position:absolute;
	z-index:-1;
	width:100%;
	height:120%;
}
.sub-body{
	font-family:Arial, Helvetica, sans-serif;
	color:#0099cc;
	font-size:12px;
	
}
#scroller {
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	overflow:auto;
	z-index:2;
}
.wrapper{
	width:931px;
	height:auto;
	margin:0 auto;
	
	/*border:solid 1px #FF0000;*/
}
a:link{
	color:#0099cc;
}
a{
	color:#0099cc;
}
a:active{
	color:#0099cc;
}
a:hover{
	color:#0099cc;
}

/********************END OF GLOBAL STYLES*************************************************************************************/

/********************COMMON STYLES*************************************************************************************/
.head-logo{
	width:931px;
	height:96px;
	float:left;
	margin-top:18px;
	padding:0;
	overflow:hidden;
}
.logo{
	width:703px;
	height:96px;
	float:left;
	margin:0;
	padding:0;
	overflow:hidden;
	background:url(http://expertsinsnow.nl/public/images/logo_bg.png) no-repeat;
}
.logo-sub{
	width:703px;
	height:98px;
	float:left;
	background:url(http://expertsinsnow.nl/public/images/logo_bg_sub.png) no-repeat;
}
.banner-right{
	width:188px;
	height:96px;
	background:url(http://expertsinsnow.nl/public/images/banner-right.png) no-repeat;
	float:left;
	padding:0 40px 0 0;
}
.banner-right ul{
	margin:26px 0 0 0;
	padding:0;
	float:right;
}
.banner-right ul li{
	list-style:none;
	display:inline;
	padding:0 10px;
}
.banner-right ul li a{
	font-size:12px;
	color:#999999;
	text-decoration:none;
}
.banner-right ul li a:hover{
	font-size:12px;
	color:#666666;
	text-decoration:none;
}
.page-bg{
	width:811px;
	height:auto;
	float:left;
	background:url(http://expertsinsnow.nl/public/images/page_bg.png) repeat-y;
	padding:0 60px;
}

.bottom-piece{
	width:899px;
	height:20px;
	float:left;
	font-size:9px;
	/*color:white;*/
	color:#999999;
	text-align:right;
	padding:15px 32px 0 0;
	background:url(http://expertsinsnow.nl/public/images/bottom_piece.png) no-repeat;
}

/***sub**/
.head-logo-sub{
	width:931px;
	height:98px;
	float:left;
	margin-top:18px;
}
.logo{
	width:703px;
	height:98px;
	float:left;
}
.banner-right-sub{
	width:188px;
	height:98px;
	background:url(http://expertsinsnow.nl/public/images/banner-right-sub.png) no-repeat;
	float:left;
	padding:0 40px 0 0;
}
.banner-right-sub ul{
	margin:26px 0 0 0;
	padding:0;
	float:right;
}
.banner-right-sub ul li{
	list-style:none;
	display:inline;
	padding:0 10px;
}
.banner-right-sub ul li a{
	font-size:12px;
	color:#999999;
	text-decoration:none;
}
.banner-right-sub ul li a:hover{
	font-size:12px;
	color:#666666;
	text-decoration:none;
}
.page-bg-sub{
	width:811px;
	height:auto;
	float:left;
	background:url(http://expertsinsnow.nl/public/images/page_bg_sub.png) repeat-y;
	padding:0 60px
}
.page-bg-sub-wide{
	width:851px;
	height:auto;
	float:left;
	background:url(http://expertsinsnow.nl/public/images/page_bg_sub.png) repeat-y;
	padding:0 40px
}
.bottom-piece-sub{
	width:891px;
	height:10px;
	float:left;
	font-size:11px;
	color:#999999;
	text-align:right;
	padding:25px 40px 0 0;
	background:url(http://expertsinsnow.nl/public/images/bottom_piece_sub.png) no-repeat;
}
.bottom-links{
	width:811px;
	height:auto;
	float:left;
	margin:10px 0 0 0;
}
.bottom-links img{
	margin:10px 20px;
}
.bottom-links ul{
	margin:0;
	padding:0;
}
.bottom-links ul li{
	list-style:none;
	display:inline;
	padding:0 5px;
	border-right:solid 1px #0099cc;
}
.bottom-links ul li a{
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
	color:#0099cc;
}
/***end sub**/


/********************END OF COMMON STYLES*************************************************************************************/

/********************HOME PAGE*************************************************************************************/
.general-text{
	width:670px;
	height:auto;
	float:left;
	font-size:14px;
	line-height:18px;
	font-weight:bold;
	padding-right:140px;
	margin-bottom:20px;
	
}
.home-left{
	width:400px;
	height:auto;
	float:left;
	
	/*border:solid 1px #FF0000;*/
	
}
.home-right{
	width:391px;
	height:auto;
	float:left;
	padding:10px 0 0 20px;
	
	/*border:solid 1px #FF0000;*/
}
.home-right a{
	color:#0099cc;
	text-decoration:underline;
	font-weight:bold;
}
.blue26 a{
	font-size:26px;
	font-weight:bold;
	color:#0099cc;
	text-decoration:none;
	margin-left:35px;
}
.home-right ul{
	margin:0;
	padding:0;
}
.home-right ul li{
	list-style:none;
	display:inline;
	padding:0 5px;
	border-right:solid 1px #0099cc;
	line-height:18px;
}
.home-right ul li a{
	color:#0099cc;
	font-weight:bold;
}
.home-right ul li a:hover{
	color:#037ba3;
	font-weight:bold;
}
/********************ENG OF HOME PAGE*************************************************************************************/

/********************MAIN NAV******************************************************************************************/
.menu-raw{
	width:814px;
	height:70px;
	float:left;
}
.menu-raw ul{
	margin:10px 0 0 0;
	padding:0;
	float:left;
}
.menu-raw ul li{
	list-style:none;
	display:inline;
	font-size:14px;
	padding:0 10px;
	border-right:solid 1px #0099cc;
}
.menu-raw ul li a{
	color:#0099cc;
	text-decoration:none;
}
.menu-raw ul li a:hover{
	color:#037ba3;
	text-decoration:none;
}
.nav-active a{
	color:#0099cc;
	text-decoration:none;
	font-weight:bold;
}
/********************END OF MAIN NAV******************************************************************************************/

/**********************SUB PAGES*********************************************************************************/
.sub-leftcol{
	width:581px;
	height:auto;
	float:left;
	background:
}
.sub-leftcol-movie{
	width:781px;
	height:auto;
	float:left;
	background:
}
.sub-rightcol{
	width:230px;
	height:auto;
	float:left;
	text-align:left;
	
	/*background:#FF0000;*/
}
.sub-rightcol-wide{
	width:230px;
	height:auto;
	float:left;
	margin-left:40px;
	
	/*background:#FF0000;*/
}
.sub-rgt-img01{
	width:230px;
	height:141px;
	text-align:right;
	float:left;
	margin-bottom:20px;
}
.p1{
	width:425px;
}
/*************list01*******************/
.list01{
	padding:0;
	margin:0 0 0 0;
}
.list01 li{
	list-style:none;
	font-size:24px;
	font-weight:bold;
	background:url(http://expertsinsnow.nl/public/images/arrow.png) 0% 5px no-repeat;
	margin:10px 0;
	float:left;
	padding-left:30px;
}
.list01 li ul li{
	font-size:12px;
	list-style-image:none;
	font-weight:normal;
	padding:0;
	background:none;
	
}
.list01 li ul li a{
	color:#0099cc;
	text-decoration:underline;
}
/*************end of list01*******************/

/*************list02*******************/
.list02{
	padding:0;
	margin:0 0 0 0;
}
.list02 li{
	list-style:none;
	font-size:20px;
	font-weight:bold;
	background:url(../images/arrow.png) 0% 5px no-repeat;
	margin:10px 0;
	float:left;
	padding-left:30px;
}
.list02 li ul li{
	font-size:13px;
	font-weight:bold;
	list-style-image:none;
	margin:5px 0;
	background:none;
	padding:0;
}
.list02 li ul li ul li{
	font-size:11px;
	font-weight:normal;
	list-style:none;
	margin:5px 0;
	background:none;
	padding:0;
}

/*.list02{
	padding:0;
	margin:0 0 0 30px;
}
.list02 li{
	list-style:none;
	font-size:20px;
	font-weight:bold;
	list-style-image:url(../images/arrow.png);
	margin:10px 0;
}
.list02 li ul li{
	font-size:13px;
	font-weight:bold;
	list-style-image:none;
	margin:5px 0;
}
.list02 li ul li ul li{
	font-size:11px;
	font-weight:normal;
	list-style:none;
	margin:5px 0;
}*/
/*************end of list02*******************/

/*************list03*******************/
.list03{
	padding:0;
	margin:0 0 0 30px;
}
.list03 li{
	font-size:20px;
	font-weight:bold;
	margin:10px 0;
	list-style-image:none;
	list-style:none;
}
.list03 li ul li{
	font-size:13px;
	font-weight:bold;
	margin:5px 0;
	list-style-image:url(http://expertsinsnow.nl/public/images/arrow.png);
}
.list03 li ul li ul li{
	font-size:11px;
	font-weight:normal;
	list-style:none;
	margin:5px 0;
	list-style-image:none;
}
.list03 li ul li ul li a{
	color:#0099cc;
}
/*************end of list03*******************/

/*************list06*******************/
.list06{
	padding:0;
	margin:0;
}
.list06 li{
	list-style:none;
	float:left;
	width:60px;
	margin:0 6px 0 0;
	line-height:28px;
}

/*************end of list06*******************/
/*************list07*******************/
.list07{
	padding:0;
	margin:5px 0 0 0;
}
.list07 li{
	list-style:none;
	float:left;
	display:inline;
	margin:0 5px 0 0;
}


.list08{
	margin-left:15px;
	padding:0;
	float:left;
}
.list08 li{
	list-style:none;
	background:url(http://expertsinsnow.nl/public/images/bullet02.png) 0 12px no-repeat;
	padding:6px 6px 6px 16px;
	font-size:14px;
}
.list08 li a{
	text-decoration:none;
}
.list08 li a:hover{
	text-decoration:none;
	color:#037ba3;
	padding-left:2px;
}
.list08 li ul li{
	background:url(http://expertsinsnow.nl/public/images/bullet02.png) 0 10px no-repeat;
	padding:5px 0 5px 17px;
	font-size:13px;
}

.list08 li ul li ul li{
	background:url(http://expertsinsnow.nl/public/images/bullet01.png) 0 10px no-repeat;
	padding:4px 0 4px 14px;
	font-size:12px;
}

.list08 li ul li ul li ul li{
	background:url(http://expertsinsnow.nl/public/images/bullet03.png) 0 10px no-repeat;
	padding:4px 0 4px 14px;
	font-size:12px;
}
/*************end of list07*******************/

/*************form01*******************/
.form01{
	margin:0;
	padding:0;
	float:left;
}
.form01 li{
	list-style:none;
	width:370px;
	float:left;
	margin:5px;
	
	/*border:solid 1px #FF0000;*/
}
.form01-input{
	width:250px;
	background:white;
	border:1px solid #079ccd;
	color:#000000;
}
.form01-textarea{
	width:250px;
	background:white;
	border:1px solid #079ccd;
	color:#000000;
	height:150px;
}
.button{
	width:119px;
	height:32px;
	float:left;
	margin-left:132px;
}

/********************************/

.nav-01{
	width:581px;
	height:28px;
	float:left;
	border-bottom:solid 1px #0099cc;
}
.nav-01 ul{
	margin:0;
	padding:0;
}
.nav-01 ul li{
 list-style:none;
 height:28px;
 width:auto;
 float:left;
 font-size:10px;
 padding:0 10px 0 30px;
 text-decoration:none;
}

/*.nav-01 ul li a:hover{
	border-right:solid 4px #0099cc;
}*/
.raw01{
	width:211px;
	height:25px;
	float:left;
	margin:15px 0;
	font-size:14px;
	font-weight:bold;
	padding-left:370px
}
.raw02{
	width:250px;
	height:30px;
	font-size:20px;
	line-height:30px;
	float:left;
}
.raw03{
	width:331px;
	height:30px;
	line-height:30px;
	text-align:right;
	float:left;
}
.raw03 a{
	color:#0099cc;
	text-decoration:none;
}
.raw04{
	width:581px;
	height:30px;
	line-height:30px;
	float:left;
	text-align:right;
}
.raw05{
	width:581px;
	height:auto;
	float:left;
	font-size:20px;
}
.raw06{
	width:581px;
	height:auto;
	float:left;
}
.raw07{
	width:510px;
	height:auto;
	padding:0;
	float:left;
	border-bottom: solid 1px #0099CC;
}


.blue24{
    
	font-size:24px;
	font-weight:bold;
}
.google-map{
	width:511px;
	height:360px;
	float:left;
	
	/*background:#EBEBEB;*/
}
.address{
	width:200px;
	height:auto;
	float:left;
	padding:35px 15px 35px 15px;
	line-height:18px;
}
.logo-container{
	width:168px;
	height:149px;
	border:solid 1px #54aaca;
	float:left;
	margin:0 10px 10px 0;
}
.logo-description{
	width:157px;
	height:38px;
	margin-top:9px;
	border-top:dashed 1px #54aaca;
	font-size:11px;
	line-height:33px;
	color:#0099cc;
	text-decoration:none;
	padding-left:10px;
}
 .logo-description a{
 	color:#0099cc;
	text-decoration:none;
 }
.overons-img{
	width:506px;
	height:484px;
	float:left;
	padding:0;
	margin:0;
}

.overons-img-movie{
	width:250px;
	height:180px;
	float:left;
	padding:0;
	margin:0;
}
.overons-img img{
	padding:0;
	margin:0;
	float:left;
}
.container01{
	width:581px;
	height:auto;
	float:left;
	margin:10px 0;
	/*background:#FFFFCC;*/
}
.prdt-left-top{
	width:574px;
	height:34px;
	float:left;
	background:url(http://expertsinsnow.nl/public/images/prdt_left_top_mainbg.png) repeat-x;
	line-height:28px;
	font-size:18px;
	padding:0;
	margin:0;
	overflow:none;
}
.prdt-left-top span{
	color:#CC0000;
}
.prdt-left-top-sidepiece{
	height:34px;
	width:auto;
	float:left;
}
.prdt-left-top-head{
	width:auto;
	height:28px;
	float:left;
	line-height:28px;
	background:#FFFFFF;
	border-top:solid 3px #0099cc;
	border-bottom:solid 3px #0099cc;
	font-size:18px;
	padding:0 10px;
	overflow:none;
}
.prdt-left-top-rightcorner{
	width:4px;
	height:34px;
	float:right;
	background:url(http://expertsinsnow.nl/public/images/prdt_left_top_rightcorner.png) no-repeat;
	
}
.prdt-right-bottom{
	width:565px;
	height:34px;
	float:left;
	
	background:url(http://expertsinsnow.nl/public/images/prdt_right_bottom.jpg) no-repeat;
	text-align:right;
	font-size:14px;
	line-height:34px;
	font-weight:bold;
	padding-right:15px
}
.prdt-right-bottom-wide{
	width:213px;
	height:34px;
	float:left;
	background:url(http://expertsinsnow.nl/public/images/prdt_right_bottom_wide.jpg) no-repeat;
	font-size:14px;
	line-height:25px;
	font-weight:bold;
	padding-left:367px;
	padding-top:0;
	margin:0;
	overflow:none;
}
.prdt-raw-outer{
	width:545px;
	height:auto;
	float:left;
	padding-left:3px;
}
.prdt-raw-container{
	width:565px;
	height:auto;
	float:left;
	padding-left:3px;
}
.prdt-raw01{
	width:545px;
	height:auto;
	float:left;
	border-left:solid 3px #0099cc;
	border-right:solid 3px #0099cc;
	padding:5px 10px 10px 10px;
	background:#FFFFFF;
}
.prdt-raw02{
	width:555px;
	height:auto;
	float:left;
	border:solid 3px #0099cc;
	padding:5px;
	text-align:center;
	background:#FFFFFF;
}
.prdt-raw03{
	width:555px;
	height:auto;
	float:left;
	border-left:solid 3px #0099cc;
	border-right:solid 3px #0099cc;
	padding:10px 0 5px 10px;
	background:#FFFFFF;
	margin:0;
}
.box01{
	width:auto;
	padding:0 5px;
	height:auto;
	float:left;
}
.box05-outer{
	width:215px;
	height:30px;
	float:left;
	padding:0 0 10px 365px;
}
.box05{
	width:155px;
	height:30px;
	padding-left:45px;
	line-height:29px;
	float:left;
	border:solid 1px #0099CC;
	font-weight:bold;
	background:url(http://expertsinsnow.nl/public/images/arrow02.png) no-repeat #FFFFFF 6px 8px;
}
.box06{
width:auto;
height:30px;
line-height:30px;
font-weight:bold;
border:solid 1px #0099CC;
float:right;
margin-right:119px;
background:url(http://expertsinsnow.nl/public/images/arrow02.png) no-repeat 5px 8px #FFFFFF;
padding:0  5px 0 43px;
}
.box07{
height:22px;
width:auto;
border:solid 1px #0099CC;
line-height:22px;
padding:0 10px 0 28px;
float:left;
font-weight:bold;
font-size:12px;
cursor:pointer;
background:url(http://expertsinsnow.nl/public/images/calender.jpg) no-repeat 2px 2px #FFFFFF;

}

.right-prdt{
	width:227px;
	height:auto;
	float:left;
	margin:10px 0 0 3px;
}
.right-prdt-top{
	width:217px;
	height:30px;
	line-height:30px;
	font-size:20px;
	padding-left:10px;
	float:left;
	background:url(http://expertsinsnow.nl/public/images/right-prdt-top.png) no-repeat;
}
.right-prdt-content{
	width:212px;
	height:auto;
	float:left;
	border-right:solid 1px #0099cc;
	border-bottom:solid 1px #0099cc;
	border-left:solid 1px #0099cc;
	margin-left:3px;
	padding:5px;
	text-align:left;
	background:#FFFFFF;
}
.prdt-right-img{
	width:212px;
	height:auto;
	float:left;
	text-align:center;
	padding:10px 0;
	border-bottom:dashed 1px #0099cc;
}
.boxstatic{
	width:auto;
	height:auto;
	padding:5px 10px;
	float:left;
	border:solid 3px #0099cc;
	font-size:12px;
	color:#CC0000;
	font-weight:normal;
	margin-top:10px;
	
	background:#FFFFFF;
}
.box02{
	width:auto;
	height:auto;
	padding:5px 10px;
	float:left;
	border:solid 3px #0099cc;
	font-size:20px;
	color:#CC0000;
	font-weight:bold;
	margin:40px 0 0 0;
}
.box03{
	width:190px;
	height:auto;
	float:left;
	border:solid 3px #0099cc;
	margin:15px 0 0 5px;
	padding:15px;
	line-height:25px;
	background:#FFFFFF;
}
.box03 select{
	width:170px;
	border:solid 1px #0099cc;
	color:#0099cc;
}
.box04{
	width:170px;
	height:auto;
	float:left;
	border-top:solid 1px #0099cc;
}
.grey16{
	font-size:14px;
	line-height:28px;
	color:#999999;
}
.blue12{
	line-height:28px;
}
.red{
	color:#CC0000;
}
.font14{
	font-size:14px;
}
.input02{
	width:60px;
	border:solid 1px #0099CC;
	font-size:14px;
	color:#000000;
}
.input03{
	width:200px;
	border:solid 1px #0099CC;
	font-size:14px;
	color:#000000;
}

/**************list04******************/
.list04{
	margin:0;
	padding:0;
}
.list04 li{
	list-style:none;
	display:inline;
	padding:0 10px;
	border-right:solid 1px #0099cc;
}
.list04 li a{
	text-decoration:underline;
}
/*************end of list04************/

/**************list05******************/
.list05{
	margin:0;
	padding:0;
}
.list05 li{
	list-style:none;
	display:inline;
	padding:0 10px;
}
/*************end of list05************/
.map-help{
	width:185px;
	height:25px;
	line-height:25px;
	float:left;
	padding-left:15px;
}
.map-help a{
	color:black;
}
.add-map{
	width:296px;
	height:25px;
	line-height:25px;
	float:left;
	padding-right:15px;
	text-align:right;
}
.add-map a{
	color:black;
}
/**********************END OF SUB PAGES*********************************************************************************/

/*********************************FORM***************************************/
span.checkbox {
width: 19px;
height: 25px;
padding: 0 5px 0 0;
background: url(http://expertsinsnow.nl/public/images/checkbox.gif) no-repeat;
display: block;
clear: left;
float: left;
}
span.radio {
width: 18px;
height: 25px;
padding: 0 5px 0 0;
background: url(http://expertsinsnow.nl/public/images/radio.gif) no-repeat;
display: block;
clear: left;
float: left;
}

span.select {
position: absolute;
width: 158px; /* With the padding included, the width is 190 pixels: the actual width of the image. */
height: 21px;
padding: 0 24px 0 8px;
color: #fff;
font: 12px/21px arial,sans-serif;
background: url(http://expertsinsnow.nl/public/images/select.gif) no-repeat;
overflow: hidden;
}


/*********************************END OF FORM***************************************/