/*************************************************************
  
Website Concept & Design by Tabeoka
Realisation & Implementation by Tabeoka .
Copyright - 2010 - by 'Tabeoka'. All rights reserved.

Graphic Design by 'Michael' 
HTML & CSS production by 'John Moors' 
john@tabeoka.be - www.tabeoka.be 
  
/************************************************************/

/*============================================================
  01. PAGE STRUCTURE
============================================================*/

body /*!T!*/ {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	background-color: #424242;
	background-image: url(../img/bg_body3.gif);
	background-repeat: repeat-x;
	font-size: 13px;
}

#wrapper {
	height: 580px;
	margin: 0 auto;
	width: 1003px;
}



/*============================================================
  05. FOOTER
============================================================*/

#footer {
	height: 30px;
	width: 820px;
	color: #FFFFFF;
	font-size: 13px;
	padding-left: 153px;
	text-align: right;
	padding-right: 30px;
	padding-top: 16px;
}
#footer a:link {
	color: #FFFFFF;
	text-decoration: none;
	padding-right: 0px;
	padding-left: 0px;
}
#footer a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#footer a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
#footer form {
	float: right;
}


/*============================================================
  02. HEADER
============================================================*/

#header {
	float: left;
	height: 135px;
	width: 850px;
	margin-top: 0px;
	background-image: url(../img/bg_topmenu.png);
	background-repeat: no-repeat;
	background-position: right top;
	clear: right;
	padding-left: 153px;
}

/* LOGO */
#header h1   {
	margin-right: 35px;
	margin-bottom: 0;
	padding-top: 1px;
	padding-left: 0px;
}
#header h1 a {
	height: 64px;
	width: 64px;
	background-image: url(../img/logo.png);
	float: right;
	display: block;
	background-repeat: no-repeat;
	margin-left: 0px;
}


/* TOPMENU */
#header_menu {
	width: 500px;
	height: 65px;
	float: left;
	padding-left: 16px;
}
#header_menu ul {
}
#header_menu ul li {
	float: left;
}
#header_menu ul li a {
	display: block;
	float: left;
	padding-left: 30px;
	padding-right: 30px;
	font-size: 15px;
	color: #40213D;
	text-decoration: none;
	padding-top: 15px;
	line-height: 20px;
	width: 160px;
	padding-bottom: 19px;
	text-align: center;
}
#header_menu ul li a.active {
	background-image: url(../img/bg_menu_li2.png);
	background-repeat: no-repeat;
	color: #FFFFFF;
	background-position: 0px 0px;
	margin-top: -5px;
	padding-top: 20px;
}
#header_menu ul li a:hover {
	background-image: url(../img/bg_menu_li2.png);
	background-repeat: no-repeat;
	color: #FFFFFF;
	background-position: 0px 0px;
	margin-top: -5px;
	padding-top: 20px;
}

/* SUBMENU */
#header_submenu {
	height: 35px;
	width: 819px;
	padding-top: 4px;
	padding-left: 16px;
	float: left;
}
#header_submenu ul {
}
#header_submenu ul li {
	float: left;
}
#header_submenu ul li a {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	float: left;
	padding-right: 10px;
	line-height: 34px;
	padding-left: 10px;
	font-size: 12px;
}
#header_submenu ul li a.active {
	background-image: url(../img/bg_submenu_li.png);
	background-repeat: repeat;
}
#header_submenu ul li a:visited {
}
#header_submenu ul li a:hover {
	background-image: url(../img/bg_submenu_li.png);
}

/*============================================================
  03. LEFT MENU
============================================================*/

#lefter {
	height: 200px;
	width: 165px;
	float: left;
	padding-top: 10px;
	padding-left: 4px;

}
#lefter_1 {
	height: 38px;
	width: 165px;
	position: relative;
	float: right;
	padding-bottom: 10px;
	padding-top: 5px;
}
#lefter_2 {
	height: 38px;
	width: 165px;
	position: relative;
	float: right;
	padding-bottom: 10px;
	padding-top: 5px;
}
#lefter_3 {
	height: 38px;
	width: 165px;
	position: relative;
	float: right;
	padding-bottom: 10px;
	padding-top: 5px;
}
#lefter_4 {
	height: 38px;
	width: 165px;
	position: relative;
	float: right;
	padding-bottom: 10px;
	padding-top: 5px;
}
#lefter_5 {
	height: 38px;
	width: 165px;
	position: relative;
	float: right;
	padding-bottom: 10px;
	padding-top: 5px;
}

