/* CSS Document */

/* Algemeen */
html, body {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #07808f;
	background: #fff;
}

img { border: none; }

p {margin-top: 0px; padding: 0px; }


/* Teksten */
h1 {font-size: 15px; margin: 0px 0px 10px 0px;}

#contentLeft a{color: #FFF; text-decoration: none;}
#contentLeft a:hover{color: #FFF; text-decoration: underline;}

#contentRight a{color: #07808f; text-decoration:underline;}
#contentRight a:hover{color: #07808f; text-decoration:none;}


/* Site opbouw ABC */
.clear {
	clear: both;
}

#contentBottom {
	display: block;
	width: 100%;
	height: 15px;
	
	background-image: url(../images/layout/bg_content_bottom.gif);
}

#contentContainer {
	position: relative;
	float: right;
	width: 711px;
	min-height: 244px;
	height: 100% !important;
	margin-top: 8px;
}

#contentTop {
	position: relative;
	display: block;
	width: 100%;
	height: 15px;
	background-image: url(../images/layout/bg_content_top.gif);
}

#contentLeft {
	position: relative;
	float: left;
	width: 217px;
	margin-left: 20px;
	margin-top: 10px;
	margin-bottom: 15px;
	color: #FFF;
}

#contentLeft ul { margin: 10px 0px 0px 15px; padding: 0px; }
#contentLeft ul li { list-style: circle;}

#contentRight {
	position: relative;
	float: right;
	width: 414px;
	margin-right: 20px;
	margin-top: 10px;
	margin-bottom: 15px;
}

#contentRight ul { margin: 10px 0px 0px 10px; padding: 0px; }
#contentRight ul li { list-style: circle;}

#footer {
	position:relative;
	display: block;
	width: 100%;
	height: 78px;
	margin-top: 8px;
	margin-bottom: 8px;
	background-image: url(../images/layout/bg_bolletjes.gif);
}
	
#header {
	width: 100%;
	height: 239px;
}
		/* Headers per pagina */
		.headerHome { background-image: url(../images/layout/header_01.jpg); }


/* Menu */
#menu { position: relative; float: left; width: 269px; margin-top: 8px;}
#menu ul { margin: 0; padding: 0; list-style-type: none;}
#menu li.empty { height: 23px; }


		/* Hoofdmenu */
		#menu li.hoofdmenu { position: relative; margin: 0 0 3px 0; clear:both; }

		#menu li a {
			display: block;
			color: #FFF;
			width: 171px; /* 200 - 29 van de padding */
			height: 19px; /* 23 - 4 van de padding */
			padding: 4px 0px 0px 29px;
			
			font-size: 12px;
			font-weight: bold;
			text-decoration: none;
			text-transform: uppercase;
			
			background-image: url(../images/layout/bg_hoofdmenu.gif);
			background-repeat: no-repeat;
		}
		
		#menu ul li a:hover{
			background-image: url(../images/layout/bg_hoofdmenu_roll.gif);
			background-repeat: no-repeat;
			color: #FFF;
		}


		/* Submenu */
		#menu li.submenu { float: right; position: relative; display: block;}
		#menu li.submenu ul { margin: 0px; padding: 0px; list-style: none;}
		#menu li.submenu ul li {position: relative;  margin: 0 0 3px 0;}
		
		#menu li.submenu ul li a{
			width: 247px; /* 200 - 22 van de padding */
			padding: 4px 11px 0px 11px;
			text-transform: none;
			text-align: right;
			background-image: url(../images/layout/bg_submenu.gif);
			background-position: right;
			background-repeat: no-repeat;
			font-size: 11px;
		}
		
		#menu li.submenu ul li a:hover {
			background-image: url(../images/layout/bg_submenu_roll.gif);
			background-position: right;
			background-repeat: no-repeat;
		}
		
		/* Geselecteerde button */
		#menu li.submenu li.submenuKop a{
			font-size: 12px;
			text-transform: uppercase;
			background-image: url(../images/layout/bg_hoofdmenu_clicked.gif);
			background-repeat: no-repeat;
		}
		
		#menu li.submenu li.submenuKop a:hover {
			background-image: url(../images/layout/bg_hoofdmenu_clicked.gif);
			background-repeat: no-repeat;
		}
		
		/* Button onderaan */
		#menu li.hoofdmenuRed { position: relative; margin: 0 0 3px 0; clear:both;}
		
		#menu li.hoofdmenuRed a {
			background-image: url(../images/layout/bg_hoofdmenu_red.jpg);
			background-repeat: no-repeat;
		}
		
		#menu ul li.hoofdmenuRed a:hover{
			background-image: url(../images/layout/bg_hoofdmenu_red.jpg);
			background-repeat: no-repeat;
		}

#products_left {
	position: relative;
	float: left;
	width: 100px;
	margin-right: 10px;
}

#products_right {
	position: relative;
	float: left; 
	width: 295px; 
}

#siteContainer {
	position: relative;
	width: 992px;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
}

#taalFunctie {
	position: relative;
	float: right;
	width: 79px;
	height: 39px;
	top: 200px;
}

#tekstContainer {
	width: 100%;
	min-height: 240px;
	background-image: url(../images/layout/bg_tekstContainer.gif);
	background-repeat: repeat-y;
}