html, body	{ margin: 0px; padding: 0px; height: 100%; cursor: default; overflow: hidden; }
table		{ border-collapse: collapse; }
img		{ border: 0px; }
br		{ line-height: 10px; }

* { font-family: verdana; font-size: 11px; outline: 0;}
body { background-image: url(/images/pattern.png); }

#loading {
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -30px; 
	margin-left: -75px;
	border: 1px solid #000000;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 40px;
	padding-right: 40px;
	z-index: 5;
	display: none;
}

.solvaadres {
	position: relative;
	margin-top: -106px;
	*margin-top: -95px;
	left:  -67px;;
	width: 130px;
}

#idList {
	z-index: 999;
	margin: 0;
	padding: 0;
	outline: 0;
}
 
#idList li {
	z-index: 2;
	display: block;
	margin: 0;
	padding: 5px;
	width: 20px;
	color: #888;
	text-align: center;
	background-color: #FFFFFF;
	outline: 0;
}

.post {
	display: none;
}

#jobslink {
	font-weight: bold;
}

#background	{ position: absolute; top: 50%; left: 50%; width: 730px; height: 590px; margin-left: -360px; margin-top: -290px; }
#logo		{ position: absolute; left: 50%; top: 50%; margin-left: -200px; margin-top: -260px; width:550px; overflow: hidden; }
#logo_shadow	{ position: absolute; left: 50%; top: 50%; margin-left: -199px; margin-top: -259px; width:550px; overflow: hidden; }
#menu		{ position: absolute; left: 44%; top: 50%; margin-left: -300px; width:754px; margin-top: -163px; overflow: hidden; }
#location	{ position: absolute; left: 50l%; top: 50%; width: 310px; margin-left: -305px; margin-top: -136px; overflow: hidden; }
#submenu	{ position: absolute; left: 50%; top: 50%; width: 160px; height: 370px; margin-left: -350px; margin-top: -110px; overflow: hidden; }
#content	{ position: absolute; left: 50%; top: 50%; width: 525px; height: 369px; margin-left: -170px; margin-top: -110px; overflow: auto; }
#footer		{ position: absolute; left: 50%; top: 50%; margin-left: -280px; margin-top: 271px; width: 680px; }
#flags	{ position: absolute; top: 50%; left: 50%; width: 730px; height: 590px; margin-left: -360px; margin-top: -290px; }

#background { background-image: url(/images/background_new.png); z-index: 0; }

#logo * { color: white; }
#logo h1 { margin: 0px; font-size: 24pt; font-family: arial; padding-left: 22px; }
#logo p { margin: 0px; text-align: center; font-size: 9pt; }

#logo_shadow h1 { margin: 0px; font-size: 24pt; font-family: arial; padding-left: 22px; }
#logo_shadow p { margin: 0px; text-align: center; font-size: 9pt; }

#menu * { color: white; }
#menu p { margin-top: 0px; text-align: center;}
#menu p a { text-decoration: none;
	font: 12pt arial;
	font-weight: bold;
}
#menu p a:hover { color: rgb(191,215,47); text-decoration: underline; }

#location p { margin-top: 0px; font-size: 9px; display: none;}
#location p a { text-decoration: none; font-size: 9px; }
#location p a:hover { text-decoration: underline; }

#submenu * { color: rgb(50,50,50); }

#submenu ul { padding: 0px; list-style-type: none; margin: 0px; }

#submenu h1 {
	background-image: url(/images/bullet_green.png);
	background-repeat: no-repeat;
	color: rgb(0,150,150);
	font-size: 10px;
	margin: 10px 0 0 0;
	*margin-bottom: 10px;
	padding-top: 2px;
	padding-bottom: 5px;
	padding-left: 20px;
	height: 14px; }

#submenu ul li a {
	font-size: 9px;
	background: rgb(255,255,255) url(/images/bullet_grey.png) 100% no-repeat;
	border-top: solid 1px rgb(225,225,225);
	display: block;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 4px;
	padding-bottom: 5px;
	text-decoration: none;
	width: 150px; }

#submenu ul li a:hover {
	background: rgb(50,50,50) url(/images/bullet_white.png) 100% no-repeat;
	border-top: solid 1px rgb(50,50,50);
	color: white;
	text-decoration: none; }

#submenu ul li .selected {
	font-size: 9px;
	background: rgb(100,100,100) 100% no-repeat;
	border-top: solid 1px rgb(100,100,100);
	color: white;
	text-decoration: none; }

#footer p { margin-top: 0px; font-size: 8px; color:  #FFF; }
#footer p a { font-size: 9px; color: #FFF; }
#footer p a:hover { color: #55b0d0; }
#footer p a img { vertical-align: top; }

#content .whycount { position: absolute; width: 100%; }

#content p
{
	margin-top: 0px;
	margin-bottom: 15px;
	text-align: justify;
	padding-left: 10px;
	margin-right: 20px;
}

#content h1
{
	background-image: url(/images/header.png);
	color: white;
	padding: 6px 0px 7px 10px;
	margin: 0px 10px 10px 0px;
}

#intro-popup { position: absolute; left: 50%; top: 50%; width: 770px; height: 500px; margin-left: -385px; margin-top: -250px; border: solid 1px black; }

#content a { color: rgb(0,150,250); }
#content a:hover { color: rgb(250,0,0); }

#news p { font-family: verdana; font-size: 11px; margin-right: 20px; }

