* {
	margin: 0;
	color:#0070bf;
}

html, body {
	height: 100%;
}

fieldset {
	padding:0;
	border:0;
}

body, td , textarea, input
{
	font-family:arial;
	font-size:13px;
}

body {
	padding:0;
	margin:0;
	background:#007bc6 url(../img/bg.gif) top left repeat-x;
}

center 
{
	margin:0;
	padding:0;
}

p {
	margin-top:0px;
}

table
{
	border-width:0;
	border-collapse:collapse;
}

td, th
{
	text-align:left;
	vertical-align:top;
	padding:0;
	margin:0;

}

textarea {
	overflow:auto;
	border:1px solid #565656;
	color:#000;
}

input {
	width:150px;
	border:1px solid #565656;
	color:#000;
}

iframe {
	border:1px solid #565656;
}

img 
{
	border-width:0;
}

h1 
{
	color:#f78f1e;
	font-size:26px;
	margin:0 0 0 0;
	font-weight:normal;
	line-height:1em;
}

h2 
{
	color:#0070bf;
	font-size:22px;
	font-weight:normal;
	margin:15px 0 0px 0;
	line-height:1em;
}

ul {
	list-style:disc;
	list-style-position:inside;
	padding:1em;
}

ol {
	list-style:decimal;
	list-style-position:inside;
	padding:1em;
}


:-moz-any-link:focus { 
	outline: none; 
} 


a:link, a:visited, a:active, a:hover 
{
	
}

a:hover 
{
	color:#f78f1e;
}


/*menu*/
.menu {
	margin-left:26px;
}

.menu a {
	text-decoration:none;
}

.menu a:hover 
{
	color:#f78f1e;
}

.menu ul{
	margin:0;
	list-style:none;
	padding:0;
	width:190px;
	list-style-position:outside;
}

.menu ul li{
	margin:0;
	padding:5px 0px 5px 24px;
	background:transparent url(../img/menu-bullet.gif) 0px 2px no-repeat;
	border-bottom:1px solid #7fb2d0;
	font-weight:bold;
	
}


.menu ul ul{
	margin:0;
	list-style:none;
	padding:0;
	width:190px;
	display:none;
}

.menu ul li ul li{
	margin:0;
	padding:4px 0px 0px 0px;
	background:transparent none;
	border-width:0px;
	font-weight:normal;
}

.menu li a.selected {
	color:#f78f1e!important;
}

/**/



.button {
	width:auto;
	height:22px;
	background-color:#0068b3;
	border:1px solid #0068b3;
	color:#fff;
}

/*Validation styles*/
	
.errordescription {
	color:#ff7c1e;
	margin-left:10px;
	
}
/*end Validation styles*/


.clr {
	/*http://ryanfait.com/articles/breaking-floats-without-hacks*/
	width: 100%; 
	height: 1px; 
	margin: 0 0 -1px; 
	clear: both; 
}


/*template*/

#wrapper {
	width:946px; 
	margin-left:auto;
	margin-right:auto;
	position:relative;
}

#left {
	background: #fff url(../img/left_bg.gif) repeat-y;
	width:246px;
	margin-top:5px;
	float:left;
	
	
}

#lefttop {
	background: #fff url(../img/left_top_bg.gif) no-repeat;
	width:226px;
	height:94px;
	overflow:hidden;
	padding-left:20px;
	padding-top:23px;
}

#leftcontent {
	min-height: 433px;
	height: auto !important;
	height: 433px;	
	padding-bottom:130px;
	padding-top:140px;
}

#leftbar {
	background: transparent url(../img/left_bottom_bg.gif) left bottom no-repeat;
}

#main {
	background: #fff url(../img/main_bg.gif) repeat-y;
	width:696px;
	margin-top:5px;
	float:left;
	margin-left:4px;
}

#maintop {
	background: #fff url(../img/main_top_bg.gif) no-repeat;
	width:672px;
	height:181px;
	overflow:hidden;
	padding-left:24px;
	padding-top:24px;
}

#topbanner {
    width:649px;
    height:174px; /*make it 6 px smaller, to compensate for the radius*/
    position:relative;
    overflow:hidden;
}

#topbanner-tl {
	position:absolute;
	top:0;
	left:0;
	background-image:url(../img/tl6.png);
	width:6px;
	height:6px;
	overflow:hidden;
	z-index:999;
}
#topbanner-tr {
	position:absolute;
	top:0;
	right:0;
	background-image:url(../img/tr6.png);
	width:6px;
	height:6px;
	overflow:hidden;
	z-index:999;
}

#maincontent {
	min-height: 450px;
	height: auto !important;
	height: 450px;	
	
	line-height:1.5em;
	padding-left:35px;
	padding-right:35px;
	padding-top:24px;
}

#mainbar {
	background: transparent url(../img/main_bottom_bg.gif) left bottom no-repeat;
	height:100%;
}

#contentcontainer {
	padding-bottom:20px;
}

.contenttable {
	width:100%;
}

.imagetd {
	text-align: right;
	padding-left:20px;
}

/**/




/*toolbar*/
.toolbar {
	border-top:1px solid #f78f1e;
	text-align: right;
	margin-top:40px;
	margin-bottom:20px;
}

.toolbar img {
	margin-left:10px;
	margin-right:2px;
}

.toolbar a:link, .toolbar a:visited, .toolbar a:active, .toolbar a:hover 
{
	color:#f78f1e;
	text-decoration:none;
	font-size:11px;
	font-weight: bold;
}

.toolbar a:hover {
	text-decoration:underline;
}

/**/
.footer {
	width:680px;
	margin-left:258px;
	text-align: center;
	height:3em;
}

.footer, .footer * {
	color:#80bde2!important;
	font-size: 12px;
	text-decoration: none;	
}

.footer a:hover {
	text-decoration: underline;	
	
}

/*news*/
.newsyear {
	text-align:right;
	margin-bottom:1em;
}
.newslistitem {
	margin-bottom:1em;
}

.newslistitem a {
	color:#f78f1e!important;
}

/**/

/*links*/
.linkDetail a {
	color:#f78f1e!important;
}

/**/

/*documents*/
.documentDetail {
	margin-bottom:1.5em;
}

.documentDetail a {
	color:#f78f1e!important;
}
/**/

/*smoelenboek*/
    .people {
		margin-top:10px;
		margin-left:15px;
    }
    
    .people img {
		
    }
    
    .people td {
		padding:10px 0 10px 0;
		border-bottom:1px solid #0070bf;
    }
    
    .peopleImage {
		width:95px;
    }
    
    .peopleDescription {
		width:500px;
    }
    
    .peopletitle {
		margin-top:0;
    }
    
    .peopleContent {
		display:none;
		width:500px;
    }
    
/**/

/*rounded image*/
.imagetd .fici {
	float:right;
	margin-bottom:20px;
}
/**/
