@charset "utf-8";
/* CSS IVO.nl */

html,body {
	margin:0;
	padding:0;	
	height: 100%;
	text-align: center; /* Fix for IE 6 and less */
	color: #333;
	font-size: 12px;
	font-family: "Trebuchet MS", Arial, Tahoma, Helvetica, sans-serif;
}

body {
	background-image: url(../images/bg.gif);
	background-repeat: repeat-x;
	background-position: top;
}

a:link {text-decoration: underline; color: #000;}
a:active {text-decoration: underline; color: #000;}
a:visited {text-decoration: underline; color: #000;}
a:hover {text-decoration: none; color: #000;}

h1 {
	font-size: 18px;
	font-weight: bold;
	padding: 0;
	margin: 0px 0px 15px 0px;
}

h2 {
	font-size: 22px;
	font-weight: bold;
	padding: 0;
	margin: 0;
}

.home {
	color: #0093b1;
}
.home-text a:link, .home-text a:active, .home-text a:visited {text-decoration: none; font-weight: bold; color: #0093b1;}
.home-text a:hover {text-decoration: underline; font-weight: bold; color: #0093b1;}

.alcohol {
	color: #0093b1;
}
.alcohol-text a:link, .alcohol-text a:active, .alcohol-text a:visited {text-decoration: none; font-weight: bold; color: #0093b1;}
.alcohol-text a:hover {text-decoration: underline; font-weight: bold; color: #0093b1;}

.drugs {
	color: #827234;
}
.drugs-text a:link, .drugs-text a:active, .drugs-text a:visited {text-decoration: none; font-weight: bold; color: #827234;}
.drugs-text a:hover {text-decoration: underline; font-weight: bold; color: #827234;}

.internet {
	color: #af1116;
}
.internet-text a:link, .internet-text a:active, .internet-text a:visited {text-decoration: none; font-weight: bold; color: #af1116;}
.internet-text a:hover {text-decoration: underline; font-weight: bold; color: #af1116;}

.mo {
	color: #f37021;
}
.mo-text a:link, .mo-text a:active, .mo-text a:visited {text-decoration: none; font-weight: bold; color: #f37021;}
.mo-text a:hover {text-decoration: underline; font-weight: bold; color: #f37021;}

.overgewicht {
	color: #e2ca00;
}
.overgewicht-text a:link, .overgewicht-text a:active, .overgewicht-text a:visited {text-decoration: none; font-weight: bold; color: #e2ca00;}
.overgewicht-text a:hover {text-decoration: underline; font-weight: bold; color: #e2ca00;}

.roken {
	color: #909636;
}
.roken-text a:link, .roken-text a:active, .roken-text a:visited {text-decoration: none; font-weight: bold; color: #909636;}
.roken-text a:hover {text-decoration: underline; font-weight: bold; color: #909636;}

.overig {
	color: #b00069;
}
.overig-text a:link, .overig-text a:active, .overig-text a:visited {text-decoration: none; font-weight: bold; color: #b00069;}
.overig-text a:hover {text-decoration: underline; font-weight: bold; color: #b00069;}

.titel1 {
	font-size: 12px;
	color: #0093B1;
	font-weight: bold;
	padding: 0;
	margin: 0;
	margin-bottom: 0px;
}

.titel2 {
	font-size: 12px;
	color: #af1116;
	font-weight: bold;
	padding: 0px;
	margin: 0;
	margin-bottom: 0px;
}

.link-rood {
	font-size: 12px;
	font-weight: normal;
	padding: 15px 0px 0px 0px;
	margin: 0;
	margin-bottom: 0px;
	color: #af1116;
}

.link-rood a:link, .link-rood a:active, .link-rood a:visited {text-decoration: none; font-weight: bold; color: #af1116;}
.link-rood a:hover {text-decoration: underline; font-weight: bold; color: #af1116;}


html>body div#container {
position: relative;
width: 910px;
margin: 0 auto;
}

div#container-header {
	width: 910px;
	height:202px;
	text-align: left;
	padding: 0px 0px 25px 0px;
	background: none;
}

div#container-content {
	width: 910px;
	text-align: left;
}

div#logo-container {
	padding: 26px 0px 131px 25px;
}

div#sublogo {
	float: left;
	width: 190px;
	height: 105px;
	background-image: url(../images/sublogo.gif);
	background-repeat: no-repeat;
}

div#submenu {
	width: 747px;
	height: 45px;
	padding-left: 163px;
}
div#submenu-item-internet a {
	display: block;
	width: 96px;
	height: 35px;
	text-align: center;
	padding-top: 10px;
	background: url("../images/menu_but.gif") 0 0 no-repeat;
	background-repeat: no-repeat;
	color: #fff;
	font-weight: bold;
	float: left;
	padding-right: 9px;
	text-decoration: none;
}
div#submenu-item-internet a:active { color: #fff; background: url("../images/menu_but.gif") 0 0 no-repeat;}
div#submenu-item-internet a:hover { text-decoration: none; background-position: 0 -45px; color: #fff;}

div#submenu-item-internet .current {
	color: #fff;
	text-decoration: none;
	background-position: 0 -45px; 
}

div#submenu-item-overgewicht a {
	display: block;
	width: 96px;
	height: 35px;
	text-align: center;
	padding-top: 10px;
	background: url("../images/menu_but.gif") 0 0 no-repeat;
	background-repeat: no-repeat;
	color: #fff;
	font-weight: bold;
	float: left;
	padding-right: 9px;
	text-decoration: none;
}
div#submenu-item-overgewicht a:active { color: #fff; background: url("../images/menu_but.gif") 0 0 no-repeat;}
div#submenu-item-overgewicht a:hover { text-decoration: none; background-position: 0 -90px; color: #fff;}

div#submenu-item-overgewicht .current {
	color: #fff;
	text-decoration: none;
	background-position: 0 -90px; 
}

div#submenu-item-mo a {
	display: block;
	width: 96px;
	height: 35px;
	text-align: center;
	padding-top: 10px;
	background: url("../images/menu_but.gif") 0 0 no-repeat;
	background-repeat: no-repeat;
	color: #fff;
	font-weight: bold;
	float: left;
	padding-right: 9px;
	text-decoration: none;
}
div#submenu-item-mo a:active { color: #fff; background: url("../images/menu_but.gif") 0 0 no-repeat;}
div#submenu-item-mo a:hover { text-decoration: none; background-position: 0 -135px; color: #fff;}

div#submenu-item-mo .current {
	color: #fff;
	text-decoration: none;
	background-position: 0 -135px; 
}

div#submenu-item-drugs a {
	display: block;
	width: 96px;
	height: 35px;
	text-align: center;
	padding-top: 10px;
	background: url("../images/menu_but.gif") 0 0 no-repeat;
	background-repeat: no-repeat;
	color: #fff;
	font-weight: bold;
	float: left;
	padding-right: 9px;
	text-decoration: none;
}
div#submenu-item-drugs a:active { color: #fff; background: url("../images/menu_but.gif") 0 0 no-repeat;}
div#submenu-item-drugs a:hover { text-decoration: none; background-position: 0 -180px; color: #fff;}

div#submenu-item-drugs .current {
	color: #fff;
	text-decoration: none;
	background-position: 0 -180px; 
}

div#submenu-item-roken a {
	display: block;
	width: 96px;
	height: 35px;
	text-align: center;
	padding-top: 10px;
	background: url("../images/menu_but.gif") 0 0 no-repeat;
	background-repeat: no-repeat;
	color: #fff;
	font-weight: bold;
	float: left;
	padding-right: 9px;
	text-decoration: none;
}
div#submenu-item-roken a:active { color: #fff; background: url("../images/menu_but.gif") 0 0 no-repeat;}
div#submenu-item-roken a:hover { text-decoration: none; background-position: 0 -225px; color: #fff;}

div#submenu-item-roken .current {
	color: #fff;
	text-decoration: none;
	background-position: 0 -225px; 
}

div#submenu-item-alcohol a {
	display: block;
	width: 96px;
	height: 35px;
	text-align: center;
	padding-top: 10px;
	background: url("../images/menu_but.gif") 0 0 no-repeat;
	background-repeat: no-repeat;
	color: #fff;
	font-weight: bold;
	float: left;
	padding-right: 9px;
	text-decoration: none;
}
div#submenu-item-alcohol a:active { color: #fff; background: url("../images/menu_but.gif") 0 0 no-repeat;}
div#submenu-item-alcohol a:hover { text-decoration: none; background-position: 0 -270px; color: #fff;}

div#submenu-item-alcohol .current {
	color: #fff;
	text-decoration: none;
	background-position: 0 -270px; 
}

div#submenu-item-overig a {
	display: block;
	width: 96px;
	height: 35px;
	text-align: center;
	padding-top: 10px;
	background: url("../images/menu_but.gif") 0 0 no-repeat;
	background-repeat: no-repeat;
	color: #fff;
	font-weight: bold;
	float: left;
	padding-right: 9px;
	text-decoration: none;
}
div#submenu-item-overig a:active { color: #fff; background: url("../images/menu_but.gif") 0 0 no-repeat;}
div#submenu-item-overig a:hover  { text-decoration: none; background-position: 0 -315px; color: #fff;}

div#submenu-item-overig .current {
	color: #fff;
	text-decoration: none;
	background-position: 0 -315px; 
}

div#container-menu {
	float: left;
	width: 146px;
	padding: 24px 0px 0px 0px;
	line-height: 20px;
	color: #333;
}
div#container-search {

	width: 126px;
	padding: 24px 20px 0px 0px;
	text-align: left;
	line-height: 20px;
	color: #333;
}

