@charset "utf-8";
/* CSS Document */

body{
	background-image: url(../images/bg1001.png);
	font-family: Verdana, Geneva, sans-serif;
	background-repeat: repeat;
}

b {
	font-weight: bold;
	font-size: 12px;
	color: #666;
	line-height: 14px;
	padding-left: 15px;
	padding-right: 15px;
	vertical-align: text-top;
}

p {
	font-size: 12px;
	color: #666;
	line-height: 14px;
	padding-left: 15px;
	padding-right: 15px;
	vertical-align: text-top;
}

p.agenda {
	font-size: 11px;
	color: #666;
	line-height: 6px;
	padding-left: 15px;
	padding-right: 15px;
	vertical-align: text-top;
}

p.agendacent {
	font-size: 11px;
	color: #666;
	line-height: 6px;
	padding-left: 15px;
	padding-right: 15px;
	vertical-align: text-top;
	text-align: center;
}

p.agenda_vak {
	font-size: 10px;
	color: #666;
	line-height: 10px;
	padding-left: 5px;
	padding-right: 5px;
	vertical-align: text-top;
}


p.footer {
	color: white;
}
p.bold {
	color: white;
	font-weight: bold;
	color: #666;
}


h1 {
	font-size: 16px;
	color: #F90;
	font-weight: bold;
	line-height: 24px;
	padding-top: 10px;
	text-align: left;
}


/*h2 = aansturing koptekst 1 in side vak*/
h2 {
	font-size: 16px;
	color: #F90;
	font-weight: bold;
	line-height: 24px;
	text-align: center;
}

/* h3 = een "hoofdstuk" kop in het tekstvak*/
h3 {
	font-size: 16px;
	color: #F90;
	font-weight: bold;
	line-height: 24px;
	padding-left: 15px;
}

/*h4 = de gekozen bedrijven sectie in de bedrijven zone (zijvak)*/
h4 {
	font-size: 14px;
	color: #FFF;
	font-weight: bold;
	text-align: center;
	line-height: 18px;
	margin-bottom: 2px;
	margin-top: 2px;
	background-image: url(../images/menu_bg_sub2.png);
	background-repeat: repeat-x;
}

/* h5 = een "sub-hoofdstuk" kop in het tekstvak*/
h5 {
	font-size: 12px;
	color: #F90;
	font-weight: bold;
	line-height: 24px;
	padding-left: 15px;
}


.koptekst {
	list-style-type: none;
	text-indent: 10px;
	line-height: 15px;
	padding-top: 25px;
	padding-left: 15px;
}
.menu {
	color: #FFF;
}

.tekst {
	font-size: 12px;
	line-height: 6px;
	color: #FFF;
	font-style: italic;
	padding-bottom: 5px;
}

.tekstcent {
	font-size: 12px;
	line-height: 16px;
	color: #F90;
	font-style: italic;
	padding-bottom: 5px;
	text-align: center;
}


.tekstbed {
	font-size: 14px;
	color: #666;
	font-style: normal;
	padding-bottom: 5px;
	padding-left: 15px;
	line-height: 18px;
	font-weight: bold;
}

/*img stuurt de images in het zijvak aan (centreren*/
.img {
	text-decoration: none;
	display:block;
	margin-left:auto;
	margin-right:auto;
	padding-bottom: 5px;
	border-width: 0px;
}

/*img1 stuurt de schaduw in het zijvak aan*/
.img1 {
	text-decoration: none;
	display:block;
	border-width: 0px;
}

/*img stuurt de image tvo nieuws in het zijvak aan (centreren*/
.img2 {
	text-decoration: none;
	display:block;
	margin-left:auto;
	margin-right:auto;
	margin-top: 20px;
	border-width: 0px;
}

/*img stuurt de banner in de kop aan (centreren*/
.img3 {
	text-decoration: none;
	display:block;
	margin-left:auto;
	margin-right:auto;
	margin-top: 2px;
	margin-bottom: 2px;
	border-width: 0px;
}

/*img4 voorkomt in IE omranding van images*/
.img4 {
	text-decoration: none;
	border-width: 0px;
}


ul{
	list-style: none;
	padding-left: 0px
} 

