@CHARSET "ISO-8859-1";

#blogsoverview {
	float: right;
	width: 200px;
	height: 200px;
}

#blog {
	margin-top: 20px;
}

#blog .property {
	float: left;
	width: 50px;
}

h2 {
	color: #36C;
}

.kop {
	color: #2A5F9C;
	font-size: 16px;
}   
.resultsBoxleft {
	border: 2px solid #36C;
	border-top: none;
	width: 400px;
	margin-top: 3px;
	top:20px;
	left:0px;
}
.resultsBoxright {
	border: 2px solid #36C;
	border-top: none;
	width: 400px;
	margin-top: 3px;
	top:20px;
	right:0px;
}
.resultsBoxleft h2, .resultsBoxleft h2 a, .resultsBoxright h2, .resultsBoxright h2 a {
	background-color: #36C;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#48D), to(#35B) );
	background: -moz-linear-gradient(top, #48D, #35B);
	color: #FFF;
	font-size: 11px;
	padding: 1px 0px 1px 3px;
	margin-top: 0;
}