/* ***** CONTENT PAGES ***** */

html {
	color: #666;
	background: #fff;
}

body {
	padding: 0;
	margin: 0;
	font: 0.67em verdana, sans serif;
	color: #666;
	background: #fff;
	height: 100%;
	/*text-align: center;*/
}

#center {
	text-align: center;
}

#content {
	position: absolute;
	top: 0;
	left: 50%;
	width: 950px;
	margin: 0;
	margin-left: -450px;
	padding: 0;
	height: 100%;
	text-align: left;
}

#sitemap {
	line-height: 150%;
	text-decoration: none;
}

#sitemap a {
	text-decoration: none;
}
#sitemap a:hover {
	text-decoration: none;
	color:#000000;
}
img {
	border: none;
}


a {
	color: #939598;
}

a:hover {
	color: #000;
}

p.breadcrumb {
	font: 0.9em verdana, sans serif;
	padding-top: 7px;
}



p.breadcrumb a {
	text-decoration: none;
}


/* ***** HEADER RULES ***** */

#header {
	margin: 0 20px 10px 0;
	padding: 0;
	height: 80px;
}

#logoLink img {
	border: none;
	margin: 20px 10px 10px 0;
}

#topNav {
	font: 0.9em verdana, sans serif;
	position: absolute;
	right: 50%;
	top: 0;
	width: 950px;
	margin-right: -455px;
	line-height: 20px;
}



#topNav a {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	vertical-align: middle;
	
}

#topNav a:hover {
	color: #000;
}

#navTitle {
	color: #000;
	font-weight: bold;
	position: absolute;
	right: 466px;
	top: 0;
	margin: 0;
	padding: 0;
	width: 150px;
	height: 22px;
	text-align: right;
	padding-right: 5px;
	
}

#navTitle a {
	color: #000;
}

#imgA {
	position: absolute;
	margin: 0;
	right: 441px;
	top: 0;
	width: 25px;
	height: 22px;
	padding: 0;
}

#firstLink {
	background: #D0EAFA;
	position: absolute;
	margin: 0;
	right: 321px;
	top: 0;
	width: 120px;
	height: 21px;
	padding: 0;
}

#firstLink a {
	color: #666666;
}

#imgB {
	position: absolute;
	margin: 0;
	right: 295px;
	top: 0;
	width: 26px;
	height: 22px;
	padding: 0;
}

#secondLink {
	background: #B1E1F6;
	position: absolute;
	margin: 0;
	right: 175px;
	top: 0;
	width: 120px;
	height: 21px;
	padding: 0;
}
#secondLink a {
	color: #666666;
}
#imgC {
	position: absolute;
	margin: 0;
	right: 150px;
	top: 0;
	width: 25px;
	height: 22px;
	padding: 0;
}

#thirdLink {
	background: #8FD4F3;
	position: absolute;
	margin: 0;
	right: 0;
	top: 0;
	width: 150px;
	height: 21px;
	padding: 0;
}




/* ****** SEARCH AREA ***** */

#searchArea {
	right: 50%;
	top: 50px;
	width: 925px;
	margin-right: -450px;
	height: 25px;
	text-align:right;
}



#searchArea form, #searchArea a, #searchArea input, #searchArea label {
	vertical-align: middle;
}

#keyword {
	width: 140px;
	font-size: 0.95em;
}

#searchArea form {
	display: inline;
	margin: 0 0 0 10px;
}


#flags {
	margin: 0 92px 3px 0;
	border: none;
}

#flags a {
	text-decoration: none;
}


#flags a:hover {
	text-decoration: none;
}


a.lang {
	color: #666;
	text-decoration: none;
	font-size: 0.9em;
	margin-right: 10px;
}

a.lang:hover {
	color: #000;
	text-decoration: underline;
}

a.activeLang {
	color: #AE0000;
	text-decoration: none;
	font-size: 0.9em;
	margin-right: 10px;
}

a.activeLang:hover {
	color: #c00;
	text-decoration: underline;
}

label {
	cursor: pointer;
}






/* ***** LEFT MENU ***** */
#leftMenu {
	float: left;
	width: 135px;
	width: 15%;
	margin-right: 20px;
	margin-bottom: 20px;
}

#leftMenu p.title {
	padding: 5px 0 5px 0;
	margin: 0;
	margin-bottom: 15px;
	font-weight: bold;
	font-size: 1em;
	color: #666;
}



