/* only genereal styles are included here */

html, body {
	margin: 0; padding: 0;
	text-align: center;
	font: 11px Verdana, Arial;
}

ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

img {
	border: 0;
}

form, input, h2, h1, h3 {
	padding: 0;
	margin: 0;
}

th {
	text-align: left;
}

tr.notes td {
	font-size: 95%;
}

#wrapper {
	margin: 60px auto;
	width: 774px;
	text-align: left;
}

#header {
	position: absolute; /* this is here to get the same behaviour in IE and FF */
	float: left;
	margin: -38px 21px 16px 21px;
	width: 732px;
	height: 65px;
}

#header h2 {
	display: none;
}

#logo {
	float: left;
	margin-top: 13px;
}

#logo_room4u {
	float: right;
	margin-top: 19px;
}

#logo_mpw {
	float: right;
	margin-top: 6px;
}

#flashheader {
	padding-top: 6px;
}

/* CSS for the box starts here */
.box, .selectedbox, .infobox {
	padding:0 5px 0 0;
}

.bi {
	padding:0 0 0 6px;
}
.bt {
	height:11px;
	margin:0 -6px;
}
.bt div {
	width:12px;
	height:11px;
}
.bb {
	height:11px;
	margin:0 -6px;
}
.bb div {
	width:12px;
	height:11px;
}

.boxcontent {
	margin:0;
	padding: 12px;
}

#buttons {
	padding: 12px 12px;
}

#buttons_extra {
	height: 1%;
	margin-top: 12px;
}

#buttons img {
	float: left;
	margin-right: 4px;
}

#buttons #inschrijven {
	margin-right: 20px;
}

.fullwidth {
	height: 1%;
	margin-left: 10px;
	margin-top: 20px;
}

#leftcolumn {
	margin-top: 20px;
	margin-bottom: 20px;
	float: left;
	display: inline;
}

#rightcolumn {
	height: 1%;
	margin-top: 20px;
	margin-bottom: 20px;
}

/* mijn perfecte weekend */
#leftcolumnmpw {
	margin-top: 0px;
	margin-bottom: 20px;
	margin-left: 12px;
	float: left;
	display: inline;
}

/* mijn perfecte weekend */
#rightcolumnmpw {
	height: 1%;
	margin-top: 0px;
	margin-bottom: 20px;
}

body#home #leftcolumn {
	width: 450px;
}

body#home #rightcolumn {
	margin-left: 470px;
}

/* mijn perfecte weekend */
body#home #leftcolumnmpw {
	width: 350px;
}

/* mijn perfecte weekend */
body#home #rightcolumnmpw {
	margin-left: 370px;
}

body#hotel #leftcolumn {
	width: 225px;
}

body#hotel #rightcolumn {
	margin-left: 250px;
}

#intro {
	padding: 12px;
}

#hotelprices {
	margin-bottom: 12px;
}

#hotelspecs {
	margin-bottom: 12px;
}

#selected {
	margin: 0;
	padding: 0;
	display: block;
	width: 450px;
}

.selectedhotel {
	text-align: center;
	float: left;
	width: 140px;
	margin-right: 10px;
	margin-top: 40px;
}

.selectedheader {
	position: absolute; /* this is here to get the same behaviour in IE and FF */
	float: left;
	margin: -32px 0 0 38px;
	width: 65px;	
	height: 65px;
}

.selectedbox {
	text-align: left;
}

#mapholder {
	width: 240px;
	height: 280px;
}

#photoviewer {
	width: 225px;
	height: 315px;
	height: 1%;
}

p.more {
	text-align: right;
}

h2 {
	font-size: 1.6em;
}

h3 {
	font-size: 1.4em;
}

ul#arrangementen {
}

ul#arrangementen li {
	height: 26px;
}

ul#arrangementen .left {
	line-height: 21px;
	float: left;
	display: inline;
}

ul#arrangementen .middle {
	float: left;
	display: inline;
	line-height: 21px;
	margin-left: 20px;
	width: 60px;
}

ul#arrangementen .right {
	margin-left: 340px;
}

#arrangementen a {
	cursor: pointer;
}

ul#hotels {
}

ul#hotels li {
	clear: both;
}

ul#hotels img {
	float: left;
	margin-top: 10px;
	margin-right: 20px;
}

ul#hotels .infobox {
	float: left;
	width: 432px;
	margin-bottom: 20px;
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

#errors {
	width: 400px;
	padding: 10px;
	margin: 10px 0;
	background: #FAFFC7;
	color: #FF2C00;
	border: 1px solid #FF2C00;
}

#errors ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

#errors ul li {
	padding: 0;
	margin: 0;
}

select, textarea, .r4utextbox {
	border: 1px solid #7f7f7f;
	padding: 1px;
}

input.error, select.error, textarea.error {
	border: 1px solid red;
}

.gendererror {
	color: red;
}

#calendarbox {
	width: 200px;
	float: right;
	margin: 10px;
	margin-top: 0px;
}

#calendar td, #calendar th {
	text-align: center;
	margin: 0;
	padding: 2px;
}

#reserveren td.daynum {
	background: #aaa;
}

#reserveren td.available {
	background: #07AB14;
}

#calendar #prev {
	text-align: left;
}

#prev a {
	cursor: pointer;
}

#calendar #next {
	text-align: right;
}

#next a {
	cursor: pointer;
}

.invulboxhelper {
	color: #7f7f7f;
	font-style: italic;
}

.mpwlinks{
	line-height: 17px;
}