@charset "utf-8";

/* CSS Document */
html {
	margin: 0;
	padding: 0;
	border: 0;
	background: transparent;
}
body {
	padding: 0;
	margin: 0;
	background: url(../../pics/bg_DL.png) repeat-x fixed;
	background-color: #060f2c;
	color: #333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 78%;
}
ul {
	list-style-type : none;
	margin : 0;
	padding: 0;
}
ul li {
	background-image : url(../../pics/graphics/list_bullet.gif);
	background-position : 0px 5px;
	background-repeat : no-repeat;
	margin : 0 0 0 15px;
	padding : 0 0 3px 10px;
}
ul li.seminarIcon {
background-image : url(../../pics/graphics/seminarIcon.gif);
background-position : 0 0%;
margin : 0 0 0 0;
padding : 0 0 3px 16px;
}
h1 {
	font-size: 0.1em;
	line-height: 0.1em;
	display: none;
}
h2 {
	color: #CC0000;
	font-size: 1em;
	font-weight: bold;
}
.blue  {
	color:#242291;
}
h3 {
	color: #CC0000;
	font-family: Verdana, Arial, Helvetica, sans-serif, Calibri, Lucida Sans Unicode;
	font-size: 0.9em;
}
h4 {
	font-size: 1.1em;
}
h5 {
	font-size: 0.9em;
	line-height: 0.8em;
}
h6 {
	font-size: 0.9em;
	font-family: "Courier New", Courier, monospace;
	line-height: 0.8em;
}
#t7 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.8em;
	font-style: italic;
	color: #CC0000;
	text-align: center;
}
p {
	line-height: 1.4em;
	font-size: 0.9em;
	margin-left: 15px;
}
hr {
	width: 100%;
	background:#fff;
	color:#ddd;
	clear:both;
	float:none;
	height:.1em;
	border:none;
}
/* layout - CSS */
#wrapper {
	margin: auto;
	background:transparent url(../../pics/bg_global.png) no-repeat 50%;
	position: relative;
	height: 705px;
	min-width: 980px;
	top: 10px;
	background-position: bottom;
}
#container {
	margin:auto;
	width: 980px;
	height: 623px;
	overflow: hidden;
	position: relative;
	top: 10px;
	z-index: 20;
}
#header {
	background: url(../../pics/bg_header.png) no-repeat;
	position: absolute;
	top: 0px;
	width: 980px;
	height: 130px;
	z-index: 30;
	visibility: visible;
	margin: 0;
	padding: 0;
	overflow: hidden;
}
#logo {
	position: absolute;
	left: 32px;
	top: 22px;
	width: 160px;
	height: 100px;
	z-index: 31;
	border: none;
}
#headerImage {
	position: absolute;
	visibility: visible;
	height: 103px;
	width: 413px;
	top: 18px;
	right: 18px;
	z-index: 32;
}
#reflection {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.6em;
	font-style: oblique;
	position: absolute;
	top: 45px;
	text-align: right;
	color: #777;
	visibility: visible;
	margin: 0;
	padding: 0px;
	width: 405px;
	right: 350px;
	z-index: 33;
	height: 40px;
}
#fontsize {
	display: block;
	right: 23px;
	top: 95px;
	position: absolute;
	z-index: 90;
}

#contentContainer {
	background: url(../../pics/bg_contentContainer.png) repeat-y top;
	top: 130px;
	width: 980px;
	height: 440px;
	position: absolute;
	overflow: hidden;
	z-index: 30;
	visibility: visible;
	margin: 0;
	left: 0px;
}
#topNav {
	background: url(../../pics/btnBarRight.jpg) no-repeat right;
	position: absolute;
	height: 37px;
	width: 706px;
	left: 20px;
	top: 0px;
	z-index: 50;
}
.box-1 {
	width:290px;
	float:left;
	clear:right;
}
div.colborder {
	padding:0 15px;
	margin-right:5px;
	border-right:1px solid #eee;
}
div.last {
	padding:0 10px;
	margin-right:25px;
}
/*******************************************************************************

 LAYOUT INFORMATION: describes box model, positioning, z-order

 *******************************************************************************/
/* The outermost container of the Menu Bar, an auto width box with no margin or padding */
ul.MenuBarHorizontal
{
	margin: 0;
	padding: 0;
	width: 618px;
	height: 37px;
	left: 79px;
	position: absolute;
	top: 0px;
	z-index: 52;
	overflow: hidden;
	list-style-type: none;
}
/* Menu item containers, position children relative to this container and are same fixed width as parent */
ul.MenuBarHorizontal 
li
{
	margin: 0;
	padding: 0;
	float: left;
	display: block;
	list-style-type: none;
	position: relative;
	cursor: pointer;
	width: 103px;
	height: 37px;
	text-indent: -9999px;
	visibility: visible;
}
#display    {
	margin: 0;
	height: 365px;
	width: 679px;
	position: absolute;
	left: 20px;
	top: 37px;
	background: url(../../pics/bg_content.png);
	overflow: auto;
	padding: 0px 10px 20px 17px;
	z-index: 40;
}
.noDisplay {
	display: none;
	overflow: visible;
	position: absolute;
	visibility: hidden;
	z-index: 10;
	width: 200px;
	left: 50px;
	top: 150px;
}
#route {
	clear: right;
	float: right;
	height: 200px;
	width: 150px;
	position: relative;
	right: 120px;
}
#tooltip {
	width: 500px;
	padding: 8px 12px;
	line-height: 1.66;
	}
#showtooltips {
	position: absolute;
	top: 15px;
	color: #555;
	text-align: left;
	right: 10px;
	line-height: 1.3;
	z-index: 42;
	}
