ul {
	margin:0;
	padding:0;
}

html,body{
	margin: 0;
	padding: 0;
	font-family: Arial;
	font-size:12px;
	background: #F5F5F5;
}

img{
	border: 0px;
}

div.restaurant-block,
div.gratisslapen-block,
div.stedenhotel-block,
div.eropuit-block,
div.wellness-block{
	border: 1px solid #cdcdcd; 
	width: 200px; 
	float: left; 
	background: #efefef; 
	padding:10px;
}

div.restaurant-block{
	border-bottom:8px solid #ED1B23;
}

div.gratisslapen-block{
	border-bottom:8px solid #00ADEF;
}

div.stedenhotel-block{
	border-bottom:8px solid #F7931D;
}

div.eropuit-block{
	border-bottom:8px solid #2D3091;
}

div.wellness-block{
	border-bottom:8px solid #EC008B;
}

div.generic-block,
div.note
{
	background: #efefef; 
	padding:10px;
	border-bottom:8px solid #848484;
}

.rounded{
	-moz-border-radius:0px;
	-webkit-border-radius:0px;
}


#header{
	height:147px;
	background-color:#444444;
	color: white;
	background-image: url(../img/newheader-bg.png);
}

#wrapper{
	margin-left: auto;
	margin-right: auto;
	width: 1000px;
}
#inner-wrapper{
	background: url(../img/background.png) repeat-y;
	padding: 0 5px 0 5px;
	/*border-top: 1px solid white;*/
}

div#page-right{ 
	float: right; 
	width: 190px;
	margin-right:10px;
	margin-top:10px;
}

div#left{ 
	float: left; 
	width: 280px;
	height:100%;
	border: 1px solid red;
}

#searchbox{
	border: #F00 1px solid;
	-moz-border-radius: 10px;
	background: #036;	
}
#right-column{
	border: 1px solid #000;
}
#footer{
	height: 20px;
	line-height: 20px;
	background: url(../img/background-bottom.png);
}

div#page-content{
	width: 740px;
	margin-left:20px;
	padding-top:10px;
}

table.hotelinfo-table td{
	padding-top: 10px;
}

div.topmenu-item-txt,
div.topmenu-item{
	height:30px;
	line-height:30px;
	font-weight:bold;
	float:left;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding-left: 4px;
	padding-right: 4px;
	color:white;
}

div.topmenu-item:hover{
	background-color:#EAC117;
}

div.topmenu-item-be{
	height:30px;
	line-height:30px;
	font-weight:bold;
	float:left;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding-left: 4px;
	padding-right: 4px;
	color:#2864a6;
}

div.topmenu-item-be a{
	text-decoration:none;
	color:white;
	
}

div.topmenu-item-be:hover{
	background-color:#2864a6;
}

div.topmenu-item a{
	color:white;
	text-decoration:none;
}



div.tabitem{
	font-size:14px;
	position:absolute;
	top:20px;
	color:#dedede;
	font-weight:bold;
	height:40px;
	line-height:40px;
}

div.active-tab{
	font-size:24px;
	color:#bdbdbd;
}

div.tabitem a{
	color:#dedede;
	text-decoration:none;
}

div.tabitem a:hover{
	color:white;
}

div.active-tab a{
	color:#848484;
	text-decoration:none;
}

div.active-tab a:hover{
	color:#444444;
}



div.leftmenu-item{
	background:url(../img/horizontal-line.png) bottom right no-repeat;
	background-color:white;
	width:100%;
	line-height:40px;
	padding-bottom: 9px;
}

div.leftmenu-item a{
	margin-left:20px;
	font-weight:bold;
	color:#848484;
	font-size:14px;	
}

div.leftmenu-item a:hover{
	color:#0099FF;
	text-decoration: none;
}

div.leftmenu-item-desc{
	background-color:white;
	padding-right:10px;
	font-size:10px;
	color:#848484;
	line-height:11px;
	margin-left:20px;
	padding-bottom:10px;
}

div.leftmenu-item-menu{
	background: no-repeat top left;
	padding-top:10px;
	line-height:26px;
	padding-bottom:10px;	
}


div.lmenu-layer1-item a{
	color: white;
	font-weight:bold;
	font-size:12px;
}



