html, body { height: 100%; }
p { margin: 0; }

.center {
	text-align: center;
	margin: 0px;
}
body {
	margin: 0;
	padding: 0;
	width:100%;
	height:100%;
	font-family: Verdana, Arial, sans-serif;
	overflow-x: hidden;
	box-sizing: border-box;
	position: relative;
}
#head {
	width: 100%;
	height: 443px;
}

#monitordisplay {
	background-color: #E6ECFF;
	width: 1080px;
	height: 1920px;
	overflow: hidden;
	position: relative;
}

#heute,
#ausblick,
#messages {
	padding: 10px;
}
#messages {
	color: red;
	background-color: yellow;
	position: absolute;
	bottom: 0px;
	height: 350px;
}
#messages .flexslider {
	margin: 0;
	border: none !important;
}
#messages ul {
	width: 1060px;
}
/* =========================================================================
	OCR-Font
	======================================================================== */
@font-face { font-family:'MONO';
			 src:url('../Fonts/monosb.ttf') format('truetype');
}



#zeit {
	font-size: 32px;
	font-weight: bold;
	color: white;
	vertical-align: middle;
	text-align: right;
	background-color: black;
	box-sizing: border-box;
	width: 100%;
	padding: 5px;
	height: 50px;
}
#tag {
	display: inline-block;
}
#uhr {
	font-family: MONO;
	display: inline-block;
	padding-left: 200px;
}
.termine_table,
.messages_table {
	display: table;
	width: 100%;
}
.termine_table_header,
.messages_table_header {
	display: table-row;
	font-size: 35px;
	color: white;
	text-align: left;
	font-weight: bold;
	background: url(../Icons/tables-th.png);
	/*height: 35px;*/
	background-color: #002851;	
}
.termine_table_row {
	display: table-row;
	font-size: 35px;	
	height: 150px;
}
.messages_table_row {
	display: table-row;
	font-size: 35px;	
	height: 300px;
}
.termine_table_row:nth-of-type(even) {
	background-color: #c8f0ff;
}
.termine_table_row:nth-of-type(odd) {
	background-color: #eaf8ff;
}

.termine_table_col_01 {
	display: table-cell;
	vertical-align: top;
	width: 25%;
	padding: 0 5px 0 5px;
}
.termine_table_col_02 {
	display: table-cell;
	vertical-align: top;
	width: 75%;
}
.messages_table_col_01 {
	display: table-cell;
	vertical-align: top;
	width: 25%;
	padding: 0 5px 0 5px;
}
.messages_table_col_02 {
	display: table-cell;
	vertical-align: top;
	width: 75%;
}
.messages_table_header .messages_table_col_02 {
	text-align: right;
}
.raum,
.vonbis {
	font-size: 0.8em;
}
.flexslider {
	background-color: transparent;
}
