/* VAN publicgovernanceforum CSS */


/* ALGEMEEN */

body, html {
	margin: 0;
	height: 98%;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	color: #333333;
	text-align: center;
	background: #F3F5F6;
}
#main_container {
	width: 1024px;
	min-height: 100%;
	text-align: left;
	border: 6px solid #F3F5F6;
	background-repeat: repeat-y;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
	overflow: hidden;
	background: #FFF;

}
* html #main_container {
	overflow: visible;
}


/* HEADER */

#header_container {
	width: 100%;
	height: 100%;
}

#header_top {
	width: 1024px;
	float: right;
	margin-top: -2px;
	padding-right: 10px;
	text-align: right;
	text-decoration: none;
}

#header_boven {
	width: 1024px;
	float: right;
	margin-top: -2px;
	padding-right: 10px;
	background: #147DAB right;
	text-align: right;
	text-decoration: none;
}
#header_boven a {
	text-decoration: none;
	border: none;
}

img {
	text-decoration: none;
	border: none;
}

kaft {
	text-decoration: none;
	border: none;
	float: left;
}


/* CONTENT */

#content_container {
	float: left;
	width: 610px;
	background-color: #FFFFFF;
}
* html #content_container {
	width: 515px;
}
#content {
	padding: 0px 20px;
}
* html #content {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 30px;
}
