/* 
global styles
============================== */
body {
    position: relative;
	color: gray;
	margin: 10px 0 0 0;
	padding: 0;
	font: 75% Arial, Helvetica, sans-serif;
	min-width:800px;
	background: #AFBAD6 url(../images/bg.png) repeat-y center;
	}
img {

}

#wrapper{
	position: relative;
	padding: 0;
	margin: 0 auto;
	width: 821px;
	background: url(../images/bgpng) repeat-y;
	}
#wrapper:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	position: relative;
	border: 0;
	}
h1{
	font-size: 130%;
	color: black;
	border-bottom: 1px dashed silver;
	padding: 5px 0 5px 0;
	margin: 0 0 10px 0;
	font-weight: bold;
	}
h2{
	font-size: 110%;
	color: black;
	border-bottom: 1px dashed #e8e8e8;
	padding: 10px 0 0 0;
	margin: 0;
	font-weight: bold;
	}
h3{
	font-size: 80%;
	color: #80a1cd;
	border-top: 1px dashed silver;
	text-align:right;
	padding: 5px 0 5px 0;
	margin: 10px 0 0 0;
	}
	
h4{
	font-size: 130%;
	color: black;
	border-bottom: 1px dashed silver;
	padding: 10px 0 0px 0;
	margin: 0;
	font-weight: bold;
	}
	
a:link {
	color: #3D82C7;
    }
a:visited {
	color: #234D76;
    }
a:hover {
	color: red;
    }



/* header styles
============================== */

#header{
	position: relative;
	height: 100px;
	background: url(../images/top_menu_flat.png) no-repeat center;
	}
#branding {
	position: relative;
	left: 15px;
	top: 20px;
	width: 300px;
	height: 110px;
	float: right;
    }
#pagedescription{
	position: relative;
	top: 20px;
	float: left;
	margin: 0 0 0 15px;
	text-align: left;
	line-height: 100%;
	clear: both;
    }
#pagedescription h2{
	font-weight: normal;
	color: gray;
	padding: 0;
	margin: 0;
	border:none;
	line-height: 20px;
    }
#pagedescription h1 {
	font-weight: normal;
	padding: 0;
	margin: 0;
	border:none;
	line-height: 20px;
    }




/* menu styles
============================== */

#menu{
	margin-top: 10px;
	position: relative;
	height: 38px;
    background: url(../images/mbg.png) no-repeat center;
	text-align: center;
    }
#menu ul {
	position: relative;
	top: 10px;
	padding: 0;
    }
#menu li,
#footer li{
	display: inline;
	padding: 0 6px;
    }
#menu li a{
	display: inline;
	color: black;
	text-decoration: none;
    }
#menu li a:hover,
#menu li a:focus{
    font-weight: bolder;
    text-decoration: underline;
    }
.active{
    font-weight: bolder;
    }
#sidemenu {
    margin-top: 10px;
	position: absolute;
	top: 165px;
	width: 194px;
	background: url(../images/body-bg.png) repeat-x center;
    }
#smtop,
#smbottom{
	position: relative;
	background: url(../images/sm-top.png) no-repeat center;
	height: 14px;
	line-height: 14px;
	margin: 0;
	padding: 0;
	clear: both;
    }
#smbottom{
	background: url(../images/sm-bottom.png) no-repeat center;
    }
#sidemenu ul,
#smtitle{
	list-style: none;
	padding: 0;
	margin: 0;
	width: 194px;
	background:  url(../images/sm-bg.png) repeat-y center;
    }
#smtitle h4{
    padding: 10px;
    font: normal normal bolder 120% Arial, Helvetica, sans-serif;
    border: 0;
    }
#sidemenu li{
	padding: 3px 0 3px 1px;
	display: block;
    }
#sidemenu li a{
	line-height: 18px;
	padding-left: 24px;
	color: black;
	display: block;
	height: 19px;
	text-decoration: none;
    }
#sidemenu li a:hover,
#sidemenu li a:focus{
	background: url(../images/sm-over.png) no-repeat center;
    }
#sidemenu li a.currentpage {
    background: url(../images/sm-urhere.png) no-repeat center;
    }



/* content styles
============================== */

#bodywrap{
	position: relative;
	left: 160px;
	width: 660px;
	min-height: 50px;
	text-align: left;
    background: url(../images/body-bg.png) repeat-y left;
    }
#bodytop,
#bodybottom{
	position: relative;
    left: 160px;
	width: 660px;
	background: url(../images/body-top.png) no-repeat center;
	height: 12px;
	line-height: 12px;
	margin: 0;
	padding: 0;
    }
