/*
div{ border: 1px solid grey;}
table { border: 1px solid green;}
td, tr{ border: 1px solid red;}
*/

/* basic layout, divided in 9 areas */
.main{
	border: 0px; 
	padding: 0px; 
	width:100%;
}

.main1{
	width: 50px;
}

a.main1link{
	background-image:url(img/main1.jpg);
	width: 50px;
	height: 110px;
	display: block;
	cursor: help;
}

.main1onder{
	background-image:url(img/main1onder.jpg);
	height: 30px;
}

.main2onder{
	background-image:url(img/main2onder.jpg);
	height: 30px;
}

.main3onder{
	background-image:url(img/main3onder.jpg);
	height: 30px;
}


.main2left{
	width: 300px;
	background-image:url(img/main2.jpg);
}

.main2{
	background-image:url(img/main2.jpg);
	vertical-align:bottom;
}

a.main2leftlink{
	background-image:url(img/main2left.jpg);
	width: 700px;
	height: 110px;
	display: block;
	cursor: help;
}

.main2right{
	background-image:url(img/main2right.jpg);
	width: 10px;
	height: 110px;
	float:right;
}

.main3{
	width: 40px;
	background-image:url(img/main3.jpg);
}

.main4topHalf{
	width: 50px;
	background-image:url(img/main4.jpg);
	vertical-align:top;
}

.main4top{
	width: 50px;
	height: 250px;
	background-image:url(img/main4top.jpg);
}

.main4bottomHalf{
	width: 50px;
	background-image:url(img/main4.jpg);
	vertical-align:bottom;
}

.main4bottom{
	width: 50px;
	height: 40px;
	background-image:url(img/main4bottom.jpg);
}

.main5{
	background-image:url(img/main5.jpg);
	vertical-align: top;
}

.main5topleft{
	background-image: url(img/main5topleft.jpg);
	background-repeat: no-repeat;
	background-position: top left;
}

.main5top{
	width: 100%;
	background-image: url(img/main5top.jpg);
	background-repeat: repeat-x;
}

.main5topright{
	background-image: url(img/main5topright.jpg);
	background-repeat: no-repeat;
	background-position: top right;
}

.main5bottom{
	background-position: bottom;
	width: 100%;
	background-image: url(img/main5bottom.jpg);
	background-repeat: repeat-x;
}

.main5bottomright{
	background-image: url(img/main5bottomright.jpg);
	background-repeat: no-repeat;
	background-position: bottom right;
}

.main5bottomleft{
	background-image: url(img/main5bottomleft.jpg);
	background-repeat: no-repeat;
	background-position: bottom left;
}

.main6{
	width: 40px;
	background-image:url(img/main6.jpg);
	vertical-align: top;
}

.main6topHalf{
	width: 40px;
	background-image:url(img/main6.jpg);
	vertical-align:top;
}

.main6top{
	width: 40px;
	height: 270px;
	background-image:url(img/main6top.jpg);
}

.main6bottomHalf{
	width: 40px;
	background-image:url(img/main6.jpg);
	vertical-align:bottom;
}

.main6bottom{
	width: 40px;
	height: 50px;
	background-image:url(img/main6bottom.jpg);
}

.main7{
	width: 50px;
	height: 100px;
	background-image:url(img/main7.jpg);
}

.main8{
	background-image:url(img/main8.jpg);
}

.main9{
	width: 40px;
	background-image:url(img/main9.jpg);
}

/* topmenu */

.topMenu {
	position: relative;
	line-height: 30px;
	height: 30px;
}

.topMenu a{
	font-family: Verdana, Arial;
	font-size: 9pt;
	text-decoration: none;
	font-weight: bold;
	display: block;
	float: left;
	margin-right: 1px;
	color: rgb(0, 0, 0);
	padding-left: 10px; 
	padding-right: 10px; 
	background-image: url(img/topMenuButton.jpg);
}

.topMenu a:link{
	color: rgb(0, 0, 0);
}

.topMenu a:visited{
	color: rgb(0, 0, 0);
}

.topMenu a:hover{
	padding-left: 11px; 
	padding-right: 9px; 
	color: #4e587a;
	background-image: url(img/topMenuButtonHo.jpg);
}

/* menu */

