body {
    margin: 0;
    padding: 0;
    background-color: #00569d;
    color: #000;
	 background-image: url(../img/body_back.gif);
	 background-repeat: repeat-x;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 80%;

}
#header h1{
	display: none;
}
#global{
	width: 830px;
	margin: 0 auto;
	background-image: url(../img/schaduw_rand.gif);
	background-repeat: repeat-y;
}
#top a:link, #top a:active, #top a:visited{
	color: navy;
	font-size :10px;
	margin-left: 10px;
	text-decoration: none;
}
#top a:hover{
	color: red;
}
#top{
	background-image: url(../img/header.gif);
	background-repeat: no-repeat;
	height: 180px;
	width: 830px;
	z-index: 100;
}
#global_content{
	float: left;
	background-image: url(../img/right_back_px.gif);
	background-position: bottom right;
	background-repeat: repeat-y;
}
#global_content_back{
	background-image: url(../img/right_back.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
	float: left;
	height: 100%;
}
#inhoud{
	width: 521px;
	background-image: url(../img/content_back.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	float: left;
	min-height: 260px;
	margin-left: 12px;
	padding: 20px;
}
#products_right{
	float: right;
	width: 201px;
	margin-right: 55px;
	text-align: center;
}
#products_right img{
	border: 1px solid white;
	margin-bottom: 10px;
	margin-left: 15px;
}
#footer{
	clear: both;
	height: 25px;
	width: 830px;
	background-image: url(../img/footer.gif);
	background-repeat: no-repeat;
}
/*---------menu-----------*/
#menu{
	width: 779px;
	background-image: url(../img/menu_back.gif);
	background-repeat: no-repeat;
	height: 38px;
	margin-left: 8px;
	margin-top: -20px;
	padding: 0px;
}
#menu ul{
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#menu li{
	float: left;
}
#menu li li a{
	height: 20px;
	font-size: 11px;
	border: none;
	display: block;
	width: 145px;
	color: white;
	padding: 0px;
	margin: 0px;
}
#menu li li a:hover{
	height: 20px;
	font-size: 11px;
	border: none;
	display: block;
	width: 145px;
	color: white;
}

#nav li { 
	cursor: hand;
	position: relative;
	padding-left: 10px;
	padding-right: 10px;
	width: auto;
	padding: 0px;
	color: #00569d;
	margin: 0px;
	left: 0px;
	padding-top: 4px;
	display: inline;
	height: 28px;

/*achtergrond hoofdmenu*/

}
#menu li.active1{
	background-image: url(../img/button_active.gif);
	background-repeat: repeat;
	margin-top: 0px;
	border: 1px solid white;
}
#menu li.active1 a{
	color: white;
	border: none;
}
#menu ul ul{
	border-top: 1px solid white;
}

#menu ul#nav{
	margin: 0px;
	padding: 0px;
}
#nav ul { 
	padding: 0;
	margin: 0;
	list-style: none;
	display: none;
	position: absolute;
	top: 32px;
	left: 0;
		
	/*basis submenu, geen breedte aangeven en verborgen*/
}
#menu>#nav ul{
	top: 30px;
	left: 0px;
}
#menu>#nav ul ul{
	top: 0px;
	left: 0px;
	border: 1px solid white;
}

#menu>#nav li{
	/*height: 26px;*/
}
#nav ul  li { 
	padding-left: 0px;
	position: relative;
	background-color: #089CE7;
	border: 1px solid white;
	border-top: none;
	display: block;
	width: 145px;
	height: 20px;
	margin: 0;
	padding: 0;
	text-align: center;
	z-index: 100;
/*achtergrond submenu*/
}


#nav li>ul { 
	top: auto;
	left: auto;
/* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
}

#nav li:hover ul, #nav li.over ul {
	display: block; 
	margin-left: 0px;
/*zichtbaar maken submenu*/
}
#nav ul  li:hover ul, #nav ul  li.over ul { 
	display: block;	
/*zichtbaar maken submenu*/
}

#nav li:hover ul li ul, #nav li.over ul li ul { 
	display: none;	
	margin-left: 145px;
	top : 0px;
/*onzichtbaar maken subsubmenu*/
}

#nav li:hover ul li:hover ul, #nav li.over ul li.over ul { 
	display: block;	
/*zichtbaar maken subsubmenu*/
}

#nav li:hover ul li:hover ul ul, #nav li.over ul li.over ul ul{ 
	display: none;	
/*onzichtbaar maken subsubsubmenu*/
}

#nav li:hover ul li:hover ul li:hover ul, #nav li.over ul li.over ul li.over ul{ 
	display: block;	
/*zichtbaar maken subsubsubmenu*/
}


#nav li a {
	display: inline block;
	border-left: 1px solid #ededed;
	border-right: 1px solid #9f9f9f;
	padding-left: 10px;
	padding-right: 10px;
	color: #00569d;
	text-decoration: none;
	font-weight: bold;
}
/*stijlen hoofdmenu*/
}
#nav li li a {
	display: block;
	text-decoration: none;
	color: white;
	font-weight: bold;	
	width: 145px;
	padding: 0;
	margin: 0;
	background-image: none;
	border: none;
	height: 16px;
}

#nav li a:hover { 
	color: white;
	width: auto;
	
/*rollover hoofdmenu*/
}
#nav ul  li a:hover { 
	color: white;
	background-color: #FF6D02; 
	display: block;
	height: 20px;
	width: 145px;
	padding: 0;
	margin: 0;
/*rollover submenu*/
}
#nav li ul{
	width: 145px;
}
/*-------content---------------*/

