﻿/*
 *	Stylesheet
 *	Door Merlinus.nl	
 */


/*
 *     Algemeen
 */ 
* {
	margin: 0;
	padding: 0;
}
:focus { outline: none }

body {
	font-family: Arial;
	font-size: 13px;
	color: white;
	background: #306E42;
}

/*
 *     Menu
 */ 

#menu {
	margin: 12px;
	width: 137px;
	float: left;
	list-style: none;
	font-size: 11px;

}

#menu li {
	height: 18px;
	font-weight: bold;
	border-bottom: 1px solid white;
	
}

#menu li#eerste {
	padding: 18px 0px 0px 0px;
	border-top: 0px solid black;
	border-bottom: 1px solid white;
}

#menu li#tweede {
	padding: 10px 0px 0px 0px;
	border-top: 0px solid black;
	border-bottom: 1px solid white;
}


#menu li a {
	padding: 3px 0px 3px 15px;
	height: 14px;
	display: block;
	text-decoration: none;
	font-weight: bold;
	color: white;
	cursor: pointer;
}

#menu li a:hover,
#menu li.active a {
	text-decoration: none;
	color: white;
	background: url('../images/whitespot.jpg') no-repeat center left;
}

div.floatl {
text-align: left;
width: 100px;
margin: 0px;
padding: 4px;
float: left;
}

div.floatr {
text-align: right;
width: 100px;
margin: 0px;
padding: 4px;
float: right;
}

A:link { text-decoration: none; color: #D3DE64}
A:visited { text-decoration: none ;color: #D3DE64}
A:active { text-decoration: none ;color: #D3DE64} 
A:hover { text-decoration: underline; color: #D3DE64}

img 	{
	border: none;
}