div.sideMenu a{
	display: block;
	font-family: Verdana, Arial;
	font-size: 10pt;
	text-decoration: none;
	font-weight: bold;
	width: 50px;
	height: 30px;
	cursor: pointer;
	overflow: hidden;
	background-repeat: no-repeat;
	text-transform: capitalize;
}

.fakeChar {
	visibility: hidden;

}

.menuButtonLink{
	background-image:url(img/menuButton.jpg);
	color : #f9ecf8;
}

.menuButtonLink:link{
	background-image:url(img/menuButton.jpg);
	color : #f9ecf8;
}

.menuButtonLink:visited{
	background-image:url(img/menuButton.jpg);
	color : #f9ecf8;
}

.menuButtonLink:hover{
	background-image:url(img/menuButtonHo.jpg);
	color : #d5d5d5;
	padding-left: 0px;
}

.menuButtonLink:active{
	background-image:url(img/menuButtonCl.jpg);
	color : #fffcd2;
}

.menuButtonLink:hover .fakeChar{
	font-size: 14px;
	padding-left: 0px; 
}

.menuNudge{
	margin-left: 20px;
	margin-top: 5px;
}

.menuBottom{
	width: 50px;
	height: 50px;
	background-image:url(img/menuBottom.jpg);
}


/* semi-transparent top layer. Bottom only works in XHTML 1.0 and 1.1 */

div.main5topleftTransp{
	height: 200px; 
	width: 200px; 
	position: absolute;
	top: 0px;
	left: 0px;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='img/main5topleftTransp.png');}
div.main5topleftTransp[class]{ /* css2 declaration, unused by IE */
	background-image: url(img/main5topleftTransp.png);
}

div.main5toprightTransp{
	height: 200px; 
	width: 200px; 
	position: absolute;
	top: 0px;
	right: 0px;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='img/main5toprightTransp.png');}
div.main5toprightTransp[class]{ /* css2 declaration, unused by IE */
	background-image: url(img/main5toprightTransp.png);
}

div.main5bottomleftTransp{
	height: 200px; 
	width: 200px; 
	position: absolute;
	bottom: 0px;
	left: 0px;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='img/main5bottomleftTransp.png');}
div.main5bottomleftTransp[class]{ /* css2 declaration, unused by IE */
	background-image: url(img/main5bottomleftTransp.png);
}

div.main5bottomrightTransp{
	height: 200px; 
	width: 200px; 
	position: absolute;
	bottom: 0px;
	right: 0px;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='img/main5bottomrightTransp.png');}
div.main5bottomrightTransp[class]{ /* css2 declaration, unused by IE */
	background-image: url(img/main5bottomrightTransp.png);
}

/* misc */

.content{
	font-family: Verdana, Arial;
	color: #ffffff;
	position: relative;
	padding-left: 20px; 
	padding-right: 10px; 
	font-size: 0.8em;
	padding-top: 1px;
}

body{
	background-color:#ffffff;
	margin:0px; 
	padding:0px; 
	background-image:url(img/background.jpg);
}

a{
	text-decoration: none;
}

a:link {
	color: #8af;

}
a:visited {
	color: #8af;
}
a:active {
	color: #4D8CFF
}
a:hover {
	color: #4D8CFF;
}

.content p a:hover {
	border-bottom: 1px dashed;
}

img.flag{
	border-style: solid;
	padding: 2px;
	border-width: 2px;
	border-color: #a08f9f #9d8a9c #593157 #582f56;
	margin: 0px 1px 1px 10px;
}

img.flagHo{
	border-style: solid;
	padding: 2px;
	border-width: 2px;
	border-color: #593157 #582f56 #a08f9f #9d8a9c;
	margin: 1px 0px 0px 11px;
}

/* min-height emulation */

.prop {
	height:380px;
	float:right;
	width:1px;
/*	background-color: red;*/
}
.clear {
	clear:both;
	height:1px;
	overflow:hidden;
}


img.floatright{
	float: right;
	margin: 10px 0px 10px 10px;
	border: 2px dashed #d5d5d5;
	z-index: 10;
}

img.floatleft{
	float: left;
	margin: 10px 10px 10px 0px;
	border: 2px dashed #d5d5d5;
}

/* markup */

h1 {
	font-size: 1.8em;
	color: #ffffff;
	letter-spacing: 0em;
}

h2 {
	font-size: 1.4em;
	color: #d5d5d5;
}