/*============================================================
  04. CONTENT
============================================================*/

#content {
	height: auto;
	width: 817px;
	float: left;
	background-image: url(../img/bg_content3.png);
	background-repeat: repeat-y;
	background-position: -16px top;
	padding-left: 1px;
	color: #442441;
	padding-right: 16px;
	overflow: auto;
	padding-top: 5px;
	min-height: 345px;
	padding-bottom: 10px;
}
#content p {
	padding-top: 5px;
	padding-bottom: 5px;
	line-height: 16px;
	padding-left: 30px;
	padding-right: 15px;
}
#content p.top {
	width: 90%;
	display: block;
	margin-left: 30px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	text-align: right;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-top:0px;
}
#content p.promo_6lines {
	background-image: url(../img/bg_promo_6lines.png);
	background-repeat: no-repeat;
	height: 132px;
	width: 310px;
	line-height: 18px;
	padding-left: 40px;
	padding-top: 28px;
	padding-right: 35px;
	display: block;
	margin-left: 50px;
	margin-bottom: 20px;
}
#content p.promo_4lines {
	background-image: url(../img/bg_promo_4lines.png);
	background-repeat: no-repeat;
	height: 132px;
	width: 310px;
	line-height: 18px;
	padding-left: 40px;
	padding-top: 28px;
	padding-right: 35px;
	display: block;
	margin-left: 50px;
}

#content h1 {
	color: #482544;
	font-size: 20px;
	font-weight: normal;
	padding-left: 30px;
	padding-bottom: 10px;
}
#content h2 {
	color: #C845B6;
	font-size: 18px;
	font-weight: normal;
	padding-left: 30px;
	padding-bottom: 10px;
	padding-top: 15px;
}
#content h3 {
	color: #482544;
	font-size: 15px;
	font-weight: normal;
	padding-left: 30px;
	padding-bottom: 10px;
	padding-top: 15px;
}
#content  a {
	text-decoration: underline;
	color: #442441;
}
#content a:visited {
	text-decoration: underline;
	color: #442441;
}
#content a:hover {
	text-decoration: none;
	color: #442441;
}
#content ul {
	padding-left: 30px;
	padding-top: 10px;
	padding-bottom: 10px;
}
#content ul li {
	background-image: url(../img/li.gif);
	background-repeat: no-repeat;
	background-position: left 7px;
	padding-left: 20px;
	line-height: 18px;
}
#content ol {
	padding-left: 30px;
	padding-top: 10px;
	padding-bottom: 10px;
}
#content ol li {
	line-height: 18px;
	list-style-type: decimal;
	list-style-position: inside;
}
#content table {
	margin-left: 30px;
	line-height: 19px;
}
/*
.imgLeft {
	float:left;
	padding-right:30px;
	padding-bottem:30px
}
*/
#content_bottem {
	height: 45px;
	width: 817px;
	float: right;
	background-image: url(../img/bg_content_bottem3.png);
	background-repeat: no-repeat;
	background-position: -16px top;
	padding-left: 1px;
	color: #442441;
	overflow: auto;
	text-align: right;
	font-size: 11px;
	padding-right: 16px;
}
#content_bottem p {
	padding-right: 20px;
	padding-top: 25px;
	color: #FFFFFF;
}

/* Rollovers & Quotes -- getpage.asp?i=7 -- aanbod overheidsorganisaties */
#content a:hover.big {
	font-size: 15px;
	font-weight: bold;
}
.highlight {
	background-color: #E4E4E4;
	font-weight: bold;
}
.invulveld_lg {
	font-family:Trebuchet MS,Arial,Verdana;
	font-size:11px;
	width:200px;
	margin-bottom: 5px;
}
.quote {
	font-size: 11px;
	padding-left: 5px;
}
#nieuws {
	width: 390px;
	height: auto;
	float: left;
	margin-right: 10px;
}
#agenda {
	width: 400px;
	float: left;
	height: auto;
	margin-left: 10px;
}
