@charset "utf-8";

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
body {
	background:url(http://www.presentweb.be/_layout/bg_gradient.jpg) repeat-x #e0eedf;
	margin:0px;
}

#container {
	background:url(../_layout/bg_patroon.jpg) no-repeat top center;
}
#container2 {
	width: 904px;
	padding-top:13px;
	margin:0px auto;
}
#header {
	height:65px;
	background:url(../_layout/header_bg.gif) no-repeat;
}
#header h1 {
	display:none;
}

#header #kruimelpad {
	font-size: 10px;
	color: #666;
	float:right;
	margin:50px 30px 0px 0px;
}

#maincontainer {
	min-height:565px;
	background:url(../_layout/maincontainer_bg.gif) repeat-y;
}

#main {
	padding-top:13px;
	background:url(../_layout/main_bg.jpg) no-repeat;
	min-height:500px;
}
#content {
	width:625px;
	margin-left:250px;
}

#content h2 {
	color:#006699;
	font-size:24px;
	line-height: 38px;
	margin:0px 0px 0px 18px;
	padding-top:12px;
	font-weight:normal;
	float:left;
	display:block;
	width:370px;
}

#content h3 {
	color:#60bf59;
	font-size:16px;
	padding-bottom: 10px;
	font-weight:bold;
	border-bottom: 1px solid #b6deb3;
}

#content h4 {
	color:#069;
	font-size:14px;
	font-weight:bold;
}
#content h5 {
	color:#333;
	font-size:11px;
	font-weight:bold;
	font-style:italic;
}
#content h6 {
	color:#000;
	font-size:10px;
	font-weight:bold;
	font-style:bold;
}

#content h7 {
	color:#60bf59;
	border-bottom: 1px solid #b6deb3;

}

#content h8 {
	color:#7AB7E9;
	font-weight:bold;
	font-size:12px;
}


#content_right h3 {
	color:#60bf59;
	font-size:16px;
	padding-bottom: 10px;
	font-weight:bold;
	border-bottom: none;
}

#content_right h4 {
	color:#069;
	font-size:12px;
	font-weight:bold;
	border-top: 1px solid #39C;
	padding-top:4px;
	margin-bottom: 0px;
}
#content_right h5 {
	color:#333;
	font-size:10px;
	font-weight:bold;
	font-style:italic;
}

input{
	margin: 0px;
	margin-top: 3px;
	margin-bottom: 3px;
}

input.large{
	width: 200px;
	border:solid 1px #ccc;
	
}
input.small{
	width: 48px;
	border:solid 1px #ccc;	

}
input.medium{
	width: 148px;
	border:solid 1px #ccc;
}
input.submit{
	border:solid 1px #ccc;
	background: #069;
	color: #fff;
}
textarea{
	width: 500px;
	height: 100px;
	border:solid 1px #ccc;
}
.label{
	width: 180px;
	color: #999;
	margin-top: 3px;
	margin-bottom: 3px;
}
.labelRequired{
	width: 180px;
	color: #999;
	font-weight: bold;
	margin-top: 3px;
	margin-bottom: 3px;
}


#content p {
	text-align:justify;
	line-height:16px;
}

#content td {
	text-align:justify;
	line-height:16px;
}

#content td p{
	margin-top:0px;
}

#content #main_text {
	margin-top:10px;
}

#contentheader img{
	float:right;
}

#content_left {
	width:380px;
	float:left;
	margin-left:18px;
	padding-top:10px;
}

#content_full {
	width:587px;
	float:left;
	margin-left:18px;
	padding-top:10px;
}

#content_right {
	width:206px;
	color:#666;
	float:right;
	margin-top:10px;
	margin-left: 0px;
	font-size: 10px;
	line-height:14px;
}

#content_right ul{
	margin-left: 10px;
	padding-left: 0px;
}

#content_left ul,#content_full ul{
	margin-left: 10px;
	padding-left: 20px;
}

