/* HTML Elements */

* {
    margin:0;
    padding:0;
}

body,html {
    min-height:101%;
}
	
body {
    /*background: #999 url(images/bg.gif) repeat-y top center;*/
    background: #333;
    color: #e82e0f; 
    padding:0;
}

body, select, input, textarea {
    font: 110% Arial, Verdana, Sans-Serif;
}
	
p {	
    margin: 15px 0; 
    text-align: left; 
    font-size: 14px;
    font-family: "Trebuchet MS";
}

a:link, a:visited {
    color: #33FFFF;
    text-decoration:none;
	text-align: left;
	font-size: 12px;
	font-family: "Trebuchet MS";
}

a:hover, a:active {
    color:#33FFFF;
	text-decoration: underline;
	text-align: left;
	font-size: 12px;
	font-family: "Trebuchet MS";
}

hr {
    display: block;
    height:1px;
    background:#333;
    border:0;
}

small {
    font-size: 0.95em;
}

img, a:link img, a:visited img {
    border:0
}


pre, code{
    background-color: #f0f0f0;
    border:1px #999 solid;
    color:#333;
    display:block;
    font-size:120%;
    overflow:auto;
    padding:10px;
    width:590px;
}
	
h5{
    font-size:100%;
    margin-top:15px;
}

table{
    margin-top:20px;
    font-size: 14px;
    font-family: "Trebuchet MS";
}


/* Structure */
#header{
    background:transparent url(images/header.jpg) repeat-x;
    position:absolute;
	top: 150px;
	left: 98px;
    height:34px;
	width:802px;
}



#page {
 
    font-size:0.7em;
    margin:0 auto;
    padding: 0px;
    width:947px;
}




#top-right{
    background: transparent url(images/pages.jpg) no-repeat top left;
float:right;
width:370px;
text-align:right;
}

#top-right ul {
    float:left;
    margin-left:15px;
    margin-top:6px;
}

#top-right ul li{
    display:inline;
    margin-right:3px;
}

#top-right ul li a{
    color:#fff;
}

.left {
    float:left;
}

.right {
    float:right;
}

/*Subnav */
.subnav li {
    border-bottom:1px solid #FFF;
    list-style:none;
}

.subnav li a:link, .subnav li a:visited {
    background:#eef5e1;
    border-left:4px solid #e4efd5;
    display:block;
    padding:4px 4px 4px 8px;
}
		
.subnav li a:hover, .subnav li a:active {
    background:#e4efd5;
    color: #7da939;
    text-decoration:none;
}

.subnav li li a:link, .subnav li li a:visited {
    border-left:none
}
		
/*	Headers */

h1, h2 {
    color:#1F5692;
    font: 2.3em arial, serif;
    margin-top: 20px;
    padding-bottom:5px;
}

h3, #sidebar h2 {
    color:#022C5C;
    font: bold 1em Arial, Helvetica, sans-serif;
    letter-spacing:0.1em;
    margin-bottom:4px;
    text-transform:uppercase;

}

h3 a:link, h3 a:visited {
    color:#022C5C;
}

/* Float Properties*/
.clearfloat:after {
    content:".";
    clear:both;
    display:block;
    height:0;
    visibility:hidden;
}
	
.clearfloat {
    display:block;
}
	


/*Main Navbar */

#nav{
    background:#222;
    font-size:1.1em;
}

#nav2{
	display: block;
	font-size:1.1em;
	margin-bottom:5px;
	width:800px;
	position:relative;
	bottom:-5px;
	left:10px;
	
}

	
#nav2, #nav2 ul {
	list-style: none;
	line-height: 1;
/*width:750px;*/
}

#nav a, #nav a:hover, #nav2 a ,#nav2 a:hover{
color:#fff;
cursor:pointer;
	display: block;
	text-decoration: none;
	border:none;
}

#nav2 a:hover, #nav a:active {
    background: url(images/tab-right.gif) no-repeat 100% 1px;
cursor:pointer;
    float:left;
}

#nav2 a span {
cursor:pointer;
    float:left;
    display:block;
	padding:6px 12px;
}

#nav2 a:hover span {
    float:left;
    display:block;
    background: url(images/tab-left-red.gif) no-repeat 0 1px;
}

#nav li,#nav2 li {
	float: left;
    	list-style:none;
	}

#nav2 a,#nav2 a:visited {
	display:block;
	font-weight:bold;
    color:#fff;

    text-transform:uppercase;
	}

#nav a:hover, #nav a:active, .current_page_item	a, #home .on,
#nav2 a:hover, #nav2 a:active
{
	text-decoration:none
	}	
	
	
/* Dropdown Menus */		
#nav li ul,#nav2 li ul {
	position: absolute;
	left: -999em;
	height: auto;
	width: 174px;
	border-bottom: 1px solid #a9a9a9;
	z-index:999;
	}

#nav li li,#nav2 li li {
	width: 172px;
	border-top: 1px solid #a9a9a9;
	border-right: 1px solid #a9a9a9;
	border-left: 1px solid #a9a9a9;
	background: #000;
	}

#nav li li a, #nav li li a:visited
,#nav2 li li a,#nav2 li li a:visited
{
	font-weight:normal;
	font-size:0.9em;
	color:#109dd0;
	}

#nav li li a:hover, #nav li li a:active 
,#nav2 li li a:hover,#nav2 li li a:active
{
	background:#111;
	}	
		
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul,
#nav2 li:hover ul, #nav2 li li:hover ul, #nav2 li li li:hover ul, #nav2 li.sfhover ul, #nav2 li li.sfhover ul, #nav2 li li li.sfhover ul
{
	left: auto;
	}

a.main:hover
{	background:none;
	}
	
#kader			
{	border-style: dashed;
	border-width: 1px;
	height: auto;
	width: 970px; 
	border-color: #CCCC00;
	border-spacing: 40px;
	padding: 0px; position: relative; 
	top: 10px; 
	left: 10px;
	padding-right: 20px;
					
}	
#kader_werkjaar			
{	border-style: dashed;
	border-width: 1px;
	height: auto;
	width: 445px; 
	border-color: #CCCC00;
	border-spacing: 40px;
	padding: 0px; position: relative; 
	top: 10px; 
	left: 10px;
	margin-bottom: 20px;
					
}	

li
{	margin-left: 10px;
	font-weight: normal;
	text-align: left;


}
	
.submit
{	   font-family: Arial, Verdana, Sans-Serif; 
	   font-size:12px;

}
.img_l_getuigenis
{
	padding: 0px 10px 0px 10px;
	float: left;
}
.img_r_getuigenis
{	padding: 0px 10px 0px 10px;
	float: right;
}

#dropmenudiv{
position:absolute;
border:1px solid black;
border-bottom-width: 0;
font:normal 12px "Trebuchet MS";
line-height:18px;
z-index:100;
background-color: #333;
color: #ccc;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid black;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: red;
}

td { vertical-align: top; }

#flashcontent {
		width: 480px;
		height: 680px;
	}