HTML, BODY {
	PADDING-RIGHT: 0px; 
	PADDING-LEFT: 0px; 
	PADDING-BOTTOM: 0px; 
	MARGIN: 0px; 
	PADDING-TOP: 0px;
	FONT-FAMILY:Arial, Helvetica, sans-serif;
}
HTML {
	BACKGROUND-POSITION: right;
	BACKGROUND-IMAGE: url(assets/bg.gif); 
	overflow: -moz-scrollbars-vertical;
	BACKGROUND-REPEAT: repeat-y
}

BODY {
	BACKGROUND-POSITION: left; 
	FONT-SIZE: 13px; 
	BACKGROUND-IMAGE: url(assets/bg.gif); 
	BACKGROUND-REPEAT: repeat-y; 
	FONT-FAMILY: Arial; 
	POSITION: absolute;
	HEIGHT: 100%
}
#header, #sidebar, #left, #date_trail, UL, LI, IMG, #header_trail, #header H1, A {
 	display: none;

}


#header {
 	display: none;
}

#header SPAN {
 	display: none;

}

#header H1 {
 	display: none;
}



middle {
	CLEAR: both; 
	BACKGROUND-POSITION: left 50%; 
	DISPLAY: block; 
	BACKGROUND-IMAGE: url(assets/bg.gif); 
	BACKGROUND-REPEAT: repeat-y
}

#content {
	MARGIN-LEFT: 10px;
	MARGIN-RIGHT: 10px;
	line-height: 20px;
	MARGIN-BOTTOM: 10px;
}

#content H3, .content-kop{
	PADDING-TOP: 20px;
	FONT-WEIGHT: bold; 
	FONT-SIZE: 14px; 
	COLOR: #4d4d4d; 
	MARGIN-BOTTOM:10px;
	BORDER-BOTTOM: #f8971c 2px solid
}

/*-------------------------------( Content )-------------------------------*/
.content-datum{
	font-weight: bold;
	color: #F8971C;
	text-decoration: none;
}

#content A:link, #content A:visited{
	color: #250049;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #250049;

}

#content A:hover, #content A:active{
	color: #FB9819;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FB9819;
}

#content input, #content select, #content textarea{
	background-color: #FEE0B8;
	border: 1px solid #F8971C;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#content input.button{
	background-color: #FAAD50;
	margin-bottom: 4px;
	border: 1px solid #999999;
	cursor: hand;
	width: 150px;
}

.content-tekst{
padding: 1px;
}