#news h2 { margin-left: 10px; margin-bottom: 10px; margin-top: 10px; }
#news h2 i { font-weight: normal; margin-bottom: 10px; margin-top: 10px; }
#news h2 b { font-weight: bold; text-decoration: underline; }

#news .hr {
	border-bottom: dotted 1px rgb(200,200,200);
	border-top: solid 1px white;
	height: 1px;
	line-height: 1px;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-top: 0px;
	width: 475px;
}

#news .more {
	display: block;
	margin-bottom: 10px;
	margin-right: 30px;
	text-align: right;
}

#intro-background { position: absolute; left: 50%; top: 50%; width: 720px; height: 580px; margin-left: -360px; margin-top: -290px; background-image: url(/images/intro.png); cursor: pointer; }
#intro-link { position: absolute; left: 50%; top: 50%; width: 650px; margin-left: -325px; margin-top: 60px; cursor: pointer; }
#intro-text1 { position: absolute; left: 50%; top: 50%; width: 280px; margin-left: 40px; margin-top: -230px; cursor: pointer; }
#intro-text2 { position: absolute; left: 50%; top: 50%; width: 280px; margin-left: 40px; margin-top: 120px; cursor: pointer; }
#intro-circle { position: absolute; left: 50%; top: 50%; width: 270px; height: 270px; margin-left: -135px; margin-top: -135px; cursor: pointer; }
#intro-languages { position: absolute; left: 50%; top: 50%; width: 200px; height: 40px; margin-left: -100px; margin-top: 249px;}

#intro-link p { text-align: center; font-size: 15px; color: #8bcaed; text-decoration: underline; margin-top: 0px; }
#intro-text1 p { text-align: right; font-size: 26px; color: #092681; text-decoration: none; margin-top: 0px; }
#intro-text2 p { text-align: right; font-size: 26px; color: #092681; text-decoration: none; margin-top: 0px; }
#intro-languages p { text-align: center; margin-top: 0px; padding-top: 13px; }

#matrix { }
#matrix .headers td {
	cursor: default;
	color: white;
	background-color: rgb(100,100,100);
	font-size: 9px;
	padding-left: 6px;
	padding-right: 6px;
	text-align: center;
	vertical-align: middle;
	border: solid 1px white;
}

#matrix .headers .first {
	color: rgb(50,50,50);
	background-color: white;
}

#matrix .light td { background-color: rgb(235,235,235); }
#matrix .dark td { background-color: rgb(225,225,225); }

#matrix tr .first { vertical-align: middle; text-align: left; font-size: 9px; padding-right: 10px; }

#matrix .light .first { background-color: rgb(100,100,100); color: white; }
#matrix .dark .first { background-color: rgb(100,100,100); color: white; }

#matrix tr td span { font-size: 14px; }

#matrix tr td {
	cursor: pointer;
	text-align: center;
	padding: 5px;
	border: solid 1px white;
}

/* #content ul { margin: 0 0 0px 0; width: 390px; height: 80px; } < ? */

#content ul li { margin-left: 30px; }

#content .product_image {
	width: 75px;
	height: 75px;
	float: right;
	margin-left: 20px;
	margin-right: 10px;
}

.pdf {
	clear: both;
	height: 15px;
	padding: 6px 6px 6px 10px;
	margin: 10px 10px 10px 0px;
	text-align: right;
	background: rgb(245,245,245);
	border: dotted 1px rgb(200,200,200);
}

.pdf a { vertical-align: middle; }

#store {
	position: absolute;
	left: 0%;
	bottom: 0%;
	width: 518px;
	height: 278px;
	margin-left: 0px;
	margin-top: 0px;
	overflow: hidden;
}

#store-circles {
	position: absolute;
	left: 0%;
	bottom: 0%;
	width: 518px;
	height: 278px;
	margin-left: 0px;
	margin-top: 0px;
	overflow: hidden;
}

#store-circles div .circle {
	visibility: hidden;
	width: 60px;
	height: 60px;
	background-image: url(/images/circle.png);
	background-repeat:no-repeat;
	background-position: 0px -10px; 
}

#circle1, #circle2, #circle3, #circle4, #circle5, #circle6 {
	background-image: url(/images/circle.gif);
	background-repeat:no-repeat;
	background-position: 0px -10px; 
	position: absolute;
	margin-top: 10px;
	width: 70px;
	height: 70px;
	padding-top: 10px;
	padding-left: 10px;
	cursor: pointer;
}

#circle4 {
	margin-left: 6px;
	width: 64px;
}

#tooltip { 
	position: absolute; 
	display: none;
	z-index: 99;
}

#tooltiptext { 

}

/* anti-spam */
input.contactfield {
	display: none;
}

#newsitem {
	padding: 15px;
	width: 750px;
}

.backlinkli {
	list-style-image: url(../images/bullet_green_left.png);
}

a.backlink {
	text-decoration: none;
	*padding-left: 4px;
	position: absolute;
	
	*margin-top: -2px;
	color: #FFF;
	height:25px;
}

a.backlink:hover {
	text-decoration: underline;
}
div.backlinkspan{ 
	display:  none;
	position: absolute; 
	left: 32%; 
	*left: 29%;
	top: 66%;
	height: 25px;
	margin-left: -201px; 
	*margin-left: -204px;
	margin-top: -261px;
	*margin-top: -259px; 
	*padding-top: 3px;
	width:100px; 
	z-index: 2;
}