#content {
	width: 1000px !important;
	margin: auto !important;
	background-color: #FFFFFF;
}

#mainHeaderLine {
	background-color: #BABABA;
	height: 16px;
	width: 100%;
}

#mainHeaderLine * {
	font-size: 1rem;
}

#headerUserInfo {
	width: 70%;
	padding-left: 5px;
}

#headerShortMenu {
	background-color: #CCCCCC;
	padding: 3px 0px 0px 5px;
	border-width: 0px 0px 1px 0px;
	border-color: #BABABA;
	border-style: solid;
}

#headerShortMenu * {
	font-size: 1rem;
}

#headerToolbar {
	padding: 2px 5px 0px 0px;
	background-color: #CCCCCC;
	text-align: right;
	border-width: 0px 0px 1px 0px;
	border-color: #BABABA;
	border-style: solid;
}

#headerClock {
	padding-right: 6px;
	text-align: right;
}

#mainMenu {
	width: 159px;
	vertical-align: top;
	background-color: #F0F0F0;
	background-repeat: repeat-y;
	background-position: right;
	height: 300px;
}

#mainContent {
	vertical-align: top;
	background: #FFFFFF;
	padding-top: 3px;
	padding-left: 5px;
	padding-right: 5px;
}

#developerWindow {
	position: absolute;
	top: 2px;
	left: 2px;
	margin: auto;
	background-color: #DEDEDE;
	border-style: solid;
	border-width: 1px;
	border-color: #999999;
	border-radius: 3px;
	padding: 5px;
	-moz-opacity: 0.7;
	opacity: 0.7;
	filter: alpha(opacity = 70);
}

#developerWindow * {
	font-size: 0.9rem;
}

#rocoLogo {
	background-color: #76C5F0;
	background-image: url(../_images/layout/header_left.png);
	background-repeat: no-repeat;
	background-position: left center;
	height: 50px;
	padding: 0px;
	margin: 0px;
}

#rdgLogo {
	background-image: url(../_images/layout/rocologoweiss.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 70%;
	width: 100%;
	height: 50px;
	padding: 0px;
	margin: 0px;
}

#headerbar {
	height: 60px;
	background-color: #76C5F0;
}

#logoRow {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}

#headerbarLeft {
	width: 252px;
}

#headerbarRight {
	width: 165px;
}

#headerbarAlarmstatus {
	background-color: #CCEAF9;
	text-align: left;
	font-size: 1rem;
	padding: 0.5em;
	border-radius: 0.5em;
}

#headerbarAlarmstatusAlarm {
	text-align: center;
	font-size: 1.5rem;
	background-color: red;
	padding-right: 5px;
	height: 100%;
	display: inline-block;
	border-radius: 0.3em;
}

#headerbarAlarmstatusAlarm span {
	position: relative;
	top: 8px;
}

#headerbarAlarmstatusAlarm img {
	height: 36px;
	margin-top: 2px;
}

#headerbarAlarmstatusStatus {
	display: inline-block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	max-width: 20em;
}

#headerbarAlarmstatus img.scharf_unscharf {
	vertical-align: text-bottom;
	height: 14px;
}

#headerbarConnectioncheckError {
	text-align: center;
	background-color: red;
	padding-right: 5px;
	height: 100%;
	display: inline-block;
	border-radius: 0.3em;
	padding: 0.5em;
}

@media ( max-width : 1100px) , ( max-height : 800px) {
	#headerbar {
		height: 30px;
	}
	#rocoLogo {
		background-image: url(../_images/layout/header_left_small.png);
		height: 30px;
	}
	#rdgLogo {
		background-image: none;
		height: 30px;
	}
	#headerbarAlarmstatusAlarm img {
		height: 30px;
		margin-top: 0px;
	}
	#headerbarAlarmstatusAlarm {
		font-size: 1.2rem;
	}
	#headerbarAlarmstatus {
		margin-right: 7px;
	}
	#headerbarAlarmstatusAlarm span {
		position: relative;
		top: 5px;
	}
}