/* All rights reserved (c) 2009, BizzOnWeb. More information at info@bizzonweb.info */

/* de standaard styles om problemen te voorkomen */

* { margin: 0; padding: 0; } 
p { margin: 0; padding: 0; } 
hr { display: none; clear: both; }
a img { border : none; }
a { outline: none; }
body { background-color : #fff; color : #000; background-image: url(../img/bg_content.jpg); background-repeat: repeat-y; background-position: center top; margin: 0; font-family:  Arial, Helvetica, Geneva, sans-serif;}

/* einde standaard styles */

a:link {text-decoration: none;color:#FFFFFF}
a:visited {text-decoration: none;color:#FFFFFF}
a:hover {text-decoration: none;color:#ED1C24}
a:active {text-decoration: none; color:#FFFFFFoutline: 0px;}
a:focus {outline: 0px;color:#ED1C24}

p:link {text-decoration: none;color:#FFFFFF}
p:visited {text-decoration: none; color:#FFFFFF}
p:hover {text-decoration: none;color:#ED1C24}
p:active {text-decoration: none; color:#FFFFFF outline: 0px;}
p:focus {outline: 0px;color:#ED1C24}

h2 
{
	font-size: 16px;	
}

/* IE 5.5+ styles voor transparante PNG */

img, div { behavior: url(../html/iepngfix.htc) }

/* bovenstaand .htc bestand moet op de server staan */

/* basis DIV's start */

#centerblok
{
      position: absolute;
      left: 50%;
      width: 920px;
      margin-left: -460px; /* half of width */
      z-index: 1;
      height: 100%;     	
}

/* rechterkolom DIVS */

#rechts
{
	position: absolute;
	right: 0px;
	float: right;
	top: 0px;
	width: 670px;
}

#knoppenbalk
{
	position: relative;
	width: 670px;
	height: 58px;
	background-image: url(../img/bg_boxen.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

#zoeken
{
	position: absolute;
	text-align: right;
	vertical-align: bottom;
	width: 300px;
	height: 40px;
	top: 3px;
	left: 360px;
}

/* .okee
{
	width: 25px;
	height: 16px;
	background-image: url(../img/okee.gif);
	background-repeat: no-repeat;
	background-position: left top;
	border:0;
}
*/

.box
{
	background-color: #f2f3ed;
	border: 0;
	height: 16px;
	line-height: 16px;	
	color: #000;
	font-size: 10px;
	padding-left: 2px;
	padding-right: 2px;
	margin-right: 5px;
	margin-bottom: 2px;
	width: 100px;
}

#inloggen
{
	position: absolute;
	text-align: right;
	vertical-align: bottom;
	width: 300px;
	height: 40px;
	top: 28px;
	left: 360px;
}

#hoofdmenu
{
	position: relative;
	background-image: url(../img/bg_hoofdmenu.gif);
	background-repeat: repeat-x;
	background-position: top;
	width: 100%;
	height: 52px;
	
}

#hoofdmenu ul
{
	list-style-type: none;
}

#hoofdmenu li 
{
	color: #fff;
	font-size: 12px;
	float: left;
	overflow: hidden;
}

#hoofdmenu li a
{
	padding-left: 15px;
	padding-right: 15px;
	color: #fff;
	font-size: 12px;
	height: 52px;
	line-height: 56px;
	float: left;
	overflow: hidden;
}

#hoofdmenu li a:hover
{
	padding-left: 15px;
	padding-right: 15px;
	color: #fff;
	background-image: url(../img/bg_hoofdmenu_over.gif);
}

/*#hoofdmenu li span{
	position:absolute;
	left:-999em;
	top:0;
	height:2em;
	width:5em;
	z-index:999;
}

#hoofdmenu selected
{
	padding-left: 15px;
	padding-right: 15px;
	color: #fff;
	background-image: url(../img/bg_hoofdmenu_over.gif);
}*/

#indeximage
{
	width: 670px;
	background-color: #fff;
	border-bottom-style: solid;
	border-bottom-width: 5px;
	border-bottom-color: #fff;
}

#subimage
{
	width: 670px;
	background-color: #fff;
	border-bottom-style: solid;
	border-bottom-width: 5px;
	border-bottom-color: #fff;
}

#content
{
	width: 670px;
	height: 200px;
}

#indexcontentrechts
{
	position: absolute;
	padding-left: 40px;
	width: 400px;
	margin-top: 20px;
	display: block;
}

#indexcontentrechts h1
{
	font-size: 18px;
	margin-bottom: 12px;
	color: #fff;
	font-weight: bold;
}

#indexcontentrechts h2
{
	font-size: 14px;
	margin-bottom: 10px;
	color: #fff;
	font-weight: bold;
}

#indexcontentrechts h3
{
	font-size: 18px;
	margin-bottom: 20px;
	color: #ED1C24;
	font-weight: bold;
	text-decoration: none;
}

#indexcontentrechts h4
{
	font-size: 14px;
	margin-bottom: 10px;
	color: #ED1C24;
	font-weight: bold;
	text-decoration: none;
}

#indexcontentrechts h5
{
	font-size: 16px;
	margin-bottom: 10px;
	color: #ED1C24;
	text-decoration: none;
}

#indexcontentrechts p
{
	font-size: 12px;
	margin-bottom: 14px;
	color: #fff;
	line-height: 18px;
}

#indexcontentrechts2
{
	position: absolute;
	padding-left: 40px;
	width: 500px;
	margin-top: 20px;
	display: block;
}

#indexcontentrechts2 h1
{
	font-size: 18px;
	margin-bottom: 12px;
	color: #fff;
	font-weight: bold;
}

#indexcontentrechts2 h2
{
	font-size: 14px;
	margin-bottom: 10px;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}

#indexcontentrechts2 h3
{
	font-size: 18px;
	margin-bottom: 20px;
	color: #ED1C24;
	font-weight: bold;
	text-decoration: none;
}

#indexcontentrechts2 h4
{
	font-size: 14px;
	margin-bottom: 10px;
	color: #ED1C24;
	font-weight: bold;
	text-decoration: none;
}

#indexcontentrechts2 h5
{
	font-size: 16px;
	margin-bottom: 10px;
	color: #ED1C24;
	text-decoration: none;
}

#indexcontentrechts2 p
{
	font-size: 12px;
	margin-bottom: 14px;
	color: #fff;
	line-height: 18px;
}

#indexcontentlinks
{
	position: absolute;
	border-left-color: #fff;
	border-left-width: 2px;
	border-left-style: solid;
	width: 155px;
	padding-left: 30px;
	right: 50px;
	margin-top: 20px;
	display: block;
	line-height: 18px;
}

#indexcontentlinks ul
{
	list-style-type: none;
}

#indexcontentlinks li a
{
	color: #000;
	font-size: 12px;
}

#indexcontentlinks li a:hover
{
	color: #666;
}

#indexcontentlinks h2
{
	color: #fff;
	font-weight: bold;
}

/* linkerkolom DIVs */

#links
{
	position: absolute;
	width:250px;
	float: left;
	left: 0px;
	top: 0px;
	height: 100%;
}

#address
{
	color: #FFFFFF;
	font-size: 10px;
	text-decoration: none;
}

#address a:hover
{
	color: #ED1C24;
	font-size: 10px;
	text-decoration: none;
}

#banner_grey
{
	color: #FFFFFF;
	width: 100%;
	float: left;
	height: 30px;
	font-size: 16px;
}

#banner_red
{
	color: #ED1C24;
	height: 30px;
	font-size: 16px;
}

#button_red
{
	color: #FFFFFF;
	background-color: #ED1C24;
	font-size: 12px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	text-decoration: none;
	border: 1px solid #ED1C24;
	font-weight: lighter;
}

#button_red a:hover
{
	color: #ED1C24;
	background-color: #FFFFFF;
	font-size: 12px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	text-decoration: none;
	border: 1px solid #FFFFFF;
	font-weight: lighter;
}


#button_red a:visited
{
	color: #FFFFFF;
	background-color: #ED1C24;
	font-size: 12px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	text-decoration: none;
	font-weight: lighter;
}

/*#button_red a:visited
{
	color: #FFFFFF;
	background-color: #ED1C24;
	font-size: 12px;
	font-weight: bold;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	text-decoration: none;
}*/

#button_grey
{
	color: #ED1C24;
	background-color: #B3B9BD;
	height: 16px;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

#logo
{
	position: relative;
}

#servicmenu
{
	position: relative;
/*	background-image: url(../img/bg_servicemenu.gif); */
	background-color: #e4e6dd;
	background-repeat: no-repeat;
	background-position: top;
	width: 250px;
/*	height: 348px; */
	height: 100%;
	list-style-type: none;
}

#servicemenublok
{
	text-align: left;
	padding: 0;
	width: 250px;
	position: absolute;
	top: 130px;
}

#servicemenublok ul
{
	list-style-type: none;
}

#servicemenublok li a
{
	display: block;
	padding-left: 28px;
	color: #000;
	font-size: 12px;
	background-color: #e4e6dd;
	height: 24px;
	line-height: 24px;
}

.menuitemlijn
{
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #fff;	
}

#servicemenublok li a:hover
{
	background-color: #000;
	padding-left: 28px;
	color: #fff;
}

/* algemen DIVs */

#cleardiv
{
	clear: both;
	height: 1em;
}
