body {
	background-image: url('../images/background-v5.png');
	background-repeat: no-repeat;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size:12px;
	height: 1080px; /* 768 */
	width: 1920px; /* 1365 */
  background-color: #00558C;
}

strong {
	font-weight: 700;
}


h1 {
	float:left;
	color: #004990;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	font-size:36px;
	margin:0;
	margin-bottom: 15px;
	text-transform: uppercase;
	display: block;
}

h2 {
	float:left;
	color: #004990;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	font-size:36px;
	margin:0;
	margin-bottom: 15px;
	text-transform: uppercase;
	width: 100%;
	display: block;
}

h3 {
	color: #004990;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	font-size:18px;
	margin:0;
	padding:5px 0 0 0;
	text-transform: uppercase;
	width: 100%;
	display: block;
}

h4 {
	float:left;
	color: #004990;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	font-size:14px;
	margin:0;
	padding:23px 0 0 15px;
	text-transform: uppercase;
}

.clear {
	clear: both;
}

.container {
	margin:0 auto;
	width:1223px;
}

.content-left {
	float:left;
	width: 586px;
	margin-top:15px;
}

.content-right {
	float:left;
	width: 586px;
	margin-top:15px;
	margin-left:35px;
}

.block-left {
	background-color: #f8f8f8;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	padding: 14px 41px;
	margin-top: 20px;
}

.date_time {
	float: left;
	text-align: right;
	width: 100%;
	font-size:30px;
	margin-bottom:80px;
}

.block-right {
	background-color: #f8f8f8;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	padding: 14px 41px;
	margin-top: 20px;
	min-height: 400px;
	max-height:500px;
	overflow: hidden;
}

.block-right .tijd {
	margin: 2px 0;
	background-color: #fff;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	float:left;
	width:75px;
	padding:5px 10px;
	text-align: center;
}

.block-right .persoon {
	margin: 2px 0;
	background-color: #fff;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	float:left;
	width:110px;
	padding:5px 10px;
	text-align: left;
	margin-left:5px;
}

.block-right .firma {
	margin: 2px 0;
	background-color: #fff;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	float:left;
	width:120px;
	padding:5px 10px;
	text-align: left;
	margin-left:5px;
}

.block-right .bedrijf {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	float:left;
	height:26px;
	width: 124px;
	text-align: center;
	margin-left:5px;
	margin-top:2px;
}

/* =New styles
-----------------------------------------------------------------------------*/
div.page{
  width: 1840px;
  margin:0 auto;
  padding-left: 50px;
}
div.row{
  width:1740px;
}
div.block-welcome{
  padding-left:40px;
  float:left;
  width:650px;
  height:170px;
  font-size:60px;
  color:#fff;
  font-weight: bold;
  font-style: italic;
}
div.block-time{
  padding-top: 24px;
  float: left;
  width: 880px;
  height: 140px;
  text-align: right;
  font-size: 40px;
  color: #fff;
}
div.block-news{
  float:left;
  width:900px;
}

/* =Room-rows
-----------------------------------------------------------------------------*/
div.block-rooms{
  min-height: 630px;
  font-size: 30px;
}
div.row-room{
  display: inline-block;
  position: relative;
  width:1850px;
}
div.row-room > div{
  display: inline-block;
  padding-bottom:5px;
}
div.row-room > div > div{
  float:left;
  margin-right:10px;
  border-radius: 8px;
}
div.room-name{
  width:290px;
  font-weight: bold;
  text-transform: uppercase;
}
div.tijd{
  width:270px;
  background-color: rgba(255,255,255,0.9);
  text-align: center;
}
div.persoon{
  width:540px;
  background-color: rgba(255,255,255,0.9);
  padding:0 10px;
  font-weight: bold;
}
div.firma{
  width:420px;
  background-color: rgba(255,255,255,0.9);
  padding:0 10px;
  font-weight: bold;
}
div.bedrijf{
  width:230px;
}