html{
	background-color: #000065;
	
}
body {
    margin: 0;
    padding: 0;
    background-color: #e2dbc3;
    color: #000065;
    font-family: arial;
    font-size: 80%;
	 background-image: url(../img/top_px.gif);
	 background-repeat: repeat-x;

}
#global{
	width: 945px;
	margin: 0 auto;
}
#header h1{
	display: none;
}
#top{
	width: 100%;
	height: 206px;
}
#top #logo{
	float: left;
	margin: 0;
	padding: 0;
}
#nieuwsteaanbod{
	float: left;
	background-image: url(../img/nieuwsteaanbod.gif);
	background-repeat: no-repeat;
	padding-left: 199px;
	padding-top: 28px;
	height: 134px;
	color: #7f7f7f;
	width: 450px;

}
#nieuwsteaanbod .product_box{
	width: 150px;
	float: left;
	border: none;
}
#nieuwsteaanbod a:link, #nieuwsteaanbod a:active, #nieuwsteaanbod a:visited{
	color: #7f7f7f;
	text-decoration: none;
}
#nieuwsteaanbod a:hover{
	color: maroon;
}
#tabbladen{
	height: 43px;
	border-right: 1px solid white;
	width: 606px;
	float: left;
}
#tabbladen .groep{
	float: left;
	border-left: 1px solid white;
}
#tabbladen a:link, #tabbladen a:active, #tabbladen a:visited{
	color: white;
	text-decoration: none;
	display: block;
	text-align: center;
	padding-left: 18px;
	padding-right: 18px;
	padding-top: 10px;
	height: 33px;
	display: block;
}
#tabbladen a:hover, #tabbladen .active{
	background-color: white;
	color: #A08838;
}
#tabbladen a.active:link, #tabbladen a.active:active, #tabbladen a.active:visited{
	color: #A08838;
}
#global_inhoud{
	padding-top: 5px;

}
#inhoud{
	width: 680px;
	float: left;
	padding-left: 10px;
	padding-bottom: 20px;
}
#footer{
	background-image: url(../img/footer.gif);
	background-repeat: repeat-x;
	height: 49px;
	clear: both;
	width: 100%;
}
#global_footer{
	width: 945px;
	margin: 0 auto;
	color: white;
	clear: both;
}
#footer_text{
	padding-top: 20px;
	font-size: 11px;
	float: left;
}
#footer_disclaimer{
	float: right;
}
/*-------------menu--------------*/
#menu{
	width: 254px;
	float: left;
	border-right: 1px solid #a28b3c;
	text-align: right;
	padding-bottom: 20px;
	margin-bottom: 10px;
	clear: both;
}
#menu ul{
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#menu li{
	padding-bottom: 5px;
}
#menu li a{
	display: block;
	font-weight: bold;
	color: navy;
	text-decoration: none;
	padding-right: 10px;
	font-size: 12px;
	letter-spacing: 1px;
}
#menu li.active1 a{
	background-image: url(../img/menu_button.gif);
	background-repeat: repeat-y;
	background-position: right;
	color: white;
}



a {
}
a:link {
}
a:visited {
}
a:active {
}
a:hover {
}

h1, h2, h3, h4, h5, h6 {
    margin: 0em;
}
h1, h2, h3 {
    font-weight: normal;
}
h4, h5, h6 {
    font-weight: bold;
}
h1 {
    font-size: 2.0em;
}
h2 {
    font-size: 1.7em;
}
h3 {
    font-size: 1.4em;
}
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-bottom: 10px;
}

div.sjabloon1, div.sjabloon2,div.sjabloon3,div.sjabloon4{
  clear: both;
}

div.sjabloon1  img, div.sjabloon2  img, div.sjabloon3  img ,div.sjabloon4  img{

}



/* LINKS */

div.links {
width:100%;
}

div.links h1 {
	
}

div.links table{
	
}

div.links thead{

}

/* NIEUWS */

div.nieuws {
   width : 100%;
}

div.nieuws img {
	float:left;
}

div.nieuws img.right {
	float:right;
}
div.nieuws hr {
	clear:both;
}

div.nieuws h1 {
	
}

div.nieuws a {

}


div.nieuws h2, div.nieuws h2 a {
	clear: both;
}


div.nieuws table{
	
}

.wtkerror {
	color:red;
}
.nieuwste_item_foto img{
	width: 100px;
}