@charset "utf-8";
/* CSS Document */

/* Laat het html werk maar aan mij over ;)
#newsblock {
	background: #353535;
	width: 370px;
	float: right;
	height: 150px;
	height: auto;
	color: #999999;
}
.news_inb {
	background: #353535;
	width: 350px;
	height: 130px;
	height: auto;
	border: 1px #666666 solid;
	margin-left: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.news_inb ul {
	list-style: none;
	list-style-position: outside;
	margin: 0;
	padding: 0;
}

.news_inb ul li {
	border-top: 1px #999999 solid;
	border-bottom: 1px #999999 solid;
}

.news_inb ul li:hover {
	background: #ABA9A9;
	color: #CCCCCC;
}*/

.site-left {
	width: 69%;
	float: left;
	clear: left;
}

.site-right {
	width: 29%;
	float: right;
	clear: right;
}