body {
	font: 10px verdana;
	margin: 0px; padding: 0px;
}

body, html {
	background: #EFCC99;
	height: 100%;
}

h2 {
	font-family: arial black;
	font-size: 16px;

	text-align: center;
	color: #FFFFFF;
}


.header {
	background: #000000 url(top_pattern.gif) repeat-x;
	padding: 20px 0px 38px 0px;

	font-family: Arial Black;
	font-size: 36px;
	color: #BB0000;
}

.content {
	background: #EFBB88;
	text-align: left;

	top: 200px;
	
	width: 500px;

	padding: 20px;
}
.content a:link, .content a:visited {
	color: #EEEEEE;
	text-decoration: none;
}
.content a:hover, .content a:active {
	color: #FFFFFF;
	text-decoration: underline;
}

.tekst_kolom {
	
	border: 1px dashed #000000;

	padding: 10px;
	width: 95%;

	background: #DEBB88;
}

.left_bar {
	position: absolute;
	background: #000000;
	top: 0px;
	left: 0px;

	width: 20%;
	height: 2500px;
}

.right_bar {
	position: absolute;
	background: #000000;
	top: 0px;
	right: 0px;

	width: 20%;
	height: 2500px;
}