.quote {
	color: #CC0000;
	font-size: 1.6em;
	line-height: 1em;
	overflow: visible;
}
#displayBottom {
	background-image: url(../../pics/displayBottom.png);
	background-repeat: no-repeat;
	position: absolute;
	margin: 0;
	height: 7px;
	width: 706px;
	left: 20px;
	top: 422px;
	visibility: visible;
	z-index: 41;
}
#rightDisplayTop {
	background-image: url(../../pics/rightDisplayTop.png);
	background-repeat: no-repeat;
	position: absolute;
	margin: 0;
	left: 735px;
	top: 0px;
	height: 7px;
	width: 224px;
	z-index: 61;
}
#rightDisplay {
	position: absolute;
	margin: 0;
	top: 7px;
	left: 735px;
	height: 415px;
	width: 224px;
	background: url(../../pics/bg_rightDisplay.png) repeat-y top;
	background-color: #F7F7F7;
	z-index: 60;
}
#rightDisplayBottom {
	background-image: url(../../pics/rightDisplayBottom.png);
	background-repeat: no-repeat;
	position: absolute;
	margin: 0;
	left: 735px;
	top: 422px;
	height: 8px;
	width: 224px;
	z-index: 62;
}
#footer {
	background: url(../../pics/bg_footer.png) no-repeat;
	position: absolute;
	height: 35px;
	width: 980px;
	left: 0px;
	bottom: 21px;
	color:#888;
	font-size:0.8em;
	visibility: visible;
	z-index: 50;
	}
#ftrMenu {
	position: absolute;
	margin: 0;
	padding: 0;
	height: auto;
	top: 15px;
	color: #888;
	left: 130px;
	width: auto;
	z-index: 51;
}
ul.ftrMenu {
	list-style-type : none;
	margin : 0;
}
ul.ftrMenu li {
	position: relative;
	float: left;
	margin: 0;
	padding: 0 18px;
	top: 0px;
	width: auto;
	height: auto;
	display: block;
	list-style-type: none;
	background-image:none;
	border-right: solid 1px #999;
}
#wrapper #container #contentContainer #display li {
	font-size: 0.9em;
}
#footer #info {
	position:absolute;
	top:35px;
	height:auto;
	padding: 0;
	margin: 0;
	overflow: visible;
	left: 350px;
	width: inherit;
	z-index: 52;
}

.stijl1 {
	color: #BB0000
}

/* Ankers */

body a:link{
	text-decoration: underline;
	color: #333333;
}
body a:active, a:visited{
	text-decoration: none;
	color: #333;
}
body a:hover {
	text-decoration:underline;
	color: #CC0000;
}

/* @fontsize */
#fontsize a {
	float: right;
}
#fontsize a, #fontsize p, #fontsize h4 {
	color: #FFFFFF;
	margin: 0;
	padding: 0;
}

/* @navMenu */
#tm_1 a{
	background:url(../../pics/btn_start.jpg) no-repeat 0px 0px;
	margin: 0;
	padding: 0;
	width: 79px;
	height: 37px;
	position: absolute;
	text-indent: -9999px;
	left: 0px;
	top: 0px;
	z-index: 51;
}
#tm_1 a:hover { 	
	background-position: 0px -37px;
}
#tm_2 a{
	background: url(../../pics/btn_about.jpg) no-repeat 0px 0px;
	position: absolute;
	margin: 0;
	padding: 0;
	width: 103px;
	height: 37px;
	z-index: 52;
	text-indent: -9999px;
	left: 0px;
}
#tm_2 a:hover { 
	background-position: 0px -37px;
}
#tm_3 a{
	background:url(../../pics/btn_diensten.jpg) no-repeat 0px 0px;
	margin: 0;
	padding: 0;
	position: absolute;
	width: 103px;
	height: 37px;
	left: 0px;
	top: 0px;
	z-index: auto;
	text-indent: -9999px;
}
#tm_3 a:hover { 	
	background-position: 0px -37px;
}
#tm_4 a{
	background:url(../../pics/btn_oplossingen.jpg) no-repeat 0px 0px;
	margin: 0;
	padding: 0;
	position: absolute;
	width: 103px;
	height: 37px;
	left: 0px;
	z-index: auto;
	text-indent: -9999px;
}
#tm_4 a:hover { 	
	background-position: 0px -37px;
}
#tm_5 a{
	background:url(../../pics/btn_hosting.jpg) no-repeat 0px 0px;
	margin: 0;
	padding: 0;
	position: absolute;
	width: 103px;
	height: 37px;
	left: 0px;
	z-index: auto;
	text-indent: -9999px;
}
#tm_5 a:hover { 	
	background-position: 0px -37px;
}
#tm_6 a{
	background:url(../../pics/btn_portfolio.jpg) no-repeat 0px 0px;
	margin: 0;
	padding: 0;
	position: absolute;
	width: 103px;
	height: 37px;
	left: 0px;
	top: 0px;
	z-index: auto;
	text-indent: -9999px;
}
#tm_6 a:hover { 	
	background-position: 0px -37px;
}
#tm_7 a{
	background:url(../../pics/btn_contact.jpg) no-repeat 0px 0px;
	position: absolute;
	width: 103px;
	height: 37px;
	z-index: 52;
	text-indent: -9999px;
	left: 0px;
}
#tm_7 a:hover { 	
	background-position: 0px -37px;
}

/* @infobox */
.infobox a {
	position: absolute;
	top: 0;
	left: 0;
	background: #FFF;
	color: #FF0000;
	text-align: center;
	text-decoration: underline;
	white-space: nowrap;
	}
.infobox a.sel {
	background: transparent;
	color: #FFF;
	}
.infobox a:hover {
	background: #C00;
	color: #FFF;
	text-decoration: none;
	}
.infobox a.sel:hover {
	color: #808080;
	}

	
/* @footer */
#footer a {
	color: #555;
}