div.lmenu-layer1-item a:hover{
	color: white;
}

div.lmenu-layer1-item:hover{
	background-color:#444444;
	cursor: pointer;
}


tr.orderline-even{
	border-collapse: collapse;
	background-color: #dedede;
	border: 0px;
}

tr.orderline-odd{
	border-collapse: collapse;
	background-color: white;
	border: 0px;
}

div.page-header{
	display: none;
}

dd{
	padding-left:0px;
	margin-left:0px;
	padding-bottom:10px;
}

label.required{
	font-weight:bold;
}

/*
 Copied from original PiccoloCard.nl website
*/
h1{
	font-size: 22px;
}
h2{
	font-size: 16px;
}
h3{
	font-size: 13px;
}



p{
	line-height: 16px;
	
}
hr{
	color:#848484;
	background-color: #848484;
	border-color: #DEDEDE;
}
a{
	text-decoration:none;
	color:#0099FF;
}
a:hover{
	text-decoration:underline;	
}
.disabled{
	color:#CCC;	
}

address{
	font-style: normal;
}
.errors{
	color: #F00;	
}


.rounded-top{
	-moz-border-radius-topleft:10px;
	-moz-border-radius-topright:10px;
	-webkit-border-top-left-radius:10px;
	-webkit-border-top-right-radius:10px;
}

.rounded-bottom{
	-moz-border-radius-bottomleft:10px;
	-moz-border-radius-bottomright:10px;
	-webkit-border-bottom-left-radius:10px;
	-webkit-border-bottom-right-radius:10px;
}

#logo img{
	border: 0;
}


.bestel-box-wrapper{
	position:absolute;
	left: 100px;
	top: 30px;
}

.bestel-box-inner{
	color:black;
	position:absolute;
	width:500px;
	background-color:#d2d4d5;
	padding:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	z-index:10;
}

.index-list-item{
	position:relative;
	-moz-border-radius: 10px; 
	-webkit-border-radius: 10px; 
	border: 1px solid #DDD;  
	padding: 10px;
	margin-top:10px;
	float:left;
	height:130px;
	width:300px;
	margin-right:10px;	
}

.index-list-item h3{
	font-size: 13px;
	line-height: 16px;
	margin: 0px;
	padding: 0px;
	padding-bottom:3px;
}

.index-list-item p{
	margin: 0px;
	padding: 0px;
}

.list-list-item{
	position:relative;
	-moz-border-radius: 10px; 
	-webkit-border-radius: 10px; 
	border: 1px solid #DDD;  
	padding: 10px;
	margin-top:10px;
	width:100%;
	margin-right:10px;
	padding-bottom:0px;
}

.list-list-item h2{
	margin: 0px;
	padding: 0px;
	padding-bottom:6px;
}

.list-list-item p{
	margin: 0px;
	padding: 0px;
}


.list-list-item-postal{
	position:relative;
	-moz-border-radius: 10px; 
	-webkit-border-radius: 10px; 
	border: 1px solid #DDD;  
	padding: 6px;
	padding-bottom: 0;
	margin-top:10px;
	width:300px;
	margin-right:10px;	
}

.list-list-item-postal h3{
	margin: 0px;
	padding: 0px;
	padding-bottom:3px;
}

.list-list-item-postal p{
	margin: 0px;
	padding: 0px;
}

#suggested-content-locations a{
		text-decoration:none;
}

#suggested-content-locations a:hover{
		text-decoration:underline;
}

#hotel-description ul, #hotel-description li{
	margin-left:10px;	
}

.nineblocktd-hotel:hover{
		background-color:#d6ecf7;
}

.nineblocktd-stedenreizen:hover{
		background-color:#fdebd3;
}

.nineblocktd-restaurant:hover{
		background-color:#ffd5d5;
}

.nineblocktd-restaurantpdc:hover{
		background-color:#e5fec3;
}

.nineblocktd-eropuit:hover{
		background-color: #dedcff;
}

.nineblocktd-wellness:hover{
		background-color: #ffdcff;
}




