/*algemene template instellingen*/
body {
font-family:verdana;
text-align:center;
background-color: #E0E0E0;
}
.container{
position:relative;
text-align:left;
margin:0 auto;
width:1000px;
height: auto;
}
.hoofd{
height: 157px;
width: 1000px;
background-image: url(Images/Hoofd.jpg);
border: 1px solid black;
}
.inhoud{
width: 1000px;
height: auto;
background-image: url(Images/Inhoudachtergrond.jpg);
background-repeat: repeat-y;
border: 1px solid black;
}
.voet{
height: 23px;
width: 1000px;
border-bottom: 1px solid black;
border-left: 1px solid black;
border-right: 1px solid black;
background-image: url(Images/Voet.jpg);
text-align: center;
}
.menu{
height: 90px;
width: 340px;
margin-top: 10px;
margin-left: 640px;
}
.menu1{
height: 90px;
width: 96px;
position: absolute;
left: 650px;
}
.menu2{
position: absolute;
left: 768px;
height: 90px;
width: 96px;
}
.menu3{
position: absolute;
left: 880px;
width: 96px;
height: 90px;
font-size: 20px;
}
.menu ul{
list-style-type: none;
font-size: 30px;
height: 90px;
width: 96px;
margin: 0px;
text-align: center;
padding: 0px;
}
.menu ul li{
margin: 0px;
margin-bottom: 15px;
}
.menu ul a{
text-decoration: none;
color: #f3b200;
}
.menu ul a:hover{
text-decoration: none;
color: #FFFF99;
}
.menu ul a:visited{
text-decoration: none;
color: #f3b200;
}

.menu2ul{
list-style-type: none;
font-size: 30px;
height: 90px;
width: 96px;
margin: 0px;
text-align: center;
padding: 0px;
}
.menu2ul li{
margin: 0px;
margin-bottom: 15px;
}
.menu2ul a{
text-decoration: none;
color: #f3b200;
}
.menu2ul a:hover{
text-decoration: none;
color: #FFFF99;
}
.menu2ul a:visited{
text-decoration: none;
color: #f3b200;
}
.menu3 ul{
list-style-type: none;
font-size: 30px;
height: 90px;
width: 96px;
margin: 0px;
text-align: center;
padding: 0px;
}
.menu3 ul li{
margin: 0px;
margin-bottom: 15px;
}
.menu3ul a{
text-decoration: none;
color: #f3b200;
}
.menu3ul a:hover{
text-decoration: none;
color: #FFFF99;
}
.menu3ul a:visited{
text-decoration: none;
color: #f3b200;
}
h5{
color: white;
font-size: 10px;
margin: 0px;
padding: 0px;
text-align: center;
padding-top: 5px;
}
.midden{
margin-left: 160px;
width: 680px;
height: auto;
}
.componentheading{
font-size: 20px;
color: #0066ff;
text-align: center;
margin-bottom: 5px;
}
.contentheading{
color: #0066FF;
font-size: 17px;
text-decoration: underline;
}
.contentpaneopen{
font-size: 12px;
}
.modifydate{
font-size: 10px;
}
.image{
float: left;
display: inline;
}
.small{
font-size: smaller;
color: #b3921b;
}

/*Easygallery settings*/
.category{
font-size: small;
}
.sectiontableheader{
font-size: medium;
text-decoration: underline;
}
.category a{
text-decoration: none;
}
.category a:hover{
text-decoration: underline;
}
.category a:visited{
color: blue;
}
.voet a{
color: white;
font-size: 10px;
text-decoration: none;
}
.voet a:visited{
color: white;
}
.voet a:hover{
text-decoration: underline;
}

/*gastenboek*/
.adminform{
font-size: 13px;
background-color: #c6dcff;
padding: 5px;
margin: 5px;
}
.adminform a{
font-size: 13px;
text-decoration: none;
}
.adminform a:hover{
text-decoration: underline;
}
.adminform a:visited{
text-decoration: none;
color: blue;
}
.pagenav{
font-size: 10px;
}
