﻿/* CSS Document */
html,body {
   margin: 0em;
   padding: 0em;
   background-color: #BAA98D;}

body {		
	background-color: #BAA98D;
	font-family: Verdana, Arial;
	color: #003399;
	font-weight: bold;
	font-size: 0.7em;}
	
#horizon {
    padding: 0.4em 0 0 0;
    text-align: left;
    position: absolute;
    top: 0em;
    left: 0em;
    width: 100%;
}
	
#achtergrond {
position: absolute;
left: 0px;
top: 0px;
}

.header { 
	position: absolute;
	top: 250px;
  	left: 40px;
	width: 150px;}

#Menu {
    position: absolute;
    top: 60px;
    left: 240px;
    width: 615px;
}		

#adminMenu {
	position: absolute;
	top: 105px;
	left: 250px;
	width: 550px;}

#login {
	position: absolute;
	top: 105px;
	left: 500px;}
	
#infoMenu {
	position: absolute;
	top: 105px;
	left: 250px;
	width: 540px;
	height: 1.6em; 
	padding: 0.4em;}

div#inhoud {
    text-align: left;
    margin: 0px 0px 0px 0px;
    position: absolute;
    top: 150px;
    left: 250px;
    height: 100%;
    width: 590px;
    
}
   
div#inhoudAdmin {
    text-align: left;
    margin: 0px 0px 0px 0px;
    position: absolute;
    top: 140px;
    left: 250px;
    height: 440px;
    width: 550px;
    overflow: auto;}
	
.tekstje{
    padding: 0.2em;
    color: White;
}
	
#footer {
    text-align: left;
    position: absolute;
    top: 550px;
    left: 260px;
    width: 450px;
}

img {
    border: 0em;}
     
.foto {
    margin: 1em;
    border: 0em;}
	
#copy {
	font-size: 11px;
    text-align: center;
    position: relative;
    top: 10px;}
      
a.link:link {
    text-decoration: underline;
    color: #FDE801;
    font-weight: bold;}
a.link:visited {
    text-decoration: underline;
    color: #FDE801;
    font-weight: bold;}
a.link:active {
    text-decoration: underline;
    color: #FDE801;
    font-weight: bold;}
a.link:hover {
    text-decoration: none;
    color: #FDE801;
    font-weight: bold;}

a.fotolink:link {
    text-decoration: underline;
    color: #FFFFFF;
    font-weight:bold;}
a.fotolink:visited {
    text-decoration: underline ;
    color: #FFFFFF;
    font-weight:bold;}
a.fotolink:active {
    text-decoration: underline;
    color: #FFFFFF;
    font-weight:bold;}
a.fotolink:hover {
    text-decoration: none;
    color: #FFFFFF;
    font-weight:bold;}

a.btnLink:link {
    text-decoration: underline; 
	text-align: center; 
    color: Black; 
    background-color: #FCD369; 
    border-style: solid; 
    border-color: White;
    border-width: 0.2em; 
    font-weight: bold; 
    padding: 0.2em 0.2em 0.2em 0.2em; 
    font-size: 0.8em;}
a.btnLink:visited {
    text-decoration: underline; 
	text-align: center;
    color: Black;
    background-color: #FCD369;
    border-style: solid; 
    border-color: White;
    border-width: 0.2em; 
    font-weight: bold; 
    padding: 0.2em 0.2em 0.2em 0.2em; 
    font-size: 0.8em;}
a.btnLink:active {
    text-decoration: underline;  
	text-align: center;
    color: Black;
    background-color: #FCD369;
    border-style: solid; 
    border-color: White;
    border-width: 0.2em; 
    font-weight: bold; 
    padding: 0.2em 0.2em 0.2em 0.2em; 
    font-size:0.8em;} 
a.btnLink:hover {
    text-decoration: none;  
	text-align: center;
    color: Black;
    background-color: #FCD369; 
    border-color: Gray;
    border-width: 0.2em; 
    font-weight: bold; 
    padding: 0.2em 0.2em 0.2em 0.2em;
    font-size:0.8em;} 


	 
.hoofdnav {
	color: #FDE801;}


#infoMenu2 {
	position:absolute;
	left: 75px;
	top: -35px;
	width: 400px;}
