/*   2006-2007 © MANSCHOT GRAFIMEDIA   */
/*   www.manschotgrafimedia.nl    */


body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin:10px;
	padding:0;
	text-align:center;														/* center layout in ie5 and 5.5. */
	background:url(beeld_basis/bg_leonart.jpg);
}


/*   O P M A A K   T E K S T   */


p {
font-size:90%;
color:#000000;
line-height:130%; 
}

li {
font-size:90%;
color:#000000;
line-height:110%; 
}

h1 {
color:#749697;
font-size:110%;
font-weight:strong;
text-align:left; 
}

h3 {
color:#000000;
font-size:75%;
font-weight:normal;
}

h4 {								/* platte tekst tabel */
font-size:90%;
font-weight:normal;
color:#000000;
}

a:link {
color:#000000; 
}

a:visited {
color:#000000; 
}

a:hover {
color:#749697; 
}

a:active {
color:#000000; 
}




/*   O P M A A K   M E N U   */


ul {
	list-style:none;
	margin					:0;
	padding					:0;
}

#menu4 {
	float					:left;
	width					:225px;
	margin-left				:10px;
	margin-top				:120px;
}
	
.scherm {
		display:block;
}	
	
#menu4 li a {
  	height					:30px;
	font-family				:Verdana, Helvetica, Arial, sans-serif;
	font-size				:0.9em;
	text-decoration			:none;
	}
	
#menu4 li a:link, #menu4 li a:visited {
	color					:#FFFFFF;
	display					:block;
	background				:url(beeld_basis/menu_icon.jpg);
	background-repeat		:no-repeat;
	padding					:8px 0 0 30px;
	}
	
#menu4 li a:hover {
	color					: #e3f0ef;
	text-decoration			: underline;
		}
	
#menu4 li a:active {
	color					:#e3f0ef;
	}



/*   O P M A A K   B E E L D   */


	
#container {
	width					: 950px;
	margin					: 0px;
	margin-left				: auto;
	margin-right			: auto;
	border					: 1px solid #000;
	text-align				: left;
	background-image		: url(beeld_basis/bg_content.jpg);
	background-repeat		: no-repeat;
}

#content_container {														/* Hier zitten left en right in */
}

#content {
	float					: left;
	width					: 670px;
	margin-left				: 10px;											/* makes border line up with #left border */
	margin-top				: 5px;
}

* html #content {															/* hack voor IE ivm marge rechts */
	margin-left				: 0px;
}

#header {
    margin-left				: 220px;
	margin-right			: 10px;
	margin-top				: 60px;
    text-align				: right;
}

#footer {
    margin-left				: 235px;
	margin-right			: 10px;
	margin-top				: 25px;
    text-align				: left;
	}

.image {
    margin-left					: 10px;
	margin-right				: 15px;
}
