﻿/* Header */
#headercontent {float: left; display: block; background-color: #95b6e5;}
	#headercontent .photoarea {display: block; float: left; width: 546px; height: 112px; overflow: hidden;}
		#headercontent .photoarea img {width: 100%; min-height: 112px; overflow: hidden;}
	#headercontent .text {float: right; display: block; width: 315px; height: 110px; margin: 0 15px 0; text-align: right;}
		#headercontent .text .title {margin-top: 5px; font-size: 15pt; font-weight: bold;}
		#headercontent .box {margin-top: 8px; padding: 8px; border: 1px solid white; background-color: #ee3226; color: white; font-size: 14pt; text-align: right;}
			#headercontent .box span {font-weight: bold;}
.TaskNumber {display: none;}

/* Menu */
.menu li li a {color: white!important;}
	.menu li a:hover, .menu li:hover a {background-color: #5f83b7; color: white!important;}
.menu > .open > a, .menu > .open > a:hover, .menu > .open > a:focus {background-color: #5f83b7; color: white!important;}
.menu ul {background-color: #5f83b7!important; color: white!important;}
	.menu ul li a:hover, .menu ul>li>a:focus, .menu ul li:hover a {background-color: #2c5287!important; color: white!important;}
.menu ul>.active>a,.menu ul>.active>a:hover,.menu ul>.active>a:focus {background-color: #2c5287!important; color: white!important;}
.menu ul ul li a {color: white!important;}
	.menu ul ul li a:hover {background-color: #5f83b7!important; color: white!important;}
	.menu ul>li>ul {background-color: #2c5287!important; color: white!important;}

/* Home */
#taskslider {
	position: absolute;
	top: 62px;
	right: 0;
	width: 100%;
	height: 211px;
	background-color: #95b6e5;
	z-index: -1;
	overflow: hidden;
}
#taskslider .photoarea {display: block; position: absolute; width: 100%; height: 100%; overflow: hidden;}
	#taskslider .photoarea img {width: 100%; min-width: 800px; height: 100%;}
#taskslider .text {
	display: block;
	float: right;
	width: 360px;
	margin: 0 25px 0 0;
	padding: 0 20px 5px;
	text-align: right;
	background-color: #838486;
	filter: alpha(opacity=85);
	opacity: 0.85;
	-moz-border-bottom-left-radius: 15px;
	-moz-border-bottom-right-radius: 15px;
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
}
	#taskslider .text .title {font-size: 18pt; line-height: 120%; font-weight: bold; color: white;}
	#taskslider .box {margin-top: 25px; padding: 10px; border: 1px solid white; background-color: #ee3226; color: white; font-size: 14pt; text-align: right;}
		#taskslider .box span {font-weight: bold;}

@media (max-width: 1200px) {
	#headercontent .photoarea {width: 463px;}
	#headercontent .text {width: 315px; margin: 0 15px 0;}
}
@media (max-width: 992px) {
	#headercontent .photoarea {width: 217px;}
	#headercontent .text {width: 315px; margin: 0 15px 0;}
}
@media (max-width: 768px) {
	#taskslider {display: none;}
	.TaskNumber {display: block; position: absolute; top: 12px; left: 110px; color: black; font-size: 25px; font-weight: bold;}
}

