HTML {
	height:100%;	
}

BODY {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	background-repeat:repeat-x;
	margin:0px;
	width:100%;
	height:100%;
	background-color:#0F5982; /* 125778; 1477a7 */
	text-align:center;
}

P {
	margin-top:4px;
}

LI {
	margin-left:20px;	
}

INPUT, TD, TH, BUTTON, SELECT, TEXTAREA {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}

H1 {
	font-family:Verdana;	
	color: #0F5982;
	font-size:15px;
	font-weight:bold;
	border-bottom:solid 1px #0F5982;
}

TH {
	background-image:url('images/layout/bar-2.jpg');
	height:20px;
	color:White;
	margin-right:3px;
}

HR { height:1px; border:none; border-top: solid 1px #CCCCCC; }

DIV,TD,SPAN,A { padding:0px; margin:0px; border:none;}

A IMG { border:none; }

IMG {border:none !important; }

DIV#root {
	display:block;
	width:820px;
	height:100%;
	margin:0px;
	padding:0px;
	margin-left:auto;
	margin-right:auto;
	background-color:White;
	background-image:url('images/layout/shadow.gif');
	background-repeat:repeat-y;
	background-position:top middle;
	text-align:left;
	overflow:visible;
}

TD.top {
	vertical-align:top;	
}

/* Layout */
DIV#site {
	width:800px;
	margin-left:10px;
	margin-top:0px;
	/*position:absolute;
	left:50%;
	margin-left:-400px;	*/
}

A#top {
	display:block;
	width:800px;
	display:block;
	height:	60px;
	background-image:url('images/layout/top.jpg');
}

DIV#main {
	width:800px;
	height:100%;
	display:block;
	overflow:hidden;
	background-color:White;
}

DIV#left {
	width: 155px;
	display:block;
	
}

DIV#right {
	width:645px;
	display:block;
}

DIV#bottom {
	width:800px;
	background-image:url('images/layout/bottom-1.jpg');
	background-repeat:repeat-x;	
	text-align:center;
	background-color:White;
}

DIV#bottom-wrapper {
	padding-top:6px;
	padding-bottom:3px;
	color:#A8A8A8;
}

/* Linkerbalk */
A#logo {
	display:block;
	width:155px;
	height:	221px;
	overflow:hidden;
	background-image:url('images/layout/nav-1.gif');
}

DIV#nav {
	width:155px;
	background-image:url('images/layout/nav-2.jpg');
	background-position:top;
	background-repeat:repeat-x;
	text-align:left;
	padding-bottom:20px;
	overflow:visible;
	padding-top:1px;
}

DIV#nav-wrapper {
	margin-top:0px;
	margin-right:5px;	
	margin-left:0px;
	overflow:visible;
}

/* Rechterbalk */
DIV#bar {
	width:645px;
	height:	31px;
	background-color:White;
	background-image:url('images/layout/bar.jpg');
	background-position:0px 0px;
	background-repeat:no-repeat;
} 

DIV#bar-under {
	width:645px;
	height:38px;
}

DIV#titlebar-left {
	width:11px;
	height:20px;
	background-image:url('images/layout/content-1-1.jpg');
	background-repeat:no-repeat;
	float:left;
}

DIV#sloganbar-left {
	width:11px;
	height:38px;
	background-image:url('images/layout/content-1-1.jpg');
	background-repeat:no-repeat;
	float:left;
}

DIV#titlebar-wrapper {
	margin-left:0px;
	padding-left:0px;
	padding-top:3px;
	font-weight:bold;	
}

DIV#titlebar {
	width:633px;
	height:20px;
	background-position:top;
	background-image:url('images/layout/content-1-2.jpg');
	background-repeat:repeat-x;
	float:left;
}

DIV#sloganbar {
	width:634px;
	height:38px;
	background-position:bottom;
	background-image:url('images/layout/content-1-2.jpg');
	background-repeat:repeat-x;
	float:left;
}

DIV#sloganbar-wrapper {
	margin-left:0px;
	padding-left:0px;
	font-weight:bold;	
	font-size:20px;
	text-align:left;
}

DIV#content {
	font-size:11px;
	/*overflow:hidden;*/
	width:645px;
	/*height:100%;*/
}

DIV#content-wrapper {
	padding:3px;
	padding-left:10px;	
	text-align:justify;
	padding-right:10px;
	margin-bottom:20px;
	overflow:visible;
}

DIV#content-wrapper IMG {
	margin:5px;
	
}

