html {
	background: #ffffff url(pictures/achtergrond.jpg) repeat fixed center top;
	font: 0.8em Verdana, Arial, Helvetica, sans-serif;
	color: #000000;  
	}

body {
	margin: 1px;
	padding: 1px;
	}

/** C O N T A I N E R S **/
#logo {
	width: 102px;
	}
  
#row {	
	width: 100%;
	margin: 0 auto;
	background: #9900cc;  
	}

#menu {
	width: 186px; 
	float: left;
	background: #ffffff;
  }

#content {
	width: 55%;
	min-width: 150px;
	float: left;
	margin-bottom: 15px;
	margin-left: 2%;
	padding: 5px;
    background: #ffffff;
    }

#subbar {
	clear: both;
	position: relative;
	width: 55%;
	min-width: 150px;
	left: 186px;
	margin-left: 2%;
	padding: 5px;
	background: #9900cc;
	}

/**  O P M A A K  **/
h1 {
	text-align: center;
	font-size: 1.2em;
  	}
 
h2 { 
	text-align: left;
	font-size: 1.0em;
  	}
  
a {
  	color: #9900cc;
	text-decoration: none;
  	}

a:hover {
	text-decoration: underline;
	}

blockquote {
	font-style: italic;	
	}

#row span {
	padding: 4px 0;
	color: #ffffff;
	font-weight: bold;
/* en voor Firefox hier nogmaals */
	background-color: #9900cc;
	}
	
#row span.left {
	float: left;
	text-align: left;
	width: 75%;
 	}

#row span.right {
	float: right;
	text-align: right;
	width: 25%;
	font-size: 1.0em;
	}
  
#row a {
	color: #ffffff;
	text-decoration: none;
  	}

.list p {
	color: #ffffff;
	background-color: #9900cc;
	font-weight: bold;
  	}

.list a {
	display: block;
	color: #9900cc;
	font-weight: bold;
	}
 
.list a:hover {
	color: #ffffff;
	background: #9900cc;
	text-decoration: none;
	}

.blogrollmain a {
	color: #9900cc;
	}
  
.blogrollmain a:hover {
	color: #ffffff;
	background: #9900cc;
	text-decoration: none;
	}

#subbar p {
 	text-align:center;
	color:#ffffff;
	}
  
#subbar a {
	color:#ffffff;
	}

/** O V E R I G **/
/* Spacer, om opnieuw met uitlijnen ed te beginnen */ 
#spacer {
  	clear: both;
	}

/* kenmerken afbeelding */ 
img {
	display: block;
	border: none;
	}
	
/** Voor de fotogalerijen, gemaakt met JALbum **/

/* Highlight the image comment on the slide pages. */
.subheader {
	font-size: 1.0em;
	font-weight: bold;
}	

/* Highlight the image name on the slide pages. */
.name {
	font-size: 1.0em;
	font-weight: bold;
}

/* Remove the margin under the images on the index pages. */
.image {
	margin-left: 8px;
	margin-right: 8px;
	margin-bottom: 8px;
}

/* Ongedaan maken display: block zoals wel voor rest van de site */
.head img {
	display: inline;
}

/* Don't have margins on the slide pages. Nog uitzoeken of deze wel wat doet 06-aug-06*/
body#slide {
	margin: 0px;
}

/* Voor de RSS feed op de index pagina 
Feed "Channel" Title and Link, Often considered the feed "Header" 
.channel 

Feed "Channel" Description  
.channelDescription 

Feed "Channel" Publisher and Author  
.channelPublisher 

Channel Link 
.chanLink

Items or Stories Link (class calls alternate) 
.newsLink
.newsLinkAlt 
*/

/* Items or Stories (class calls alternate) */
.news {
	background-color: #eaeaea;
	margin-bottom: -10px;
	border-top: thin solid #9900CC;
	border-bottom: thin solid #9900CC;
}

.newsAlt {	background-color: #ffffff; 
			margin-bottom: -10px;
}