/* Start XPS styles */
body,
th,
td,
input,
select,
optgroup,
option,
textarea,
button {
	font-family: verdana, helvetica, arial;
	font-size: 10px;
}

body,
form,
p {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

table {
	empty-cells: show;
}

td, th {
	text-align: left;
}

img {
	border: none;
	margin: 0px;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}
/* End XPS styles */

html, body {
	margin: 0px;
	padding: 0px;
}

body {
	overflow: hidden;
}

#fullscreen {
	width: 100%;
	height: 100%;
	position: absolute;
	z-Index: 999;
}

#fullhd {
	background-size: 1920px 1080px;
	background-repeat:no-repeat;
	background-color: #fff;
	width: 1920px;
	height: 1080px;
	position: relative;
}

#top {
	width: 100%;
	height: 140px;
	margin-bottom: 60px;
	position: absolute;
	top: 0px;
}

#middle {
	width: 100%;
	height: 720px;
	position: absolute;
	top: 200px;
}

#bottom {
	width: 100%;
	height: 110px;
	position: absolute;
	bottom: 0px;
}

#marger {
	position: relative;
	height: 100%;
	margin: 0px 10px;
}

#left {
	width: 1280px;
	height: 720px;
	float: left;
}

#client_title {
	font-family: verdana;
	font-weight: bold;
	font-size: 45pt;
	color: #fff;
	position: relative;
	top: 70px;
	left: 10px;
	padding: 20px;
	background-image: url('img/filter.png');
	white-space:nowrap;
	overflow:hidden;
	/*
	border: 1px solid #aaa;
	*/
}

#client,
#client_content {
	height: 100%;
	overflow:hidden;
}

#client_content {
	background-image: url('img/filter.png');
}

#client {
	/*border: 1px solid #aaa;*/
}

#right {
	width: 608px; /* 600 + 4px padding for sponsor */
	height: 100%;
	float: right;
	position: relative;
	/*
	border-top: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
	*/
}

#rightheader {
	background-image: url('img/filter.png');
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 190px;
	/*
	border-right: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
	border-left: 1px solid #aaa;
	*/
}

#sponsor {
	background-image: url('img/filter.png');
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 502px;
	color: #fff;
	/*
	border-top: 1px solid #aaa;
	border-right: 1px solid #aaa;
	border-left: 1px solid #aaa;
	*/
	overflow: hidden;
}

#sponsor_title {
	font-size: 30px;
	padding: 0px 10px;
	height: 44px;
}

#sponsor_content {
	height: 100%;
	color: #fff;
	padding: 4px;
}

div#bottom #twitter {
	position: relative;
	top: 0px;
	width: 100%;
	height: 60px;
	background-image: url('img/filter.png');
	/*
	border-top: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
	*/
}

div#bottom #twitter #twitterlogo {
	white-space:nowrap;
	padding-left: 25px;
	color: #ccc;
	font-size: 30px;
}

div#bottom #twitter #twitterlogo #twitterlogocontainer {
	/*
	position: relative;
	top: 3px;
	*/
}

div#bottom #twitter #twitterlogo img {
	position: relative;
	top: 2px;	
}

div#bottom #twitter #marquee_container {
	padding-left: 20px;
}

marquee {
	/*width: 1600px;*/
	width:100%;
	height: 40px;
	font-size: 30px;
}

marquee span.twitter_user {
	color: #ccc;
}

marquee span.twitter_message {
	color: #ffffff;
}

marquee div.twitter_content {
	/*
	position: relative;
	top: 4px;
	*/
	display: inline;
	padding-right: 100px;
}

#schedule,
#schedule td {
	font-size: 26px;
	color: #fff;
}

#schedule table {
	margin: 0px;
	width: 100%;	
}

#schedule th {
	font-weight: bold;
	font-size: 30px;	
}

.clear {
	clear: both;
}

#buienradar {
	position: relative;
	left: 10px;
	top: 10px;
	text-align: center;
	color: #fff;
}

#buienradar td {
	padding: 4px;
	text-align: center;
}

#buienradar col:nth-child(odd) {
	background: #222;
}

#buienradar .day td {
	font-size: 24px;
}

#buienradar .temp td {
	font-size: 14px;
}

#buienradar .wind td {
	font-size: 14px;
}

/* needed for tinymce in backoffice */
body.mce-content-body {
	font-family: verdana, helvetica, arial;
	font-size: 10px !important;	
	color: #ffffff;
	padding: 8px; /* this padding is derived from narrowcasting.js */
}