/* Yahoo Weather*/
#yw-fivedayforecast{margin-bottom:5px;}
#yw-fivedayforecast table{color:#000;text-align:center;border-bottom:1px solid #c2daff;background:#ebf3fe;}
#yw-fivedayforecast.night table{border-bottom:1px solid #b9b8c0;border-top:1px solid #544b60;background:#efebf9;}
#yw-fivedayforecast th{color:#fff;width:15%;padding:1px 0 3px;text-transform:uppercase;text-align:center;font-weight:bold;font-size:85%;border-left:1px solid #5b8dd6;border-right:1px solid #5b8dd6;background:#5F90D9 url(../img/frcstbg_day.gif) repeat-x top right;}
#yw-fivedayforecast.night th{border-left:1px solid #777382;border-right:1px solid #777382;background:#50485D url(../img/frcstbg_night.gif) repeat-x top right;}
#yw-fivedayforecast.night td{border-left:1px solid #bab7c2;border-right:1px solid #bab7c2;}
#yw-fivedayforecast tr.fiveday-icons td{text-align:center;padding-top:10px;vertical-align:top;font-weight:bold;font-size:92%;color:#333;}

#yw-fivedayforecast tr.fiveday-icons div {
 background-repeat:no-repeat;
 /*width:100%;
 /**width:61px;*/
 padding-top:34px;
 background-position: 50% 0px;
}

#yw-fivedayforecast tr.fiveday-icons td a{font-weight:bold;font-size:92%;}
#yw-fivedayforecast tr.fiveday-icons td a:link{color:#01329b;text-decoration:underline;}
#yw-fivedayforecast tr.fiveday-icons td.extended{width:0px;display:none;}
#yw-fivedayforecast tr.fiveday-titles td{vertical-align:top;padding:0 2px;font-weight:bold;font-size:92%;color:#333;}
#yw-fivedayforecast tr.fiveday-temps td{padding:5px 0 10px;color:#333;font-weight:bold;font-size:92%;padding:5px 0 5px 0;}
#yw-fivedayforecast tr.fiveday-temps div{font-weight:normal;font-size:92%;padding:2px 0 0 0;}
#yw-fivedayforecast td{border-right:1px solid #c2daff;border-left:1px solid #c2daff;}
#yw-fivedayforecast td.nobg{border:none;}
#yw-fivedayforecast th.nobg{width:0px;display:none;}

#wiff {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:transparent url(http://l.yimg.com/a/lib/ywc/img/wicons.png) repeat scroll 0 0;
}

.slider {
	position:relative; 
	overflow:hidden;  
	height:300px; 
	margin-bottom:20px;
	width: 200px;
}
.slider2 {
	position:relative; 
	overflow:hidden;  
	height:100px; 
	margin-bottom:20px;
}
.slidercontent {
	position:absolute
}
.slidercontent .upper {
	border-bottom:1px solid #9ac1c9
}
.section {
	padding:10px
}

.clear {
	clear: both;	
}

.float-right {
	float: right;
}

.float-left {
	float: left;
}

.font-size-12 {
	font-size: 12px;
}

.font-size-14 {
	font-size: 14px;
}

.font-size-16 {
	font-size: 16px;
}

.boeken_info_outer {
	background: url(../img/boeken_boven.png) top left no-repeat;
	position: relative;
	float: left;	
}

.boeken_info {
	background: url(../img/boeken_onder.png) repeat-y;
	color: #FF0000;
	width: 125px; 
	position: absolute; 
	padding: 10px 10px 10px 20px;
	margin: 0 0 0 0;
}

.aprijs {
	color: #FFA100;
	font-size:16px;
	font-weight:bold;
}

.cloud {
	margin-left: 5px;
}

.size_1, .size_1 a {
	font-size: 14px;
}

.size_2, .size_2 a{
	font-size: 17px;
}

.size_3, .size_3 a {
	font-size: 19px;
}

.restaurant, .restaurant a {
	color: #ED1B23;
}

.stedenreis, .stedenreis a {
	color: #F7931D;
}

.gratisslapen, .gratisslapen a {
	color: #00ADEF;
}

.italic {
	font-style: italic;	
}

.bold {
	font-weight: bold;	
}

#page-content ul, .mceContentBody ul {
	margin-left: 15px;	
}