#content_full li, #content_left li{
	list-style-image: url(/_layout/arrowBullet.gif);
	margin-bottom: 5px;
	line-height:16px;
}
#content_full li li, #content_left li li{
	list-style-image: url(/_layout/arrowBulletBlue.gif);
	margin-bottom: 5px;
}

#content_right li{
	list-style-image: url(/_layout/arrowBulletBlue.gif);
	margin-bottom: 5px;
	line-height:14px;
}

td ul{
	margin-top: 0px;
	margin-left: 10px;
	padding-left: 0px;
}

td li{
	margin-bottom: 5px;
	line-height:14px;
}

table.lines{
	background: #bbdab9;
}
table.lines td{
	background: #fff;
	padding: 4px;
	font-size: 10px;
	vertical-align: top;
}
#content_full th, #content_left th, #content_right th{
	background: #b1dbe3;
	padding: 4px;
	text-align: left;
	font-size: 10px;
	color: #069;
}

#footer {
	clear:both;
	width: 874px;
	height:82px;
	background:url(../_layout/footer.gif) 0 0 no-repeat;
	text-align:right;
	padding-right:30px;
	margin-bottom:30px;
	color: #5a7258;
	font-size: 10px;
}
#footer div {	
	position:relative;
	bottom:3px;
}
#footer img.joka {
	position:relative;
	top:6px;
}
#footer A:link, #footer A:visited{
	color: #58a052;
	text-decoration: none;
}
#footer A:hover{
	color: #58a052;
	text-decoration: underline;
}

div.clearboth {
	clear:both;
}

a img {
	border:none;
}

a:link{
	color:#3399cc;
	text-decoration: none;
}
a:visited{
	color:#336699;
	text-decoration: none;
}
a:hover{
	color:#3399cc;
	text-decoration: underline;
}

#error{
	position: absolute;
	vertical-align: middle;
	width: 300px;
	height: 70px;
	font-size: 16px;
	top: 20px;
	left: 50%;
	margin-left: -250px;
	background: url(../_layout/alert.gif) #fff top left no-repeat;
	border: solid 3px #F33;
	padding: 10px;
	padding-top: 30px;
	padding-left:120px;
	color: #CC0000;
}

#succes{
	position: absolute;
	vertical-align: middle;
	width: 300px;
	height: 70px;
	font-size: 16px;
	top: 20px;
	left: 50%;
	margin-left: -250px;
	background: url(../_layout/alert.gif) #fff top left no-repeat;
	border:#00CC33 solid 3px ;
	padding: 10px;
	padding-top: 30px;
	padding-left:120px;
	color: #006600;
}

.quote{
	padding: 10px;
	border: solid 1px #CCCCCC;
	background-color: #fff;
}

/* -------------------------------------------*/
/* ---- MENU ---------------------------------*/
/* -------------------------------------------*/


#menu {
	margin:0px 0px 0px 28px;
	width:200px;
	background:url(../_layout/menu_bg.gif) repeat-y;
	float:left;
}

#menu_top {
	height:9px;
	background:url(../_layout/menu_top.gif) no-repeat;
}

#menu_bottom {
	height:150px;
	background:url(../_layout/menu_bottom.gif) no-repeat;
}


/* -------------------------------------------*/
/* ---- MENU NIVEAU 1 ------------------------*/
/* -------------------------------------------*/

#menu_main ul {
	margin:0px;
	padding:0px;
	list-style-type:none;
}
#menu_main ul li {
	margin:0px;
	padding:0px;
	/*display:inline;*/
}



#menu_main ul li a:link, #menu_main ul li a:visited {
	margin:14px 0px 0px 0px;
	padding:0px;
	display:block;
	width:200px;
	height:13px;
	text-indent:-3000px;
	overflow:hidden;
	text-decoration:none;
}

