/* LAYOUT BASIC */

body {
	text-align: center;
	background-color: #FFFFFF;
	width: 100%;
	height: 100%; 
	margin: 0px; 
	}

div.basic {
	width: 100%;
	text-align: center;
	}

* {
	margin: 0px;
	padding: 0px;
	}


/* TOPBAR SETUP */

div.topbar {
	width: 900px;
	height: 165px;
	margin: auto;
	padding-right: 10px;
	padding-left: 10px;
	background-image: url('/images/fixed/bg_topbar.jpg');
	background-repeat: no-repeat;
	background-position: center top;
	}

div.topbar div,
div.bottombar ul,
div.bottombar div {
	overflow: hidden; 
	font-size: 10px ! important;
	}	

/* TOPBAR ROW 1 */	

div.buttons_top {
	height: 31px;
	width: 900px;
	}
div.buttons_top div {
	height: 31px;
	background-image: url('/images/fixed/bg_buttons_top.jpg');
	background-position: right top;
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	}
div.buttons_top div {
	height: 31px;
	padding: 13px 0px 0px 10px;
	float: right;
	}
div.buttons_top div a {	
	padding-right: 15px;
	font-size: 10px ! important;
/*	padding-top: 13px;
	display: block; */
	}
div.buttons_top div.start {
	background-image: url('/images/fixed/bg_buttons_top_start.jpg');
	background-position: right top;
	background-repeat: no-repeat;
	padding: 13px 5px 0px 0px;
	}


/* TOPBAR ROW 2 */
	
a.logo {
	height: 79px;
	float: left;
	margin-left: 20px;
	}
div.buttons_mid {
	height: 49px;
	vertical-align: middle;
	text-align: right ! important;
	padding-right: 10px;
	padding-top: 30px;
	}
div.buttons_mid a {
	color: #666666;
	font-size: 10px ! important;
	}
div.buttons_mid img {
	vertical-align: middle;
	margin-left: 10px;
	margin-right: 5px;
	margin-bottom: 0px;
	}


/* TOPBAR ROW 3 */

div.buttons_bottom  {
	float: right;
	height: 17px;
	padding-top: 8px;
	width: 225px;
	text-align: center;
	margin-right: 0px;
	background-image: url('/images/fixed/bg_buttons_bottom.jpg');
	background-repeat: no-repeat;
	background-position: right top;
	}
div.buttons_bottom  a {
	padding-left: 8px;
	padding-right: 8px;
	font-size: 10px ! important;
	}

	
/* TOPBAR ROW 4 menu */

div.menu {
	width:900px;
	height:25px;
	clear: both;
	padding: 0px;
	}

div.menu ul {
	height: 25px;	
	margin: 0px;
	}
div.menu li{
	float: left;
	height: 25px;
	width: auto;
	list-style-type: none;	
	}
div.menu a {
/*	display:block; */
	height:19px;
	padding: 0px 10px 0px 10px;
	line-height: 25px;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	color: #FFFFFF;
	}
div.menu li#selected {
	background-image: url("/images/fixed/bg_menu_selected.gif");
	}
div.menu li#selected a {
	color: #000000;
	}
div.menu a:hover {
	color: #A8D82E;
	}
div.menu li#selected a:hover {
	color: #ffffff;
	}

	
/* CONTENTBAR */

div.contentbar {
	width: 900px;
	margin: auto;
	padding: 0px;
	}
div.contentbar div {
	text-align: left;
	}
div.submenu {
	width: 175px;
	float: left;
	padding-top: 10px;
	}
div.contentbase {
	width: 705px;
	float: right;
	margin: 0px;
	padding: 0px;
	}
div.content {
	width: 525px;	
	margin: 0px;
	padding: 0px;
	float: left;
	}
#home div.content {
	width: 695px;
	padding-top: 10px;
	}
div.rightbar {
	width: 170px;
	float: right;
	padding-top: 10px;
	}
#home div.rightbar {
	display: none;
	}
	
/* CRUMBTRAIL */

div.crumbtrail {
	width: 900px;
	height: 15px;
	padding: 0pxx;
	color: #999999;
	}
#home div.crumbtrail {
	display: none;
	}
div.crumbtrail a {
	color: #999999;
	}


/* BOTTOMBAR */

div.bottombar {
	width: 880px;
	height: 40px;
	margin:auto;
	padding: 20px 20px 0px 20px;
	background-image: url('/images/fixed/bg_bottombar.jpg');
	background-repeat: no-repeat;
	background-position: center 10px;
	clear: both;
	}