div#menu {
	padding-bottom: 108px;
	width: 100%;
}

div#content {
	float: left;
	width: 426px;
	border-left: 1px solid #909636;
	padding: 15px 40px 20px 40px;
}

div#content-right {
	float: left;
	width: 225px;
	height: 100%;
	padding-left: 15px;
}

div#box-top {
	width: 225px;
	height: 17px;
	background-image: url(../images/box_top.gif);
	background-repeat: no-repeat;
}

div#box-bottom {
	width: 225px;
	height: 17px;
	background-image: url(../images/box_bottom.gif);
	background-repeat: no-repeat;
}

div#box-content {
	width: 225px;
	background-image: url(../images/box_bg.gif);
	background-repeat: repeat-y;
	color: #333;
	font-size: 11px;
}

div#box-top-big {
	width: 425px;
	height: 17px;
	background-image: url(../images/box_top_big.gif);
	background-repeat: no-repeat;
}

div#box-bottom-big {
	width: 425px;
	height: 17px;
	background-image: url(../images/box_bottom_big.gif);
	background-repeat: no-repeat;
}

div#box-content-big {
	width: 425px;
	background-image: url(../images/box_bg_big.gif);
	background-repeat: repeat-y;
	color: #333;
	font-size: 11px;
}

div#gezocht {
	text-align: center;
	letter-spacing: 4px;
	font-weight: bold;
	margin-top: 22px; 
}

div#gezocht a:link {text-decoration: underline; color: #0093B1;}
div#gezocht a:active {text-decoration: underline; color: #0093B1;}
div#gezocht a:visited {text-decoration: underline; color: #0093B1;}
div#gezocht a:hover {text-decoration: none; color: #0093B1;}

.inputsearch {
	width: 134px;
	height: 20px;
	padding-top: 4px;
	border: 1px solid #8B8D90;
	color: #8B8D90;
	text-align: center;
}
.inputlogin {
	width: 124px;
	height: 20px;
	padding-top: 4px;
	border: 1px solid #8B8D90;
	color: #8B8D90;
	text-align: left;
}