/* Global Styles */

body, label, table {
	margin:0px;
	font-family:'Trebuchet MS', Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
	}

h3 {
margin-top:15px;
margin-bottom:0px;
}

h2 {
margin-top:15px;
margin-bottom:0px;
}

hr {
height: 0px;
width: 90%;
padding: 0px;
border:none;
margin-bottom: 3px;
border-top: 1px solid #CCC;
}

img.norm {
border: 1px dotted #CCC;
background-color: #FFF;
padding: 3px;
margin: 3px;
}

ul {
list-style-type:none;
margin: 0px;
padding: 0px;
}

.randzp {
border:1px dotted #CCC;
background-color: #FFF;
}

.randmp {
border:1px dotted #CCC;
background-color: #FFF;
padding:10px;
}

p a {
color: #545454;
	text-decoration:underline;
	}

a {
color: #545454;
	text-decoration:none;
	}

a:hover {
color: #F00;
}

a img {
border:0;
}



/* ID Styles */

	
#kader {
position:absolute;
top: 180px;
left: 50%;
margin-left: -260px;
width: 600px;
border-left: 1px solid #CCC;
padding-bottom: 20px;
}

#logo {
position:absolute;
left:-150px;
top:-100px;
width:150px;
height:100px;
}

#header2 {
position:absolute;
top:-153px;
left:2px;
}

#header {
position:absolute;
left:1px;
top:-152px;
width:650px;
height:149px;
border-bottom: 1px solid #CCC;
border-left: 1px solid #CCC;
}

#tekst {
border-right: 1px dotted #CCC;
border-bottom: 1px dotted #CCC;
padding:25px;
padding-top: 5px;
background-color: #fdfdfd;
}
	
/******** navigatie *********/

#navigation {
position: absolute;
left: -151px;
width: 150px;
padding:0;
margin:0;
top: 0px;
font-size: 14px;
border-right: 1px solid #CCC;
border-top: 1px solid #CCC;
padding-bottom: 20px;
}

#navigation ul {
list-style-type: none;
margin:0;
padding:0;
}

#navigation ul li{
float: right;
clear: both;
padding:10px;
border-left:none;
text-align:left;
border-bottom: 1px solid #CCC;
width: auto;
}

#navigation ul li a:hover, #currentpage, .currentpage {
color: #F00;
}

.submenu {
clear:right;
border: 1px dotted #CCC;
background-color: #FFF;
padding: 3px;
height: 18px;
font-size: 13px;
margin-top: 10px;
}

.submenu li {
display: block;
float: left;
margin-left: 10px;
padding-right: 10px;
height: 18px;
border-right: 1px solid #CCC;
}

.clr {
clear:both;
}