@charset "utf-8";
/* CSS Document */

* {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-collapse: separate;
	border-spacing:2px;
}

html, body {
	width:100%;
	height:100%;
	background-color:#93C548;
	overflow:auto;
	color: #ffffff;
	text-align:center;
	vertical-align:middle;
	font-size: 12px;
	padding: 0px;
	margin: 0px;
}

a img {	border: none; }
a:link { color: #93C548; }
a:visited { color:#ffffff ;}
a:hover { color: #ffffff; }

.mainContentContainer{
	position: absolute;
	left: 50%;
	top: 0px;
	text-align: left;
	margin-left: -435px;
	height: auto;
	width: 860px;
	background-color: #ffffff;
	padding-left: 8px;
	padding-right: 8px;
	_padding-right: 0px;
	padding-top: 5px;
}

.header {
	width: 859px;
	height: 147px;
	background-image: url(../img/header.jpg);
}

.headerLogo {
	width: 363px;
	height: 79px;
	margin-left: 35px;
	padding-top: 30px;
	background-image: url(../img/logo.jpg);
	background-position: center;
	background-repeat:no-repeat;
	float: left;
}

.headerPromo1, .headerPromo2 {
	margin-top: 10px;
	background-image: url(../img/promo.jpg);
	width: 196px;
	height: 127px;
	float: right;
	margin-right: 10px;
}

.headerPromo1 h2, .headerPromo2 .title {
	text-align:center;
	width: 190px;
	margin-top: 3px;
	font-size: 15px;
	font-family: Tahoma;	
	font-weight: bolder;
}

.data {
	width: 190px;
	color: #475649;
	clear: both;
	height: 17px;
	font-size: 11px;
}

.data a, .data a:active, .data a:link, .data a:visited, .data a:hover {
	color: #475649;
	text-decoration:none;
}

.data a:hover {
	text-decoration:underline;
}

.data .pos {
	float: left;
	margin-left: 5px;
	width: auto;
}

.data .name {
	float: left;
	margin-left: 5px;
	width: 127px;
	font-size: 10px;
}

.headerPromo2 .perc {
	padding-top: 10px;
	width: 190px;
	text-align: center;
	font-size: 52px;
	font-family: Tahoma;
	color: #475649;
	font-weight: bolder;
}

.headerPromo2 .text {
	padding-top: 2px;
	width: 190px;
	text-align: center;
	font-size: 12px;
	font-family: Tahoma;
	color: #475649;
}

.headerPromo2 .text a {
	text-decoration: none;
	color: #475649;
	font-size: 11px;
}

.headerPromo2 .text a:hover {
	text-decoration: underline;
}	
/* end of header */

/* start of horizontal menu with submenus */
.horizontalcssmenu {
	width: 859px;
	background-image: url(../img/menu.jpg);
	height: 30px;
	margin-top: 5px;
	margin-bottom: 5px;
}
/* 
	* the rest of the horizontal menu css can be found in a seperate css file 
	* called horizontalmenu.css
*/

/* end of horizontal menu with submenus */

/* start of content area  */

/* start of left menu */
.mainContentArea {
	width: 859px;
	text-align: left;
}

.leftPane {
	width: 200px;
	float: left;
}

.leftMenuHeader {
	background-color: #0066CC; 
	background-image: url(../img/menuHeader.jpg);
	height: 28px; 
	text-align:center;
	font-size: 13px;
	font-weight:bold;
	padding-top:7px;
}

.leftMenu {
	background-color: #DADDDA;
	border-left: 2px solid #330000;
	border-right: 2px solid #330000;
	padding-left: 10px;
	padding-top: 8px;
}

.leftMenu a, .leftMenu a:active, .leftMenu a:visited, .leftMenu a:link, .leftMenu a:hover{
	color: #475649;
	font-size: 13px;
	text-decoration:none;
}

.leftMenu a:hover {
	text-decoration:underline;
}

.leftMenuFooter{
	background-image: url(../img/menuFooter.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
	height: 15px;
	margin-bottom: 5px;
}
/* end of left menu */

.contentPane {
	color: #475649;
	float: left;
	margin-left: 15px;
	margin-right: 5px;
	width: 629px;
}

.contentPane h1 {
	font-size: 24px;
	font-family: Tahoma;
	margin-bottom: 5px;
}

.contentPane .data {
	width: 100%;
	clear: both;
	padding-top: 1px;
	padding-bottom: 1px;
}

#dataHeader a, #dataHeader a:link, #dataHeader a:visited, #dataHeader a:active, #dataHeader a:hover {
	color: #ffffff;
	font-weight:bold;
}

#dataHeader a:hover {
	text-decoration:underline;
}

.contentPane #dataHeader {
	height: 17px;
	background-color: #93C548;
	padding-top: 3px;
	color: #FFFFFF;
}

.contentPane .data .colPos {
	width: 20px;
	float: left;
	padding-right: 5px;
	border-bottom: 1px dotted #93C548;
	padding-bottom: 3px;
}

.contentPane .data .colName {
	float: left;
	width: 270px;
	border-bottom: 1px dotted #93C548;
	padding-bottom: 3px;
}

.contentPane .data .colPerc {
	width: 50px;
	float: left;
	border-bottom: 1px dotted #93C548;
	padding-bottom: 3px;
}


.contentPane .data .colMeerInfo {
	width: 70px;
	padding-bottom: 3px;
	float: left;
	border-bottom: 1px dotted #93C548;
}

/* end of content area */

/* start of footer */
.footer {
	clear: both;
	height: 25px;
	_height: 35px;
	position:relative;
	top: 20px;
	padding-top: 3px;
	padding-left: 8px;
	padding-right: 8px;
	background-color: #DADDDA;
	border-top: 1px solid #93C548;
	width: 860px; 
	margin-left: -8px;
	text-align: center;
	background-image: url(../img/footerLogo.jpg);
	background-repeat:no-repeat;
	_padding-bottom: 10px;

}

.footer .links a, .footer .links a:hover,.footer .links a:visited,.footer .links a:active,.footer .links a:link {
	color:#475649;
	text-decoration:none; 
}

.footer .links a:hover {
	text-decoration:underline;
}

.footer .links {
	float: right;
	font-family: arial;
	font-size:11px;
	color:#475649;
	padding-top:3px;
	padding-right:20px;
}

.footer .logo {
	float: right;
	font-family: arial;
	font-size:11px;
	color:#475649;
	padding-top:3px;
}
#high{
background-color:#DCF1BC;
border-left:1px solid #93C548;
border-right:1px solid #93C548;
border-bottom:1px dashed #FFFFFF;
//border-bottom:1px dashed #DCF1BC;
}
.contentPane .highlightedBlock {
background-color:#EDF1E7;
border:1px solid #93C548;
display:table;
padding-left:5px;
}

/* end of footer */