#leftMenu p.lightBlueBG {
	background: #D0EAFA;
	color: #fff;
	text-align: left;
	padding-left: 17px;
	text-transform: uppercase;

}

#leftMenu p.darkBlueBG {
	background: #8FD4F3;
	color: #fff;
	text-align: left;
	padding-left: 17px;
	text-transform: uppercase;
}

#leftMenu2 {
	float: left;
	width: 135px;
	width: 15%;
	margin-right: 20px;
	margin-bottom: 20px;
}
#leftMenu2 p.lightBlueBG {
	background: #D0EAFA;
	color: #fff;
	text-align: left;
	padding-left: 17px;
	text-transform: uppercase;

}
#leftMenu2 p.title {
	padding: 5px 0 5px 0;
	margin: 0;
	margin-bottom: 15px;
	font-weight: bold;
	font-size: 1em;
	color: #666;
}
#leftMenu2 p.darkBlueBG {
	background: #8FD4F3;
	color: #fff;
	text-align: left;
	padding-left: 17px;
	text-transform: uppercase;
}
#leftMenu2 p.rc {
	background: #8FD4F3;
	color: #fff;
	text-align: left;
	padding-left: 17px;
	text-transform: uppercase;
}
#leftMenu2 p.lightGreyBG {
	background: #F1F1F1;
	color: #000;
	text-align: left;
	padding-left: 17px;
	text-transform: uppercase;
}

#leftMenu2 p.redBGUS {
	background: #EA0000;
	color: #fff;
	text-align: left;
	padding-left: 17px;
	text-transform: uppercase;
}
#leftMenu2 p.edu {
	background-color: #FFFF66;
	color: #000;
		text-align: left;
	padding-left: 17px;
	text-transform: uppercase;
}
#leftMenu2 p.secur {
	background-color: #33CC99;
	color: #fff;
		text-align: left;
	padding-left: 17px;
	text-transform: uppercase;
}


#leftMenu p.redBGUS {
	background: #EA0000;
	color: #fff;
	text-align: left;
	padding-left: 17px;
	text-transform: uppercase;
}
#leftMenu p.redBG {
	color: #AE0000;
}
#leftMenu p.blackBG {
	background: #000;
	color: #fff;
}
#leftMenu p.default {
	background-color: #8FD4F3;
	color: #fff;
	text-align: left;
	padding-left: 17px;
	text-transform: uppercase;
}
#leftMenu p.rc {
	background-color: #FF9966;
	color: #fff;
	text-align: left;
	padding-left: 17px;
	text-transform: uppercase;
}
#leftMenu p.edu {
	background-color: #FFFF66;
	color: #000;
		text-align: left;
	padding-left: 17px;
	text-transform: uppercase;
}
#leftMenu p.secur {
	background-color: #33CC99;
	color: #fff;
		text-align: left;
	padding-left: 17px;
	text-transform: uppercase;
}
#leftMenu ul {
	margin: 0;
	margin-left: 1.35em;
	padding-left: 2px;
}

#leftMenu li {
	list-style-image: url(../images/leftNavBullet.gif);
	margin-bottom: 1em;
}

#leftMenu li a {
	text-decoration: none;
	color: #939598;
	font-weight: bold;
	vertical-align: middle;
}


#leftMenu li a:hover {
	color: #000;
}

#leftMenu li a.redLink {
	color: #AE0000;
}

#leftMenu li a.redLink:hover {
	color: #000;
}

#leftMenu ul.pushTop {
	margin-top: 30px;
}

#leftMenu li ul {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}





/* ***** MIDDLE AREA ***** */
#middleArea {
	float: left;
	width: 58%;
	width: 58%;
	margin-right: 20px;
	margin-bottom: 15px;
	padding-top: 15px;
}

#middleArea div.imgHolder {
	height: 200px;
	margin-bottom: 0px;
}
#middleArea div.colorTable {
	margin-top: 20px;
	margin-bottom: 0px;
}
#middleArea div.colorTable h2.header {
	font-weight: bold;
	font-size: 1em;
	margin-top: 0;
}

#middleArea h1 {
	font-size: 1.6em;
	margin: 20px 0 0 0;
}

#middleArea h2 {
	font-size: 1.4em;
	margin: 0;
}


#middleArea p {
	color: Black;
}