.li{
	display: inline;
	margin: 14px;
	padding: 0;
}


/*aansturing menu link*/

a.menu:link {
	font-size: 14px;
	color: #FFF;
	text-decoration: none;
}

a.menu:visited {
	font-size: 14px;
	color: #FFF;
	text-decoration: none;
}

a.menu:hover {
	font-size: 15px;
	color: #333;
	font-weight: bold;
	text-decoration: none;
}

a.menu:active {
	font-size: 14px;
	color: #FFF;
	text-decoration: none;
}
/*einde aansturing menu link*/

/*aansturing tekstlink*/

a.tekst:link{
	text-decoration: none;
	color: #F90;
	font-weight: bold;
	line-height: 12px;
}

a.tekst:visited{
	text-decoration: none;
	color: #F90;
	font-weight: bold;
	line-height: 12px;
}

a.tekst:hover{
	color: #00F;
	font-weight: bold;
	line-height: 12px;
}

a.tekst:active{
	color: #F90;
	font-weight: bold;
	line-height: 12px;
}

/*einde aansturing tekst link*/

/*aansturing tekst bedrijvenlink*/

a.tekstbed:link{
	text-decoration: underline;
	color: #666;
	font-weight: bold;
}

a.tekstbed:visited{
	text-decoration: none;
	color: #666;
	font-weight: bold;
}

a.tekstbed:hover{
	color: #000;
	font-weight: bolder;
}

a.tekstbed:active{
	text-decoration: none;
	color: #666;
	font-weight: bold;
}

/*einde aansturing tekst bedrijvenlink*/

/*aansturing koptekst link*/
a.koptekst:link {
	color: #F90;
	text-decoration: none;
	font-weight: bold;
}

a.koptekst:visited {
	color: #00F;
	text-decoration: none;
}

a.koptekst:hover {
	color: #00F;
	text-decoration: none;
	font-weight: bold;
}

a.koptekst:active {
	color: #F90;
	text-decoration: none;
}

/*aansturing list link*/
a.li:link{
	text-decoration: none;
	color: #00F;
	font-weight: normal;
	font-size: 14px;
}

a.li:visited{
	text-decoration: none;
	color: #F90;
	font-weight: normal;
	font-size: 14px;
}

a.li:hover{
	color: #F90;
	font-weight: bold;
	font-size: 14px;
	text-decoration: none;
}

a.li:active{
	text-decoration: none;
	color: #F90;
	font-weight: normal;
	font-size: 14px;
}

/*EINDE aansturing list link*/

/*aansturing tekst_footer link*/

a.tekst_footer:link{
	text-decoration: none;
	color: #FFF;
	font-weight: normal;
}

a.tekst_footer:visited{
	text-decoration: none;
	color: #FFF;
	font-weight: normal;
}

a.tekst_footer:hover{
	color: #FF0;
	font-weight: bold;
}

a.tekst_footer:active{
	color: #FFF;
	font-weight: normal;
}

/*einde aansturing tekst_footer link*/

#container {
	height: 873px;
	width: 926px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/bg_tekstvakken_px.png);
}

#kop {
	height: 200px;
	width: 920px;
	float: left;
	background-image: url(../images/koebanner.png);
	background-repeat: no-repeat;
	margin: 3px;
}


#menu {
	height: 22px;
	width: 920px;
	float: left;
	text-align: center;
	color: #FFF;
	padding-bottom: 2px;
	margin-right: 3px;
	margin-left: 3px;
	margin-bottom: 2px;
	background-color: #F90;
}

#site_vak {
	margin-left: 4px;
	margin-right: 4px;
	height: 591px;
	width: 201px;
	float: left;
	padding: 5px;
	background-image: url(../images/bg_vak_links.png);
	background-repeat: no-repeat;
}

#tekstvak {
	margin-right: 3px;
	height: 591px;
	width: 694px;
	float: left;
	padding: 5px;
	background-image: url(../images/bg_tekstvak.png);
	background-repeat: no-repeat;
	text-align: justify;
}

#footer {
	height: 40px;
	width: 920px;
	float: left;
	text-align: center;
	margin-right: 3px;
	margin-left: 3px;	
}
