html{
  color: inherit;
  background-color: #033;
  overflow-y: scroll; 
}

body {
  font-size: 12px;
  background-color: #099;
  font-family: Arial, Helvetica, sans-serif;
  color: black;
  width: 950px;
  height: 100%;
  padding: 0px 10px 5px 10px;
  margin: 10px auto 5px auto;
}


/* ----------------------------------------------- */
/* Header                                          */
/* ----------------------------------------------- */


#header{
	margin: 5px 10px 25px 0px;
	padding: 20px 0px 0px 0px;
	border: 0px;
	height: 70px;
}

#header h1 {
	margin: 10px 0px 0px 155px;
	padding: 0px 0px 0px 15px;
	border: 0px;
	color: #FFFFF0 ;
   background-color: #055 ;
   font-size: 28px;
	letter-spacing: 5px;
   line-height: 55px;
   font-weight: bold;
   font-variant: small-caps;
   vertical-align: middle;
   text-align: center;
}

	


/* ----------------------------------------------- */
/* Footer                                          */
/* ----------------------------------------------- */


#footer {
  margin: 30px 10px 10px 155px;
  color: #033;
  font-size: 10px;
  text-align: center;
  border-top: 1px solid #033;
  border-bottom: 1px solid #033 ;
}

	
/* ----------------------------------------------- */
/* Logo                                            */
/* ----------------------------------------------- */

	
#logo {
	position: relative;
	top: -80px;
	left: 25px;
}

#logo img {
        border: 0px;
        text-transform: none;
}


/* ----------------------------------------------- */
/* Navigatie                                       */
/* ----------------------------------------------- */

#navigatie {
   position: relative;
   float: left;
   width: 150px;
   margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 10px;
	border: 0px;
	white-space: nowrap;
}

#navigatie a {
  font-size: 11px;
  line-height: 24px;
  height: 24px;
  width: 120px;
  background-image: url(images/navigatie.jpg);
  padding: 0px;
  border: 1px solid #055;
  margin: 0px 0px 2px 0px;
  vertical-align: middle;
  text-decoration: none;
  text-align: center;
  float: left;
  position: relative;
  clear: both;
}

#navigatie a:link, #navigatie a:visited {
  color: #FFFFF0;
}

#navigatie a:active,  #navigatie a:hover{
  color: #FFFFF0;
  border: 1px solid #fffff0;
}

#navigatie .verborgen {
   display: none;
} 


/* ----------------------------------------------- */
/* Inhoud                                          */
/* ----------------------------------------------- */


#inhoud {
  margin: 5px 10px 10px 155px;
  border: 0px;
  padding: 5px 10px 5px 10px;
  color: #000;
  background-color: #fffff0;
  min-height: 400px;
}

#inhoud a {
  color: #066;
}

#inhoud h1 {
   font-size: 20px;
   font-weight: bold;
	text-decoration: none;
	line-height: 24px;
	padding: 5px;
   margin: 12px 0px 25px 0px;
   background-color: #c30;
	color: #FFFFF0 ;
}

#inhoud h2 {
   font-size: 16px;
   font-weight: bold;
   color: #c30;
}

#inhoud h3 {
   font-size: 14px;
   font-weight: bold;
   color: #c30;
   margin-bottom: 5px;
}

#inhoud h4, #inhoud h5, #inhoud h6 {
   font-size: 12px;
   font-weight: bold;
   color: #066;
   margin-bottom: 5px;
}

#inhoud img{
  margin: 5px;
  border: 0px;
}



/* ----------------------------------------------- */
/* Start pagina                                    */
/* ----------------------------------------------- */

#startpagina img {
   border: solid 1px black;
}

#startpagina h1 {
	font-size: 36px;
	color: #c30;
	background-color: transparent;
	vertical-align: middle;
}


#startpagina h2 {
	font-size: 24px;
	color: #c30;
	background-color: transparent;
	vertical-align: middle;
}


/* ----------------------------------------------- */
/* Agenda                                          */
/* ----------------------------------------------- */
.agenda_wanneer {
	vertical-align: top;
}

.agenda_activiteit{
   font-size: 16px;
   font-weight: bold;
   color: #c30;
   margin-bottom: 5px;
}


/* ----------------------------------------------- */
/* Nieuws                                          */
/* ----------------------------------------------- */
.nieuws_datum {
	float: right;
	position: relative;
}



/* ----------------------------------------------- */
/* Foto's                                          */
/* ----------------------------------------------- */

.foto_overzicht {
   position: relative;
	float: left;
	width: 125px;
	text-align: center;
	text-transform: lowercase;
	overflow: auto;
	margin: 5px 5px 15px 5px;
}

.foto_navigatie {
   font-size: 14px;
	float: right;
	position: relative;
}

.foto_klein {
	float: left;
	width: 125px;
	height: 150px;
	text-align: center;
	text-transform: lowercase;
}


.foto_groot {
	margin-left: 25px;
}

/* ----------------------------------------------- */
/* Diverse                                         */
/* ----------------------------------------------- */

.red_error {
	color: Red;
   font-weight: bold;
}

.links{	text-align: left; }
.midden{	text-align: center; }
.rechts{	text-align: right; }
.boven{	vertical-align: top; }


.rol {
	font-style: italic;
	text-align: right;
}


.ReadOnlyBedrag{
	background-color: #ccc;
   text-align: right;
}

