html,body
{
background-color: #000;
margin:0;
padding:0
}

body{
font: 12px verdana,arial,sans-serif;
color:#FFF;
text-align:center
}

div#logo{
position:relative;
z-index:2;
float: right;
background: #000;
}

div#container{
text-align:left;
background: #DCA701;
width:780px;
margin:0 auto
}

div#content p{line-height:1.4}
div#content h2{color:#B3380D;}
.title:link, .title:visited{
color:#B3380D;
font-size: 90%;
}
div#content{
float:left;
text-align: left;
width:400px;
margin-left:50px;
}

div#footer{
background: #016028;
color: #FFF;
clear:both;
margin-top:40px;
height:70px;
width:100%
}
div#footer p{
padding-top:30px;
text-align: center;
}
div#footer a{
	color: #FFE5C1;
	text-decoration: underline;
}

/* Links */

a:link, a:visited
{
	color: #000;
	text-decoration: underline;
}

a:hover
{
	text-decoration: underline;
}

/* Misc. */
hr{
margin: 10px;
color: #FFD295;
background-color: #FFD295;
height: 2px;
border: 0px;
}

img
{
border: 0px;
}

#imgleft
{
float:left;
clear:left;
padding: 0;
margin-right: 15px;
}

/* Navigation */

div#navigation{
background:#37A32C;
height: 500px;
width:180px;
float:left;
}

#navlist
{
padding-left: 0;
margin-left: 0;
width: 180px;
}

#navlist li
{
list-style: none;
margin: 0;
}

#navlist li a { 
	height: 30px;
	margin: 0px;
	padding-left: 20px;
	padding-top: 10px;
	font-family: verdana,sans-serif;
	font-size: 13px;
	font-weight: bold; 
	display: block;
	border: 0px;
	color: #fff;
	text-decoration: none;
}

#navlist li.seperator{
	background: #3CDC02;
	height: 30px;
}

#navlist li a:hover { 
	background: #016028;
	color:#fff; 
}
a.selectedmenu{
	background: #016028;
	color:#fff; 
	background-image: url(/img/css/arrow.gif);
	background-repeat: no-repeat;
	background-position: 140px;
}

/*PAGINATION LINKS*/
ul.pagelist {
	clear: both; padding-right: 0px; padding-left: 0px; padding-bottom: 0px; margin: 20px 0px 0px; padding-top: 0px; list-style-type: none
}
ul.pagelist li {
	display: inline
}
ul.pagelist li a {
	padding-right: 4px; padding-left: 4px; padding-bottom: 4px; padding-top: 4px
}
ul.pagelist span.disabledlink {
	padding-right: 4px; padding-left: 4px; padding-bottom: 4px; padding-top: 4px
}
ul.pagelist li.current a {
	font-weight: bold; cursor: default; color: #5a5a4b; text-decoration: none
}
ul.pagelist li.prev {
	margin-right: 10px
}
ul.pagelist li.next {
	margin-left: 10px
}

div.pagelist{
margin-bottom: 20px;
}

.disabledlink {
	cursor: default; color: #ddd
}
.pagenav {
	clear: both
}

/*FORM*/
label {
width: 80px;
float: left;
text-align: right;
margin: 5px; 
clear: both;
font-weight: bold; 
}

.input {
margin-bottom: 10px
}

.btn {
margin-left: 6em;
clear: both
}

/* GASTENBOEK */

#gastenboek li{
list-style-type:none;
width: 400px;
display:block;
margin:10px;
padding: 10px;
}

li.comment{
color: #000;
background-color: #FFF;
border: 1px solid #B3380D;
}

/* SIDEBAR */
.headersidebar{

}
#navigation a{
	color: #FFF;
}
#navigation div{
margin: 10px;
color: #FFF;
}

/*FOTO ALBUM*/

ul.team, ul.foto
{
margin:20px;
margin-top:10px;
padding:0;
list-style-type: none;
width:450px;
}

ul.team li, ul.foto li {
margin:0;
margin-bottom:4px;
padding:10px;
min-height:100px;
height: 100px;
border:1px solid #B3380D;
background-color: #FFF;
}
ul.team li img, ul.foto li img {
float:left;
margin: 4px;
}
/* http://wellstyled.com/css-minheight-hack.html */
ul[class].team li, ul[class].foto li{
   height:auto;
}

/* KALENDER */
.published {
  display:block; 
  text-align: center;
  float:left; 
  font-family: Arial,Helvetica, sans-serif;
 border-bottom:none;
  width:100px;
}
	    
.pub-month {
  display:block;
  font-size: .9em;
  font-style:italic;
  margin:0; 
  padding:0;
  padding-top:5px;
}
					    
.pub-date { 
  display:block;
  font-weight:bold;
  font-size:1.0em;
  margin:0; 
  padding:0;
  }
  
#kalender li{
list-style-type:none;
height: 65px;
display:block;
margin:10px;
font-family: Georgia, 'Times New Roman', serif; 
font-size: 14px; 
}

li.caltoday{
color: #FFF;
background-color: #CC3333;
border: 1px solid #F8AE1A;
}

li.calweekend{
color: #FFF;  
background-color: #F4BF55;
border: 1px solid #F8AE1A;
}
li.calday{
color:#000;
background-color: #FFF;
border: 1px solid #F8AE1A;
}

.documentlist{
margin-left: 0;
padding-left: 0;
list-style: none;
}

.documentlist li
{
margin: 30px;
padding-left: 20px;
background-image: url(../img/css/icon-perm.gif);
background-repeat: no-repeat;
background-position: 0 0.1em;
}