h3 {
	font-size: 1.2em;
	color: #b2b2b2;
}

hr {
	margin: 0px 30px 0px 30px;  
	border-top: 1px dashed;
	height: 0px;
	border-color: #d5d5d5;
}

p.bigL:first-letter { 
	font-weight: bold;
	color: #ffffff;
	font-size: 300%; 
	float: left;
}

li { 
	color: #ffffff;
}

ul { 
	list-style-type: square;
}

.newsBox {
	background-color: #002;
	border-color: #cccccc;
	border-style: dashed;
	font-family: Verdana, Arial;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
	margin-bottom: 50px;
	padding-bottom: 25px;
	padding-left: 25px;
	padding-right: 25 px;
	letter-spacing: 1px;
	text-align: center;
}

/* corplinks */

.corpMenuNudge{
	margin-top: 5px;
	margin-left: 20px;
}

div.corpLinkBox a{
	background-color: #101010; /* werkt niet =( */
	border: 2px solid #666666;
	display: block;
	font-family: Verdana, Arial;
	font-size: 16px;
	text-decoration: none;
	font-weight: bold;
	width: 500px;
	height: 50px;
	margin-bottom: 25px;
	cursor: pointer;
	background: no-repeat;
	text-transform: uppercase;
	letter-spacing: 10px;
}

.bold{
	font-weight: bold;
}

.corpLink{
	color : #f9ecf8;
}

.corpLink:link{
	color : #f9ecf8;
	background-color: #000000;
}

.corpLink:visited{
	color : #f9ecf8;
	background-color: #000000;
}

.corpLink:hover{
	border-color: #cccccc;
	border-style: dashed;
	background-color: #144571;
	color : #d5d5d5;
	padding-left: 0px;
}

.corpLink:active{
	color : #fffcd2;
}


div.main5toprightInfoButton{
	position: absolute;
	top: 5px;
	right: 5px;
	font-family: Verdana, Arial;
	font-weight: bold;
	color: #ffffff;
	font-size: 1,2em;
	cursor: help;
	border-bottom: 1px dashed;
}

div.main5toprightInfoButton a{
	color: #aaaaaa;
}

div.main5toprightInfoButton a:link{
	color: #aaaaaa;
}

div.main5toprightInfoButton a:visited{
	color: #aaaaaa;
}

div.main5toprightInfoButton a:hover{
	color: #ffffff;
	background-color: #144571;
}

div.main5toprightOverlay{
	width: 500px; 
	position: absolute;
	top: -50px;
	right: 0px;
	font-family: Verdana, Arial;
	color: #ffffff;
	font-size: 1,2em;
	visibility: hidden;
	border-left: 1px dashed;
	border-right: 1px dashed;
	overflow: auto;
	padding:10px;
	cursor: pointer;
	background-repeat: repeat-x;
	background-position: top left;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='img/main5toprightOverlay.png');
}div.main5toprightOverlay[class]{ /* css2 declaration, unused by IE */
	background-image: url(img/main5toprightOverlay.png);
}

div.main5toprightMap{
	width: 750px; 
	position: absolute;
	top: -90px;
	right: 0px;
	font-family: Verdana, Arial;
	color: #ffffff;
	font-size: 1,2em;
	visibility: hidden;
	border-left: 1px dashed;
	border-right: 1px dashed;
	overflow: auto;
	padding:10px;
	cursor: pointer;
	background-repeat: repeat-x;
	background-position: top left;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='img/main5toprightOverlay.png');
}div.main5toprightMap[class]{ /* css2 declaration, unused by IE */
	background-image: url(img/main5toprightOverlay.png);
}


a.closeButton{
	float:right;
	width:20px;
	height:20px;
	background-image: url(img/closeButton.jpg);	
/*	border-color: #a0a0a0 #9d9d9d #575757 #565656 ;*/
	display: block;
	background-repeat: no-repeat;
}

.copyright{
	float:right;
	font-size: 10px;
	color: #aaaaaa;
}

.clickImg: hover {
	text-decoration: none;
}

.clickImg img, .clickImg img:link, .clickImg img:visited{
	margin: 0px 1px 1px 0px;
	border-width: 2px;
	border-color: #bbb #999 #444 #333;
}

.clickImg img:hover{
	margin: 1px 0px 0px 1px;
	border-width: 2px;
	border-color: #444 #333 #bbb #999;
}