#menu_00 a:link, #menu_00 a:visited {
	background:url(../_layout/nav/00_home.gif) 0 0 no-repeat;
}

#menu_00 a:link:hover, #menu_00 a:visited:hover {
	background:url(../_layout/nav/00_home-over.gif) 0 0 no-repeat;
}
#menu_01 a:link, #menu_01 a:visited {
	background:url(../_layout/nav/01_nieuws.gif) 0 0 no-repeat;
}
#menu_01 a:link:hover, #menu_01 a:visited:hover {
	background:url(../_layout/nav/01_nieuws-over.gif) 0 0 no-repeat;
}
#menu_02 a:link, #menu_02 a:visited {
	background:url(../_layout/nav/02_agenda.gif) 0 0 no-repeat;
}
#menu_02 a:link:hover, #menu_02 a:visited:hover {
	background:url(../_layout/nav/02_agenda-over.gif) 0 0 no-repeat;
}
#menu_03 a:link, #menu_03 a:visited {
	background:url(../_layout/nav/03_overpresent.gif) 0 0 no-repeat;
}
#menu_03 a:link:hover, #menu_03 a:visited:hover {
	background:url(../_layout/nav/03_overpresent-over.gif) 0 0 no-repeat;
}
#menu_04 a:link, #menu_04 a:visited {
	background:url(../_layout/nav/04_waar.gif) 0 0 no-repeat;
}
#menu_04 a:link:hover, #menu_04 a:visited:hover {
	background:url(../_layout/nav/04_waar-over.gif) 0 0 no-repeat;
}
#menu_05 a:link, #menu_05 a:visited {
	background:url(../_layout/nav/05_vorming.gif) 0 0 no-repeat;
}
#menu_05 a:link:hover, #menu_05 a:visited:hover {
	background:url(../_layout/nav/05_vorming-over.gif) 0 0 no-repeat;
}
#menu_06 a:link, #menu_06 a:visited {
	background:url(../_layout/nav/06_meerinfo.gif) 0 0 no-repeat;
}
#menu_06 a:link:hover, #menu_06 a:visited:hover {
	background:url(../_layout/nav/06_meerinfo-over.gif) 0 0 no-repeat;
}
#menu_07 a:link, #menu_07 a:visited {
	background:url(../_layout/nav/07_contact.gif) 0 0 no-repeat;
}
#menu_07 a:link:hover, #menu_07 a:visited:hover {
	background:url(../_layout/nav/07_contact-over.gif) 0 0 no-repeat;
}
#menu_08 a:link, #menu_08 a:visited {
	background:url(../_layout/nav/08_links.gif) 0 0 no-repeat;
}
#menu_08 a:link:hover, #menu_08 a:visited:hover {
	background:url(../_layout/nav/08_links-over.gif) 0 0 no-repeat;
}
#menu_09 a:link, #menu_09 a:visited {
	background:url(../_layout/nav/09_login.gif) 0 0 no-repeat;
}
#menu_09 a:link:hover, #menu_09 a:visited:hover {
	background:url(../_layout/nav/09_login-over.gif) 0 0 no-repeat;
}


/* -------------------------------------------*/
/* ---- MENU NIVEAU 2 ------------------------*/
/* -------------------------------------------*/

#menu_main ul li.active div {
	margin:14px 8px 0px 12px;
	padding:0px;
	width:179px;
	height:25px;
	text-indent:-3000px;
	overflow:hidden;
}
#menu_main ul li ul {
	margin:0px 8px 0px 12px;
	padding:0px 0px 8px 0px;
	width:179px;
	list-style-type:none;
	background: url(../_layout/menu_active_bg_bottom.gif) bottom no-repeat;
}
#menu_main ul li ul li {
	margin:0px;
	display:inline;
}
#menu_main ul li ul li a:link, #menu_main ul li ul li a:visited {
	width:160px;
	padding-right:19px;
	margin:0px 0px 0px 0px;
	display:block;
	text-indent:0px;
	text-align:right;
	overflow:hidden;
	text-decoration:none;
	line-height:26px;
	color:#3399cc;
	font-size:11px;
	height:26px;
	background:url(../_layout/menu_active_bg.gif) 0 0 no-repeat;
}

