@charset "utf-8";
ul#navlist {
	width: 130px;
	padding: 0px;
	border: 0px;
	border-top: 0px;
	margin: 0px;
	font: bold 12px Arial, Helvetica, sans-serif;
}
ul#navlist li {
	list-style: none;
	margin: 0px;
	border: 0px;
	border-top: 0px solid #808080;
}
.colme {
	font-size:14px; color:#FFF; font-weight:700;
}

ul#navlist li a {
	display: block;
	padding: 2px 4px 2px 4px;
	border: 0px;
	text-decoration: none;
	text-align: left;
}
/*ul#navlist li a:link { color: #666677; }
div#navcontainer li a:visited { color: #666677; }*/

ul#navlistt li a:hover {
	color: #ffffff;
}
#navcontainer2 ul {
	padding: 0;
	margin: 0;
	background-color: #16315C;
	color: White;
	float: left;
	width: 675px;
	text-transform:uppercase;
	font:Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:9px;
}
#navcontainer2 ul li {
	display: inline;
}
#navcontainer2 ul li a {
	padding: 0.2em 0.5em;
	background-color: #036;
	color: White;
	text-decoration: none;
	float: left;
	border-right: 1px solid #fff;
	vertical-align:middle;
}
#navcontainer2 ul li a:hover {
	background-color: #369;
	color: #fff;
}
/* taal menu */

#navcontainer3 ul {
	padding: 0;
	margin: 0;
	color: White;
	float: right;
	width: 300px;
	vertical-align:middle;
	font:Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:12px;
}
#navcontainer3 ul li {
	display: inline;
}
#navcontainer3 ul li a {
	padding: 0.2em 0.5em;
	color: White;
	text-decoration: none;
	float: right;
	border-right: 1px solid #fff;
}
#navcontainer3 ul li a:hover {
	background-color: #369;
	color: #fff;
}
/* TEXT MAKEUP AND OTHER COSMETICS HERE!!! */

#hideable {
	background-color: white;
}
/* image properties */
.imgleft {
	float: left;
	padding: 6px 10px 6px 0px;
}
.imgright {
	float: right;
	padding: 6px 0px 6px 10px;
}
img {
	border-width: 0px;
}
/* this image is used in details.php and browse.php, all other images should not have borders */
.borderimg {
	border-style:solid;
	border-color: #D6DDE6;
	border-width:1px;
}
/* the headings you can use */
h1, h2, h3, h4, h5, h6, h7 {
	/* color: #333333; */
	margin: 0px;
	padding: 0px;
	color: black;
}
h1 {
	/* left menu */
	 font-size: 13px;
	font-weight: bold;
	color: #33517A;
}
h2 { /* page headers */
	font-size: 23px;
	color:#7ADBE6;
	padding-top:4px;
	font-weight:normal;
	text-align:center;
}
h3 { /* slogan under logo */
	font-size: 15px;
	font-weight: bolder;
	position: relative;
}
h4 { /* back to admin options, and other text links like that */
	font-size: 12px;
	text-align: center;
	font-weight: normal;
}
h5 { /* product id in details.php */
	font-size: 12px;
	font-weight: bold;
}
h6 { /* the headers in editsettings.php */
	font-size: 16px;
	text-align: center;
	font-weight: bold;
	/*border-top: 1px solid;
	border-bottom: 1px solid;
	background-color: #369;*/
	color: #236FA7;/*text-transform: uppercase;*/
}
/* how the links should behave (apart from the menu) */
a {
	text-decoration: underline;
}
a:link {
	color: #003366;
}
a:visited {
	color: #003366;
}
a:active {
	color: #003366;
}
a.linkLijst {
	color: #FFFFFF;
}
a.linkLijst:visited {
	color: #FFFFFF;
}
a.linkLijst:hover {
	color:#0D4D89;
}
a:hover {
	color: #0D4D89;
}
/* a link class that is pretty plain */
a.plain {
	text-decoration: none;
}
a.plain:link {
	color: black;
}
a.plain:visited {
	color: black;
}
a.plain:active {
	color: black;
}
a.plain:hover {
	color: black;
}