div.bottombar ul,
div.bottombar div {
	height: 20px;
	}
div.bottombar li {
	float: left;
	list-style-type: none;
	padding-right: 20px;
	}

	
/* SUBMENU and RIGHTBAR met tables */

div.submenu table,
div.rightbar table {
	background-color: #E7E9F0;
	width: 170px;
	margin: 0px 0px 10px 0px;
	}
div.submenu table {
	width: 175px;
	}
div.submenu table th,
div.rightbar table th {
	height: 22px;
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	color: #16276A;
	padding-left: 8px; 
	vertical-align: middle;
	background-color: #E7E9F0;
	border-bottom: 1px solid #ffffff;
	}
	
div.submenu table th {
	font-size: 12px;
	}
div.submenu table td,
div.rightbar table td {
	color: #333333;
	padding: 5px 2px 5px 8px;
	}
div.submenu a,
div.rightbar a {
	font-weight: bold;
	}

/* SUBMENU met H3 en UL*/	

div.submenu h3,
div.rightbar h3 {
	margin-top: 0px;
	margin-bottom: 0px;
	height: 18px;
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	color: #16276A;
	padding-top: 4px;
	padding-left: 8px; 
	vertical-align: middle;
	background-color: #E7E9F0;
	border-bottom: 1px solid #ffffff;
	}
div.rightbar h3 {
	margin-top: 10px;
	}
div.submenu ul,
div.rightbar ul {
	background-color: #E7E9F0;
	width: 167px;
	margin: 0px 0px 10px 0px;
	list-style-type: none;
	padding: 5px 0px 5px 8px;
	}
div.rightbar ul {
	width: 162px;
	}
div.submenu li,
div.rightbar li {	
	margin: 0px 0px 5px 0px;
	}

	
/* RIGHTBAR additional */

div.extern h3,
div.extern ul {
	color: #003300;
	background-color: #ECF4E3;
	}
div.extern a {
	color: #336600;
	}
	
/* CONTENT HOME */

#home div.contentbase {
	width: 695px;
	}

div.txt {
	margin: 10px 0px 0px 0px;
	clear: both;
	width: 695px;
	}
div.aktiekaders {
	clear: both; 
	margin: 0px;
	width: 795px;
	}
	
div.referenties {
	width: 215px;
	float: right;
	text-align: center ! important;
	color: #003366;
	background-color: #E7E9F0;
	padding: 10px 5px 0px 5px;
	margin: 0px 0px 0px 10px;
	clear: all;
	font-size: 10px;
	}
div.referenties img {
	border: 1px solid #003366;
	}
	
table.aktie {
	width: 225px;
	height: 150px;
	float: left;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	}
table.aktie#middle {
	margin-left: 10px;
	margin-right: 10px;
	}
table.aktie td {
	height: 130px;
	}
#home a.advies,
#home a.bestellen {
	width: 103px;
	float: left;
	background-image: url('/images/fixed/bg_button_advies_small.gif');
	}
#home a.bestellen {
	margin-left: 5px;
	background-image: url('/images/fixed/bg_button_bestellen_medium.gif');
	}


/* CONTENT NEXT */

/* TABLES aktie */

table.aktie {
	width: 163px;
/*	height: 200px; */
	height: 100%;
	border: 1px solid #8E97B9;
	}
table.kader {
	float: right;
	height: auto;
	clear: both;
	margin: 0px 0px 10px 10px;
	}
table.aktie th {
	height: 20px ! important;
	border-bottom-width: 0px ! important;
	padding: 0px 5px 0px 5px;
	background-color: #99cc00;
	color: #ffffff;
	vertical-align: middle;
	}
table.aktie th a {
	color: #ffffff;
	}
table.aktie td {
	padding: 5px 5px 0px 5px;
/*	height: auto; */
	border-top: 1px solid #8E97B9;
	}
table.aktie td.h3 {
	padding: 0px;
	height: 20px ! important;
	vertical-align: middle;
	}
table.aktie td.h3 h3 {
	font-size: 12px;
	margin: 0px;
	padding: 0px 0px 0px 5px;
	}
.content table.aktie ul {
	list-style-type: none;
	list-style-image: url('/images/fixed/bullet.gif');
	margin-bottom: 0px;
	}

td.buttons {
	height: 50px ! important;
	border-top: 0px solid #ffffff ! important;
	padding: 0px;
	}
td.buttons p {
	margin-bottom: 5px;
	}
td.buttons a {
	margin-bottom: 5px;
	}
