@charset "utf-8";
/* CSS voor Wendelienwouters.nl */
	
	body, html {
		margin:0;
		padding:0;
		background:#E6E6E6; 
     /* background:#FFFFFF; */
		color:#A3A3A3;
		font-family: Georgia, Times, Serif;
		font-size:16px;
		line-height:18px; 
		text-align:justify;
		vertical-align:baseline;
		background-image: url(../Images/Behang_WW_01.gif);
		background-repeat: repeat;
	}
		
	
	body {
		min-width:910px; 
	}
	
	#wrap {
		background:#2c2c2c; 
		margin: 0px auto;
		width:910px;
		min-height:450px;
		background: url(../Images/Rand_WW_01.gif) repeat-y;
	}
	
	#header {
   		margin: 0px auto;
		width:910px;
		height:130px;
		background: url(../Images/Header_WW_03.gif) no-repeat;
	}

	#navigatiekolom {
		background#2c2c2c;
		float:left;
		width:127px;
		height:auto;
		padding-left:2px;
		margin-top:0px;
		margin-left:15px;
		
	}
	
	#linkerkolom{ /* de linkerkolom */
		background:#2c2c2c;
/*		border-left: 1px dotted #ccc; */
		padding-left: 5px;
		padding-right: 2px;
		padding-bottom: 0px;
		margin-left:157px; /* afstand van navigatiekolom */
		margin-right:395px; /* breedte van linkerkolom, wordt berekend door te kijken naar afstand van rechterkant wrap, regelt tevens ruimte tussen kolommen */
	}
	
	#rechterkolom {
		background:#2c2c2c;
		float:right;
		width:365px; /* breedte rechterkolom */
		padding-left: 2px;
		padding-right:2px;
		padding-bottom: 0px;
		margin-right:15px; /* afstand van rechterkant */
	}
	
	#footer {
		background:#2c2c2c;
		clear:both;
		margin: 0px auto;
		height:30px;
		width:910px;
		background: url(../Images/Footer_WW_01.gif) no-repeat; 
	}
	
	#footer {
		background:#2c2c2c;
		clear:both;
		margin: 0px auto;
		height:40px;
		width:910px;
		background: url(../Images/Footer_WW_02.gif) no-repeat; 
	}

/* opmaak voor tekst */

.titel {
	font-size: 16px;
	font-weight: bold;
	}

.inleiding {
	font-size: 16px;
	font-style:italic;
	}

.tekst {
	font-size: 16px;
	font-style: normal;
	}

.colofon {
	font-size: 13px;
	font-style: italic;
	color:#909090;
	}

 a:link { 
	color:#FFFFFF;
	text-decoration: none;
	}

a:visited { 
	color:#FFFFFF;
	text-decoration: none;
	}

a:hover { 
	color:#FFFFFF;
	text-decoration:underline;
	} 
