/*
 * $Id$
 *
 */
body {
	padding:0px;
	background: transparant;	
	font-family: arial, verdana, sans-serif;
	margin-top: 20px;
	margin-bottom: 40px;
	margin-left: 25px;
	margin-right: 25px;
}

A 			{ color: #003366; text-decoration: none; }
	A:link		{ color: #999999; text-decoration: none; }
	A:visited	{ color: #999999; text-decoration: none; }
	A:active	{ color: #999999;  text-decoration: none; }
	A:hover		{ color: red;  text-decoration: none; }

/* table heeft witte achtergrond */
td {
	background: white;
	vertical-align: top;
}

/* onze banner */	
#banner {
	height:200px;
	border: 0px;
	voice-family: "\"}\"";
	voice-family: inherit;
}

/* centreert de main-div in het midden */
#main-content {
	text-align: center;
}

/* de content staat in een table */
#table-main-content {
	width: 90%;
	background: #94bade;
}

/* de footer */
#footer {
	font-family:arial, verdana, sans-serif;
	font-size: x-small;
	margin-top: 1em;
	margin-bottom: 1em;
	margin-left: 0.4em;
	text-align: center;
}

/* titles in navigatie links */
.side-title-left {
	font-family:arial, verdana, sans-serif;
	color: #333;
	font-size: x-small;
	font-weight: normal;
	letter-spacing: .2em;
	text-transform: uppercase;
text-align: left;
	margin-top: 1.4em;
	margin-bottom: 1.2em;
}

/* titles in navigatie rechts */
.side-title-right {
	font-family:arial, verdana, sans-serif;
	color: #333;
	font-size: x-small;
	font-weight: normal;
	letter-spacing: .2em;
	text-transform: uppercase;
	margin-top: 0em;
	margin-bottom: 1.2em;
	text-align: left;
}

/* content navigatie links */
.side-left {
	font-family:arial, verdana, sans-serif;
	color: #333;
	font-size: x-small;
	font-weight: normal;
	background: white; 
	margin-left: 0.4em;
	text-align: right;
	line-height: 140%;
	width: 20em;		
}	

/* content navigatie rechts */
.side-right {
	font-family:arial, verdana, sans-serif;
	color: #333;
	font-size: x-small;
	font-weight: normal;
	background: white; 
	margin-right: 0.8em;
	text-align: left;
	line-height: 120%;	
	width: 16.4em;		
}

/* text in rechter navigatatie links uitlijnen */
.side-right-text {
	text-align: left;
}

/* blog-entry title */
.entry-title {
	font-family:arial, verdana, sans-serif;
	color: #333;
	text-align: left;
        font-size: large;		
	margin-left: 1.4em;
	margin-right: 1.8em;
}



/* blog-entry body */
.entry-body {
	font-family:arial, verdana, sans-serif;
	font-size: small;
	text-align: left;
	font-weight: normal;
	margin-left: 1.8em;
	line-height: 120%;
	margin-right: 1.8em;
border-bottom:1px solid #999;
}

/* NEWS */
.nieuws {
	font-family:arial, verdana, sans-serif;
	font-size: x-large;		
        border-bottom:1px dashed #666; 
	font-weight: bold;
}

	
	.comments-body {
		font-family: arial, verdana, sans-serif;
		color:#333;
		font-size:small;
		font-weight:normal;
  		background:#FFF;
  		line-height:120%;
 		padding-bottom:10px;
  		padding-top:5px;		
 		border-bottom:1px dotted #999; 					
		}		

	.comments-post {
		font-family:arial, verdana, sans-serif;
		color:#333;
		font-size:x-small;
		font-weight:normal;
  		background:#FFF;		
		}	
			
	.comments-head	{ 
		font-family: arial, verdana, sans-serif;
		font-size:small; 
		color: #666; 
		border-bottom:1px solid #999;
		margin-top:20px;
		font-weight:bold;
  		background:#FFF;		
		}		

/* titel van de posts */
.title	{
		font-family:arial, verdana, sans-serif;
	color: #333;
	font-size: x-small;
	font-weight: normal;
	letter-spacing: .2em;
	text-transform: uppercase;
	margin-top: 0em;
	margin-bottom: 1.2em;
	text-align: left;
		}			

/* datum */
.date	{ 
			font-family:arial, verdana, sans-serif;
	color: #333;
	font-size: x-small;
	font-weight: normal;
	background: white; 
	margin-right: 0.8em;
	text-align: left;
	line-height: 120%;	
	width: 16.4em;		
		}			