a.advies,
a.bestellen,
a.bestellen_small {
	width: 153px;
	height: 18px;
	display: block;
	background-image: url('/images/fixed/bg_button_advies.gif');
	background-repeat: no-repeat;
	color: #003399;
	text-decoration: none;
	text-align: center;
	line-height: 18px;
	}
a.bestellen,
a.bestellen_small {
	background-image: url('/images/fixed/bg_button_bestellen.gif');
	color: #ffffff;
	}
a.bestellen:hover,
a.bestellen_small:hover {
	color: #ffffff ! important;
	}
a.bestellen_small {
	width: 50px;
	background-image: url('/images/fixed/bg_button_bestellen_small.gif');
	font-family: arial;
	}
table.profielen td {
	height: 70px;
	}
table.high td {
	height: 180px;
	}
table.medium td {
	height: 80px;
	}	
table.extrahigh td {
	height: 255px;
	}

#home img.banner {
	margin: 0px 0px 0px 10px;
	float: right;
	}

	
/* LAYOUT FONTS COLORS */

html, 
body,
td,
th,
div  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	vertical-align: top; 
	color: #6F6F71;
	border: 0px solid #ffffff;
/*	text-align: left; */
	}
b, strong {
	color: #555555;
	}

th {
	text-align: left;
	}

a {
	color: #003399;
	text-decoration: none;
	}
div.content td a:hover {
	color: #993300;
	}

a img {
	border: 0px solid #ffffff;
	}

/* FONTS */

h1, h2, h3, h4, h5 {
	font-family: Arial;
	font-weight: normal;
	color: #16276A;
	}

h1 {
	margin-top: 3px;
	margin-bottom: 10px;
	font-size: 18px;
	}
h2 {
	font-size: 12px;
	font-style: italic; 
	color: #666666;
	margin-bottom: 15px;
	margin-left: 20px;
	font-family: Trebuchet MS;
	font-size: 12x;
	border-top: 4px solid #A8D82E;
	border-bottom: 4px solid #A8D82E;
	font-weight: bold;
	width: 240px;
	padding: 5px 0px 5px 0px;
	float: right;
	}
h3,
td.h3 h3 {
	margin-top: 15px;
	margin-bottom: 5px;
	font-family: Arial ! important;
	font-size: 12px ! important;
	font-weight: normal ! important;
	}

.content h3 {
	font-family: Verdana ! important;
	font-size: 11px ! important;
	font-weight: bold ! important;
	}
table.aktie h3 {
	margin-top: 0px;
	}
	
h4 {
	margin-top: 15px;
	margin-bottom: 5px;
	font-family: verdana;
	font-size: 11px;
	font-style: italic;
	color: #A8D82E;
	font-weight: bold;
	}
	
p {
	margin-top: 0px;
	margin-bottom: 10px;
	}
	
.content ul {
	list-style-type: none;
	list-style-image: url('/images/fixed/bullet.gif');
	padding: 0px;
	margin: 0px 0px 15px 0px;
	}
.content li ul {
	list-style-image: url('/images/fixed/bullet.gif');
	}
.content li {
	padding: 0px;
	margin: 0px 0px 2px 17px;
	}
.content  ul ul {
	margin: 0px 0px 0px 30px;
	}
.content ol {
	margin: 0px 0px 0px 10px;
	}
ul.downloads {
	list-style-image: url('/images/fixed/pdf_icon.gif');
	}
div.rightbar ul.downloads {
	padding-left: 25px;
	width: 145px;
	}

	
/* +++ NEXTPAGE +++ */

/* AKTIEKADER links */

div.submenu table.aktie {
	width: 175px;
	border-width: 1px 1px 1px 1px;
	border-color: #E7E9F0;
	border-style: solid;
	background-color: #E7E9F0;
	margin: 10px 0px 0px 0px;
	}
div.submenu table.aktie th {
	background-color: #ffffff;
	text-align: center;
	font-family: Arial;
	font-size: 16px;
	font-weight: normal;
	color: #cc0000;
	padding: 5px 0px 5px 0px;
	}
div.submenu table.aktie td {
	text-align: center;
	padding: 5px 10px 5px 10px;
	color: #333333;
	border-width: 0px;
	}
div.submenu table.aktie td a {
	width: 153px;
	height: 18px;
	display: block;
	background-image: url('/images/fixed/bg_button_bestellen.gif');
	background-repeat: no-repeat;
	color: #ffffff;
	line-height: 18px;
	}


/* FORMS */

input,
select,
button,
textarea {
	height: 18px;
	border: 1px solid #000000;
	width: 100px;
	font-family: Verdana;
	font-size: 10px;
	vertical-align: middle;
    z-index: 0;
	}