#menu_main ul li ul li.last a:link, #menu_main ul li ul li.last a:visited, #menu_main ul li ul li.last span {
	height:25px;
}
#menu_main ul li ul li span {
	width:160px;
	padding-right:19px;
	margin:0px 0px 0px 0px;
	display:block;
	text-indent:0px;
	text-align:right;
	overflow:hidden;
	line-height:26px;
	color:#3399cc;
	font-size:11px;
	background:url(../_layout/menu_active_bg_arrow.gif) 0 0 no-repeat;
}
#menu_main ul li ul li a:link:hover, #menu_main ul li ul li a:visited:hover {
	text-decoration:underline;
}

#menu_main ul li #active_00 {
	background:url(../_layout/nav/active_00_home.gif) 0 0 no-repeat;
}
#menu_main ul li #active_01 {
	background:url(../_layout/nav/active_01_nieuws.gif) 0 0 no-repeat;
	margin-bottom: 0px;
}
#menu_main ul li #active_02 {
	background:url(../_layout/nav/active_02_agenda.gif) 0 0 no-repeat;
}
#menu_main ul li #active_03 {
	background:url(../_layout/nav/active_03_overpresent.gif) 0 0 no-repeat;
}
#menu_main ul li #active_04 {
	background:url(../_layout/nav/active_04_waar.gif) 0 0 no-repeat;
}
#menu_main ul li #active_05 {
	background:url(../_layout/nav/active_05_vorming.gif) 0 0 no-repeat;
}
#menu_main ul li #active_06 {
	background:url(../_layout/nav/active_06_meerinfo.gif) 0 0 no-repeat;
}
#menu_main ul li #active_07 {
	background:url(../_layout/nav/active_07_contact.gif) 0 0 no-repeat;
}
#menu_main ul li #active_08 {
	background:url(../_layout/nav/active_08_links.gif) 0 0 no-repeat;
}

#menu_main ul li #active_09 {
	background:url(../_layout/nav/active_09_login.gif) 0 0 no-repeat;
}



/* -------------------------------------------*/
/* ---- CONTENTHEADERS -----------------------*/
/* -------------------------------------------*/

#contentheader {
	height:115px;
	background:url(../_layout/contentheader.jpg) 0 0 no-repeat;
}


/* -------------------------------------------*/
/* ---- CONTENTLIST --------------------------*/
/* -------------------------------------------*/


#content ul.contentlist {
	margin:0px;
	padding:0px;
	list-style-type:none;
	position:relative;
	left:10px;
	margin-bottom:32px;
}

#content ul.contentlist li {
	margin:0px;
	padding:0px;
	display:inline;
}

#content ul.contentlist li a:link, #content ul.contentlist li a:visited {
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 10px;
	display:block;
	height:18px;
	overflow:hidden;
	text-decoration:none;
	line-height:18px;
	color:#3399cc;
	font-size:12px;
	background: url(../_layout/content_listitem_bg.gif) 0 0 no-repeat;
}

#content ul.contentlist li.active a:link, #content ul.contentlist li.active a:visited {
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 10px;
	display:block;
	height:18px;
	overflow:hidden;
	text-decoration:none;
	line-height:18px;
	color:#3399cc;
	font-size:12px;
	background: url(../_layout/content_listitem_bg_active.gif) 0 0 no-repeat;
}


#content ul.contentlist li a:link:hover, #content ul.contentlist li a:visited:hover {
	text-decoration:underline;
}

#content ul.contentlist li.last a:link, #content ul.contentlist li.last a:visited, #content ul.contentlist li.last span {
	height:17px;
}