/* ALGEMEEN */
html, body {
	margin: 0;
	padding: 0;
	height: 100%;
}
body {
	background-image: url(../images/bg-body.gif);
	background-repeat: repeat;
	background-position: center

}
* {
	font-family: Arial, helvetica, sans-serif;
	font-size: 10px;
	text-align: left;
	line-height: 15px;
}
#top{
background-image: url(top.png);
    width: 760px;
    height: 98px;
    }
h1, h2, h3, p {
	padding: 0;
}
/*subnavigatie*/
#subnav{

  float: left;
  width: 174px;

}
/* CONTENT */
#content {
	margin: 0 10px 10px;
	width: 370px;
	float: left;
	overflow: auto;

}

/*sidebar*/
#sidebar{
  float: right;
  width : 162px;
  padding : 0 10px 15px 0;


}
#main{
  width:760px;
  height: 100%;
  margin : 0 auto;
  border-spacing:0;
  background: #fff;
	background-image: url(../images/dlinev.gif);
	background-repeat: repeat-y;
	background-position: 576px;
	
}
#tkop{
vertical-align: top;
  
}
#tvoet{
vertical-align: bottom;  
}
h1 {
	margin: 4px 0 6px;
	color: #8b0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: bold;
	line-height: 20px;
}
h2 {
	margin: 14px 0 3px;
}

p {
	margin: 0 0 4px;
	color: #000;
}
/* tabellen */
table {
	width: 100%;
	margin: 0 0 14px;
	border-spacing: 3px;
}
td, th {
	padding: 1px;
	font-size: 9px;
	line-height: 13px;
	vertical-align:top;
}
caption {
	margin: 0;
	padding: 9px 3px 0;
	font-weight: bold;
}
/* lijsten */
ul {
	margin: 0 0 3px 0;
	padding: 0 0 0 30px;
	list-style-type: square;
}
ul ul, ol ol, ul ol, ol ul {
	margin: 0;
	list-style-type: circle;
}

ol {
	list-style-type: decimal;
}

a {
	border-bottom-color: #8b0;
	text-decoration: none;
	font-weight: bold;
	border-bottom: 1px dotted;
	
}
a:link {
	color: #9a0;
	
}
a:visited {
	color: #9a0;
	
}
a:hover, a:active {
	color: #9a0;
	border-bottom: 1px solid;
	
}
li a{
  margin :2px;
}
#subnav ul{
	margin: 15px 0px;
	list-style-type: none;
	padding: 2px;
}

#sidebar ul{
	margin: 15px 0px;
	list-style-type: none;
	padding: 2px;
}

#cr{
	font: 9px Arial, Helvetica, sans-serif;
	color: #999;
 	margin: 5px auto 10px auto;
}
#cr a{
	font: 9px Arial, Helvetica, sans-serif;
	color: #999;
 	margin: 5px auto 10px auto;
}
em {
	font-style: italic;
}
strong {
	font-weight: bold;
}

tr.even{
background: #FFD9BF;  
color: #B34700; 
}

tr.oneven{
background: #FFB380;
color: #B34700;  

}
td.negatief{
color: red;
}