body {
	margin: 0px;
	padding: 0px;
	height: 100%;
	background: #FF8B1E;
	color: #ffffff;
	font-family: Verdana;
	font-size: 12px;
}

html {
	height: 100%;
}

table, form {
	margin: 0px;
	padding: 0px;
}

tr {
	vertical-align: top;
}

a, a:active, a:visited {
	color: #ff8b1e;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

img {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

#container {
	display: table;
	height: 100%;
	min-height: 100%;
	width: 980px;
	background:  url(../img/layout/bg_site.gif) repeat-y;
	margin: 0px;
	padding-bottom: 100px;
}

#top {
	margin: 0px;
	padding: 0px;
	height: 158px;
	width: 980px;
	background: url(../img/layout/top.gif) no-repeat;
}

#blok1 {
	position: absolute;
	top: 36px;
	left: 305px;
}

#blok2 {
	position: absolute;
	top: 36px;
	left: 425px;
}

#blok3 {
	position: absolute;
	top: 36px;
	left: 545px;
}

#blok4 {
	position: absolute;
	top: 36px;
	left: 665px;
}

#blok5 {
	position: absolute;
	top: 36px;
	left: 785px;
}

.clear {
	clear: both;
	margin: 0px;
	padding: 0px;
}


/* Begin knoppenbalk */

#buttons {
	position: absolute;
	top: 135px;
	left: 0px;
	width: 748px;
	height: 23px;
}

.b_space {
	background: #71645B;
}	
	
/* Einde knoppenbalk */


/* Begin colomleft */

#colomleft {
	float: left;
	margin: 0px;
	padding: 0px;
	background: #5f5249 url(../img/layout/bg_colomleft.gif) no-repeat;
	width: 748px;
}

.titel {
	padding: 21px 0px 16px 71px;
	font-weight: bold;
}

.tekst {
	padding: 0px 100px 0px 100px;
	margin: 0px;
}

/* Einde colomleft */

/* Begin rightleft */

#colomright {
	float: left;
	margin: 0px;
	padding: 0px;
	background: #83766d url(../img/layout/bg_colomright.gif) no-repeat;
	width: 232px;
	height: 87px;
}

/* Einde rightleft */


/* Begin footer */

#footer {
	height: 30px;
	width: 980px;
	background: #352E2C;
	padding: 0px;
	margin: 0px;
}

#footer .copyright {
	text-align: right;
	padding: 8px 10px 0px 71px;
	color: #ffffff;
	font-size: 10px;
}

#footer a, #footer a:active, #footer a:visited {
	color: #ffffff;
	text-decoration: none;
}

#footer a:hover {
	color: #ffffff;
	text-decoration: underline;
}

/* Einder footer */


