@charset "UTF-8";
.wrapper {
	position: relative;
	min-height: 100%; /* real browsers */
	height: auto !important; /* real browsers */
	height: 100%; /* IE6: treaded as min-height*/
}
.kolom-content {
	width: 100%;
	max-width: 1500px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
article {
	width: 90%;
	max-width: 870px;
	margin-left: auto;
	margin-right: auto;
}
.kolom {
	position: relative;
	width: 100%;
	float: none;
}
.kolom-links {
	position: relative;
	float: left;
	width: 70%;
	padding-right: 5%;
}
.kolom-rechts {
	position: relative;
	float: right;
	float: left;
	width: 25%;
}
.kolom img {
	margin-bottom: 30px;
}

@media only screen and (min-width: 650px) {
	.kolom-links {
		width: 60%;
	}
	.kolom-rechts {
		width: 30%;
	}
}