.tdcats {
	background:#FFFFFF;
}
.tdcats:hover {
	background:#FFFFFF;
}

a.plain2 {
	color: #152E40;
	text-decoration: none;
}
a.plain2:link {
	color: #152E40;
}
a.plain2:visited {
	color: #152E40;
}
a.plain2:active {
	color: #152E40;
}
a.plain2:hover {
	color: black;
	text-decoration: underline;
}


/* single pixel borders on input boxes */
input, textarea {
	background-color: #ffffff;
	border-width: 1px;
	border-style: solid;
	border-color: black;
}
/* text in tables */
td, th {
	font: 11px Verdana, Tahoma, Arial, sans-serif;
}
div#tabletop {
	width:1000px;
}
/* tables of this class have no border */
table#nietbordered {
	border-collapse: collapse;
	border-style: hidden;
}
tr#borderloos {
	border: solid 0px #FFFFFF;
	border-style:hidden;
}
table.nietbordered th, table.nietbordered td {
	border: 0px;
	padding: 5px;
	border-style: hidden;
	vertical-align: top;
}
/* a class that describes how tables should look */
.tabelhoofd {
	width: 610px;
	border: 1px solid #666677;
	border-collapse: collapse;
	margin-left:auto;
	margin-right:auto;
}
.tabelhoofd td {
	border: 1px solid #666677;
	padding: 4px;
	text-align: left;
	vertical-align: top;
}
.tabelhoofd th {
	border: 1px solid #666677;
	background-color: #ccccdd;
	font-weight: bold;
	color: #666677;
	text-align: left;
	padding: 4px;
}
.tabelhoofd caption {
	font-size: 14px;
	font-weight: bold;
	color: #33517A;
	text-align: left;
	padding-top: 3px;
	padding-bottom: 8px;
	margin-left: auto;
	margin-right: auto;
}
.kaptie {
	font-size: 14px;
	font-weight: bold;
	color: #35719E;
}
.tabelhoofd tr.altrow {
	background-color: #DFE7F2;
	color: #000000;
}