DIV#clients {
	float:right;
	width:170px;
	/*background-image:url('images/layout/clients-1.jpg');
	background-repeat:repeat-x;*/
	border-left:solid 1px #E0E0E0;
	background-repeat:no-repeat;
	background-position:left;
	border-right:solid 1px White;
	background-color:White;
	text-align:center;
	/*height:100%;*/
}

DIV.client {
	text-align:center;
	margin:0px;
	padding:0px;
	margin-top:20px;
	margin-bottom:20px;
	overflow:hidden;
	height:100px;
	border-bottom:solid 1px #E0E0E0;
	vertical-align:middle;
}

DIV#clients-wrapper {
	margin:3px;
	margin-left:10px;
	margin-bottom:40px;
}

DIV.client IMG {
	-moz-opacity:0.5;
	vertical-align:middle;
}

DIV.client IMG:hover {
	-moz-opacity:1.0;
}

DIV.client SPAN {
	color:#B0B0B0;
}

/* Normal link in text */
A, A:visited {
	color:#1A82B4;
	text-decoration:none;
}

DIV#content-wrapper A, DIV#content-wrapper A:visited {
	text-decoration:underline;
}

A:hover {
	color:Black;
}

/* Arrow link */
A.arrow, A.arrow:visited {
	color:#1A82B4;
	font-weight:bold;
	text-decoration:none !important;
	padding-right:13px;
	background-image:url('images/layout/arrow.gif');
	background-position:right;
	background-repeat:no-repeat;
}

A.arrow:hover, A.arrow-rev:hover {
	text-decoration:underline !important;	
	color:#1A82B4 !important;
}

A.arrow-rev, A.arrow-rev:visited {
	color:#1A82B4;
	font-weight:bold;
	text-decoration:none !important;
	padding-left:13px;
	background-image:url('images/layout/arrow-rev.gif');
	background-position:left;
	background-repeat:no-repeat;
}

DIV.child {
	vertical-align:middle;	
	overflow:visible;
}

DIV.child A, DIV.child A:visited {
	font-size:11px;
	text-decoration:none;
}

/* Bar */
DIV.bar-left {
	display:none;
}

DIV.bar-middle {

}

DIV.bar-middle-wrapper { padding-top:0px; padding-left:5px; }

DIV.bar-right {
}

/* Tab */
DIV.tab-active { float:left;  height:31px; }
DIV.tab-inactive { float:left;  height:31px;}

DIV.tab-active A {
	height:31px;
	float:left;
	display:block;
	background-image:url('images/layout/tab-2.jpg');
	background-repeat:repeat-x;
	text-align:center;
	font-weight:bold;
}

DIV.tab-active A DIV, DIV.tab-inactive A DIV {
	margin-top:9px;
	cursor:pointer;
}

DIV.tab-active A:hover, DIV.tab-inactive A:hover {}

DIV.tab-inactive A {
	height:31px;
	float:left;
	display:block;
	text-align:center;
	font-weight:bold;
	color:#D8E4F1;
}

DIV.tab-active DIV.x {
	width:7px;
	height:31px;
	float:left;
	background-image:url('images/layout/tab-1.jpg');
	background-repeat:no-repeat;
	background-position:top;
}

DIV.tab-inactive DIV.x {
	width:7px;
	height:31px;
	float:left;
}

DIV.tab-active DIV.y {
	width:7px;
	height:31px;
	float:left;
	background-image:url('images/layout/tab-3.jpg');
	background-repeat:no-repeat;
	background-position:top;
}

DIV.tab-inactive DIV.y {
	width:7px;
	height:31px;
	float:left;
}

/* Custom tags */
DIV.slide {
	padding-left:auto;
	padding-right:auto;
	text-align:center;
}

DIV.slide IMG {
	
}

DIV#nav-wrapper UL {
	margin:0px;
	padding:0px;
	margin-left:0px;
	list-style-image:url('images/layout/bullet.gif');
}

DIV#nav-wrapper LI {
	margin-left:17px;
}

DIV#nav-wrapper UL.up {
	list-style-image:none;
	list-style-type:none;	
	margin-left:-10px;
}

A.edit-button {
	margin-top:2px;
	background-color:#EFEFEF;
	background-image:url('images/layout/edit.jpg');
	height: 22px;
	display:block;
	width:67px;
	padding:0px;
}

A.edit-button:hover {
	background-image:url('images/layout/edit-hover.jpg');
}
`