#middleArea p i b{
	margin-left: -3px; 
}


#middleArea p a {
	text-decoration: none;
	font-weight: bold;
}

#middleArea p a:hover {
	color: #AE0000;
}

#middleArea p.imgLink {
	text-align: right;
	width: 515px;
	margin: 0 5px;
}

#middleArea p.imgLink a {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}


#middleArea p.imgLink a:hover {
	color: #AE0000;
}

#middleArea p.lowerText {
	margin: 0;
	width: 400px;
	margin: 5px 5px 5px 20px;
	height: 90px;
	color: #fff;
	font-weight: bold;
	font-size: 1em;
	padding-top: 20px;
}

#middleArea h5 {
	margin: 10px 0 0 0;
}


#middleArea div.linkCol a.header:hover {
	color: #000;
}

#middleArea div.linkCol a.header img {
	vertical-align: middle;
}

#middleArea div.linkCol h2.header {
	color: #AE0000;
	font-weight: bold;
	font-size: 1em;
	margin-top: 0;
}

#middleArea div.linkCol h2.header img {
	vertical-align: middle;
	margin-left: 5px;
}

.NewsArchiveItemDescription {
	color: Black;
}

/*
.NewsArchiveItemTitle a {
	color: Black;
	font-weight: bold;
}

.NewsArchiveItemTitle a:hover {
	color: #AE0000;
}
*/

/* ***** RIGHT AREA ***** */
#rightArea {
	float: left;
	width: 200px;
	width: 20%;
	margin-bottom: 20px;
	padding-top: 20px;
}

#rightArea div.imgHolder {
	background: #fff;
	height: 200px;
	
}

#rightArea p.mainText {
	margin: 0;
	width: 180px;
	margin: 10px 5px 5px 7px;
	height: 160px;
	color: #fff;
	font-weight: bold;
	font-size: 2em;
}

#rightArea p.rightTextP {
	color: #fff;
	font-size: 0.9em;
	margin: 10px 10px 5px 5px;
}

#rightArea p.linkText {
	text-align: right;
	width: 180px;
	margin: 0 5px;
}

#rightArea p.imgLink {
	text-align: right;
	width: 185px;
	margin: 0 5px;
}

#rightArea p.imgLink a {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}


#rightArea p.imgLink a:hover {
	color: #AE0000;
}

#rightArea p.imgLink a:hover {
	color: #000;
}

#rightArea a.contactLink {
	text-decoration: none;
	font-weight: bold;
}

#rightArea a.contactLink:hover {
	color: #AE0000;
}






#rightArea div.contact {
	width: 100%;
	/*margin-top: 10px !important;*/
}

#rightArea div.contact p {
	width: 98%;
}



#rightArea div.newredDiv {
	background: #AE0000;
	width: 185px;
	height: 87px;
	padding-top: 10px;
	padding-left: 4px;
	margin-bottom: 5px;
	
}

#rightArea div.newredDiv h4 {
	color: #fff;
}








/* ***** TEXT CONTENT ***** */

#textContent {
	float: left;
	width: 725px;
	border-left: 1px solid #eeeeef;
	padding-left: 15px;
	padding-bottom: 20px;
	margin-bottom: 50px;
}
#textContent td {
	color: Black;
	font-size: 13px;
}
.TableCell {
	background-color:#EFEFEF;
	}
.TableHeader {
	background-color:#8FD4F3;
	}
.TableProdName {
	background-color:#B1E1F6;
	}

#textContent p {
	color: Black;
}

#textContent h1 {
	text-transform:uppercase;
	color: Black;
	font-size: 1.6em;
	margin: 0;
}

#textContent h2 {
	font-size: 1.4em;
	margin: 0;
}

#textContent img.floatLeft {
	float:left;
	margin: 0.5em 2em 0.5em 0;
}

#textContent img.floatRight {
	float:right;
	margin: 0.5em 0 0.5em 2em;
}

/* ***** FOOTER ***** */
#footer {
	clear: both;
	height: 100px;
	text-align: right;
	padding: 5px;
	font-size: 0.8em;
	height: 40%;
	margin-right: 20px;
}
<!--
td.lijn {vertical-align: middle;
	background-color: #FFFFFF;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
#MediumRight {
float: right;
margin : 0px 0 5px 0px;
}

.articleTitle  H1  { font-size : 14px; margin: 0px; }