.tabelhoofd4 {
	width: 610px;
	border-collapse: collapse;
	margin-left:auto;
	margin-right:auto;
}
.tabelhoofd4 a {
	color: #003366;
	text-decoration:none;
}
.tabelhoofd4 a:link {
	color: #003366;
}
.tabelhoofd4 a:hover {
	color: #003366;
	text-decoration:underline;
}
.tabelhoofd4 td {
	border-botom: 1px dotted #666677;
	padding: 4px;
	text-align: left;
	vertical-align: middle;
	padding:8px;
}
.tdborder {
	border-bottom: 1px dotted #666677;
	padding: 4px;
	text-align: left;
	vertical-align: top;
	padding:8px;
}
.tabelhoofd4 .tdborder a {
	color: #003366;
	text-decoration:none;
}
.tabelhoofd4.tdborder a:link {
	color: #003366;
}
.tabelhoofd4.tdborder a:hover {
	color: #003366;
	text-decoration:underline;
}
.tabelhoofd .tdborder {
	border-bottom: 1px dotted #666677;
	padding: 4px;
	text-align: left;
	vertical-align: middle;
	padding:8px;
}
.tdborder a {
	color: #003366;
	text-decoration:none;
}
.tdborder a:link {
	color: #003366;
}
.tdborder a:hover {
	color: #003366;
	text-decoration:underline;
}
.tabelhoofd4 th {
	border: 1px solid #666677;
	background-color: #ccccdd;
	font-weight: bold;
	color: #666677;
	text-align: left;
	padding: 4px;
}
.tabelhoofd4 caption {
	font-size: 14px;
	font-weight: bold;
	color: #33517A;
	text-align: left;
	padding-top: 3px;
	padding-bottom: 8px;
	margin-left: auto;
	margin-right: auto;
	border-bottom:solid 1px #DDDDDD;
}
.tabelhoofd tr.altrow {
	background-color: #DFE7F2;
	color: #000000;
}
.iSubBut {
	font:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFFFFF;
	background:#35719E;
	font-weight:bold;
	height:24px;
	cursor:pointer;
 	background-image:url(images/new_icons/bg_img.gif);
  	background-repeat:repeat-x;
   border:solid 1px #333;
}
.iSubBut:hover {
	font:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFFFFF;
	background:#06F;
 	background-image:none;
	font-weight:bold;
	height:24px;
	cursor:pointer;
}
.iSubBut2 {
	font:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFFFFF;
	background:#35719E;
	font-weight:bold;
	height:24px;
	cursor:pointer;
 	background-image:url(images/new_icons/bg_img.gif);
  	background-repeat:repeat-x;
   border:solid 1px #333;
}
.iSubBut2:hover {
	font:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFFFFF;
	background:#06F;
 	background-image:none;
	font-weight:bold;
	height:24px;
	cursor:pointer;
}
.iSubBut3 {
	font:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFFFFF;
	background:#35719E;
	font-weight:bold;
	height:24px;
	cursor:pointer;
 	background-image:url(images/new_icons/bg_img_cancel.gif);
  	background-repeat:repeat-x;
   border:solid 1px #333;
}
.iSubBut3:hover {
	font:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFFFFF;
	background:#900;
 	background-image:none;
	font-weight:bold;
	height:24px;
	cursor:pointer;
}
/* (?) popup properties */
a.info {
	position:relative; /*this is the key*/
	z-index:24;
	background-color:red;
	color:#000;
	text-decoration:none;
	font-size: 11px;
	font-weight: normal;
}
a.info:hover {
	z-index:25;
	background-color:#ff0
}
a.info span {
	display: none
}
a.info:hover span { /*the span will display just on :hover state*/
	display:block;
	position:absolute;
	top:2em;
	left:-11em;
	width:15em;
	border:1px solid #0cf;
	background-color:#cff;
	color:#000;
	text-align: left
}
/***** SITE LAYOUT *****/
body {
	text-align:center;
	background:url(/fotos/blue.gif) repeat-x;
	background-color:#64b2bf;
	vertical-align:middle;
}
html {
	height: 100%;
}
div#contentBox {
	position:relative;
	/*height:auto;*/
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#1A4065;
	text-align:right;
}
div#contentBox .menuItems .items {
	background:#16315C;
	float:left;
	width:675px;
	height:30px;
	text-align:left;
}
div#contentBox .topItems a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#8BDBE6;
	text-transform:uppercase;
	text-align:left;
	text-decoration:none;
}
div#contentBox .topItems a:hover {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
	text-transform:uppercase;
	text-align:left;
	text-decoration:none;
}
div#contentBox .menuItem {
	width:1000px;
	height:30px;
	overflow:visible;
	background:#16335D;
	margin:auto;
	position:relative;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
	text-transform:uppercase;
	text-align:left;
	text-decoration:none;
}
div#contentBox .menuItem .items {
	float:left;
	width:675px;
	height:30px;
}
div#contentBox .menuItem .search {
	float:right;
	width:325px;
	height:30px;
	padding-top:5px;
	padding-bottom:5px;
}
.zoekKnop {
background:#66E8FF none repeat scroll 0%;
border:1px solid #66E8FF;
color:#000066;
cursor:pointer;
font-family:Arial,Helvetica,sans-serif;
font-size:14px;
height:21px;
text-align:center;
text-transform:uppercase;
width:75px;
margin-top:10px;

}
.newBox
{
 border:solid 1px #333;
 background:#EFF3F8;
 height:18px;
}
div#contentBox .menuItem .search .submit {
	height:21px;
	width:75px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#000066;
	background:#66E8FF;
	text-align:center;
	text-transform:uppercase;
	border:solid 1px #66E8FF;
	cursor:pointer;
}
div#contentBox .menuItem a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#8BDBE6;
	line-height:50%;
	text-transform:uppercase;
	text-align:left;
	text-decoration:none;
}
div#contentBox .menuItem a:hover {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
	text-transform:uppercase;
	text-align:left;
	text-decoration:none;
}
/* LANGUAGEBOX (ON TOP) */
div#contentBox .talen {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
	width:1000px;
	text-decoration:none;
	text-align:right;
	text-transform:uppercase;
}
div#contentBox .talen a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
	text-decoration:none;
	text-align:right;
	text-transform:uppercase;
}
div#contentBox .talen a:hover {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#1A4065;
	text-decoration:none;
	text-align:right;
	text-transform:uppercase;
}
div#contentBox .midContainer {
	width:1000px;
	/*height:auto;*/
	overflow:visible;
	margin:auto;
	position:relative;
	background:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#1A4065;
	text-align:left;
	text-decoration:none;
}
div#contentBox .footer .leftSide {
	width:665px; /* content = 1000px */
	/*height:auto;*/
	float:left;
}
div#contentBox .footer .rightSide {
	width:335px; /* content = 335px left */
	float:right;
	text-align:left;
	clear:right;
}
div#contentBox .NAW {
	width:1000px;
	overflow:visible;
	margin:auto;
	position:relative;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#1A4065;
	text-align:left;
	text-decoration:none;
}
div#contentBox .NAW .leftNAW {
	width:665px; /* content = 1000px */
	float:left;
	color:#FFFFFF;
}
div#contentBox .NAW .leftNAW .blue {
	color:#1A4065;
}
div#contentBox .NAW .rightNAW {
	width:335px; /* content = 275px left */
	float:right;
	text-align:right;
}
div#contentBox .NAW .rightNAW a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
	text-transform:uppercase;
	text-align:center;
	text-decoration:none;
}
div#contentBox .NAW .rightNAW a:hover {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#1A4065;
	text-transform:uppercase;
	text-align:center;
	text-decoration:none;
}
#header {
	padding: 0px;
	margin-bottom: 0px;
	background-color: #ffffff;
	text-align: center;
}
#container {
	width: 1000px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px; /*10px;*/
	background-color: #ffffff;
}
#content {
	padding: 20px;
	background-color: #ffffff;
	float: left;
	width: 625px;
	/*height: 355px;*/
	margin: 0 0 10px 0;
	display: inline;
	overflow: auto;
	position: relative;
	margin-top: 0px;
}
#checkoutt {
	background-color: #ffffff;
	float: left;
	width: 665px;
	height: 255px;
	margin-top: 0px;
}
#menu {
	float: right;
	width: 315px;
	margin: 0;
	margin-right: 0px;
}
div#contentBox .midContainer .leftFlash {
	width:665px; /* content = 1000px */
	float:left;
}
div#contentBox .midContainer .rightFlash {
	width:325px; /* content = 335px left */
	float:right;
	overflow:hidden;
	padding-top:15px;
	padding-right:5px;
	padding-left:5px;
	text-align:left;
}
div#contentBox .midContainer .rightFlash .tekstRechts {
	text-align:justify;
	width:310px;
	padding-left:5px;
	padding-right:10px;
}
div#contentBox .midContainer .rightFlash h1 {
	font-size: 15px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #52B0BA;
	text-transform:uppercase;
}
div#contentBox .midContainer .rightFlash strong {
	font-size: 14px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #1A4065;
	text-transform:uppercase;
}
/* FOOTER */
div#contentBox .footer {
	width:1000px;
	overflow:visible;
	margin:auto;
	position:relative;
	background:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#1A4065;
	text-align:left;
	text-decoration:none;
}
.wittetabel {
	background-color:#FFFFFF;
}
.wittetabelgroot {
	background-color:#FFFFFF;
	height:400px;
}
.blauwetabel {
	width:325px;
	background-color:#35719E;
	text-align:center;
}
.bedrijf {
	color:#339900;
}
.klant {
	color:#FF0000;
}

.opsl
{
 padding:4px;
 padding-bottom:6px;
 background:#F0F0F0;
}
.opsl:hover
{
 padding:4px;
 padding-bottom:6px;
 background:#CCC;
}
.opsl2
{
 padding:1px;
 background:#F0F0F0;
}
.opsl2:hover
{
 padding:1px;
 background:#CCC;
 -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=65)";
 filter: alpha(opacity=65);
 -moz-opacity:.65;
 opacity:.65;
}
.kleurfactuur { color:#09F; text-decoration:none; }
.kleurfactuur a:visited{ color:#09F; text-decoration:none; }
.kleurfactuur a:hover, a:active{ color:#F33; text-decoration:underline; }