select {
	width: 104px;
	}
textarea {
	width: 100%;
	height: 100px;
	}
input.radio,
input.checkbox {
	width: auto ! important;
	height: auto ! important;
	border-width: 0px ! important;
	margin-left: 2px ! important;
	}
div.submenu input,
input  {
	width: 100px;
	height: 16px;
	background-color: #ffffff;
	padding: 0px 0px 0px 2px;
/*	border: 1px solid #000000;
	background-image: url('/images/bg_input_home.gif');
	background-repeat: no-repeat; 
	background-color: #E7E9F0; */
	}
div.content input.formfield {
	width: 100px;
	}
div.submenu input.button,
input.button {
	width: 45px;
	height: 18px;
	padding: 0px;
	background-image: none;	
	border: 1px solid #000000;
	background-color: #cecece;
	}
div.submenu select {
	width: 154px;
	}
div.content input.button {
	width: 104px;
	}

div.content img.left {
	float: left;
	margin-right: 20px;
	}
div.content img.right {
	float: right;
	margin-left: 20px;
	}

/* contactform */

div.Input {
	width: 420px;
	clear: both; 
	}
div.Input span.label {
	float: left;
	width: 150px;
	display: block;
	}
div.Input span.field {
	float: right; 
	padding-bottom: 5px;
	}
div.Input span.field  input {
	width: 200px;
	}
span.field select {
	width: auto;
	}
span.field select.formfield {
	width: 204px;
	}

/* nieuwsbrief aanmelding */

form.nieuwsbrief input {
	width: 150px;
	}
form.nieuwsbrief input.button {
	width: 154px;
	}
	
	
/* zoeken form */
	
table.specs form {
	float: right;
	}

/* TABLES in CONTENT common */

div.content th {
	border-bottom: 1px solid #8E97B9;
	background-color: #99cc00;
	color: #ffffff;
	margin: 2px;
	padding: 3px;
	font-size: 10px;
	}
td.name {
	font-weight: normal;
	color: #333333;
	background-color: #F5FAE5;
	}

	
/* TABLES TARIEVEN en SPECS */
	
table.specs {
	width: 100%;
	border: 1px solid #8E97B9;
	border-width: 1px 1px 0px 1px;
	margin-bottom: 10px;
	}
table.specs td {
	border-bottom: 1px solid #8E97B9;
	margin: 0px;
	padding: 3px 8px 3px 3px;
	font-size: 10px;
	}
table.specs td.price {
	text-align: right;
	}
th.subkop {
	background-color: #E7E9F0 ! important;
	color: #16276A ! important;
	border-top: 1px solid #ffffff ! important;
	border-bottom: 2px solid #8E97B9 ! important;
	}
	

/* TABLES LOGIN */

form#loginbox {
	width: 200px;
	float: right;
	margin-left: 20px;
	}
form#loginbox table.login {
	width: 200px;
	float: right;
	}

table.login {
	border: 1px solid #8E97B9;
	margin-bottom: 10px;
	}
table.login td {
	margin: 0px;
	padding: 3px 8px 3px 3px;
	font-size: 10px;
	}


/* REFERENTIES */	

table.referenties {
	width: 100%;
	}
table.referenties td {
	padding: 10px 0px 10px 0px;
	border-bottom: 1px solid #8E97B9;
	}
table.referenties img {
	float: right;
	margin-left: 20px;
	}
table.referenties h3 {
	margin-top: 0px;
	}
	
	
/* POPUP INFO */

.clDescriptionCont {
	position:absolute;  
	width:200px; 
	visibility:hidden; 
	layer-background-color:#cccccc; 
	z-index:200;
	text-align: left;
	}
.clDescription {
	width:250px; 
	left:0px; 
	top:0px; 
	font-family:verdana,arial,helvetica,sans-serif;
	color: #ffffff;
	overflow:hidden; 
	border: 1px solid #003366; 
	padding:3px; 
	font-size:11px; 
	background-color:#6699cc; 
	layer-background-color:#cc0000;
	}
.clLinks {
	position:absolute; 
	left:100px; 
	top:200px; 
	z-index:1;
	}
.clCaption {
	position:absolute; 
	left:0px; 
	top:0px; 
	width:157px; 
	height:15px; 
	clip:rect(0px 157px 15px 0px); 
	font-size:11px; 
	font-family:verdana,arial,helvetica,sans-serif; 
	background-color:#999999; 
	layer-background-color:#999999;
	}
