/* CSS Document */
body
{
	color: black;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 12px;
	background-image:url(../images/achtergrond.png);
	background-repeat:repeat-x;
}

#piramide
{
	position:absolute;
	left:0px;
	top:0px;
	width:250px;
	height:400px;
	background-image:url(../images/piram.png);
}

#main 
{
	position: absolute;
	left: 50%; width: 900px; margin-left: -450px;
	top:  50%; height: 620px; margin-top:  -310px;			
}

#header
{
	position:relative;
	float:left;
	width:900px;
	height:60px;
	background-image:url(../images/logo1.png);
	background-repeat:no-repeat;
}

#menu_main
{
	position:relative;
	float:left;
	width: 900px;
    height: 30px;
}

#main_content
{
	position:relative;
	float:left;
	width:900px;
	height:530px;
	background-color:#fff;
	border:10px solid #f90;
	border-radius: 20px;
	-moz-border-radius:20px;
}

#content
{
	position:relative;
	float:left;
	width:875px;
	height:470px;
	margin:15px 15px 5px 10px;
	overflow:auto;	
}	

#copyright
{
	position:relative;
	float:left;
	width:840px;
	height:25px;
	margin:5px 10px 5px 40px;		
}

/*
	
#inlog {	
	border:1px solid black;
    width: 300px;
	height: 100px;
	float: right;
	clear:both;
	}
*/
#pagina_titel 
{
	width:550px; 
	height:35px;
	float:left;
	padding-top:35px;
   	padding-left:13px;
	font-weight:bold; 
	color:#F60; 
	font-size:24px;
}
		
#teksveld_wit_links
{
	width:370px;
	color:#000;
	float:left;
	padding-left:10px;
	margin-left:5px;
}
		
#teksveld_oranje_links
{
	background-color: #fc9;
	width:370px;
	color:#000;
	float:left;
	padding:10px 10px 10px 25px;
	margin-left:30px;
	margin-top:30px;
}
	  
#teksveld_oranje_rechts
{
	background-color: #fc9;
	width:370px;
	color:#000;
	float:right;
	padding:10px 10px 10px 25px;
	margin-right:30px;
}

#teksveld_wit_rechts
{
	width:450px;
	color:#000;
	float:right;
	padding-left:20px;
}

#teksveld_mini 
{
	width:300px;
	color:#000;
	float:left;
	padding-left:10px;
	margin-left:10px;
}
		
#afb
{
	position:relative;
	float:right;
	width: auto;
}

.copyright
{
	width: 100%;
	clear:both;
	margin-left:40px;
	padding-bottom:10px;
	/*padding-top:40px;*/
}

#hoe
{
	position:relative;
	float:right;
	top:-10px;
}
#hoe_content
{
	position:relative;
	float:right;
	width:500px;
	height:375px;
}
#hoe_navbalk
{
	position:relative;
	float:right;
	width:500px;
	height:20px;
	text-align:center;
}

.leus 
{
	font-family:Verdana; 
	font-size:16px;
	padding-right:100px;
}

.mini 
{
	font-size:11px;
}

p {font-family:Verdana; font-size:12px;}
h1 {font-family:Verdana; font-size:20px;}
h2 {font-family:Verdana; font-size:16px;}
h3 {font-family:Verdana; font-size:24px; color:#f60;}
h4 {font-family:Verdana; font-size:20px; color:#f60;}
h5 {font-family:Verdana; font-size:16px; color:#f60;}
h6 {font-family:Verdana; font-size:15px; color:#f60;}

.copyright
{
	font-family:Verdana; 
	font-size:9px;  
	margin:5px;
	color: #000000; 
	font-weight: bold;
}
	
a.sitemap:link
{
	text-decoration: none;
   	float: left; 
   	color: #777;
	font-size:18px;
	font-weight: bold;
	clear:both;
}
a.sitemap:hover{color: #ff5a00;}

a.sitemap_small:link
{
	text-decoration: none;
   	float: left; 
   	color: #777;
	font:16px bold italic;
	clear:both;
	padding-left:150px;
}

a.sitemap_small:hover{color: #ff5a00;}

a:link{text-decoration:none;color:#000;} 	
a:hover, a:visited{text-decoration: none;color: #ff5a00;}


.knop, .knop:hover
{
	width:100px;
	height:30px;
	padding:0px;
	margin:0px;
	border:0px;
	font-family:"trebuchet ms", sans-serif;
	font-weight:bold;
	font-size:10pt;
}
.knop{background-image:url(../images/knop_off.png);color:#222;}
.knop:hover{background-image:url(../images/knop_over.png);color:#f60;}