a {
}
a:link {
	color: #00569D;
}
a:visited {
color: #00569D;
}
a:active {
color: #00569D;
}
a:hover {
color: #FF6D02;
text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
    margin: 2px;
	 color: #00569D;
}
h1, h2, h3 {
    font-weight: normal;
}
h4, h5, h6 {
    font-weight: bold;

}
h1, .style_kopgroot {
    font-size: 2.0em;
	 	 color: #00569D;
}
h2, .style_kopmiddel {
    font-size: 1.7em;
	  color: #00569D;
}
h3, .style_kopklein, .headline, .foto_naam {
    font-size: 1.4em;
	  color: #00569D;
}
h4 {
    font-size: 1.2em;
}
h5 {
    font-size: 1.0em;
}
h6 {
    font-size: 0.8em;
}

dl, dt, dd, ol, ul, li {
    margin-top: 0.2em;
    margin-bottom: 0.1em; 
    font-size: 1.0em;
    line-height: 1.5em;
}

p {
    margin: 1.2em 0em 1.2em 0em;
    font-size: 1.0em;
    line-height: 1.5em;
}

code, pre {
    font-family: Courier New, monospace;
    font-size: 1.0em;
}

strong, b {
    font-weight: bold;
}
em, i {
    font-style: italic;
}

hr {
    height: 1px;
    margin: 0px;
    background-color: #ccc;
    color: #ccc;
}

img {
    margin: 0;
    border: 0;
}

/***********************************************************************
 * layout kolom links of rechts van inhoud
 * --------------------------------------------------------------------
 * |                  |                                               |
 * |                  |                                               |
 * |                  |                                               |
 * --------------------------------------------------------------------
 *
 * <div id="container">
 *    <div id="kolom">
 *    </div>
 *    <div id="inhoud">
 *    </div>
 * </div>
 *
 * alle left door right vervangen indien kolom rechts komt te staan
 *
 ***********************************************************************/
/*
#container {
  float: left;
  background: url(bgkleur.gif) repeat-y top left;
}
#kolom {
  float: left;
  width: 200px;
}
#inhoud {
  float: left;
}
*/
/***********************************************************************
 * layout kolom links en rechts van inhoud
 * --------------------------------------------------------------------
 * |                  |                            |                  |
 * |                  |                            |                  |
 * |                  |                            |                  |
 * --------------------------------------------------------------------
 *
 * <div id="container_bg_links"><div id="container_bg_rechts">
 *    <div id="kolom_links">
 *    </div>
 *    <div id="kolom_rechts">
 *    </div>
 *    <div id="inhoud">
 *    </div>
 * </div></div>
 *
 ***********************************************************************/
/*
#container_bg_links {
  float: left;
  background: url(kleur_links.gif) repeat-y top left;
}
#container_bg_rechts {
  float: left;
  background: url(kleur_rechts.gif) repeat-y top right;
}
#kolom_links {
  float: left;
  width: 200px;
}
#kolom_rechts {
  float: right;
  width: 200px;
}
#inhoud {
  float: right;
}
*/

/*---------------css module inhoud--------------------*/



/* CONTENT */

.kolom_links, .kolom_rechts{
	width: 45%;
	float: left;
	margin: 10px;
}

.imgleft {
	float:left;
	margin-right: 10px;
	margin-bottom: 10px;
}

.imgright{
	float:right;
	margin-left: 10px;
	margin-top: 10px;
}

div.sjabloon1, div.sjabloon2,div.sjabloon3,div.sjabloon4{
  clear: both;
}

div.sjabloon1  img, div.sjabloon2  img, div.sjabloon3  img ,div.sjabloon4  img{

}

li.LIlink{
	list-style: square;
	color: #32A9EB;
	font-weight: bold;
}

/* LINKS */

div.links {
width:100%;
}

div.links h1 {
	
}

div.links table{
	
}

div.links thead{

}

/* NIEUWS */

div.nieuws {
   width : 100%;
}

div.nieuws img {
	float:left;
	margin-right: 10px;
	margin-bottom: 10px;
}

div.nieuws img.right {
	float:right;
	margin-left: 10px;
	margin-bottom: 10px;
}
div.nieuws hr {
	clear:both;
	background-color: #00569D;
	color: #00569D;
	height: 1px;
}

div.nieuws h1 {

}

div.nieuws a {

}


div.nieuws h2, div.nieuws h2 a {
	clear: both;
	display: block;
	height: 30px;
	font-size: 1.2em;
	padding: 10px;
	padding-left: 0px;
	padding-bottom: 0px;
}


div.nieuws table{
	
}

.wtkerror {
	color:red;
}
/* Deze stylen worden door de downloadmodule gebruikt */

/* LI bij groepen */
.download_groep ul  {
	list-style: square;
	color: #00569D;
}
/*-----------foto_album-----------*/

.TD3D a:link, .TD3D a:active, .TD3D a:visited, 
.foto_links a:link, .foto_links a:active, .foto_links a:visited{
	color: white;
	font-weight: bold;
}
.TD3D a:hover, .foto_links a:hover{
	color: #FF8C00;
}
.TD3D{
	border: 1px solid #394196;
	width: 144px;
	height: 130px;
	background-image: url(../img/foto_back.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	background-color: white;
	}
.img3D{
	border: 1px solid white;
}
.img3D_big{
	border: 1px solid black;
}
.img3D_td{
	height: 90px;
}
.foto_links{
	color: white;
	background-image: url(../img/product_detail_title.jpg);
	background-repeat: no-repeat;
	padding: 8px;
	height: 39px;
	width: 505px;
	font-size: 1.0em;
	font-weight: bold; 
}
.foto_overzicht_td{
}
