/* GENERAL */

* {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #005b77;
  margin: 0;
}

body, html {
	height: 100%;
}

li {
	list-style-type: none;
}

a {
  text-decoration: none;
}

#wrapper0 {
	width: 990px;
	margin: 0 auto;
	position: relative;
	background-image: url(images/bground.jpg);
	background-repeat: no-repeat;
	height: 100%;
}

#wrapper1 {
	width: 990px;
	margin: 0 auto;
	position: relative;
	background-image: url(images/background.jpg);
	background-repeat: no-repeat;
	height: 100%;
}

#wrapper2 {
	width: 990px;
	margin: 0 auto;
	position: relative;
	background-image: url(images/folderdistributiebackground.jpg);
	background-repeat: no-repeat;
	height: 100%;
}

#wrapper3 {
	width: 990px;
	margin: 0 auto;
	position: relative;
	background-image: url(images/affichagebackground.jpg);
	background-repeat: no-repeat;
	height: 100%;
}

#wrapper4 {
	width: 990px;
	margin: 0 auto;
	position: relative;
	background-image: url(images/stockagebackground.jpg);
	background-repeat: no-repeat;
	height: 100%;
}

#wrapper5 {
	width: 990px;
	margin: 0 auto;
	position: relative;
	background-image: url(images/displaysbackground.jpg);
	background-repeat: no-repeat;
	height: 1400px;
}

#wrapper6 {
	width: 990px;
	margin: 0 auto;
	position: relative;
	background-image: url(images/tarievenbackground.jpg);
	background-repeat: no-repeat;
	height: 100%;
}

#wrapper7 {
	width: 990px;
	margin: 0 auto;
	position: relative;
	background-image: url(images/locatielijstenbackground.jpg);
	background-repeat: no-repeat;
	height: 100%;
}

#wrapper8 {
	width: 990px;
	margin: 0 auto;
	position: relative;
	background-image: url(images/faqsbackground.jpg);
	background-repeat: no-repeat;
	height: 100%;
}

#wrapper9 {
	width: 990px;
	margin: 0 auto;
	position: relative;
	background-image: url(images/servicepaginabackground.jpg);
	background-repeat: no-repeat;
	height: 100%;
}



/* TITLES */

h1, #subtitle {
	text-indent: -5000px;
}

h1 {
	position: absolute;
	left: 320px;
	top: 100px;
}

h1 a {
	display: block;
	width: 200px;
	height: 60px;
}

h2 {
	color: #005b77;
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 15px;
}

h2 a{
	color: #ee4037;
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 15px;
}


h3 {
	color: #005b77;
	font-size: 12px;
	margin-bottom: 15px;
}

h5 {
	color: #000;
	font-size: 9px;
	font-weight: normal;
	margin-top: 2px;
}
h6 {
	color: #000000;
	font-size: 11px;
	font-weight: bold;
	margin-top: 2px;
}


/* LANGUAGE MENU */

ul#lang {
	position: absolute;
	top: 5px; 
	left: 341px;
}

ul#lang li {
	float: left;
	width: 14px;
	font-weight: bold;
	margin-right: 4px;
}

ul#lang li a {
	font-weight: bold;
	font-size: 12px;
}

ul#lang li a:hover, #selectedlang {
	color: #ed2024;
} 

/* MAIN MENU */

ul#mainmenu {
	position: absolute;
	top: 223px; 
 	left: 80px;
 	padding: 0;}

ul#mainmenu li {
	width: 150px;
	height: 22px;
	text-align: right;
}

ul#mainmenu li a {
	font-weight: bold;
}

ul#mainmenu li a:hover, #selectedmainmenu {
	color: #000;
} 

/* ADDRESSES */

dl#addresses {
	position: absolute;
	top: 5px;
	left: 760px;
}

dl#addresses dt {
	font-weight: bold;
	text-transform: uppercase;
}

dl#addresses dd {
	margin-bottom: 10px;
}

/* CONTENT */

#content {
	position: absolute;
	left: 310px;
	top: 320px;
	width: 400px;
}



#contentdisplays {
	position: absolute;
	left: 310px;
	top: 220px;
	width: 600px;
}

#alfabet {
	color: #000000;
	font-size: 11px;
	font-weight: bold;
	margin-top: 2px;
	margin-bottom: 15px;

}

#contentreferenties{
	position: absolute;
	left: 310px;
	top: 220px;
	width: 700px;
}

#contentfaqs{
	position: absolute;
	left: 310px;
	top: 220px;
	width: 450px;
}

#content p {
	margin-bottom: 1em;
	line-height: 1.3;
}

#faqs {
	color: #005b77;
	font-size: 11px;
	font-weight: bold;
	margin-top: 12px;
	margin-bottom: 4px;

}
