body {
	margin-top: 25px;
	margin-bottom: 0px;
}

#container {
	margin:0 auto;
	width: 811px;
	height: 500px;

}

#counter {
	width: 811px;
	height:65px;
	text-align:center;
}

#bottom {
	width: 811px;
	height: 409px;
}

#footer {
	width: 811px;
}

#text_pos {
	padding-left:560px;
	padding-top:40px;
}

#text_left {
	width:230px;
	float:left;
	margin-top:50px;
	padding-left:76px;
	border-right:1px solid #666;
}

#text_right {
	width:250px;
	float:left;
	margin-top:50px;
	padding-left:15px;
}


.counter_tekst {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#f7921e;
	font-weight:bold;
}

.counter_tekst_groot {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#f7921e;
	font-weight:bold;
}

.text {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#121212;
	font-weight:bold;
}

a:link {
	color: #121212;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #121212;
}
a:hover {
	text-decoration: underline;
	color: #121212;
}
a:active {
	text-decoration: none;
	color: #121212;
}
