/* ################################################### ALGEMEEN ###################################################  */
* {
	margin: 0;
	padding: 0;
	font-family: tahoma; 
	font-size: 11px;
	COLOR: #555555; 
}

body {
	width: 100%;
	background-image: url("/images/bg.gif");
	background-repeat: repeat-x;
}

a img {
	border: 0;
	text-decoration: none;
}
.clear {
	clear: both;
}
#box {
	margin-left: 20px;
	width: 910px;
}
#header {
	width: 810px;
	padding-left: 30px;
}
#menu {
	float: left;
	width: 170px;
}
	#menu ul {
		margin-left: 20px;
		float: left;
		margin-top: 20px;
	}
	#menu ul li{
		list-style-type: none;
		border-bottom: 1px solid #eee;
		width: 150px;
	}
	#menu .first {	
		border-top: 1px solid #eee;
	}
	#menu ul li a {
		text-decoration: none;
		margin: 3px;
		display: block;
	}
	#menu ul li a:hover {
		text-decoration: none;
		color: #ff0084;
	}

#content {
	float: left;
	margin-left: 20px;
	width: 640px;
	margin-bottom: 30px;
}
#content h1{
	margin-top: 20px;
	margin-bottom: 20px;
	color: #00a2ff;
	font-size: 16px;
}
#content h2{
	margin-top: 20px;
}
#content p{
	margin-bottom: 20px;
	line-height: 16px;
	font-size: 11px;
}
ul {
	margin-left: 20px;
	line-height: 16px;
}
li {
	line-height: 16px;
}