#bodytop {
    margin-top: 10px;
    }
#bodybottom{
	background: url(../images/body-bottom.png) no-repeat center;
    }
#contentbody{
    position: relative;
	padding: 0 15px 0 45px;
	margin: 0;
	border: 0;

	text-align: left;
    }
#contentbody p{
	padding: 3px 0;
	margin: 0;
    }
#contentbody ul,
#contentbody ol{
	padding: 3px 0;
	margin: 0 18px;
	list-style: outside;
    }
#contentbody img {
    border: 0;
    }


/* footer styles
============================== */

#footer{
	margin-top: 10px;
	clear: both;
	position: relative;
	height: 38px;
	background: url(../images/footerbg.png) no-repeat center;
	text-align: center;
	font-size: 9px;
	clear:both;
    }
#footer p{
	position: relative;
	top: 13px;
	padding: 0;
	padding-left: 15px;
	display: inline;
    }
#footer ul{
	display: inline;
	position: relative;
	top: 13px;
	padding: 0;
    }
#footer li{
	padding: 0 0 0 10px;
	display: inline;
	list-style: none outside;
    }
#footer a:link {
	color: gray;
	text-decoration: none;
    }
#footer a:visited {
	color: gray;
	text-decoration: none;
    }
#footer a:hover {
	color: gray;
	text-decoration: underline;
    }

#big_block {
	min-height: 560px;
}


.table_gray0 {
		background-color : #F0F0F0; 
		border-bottom-color : #DDDDDD;border-bottom-style : solid;border-bottom-width : 1px;
		border-left-color : #DDDDDD;border-left-style : solid;border-left-width : 1px;
		border-right-color : #DDDDDD;border-right-style : solid;border-right-width : 1px;
		border-top-color : #DDDDDD;border-top-style : solid;border-top-width : 1px;
		text-align:center;
}

.table_white0 {
		background-color : #FFFFFF;
		border-bottom-color : #DDDDDD;border-bottom-style : solid;border-bottom-width : 1px;
		border-left-color : #DDDDDD;border-left-style : solid;border-left-width : 1px;
		border-right-color : #DDDDDD;border-right-style : solid;border-right-width : 1px;
		border-top-color : #DDDDDD;border-top-style : solid;border-top-width : 1px;
		text-align:center;
}

.table_gray1 {
		background-color : #F0F0F0; 
		border-bottom-color : #DDDDDD;border-bottom-style : solid;border-bottom-width : 0px;
		border-left-color : #DDDDDD;border-left-style : solid;border-left-width : 0px;
		border-right-color : #DDDDDD;border-right-style : solid;border-right-width : 0px;
		border-top-color : #DDDDDD;border-top-style : solid;border-top-width : 0px;
		text-align:center;
}
	
.table_white1 {
		background-color : #FFFFFF;
		border-bottom-color : #DDDDDD;border-bottom-style : solid;border-bottom-width : 0px;
		border-left-color : #DDDDDD;border-left-style : solid;border-left-width : 0px;
		border-right-color : #DDDDDD;border-right-style : solid;border-right-width : 0px;
		border-top-color : #DDDDDD;border-top-style : solid;border-top-width : 0px;
		text-align:center;
}


.commentaar_alert {
	color : #FF0000;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : xx-small;
	font-weight : bold;
}

.commentaar_button {
	background : #DDDDDD;
	border : 1 solid #C0C0C0;
	color : #000000;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 9px;
	font-weight : bold;
}

.commentaar_input {
	background : #FFFFFF;
	border : 1px solid #DDDDDD;
	color : #000000;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 10px;
}


.commentaar_formarea {
	background-color : #F0F0F0; 
	border-bottom-color : #F0F0F0;
	border-bottom-style : solid;
	border-bottom-width : 1px;
	border-left-color : #F0F0F0;
	border-left-style : solid;
	border-left-width : 1px;
	border-right-color : #F0F0F0;
	border-right-style : solid;
	border-right-width : 1px;
	border-top-color : #F0F0F0;
	border-top-style : solid;
	border-top-width : 1px;
	color : #F0F0F0;
	font-size : 12px;
}

.positief {color:#00CC33; text-align:center;}
.negatief {color:#D90000; text-align:center;}
.neutraal {color:#003399; text-align:center;}

.error{
		font-family:Arial;font-size:13px;text-align:center;font-weight:bold;
		margin-left:20px;margin-right:20px;margin-top:10px;margin-bottom:10px;
		color: #FF0000;
}