body {
    margin: 0;
    padding: 0;
	 background-image: none;
	 background-color: #fff;
    color: #000;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 80%;
}
/*-----splash---------*/
#header h1{
	display: none;
}
#global_splash{
	width: 886px;
	margin: 0 auto;
	margin-top: 4%;
}
#global_splash img{
	float: left;
}
#beauty_splash{
	margin-left: 97px;
}
#bali{
	margin-top: 50px;
	float: left;
}
/*---------template-----------*/

#global{
	width: 1000px;
	margin: 0 auto;
}
#global_content{
	width: 800px;
	float: left;
}
#top{
	height: 120px;	
}
#top .blank{
	float: left;
	height: 120px;
	width: 220px;
}
#top_links{
	text-decoration: none;
	text-align: right;
	padding-top: 92px;
	margin-right: 14px;
	color: gray;
	font-size :11px;
	letter-spacing: 1px;
	line-height: 28px;
	height: 28px;
}
#top_links a.verzorging:link, #top_links a.verzorging:active, #top_links a.verzorging:visited{
	color: lime;
	text-decoration: none;
	font-size :11px;
	letter-spacing: 1px;
	
}
#top_links a.gezondheid:link, #top_links a.gezondheid:active, #top_links a.gezondheid:visited{
	color: yellow;
	text-decoration: none;
	font-size :11px;
	letter-spacing: 1px;
}
#top_links a.beauty:link, #top_links a.beauty:active, #top_links a.beauty:visited{
	color: Fuchsia;
	text-decoration: none;
	font-size :11px;
	letter-spacing: 1px;
}
#global_menu{
	width: 206px;
	float :left;
}
#menu{
	width: 200px;
	margin-left: 7px;
	padding-bottom: 28px;
}
#aanbieding_blokje{
	width: 196px;
	height: 180px;
	overflow: hidden;
	border: 1px solid #404040;
	padding: 1px;
	margin-left :7px;
	font-size: 11px;
	margin-top: 10px;
}
#aanbieding_blokje .special{
	border-top: 1px solid white;
	border-bottom: 1px solid white;
}
#aanbieding_blokje .special p{
	margin: 0;
	padding :0;
}
#inhoud{
	float: left;
	width: 550px;
	padding: 20px;
	padding-top: 10px;
}
#right{
	width: 200px;
	float: left;
}

/*-----------menu-----------*/
#menu ul{
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#menu li{
	padding: 0px;
	margin: 0px;
}
#menu li a{
	display: block;
	width: 185px;
	line-height: 28px;
	color: white;
	text-decoration: none;
	padding-left: 15px;
	font-weight: bold;
}
#menu li a:hover, #menu li.active2 a{
	background-color: white;
}







a {
}
a:link {
}
a:visited {
}
a:active {
}
a:hover {
	color: red;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
}
h1, h2, h3 {
    font-weight: normal;
}
h4, h5, h6 {
    font-weight: bold;
}
h1, .style_kopgroot {
    font-size: 2.0em;
}
h2, .style_kopmiddel {
    font-size: 1.7em;
}
h3, .style_kopklein {
    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;
}

.imgright{
	float:right;
}

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 {

}

div.links h1 {
	
}

div.links table{
	
}

div.links thead{

}

/* NIEUWS */

div.nieuws {
	width: 100%;
}

div.nieuws img {
	float:left;
	margin-right: 10px;
}

div.nieuws img.right {
	float:right;
	margin-left: 10px;
}
div.nieuws hr {
	clear:both;
}

div.nieuws h1 {
	
}

div.nieuws a {

}
div.nieuws_listitem{
	float: left;
	margin-bottom: 30px;
	display: block;
	border: 1px solid white;
}

div.nieuws h2, div.nieuws h2 a {
	clear: both;
	font-size :14px;
	font-weight: bold;
	margin-bottom: 10px;
}
a.lees_verder:link, a.lees_verder:active, a.lees_verder:visited{
	clear: both;
	display: block;
	text-align :right;
	width: 550px;
	line-height: 32px;
	text-decoration: none;
}

div.nieuws table{
}

.wtkerror {
	color:red;
}
/*---------producten---------*/
.tbl_producten{
	width: 560px;
	margin-top: 12px;
	
}
.tbl_producten td{
	vertical-align: middle;
}
.spacer{
	width: 12px;
}
td.product_top{
	width: 190px;
	height: 131px;
	background-image: url(../img/product_top.gif);
	background-repeat: no-repeat;
	padding: 1px;
	text-align: center;
	color: silver;
	
}
td.product_top .afbeelding{
	overflow: hidden;
	width: 172px;
	height: 127px;
	border: 1px solid white;
}
td.product_top{
	vertical-align: middle;
}
td.product_bottom{
	width: 190px;
	height: 45px;
	background-image: url(../img/product_bottom.gif);
	background-repeat: no-repeat;
	padding: 10px;
	color: white;
	padding-top: 0px;
	padding-bottom: 0px;
	font-weight: bold;
	font-size: 11px;
}
/*--------download-----------*/

.download_groep, .download_groep ul{
	list-style: none;
}
.download_groep li a{
	text-decoration: none; 
}

/*----------mailmodule--------*/
#frm_aanmelden ul{
	margin: 0;
	padding: 0;
}
#frm_aanmelden li {
	list-style: none;
}
