html
{
	overflow-y: scroll;
}

html, body
{
	width: 100%;
	height: 100%;
	padding: 0px;
	margin:0px;
	color: #0f6db6;
	font-family: Verdana;
	font-size: 12px;
}

#site_container h1
{
	font-size: 1.9em;
	padding: 2px;
	padding-left: 0px;
	margin-bottom: 2px;
}

#site_container h3
{
	font-size: 1.4em;
	padding: 2px;
	padding-left: 0px;
	margin: 0px;
}

#site_container p
{
	font-size: 1em;
	padding: 0px;
	margin: 0px;
	line-height: 16px;
}

span.green
{
	color: #65b561;
}

#site_container a
{
	color: #65b561;
}

#site_container
{
	margin: auto auto;
	width: 907px;
	height: 680px;
	/*border: 1px solid black;*/
	background: url("/images/background.jpg");
	position: relative;
}

#buttons
{
	position: absolute;
	right: 0px;
	top: 180px;
	z-index: 100;
	width: 197px;
	height: 192px;
}

#page_header
{
	height: 100px;
	position: absolute;
	left: 100px;
	width: 400px;
	top: 325px;
}

#page_header h1
{
	font-family: "Verdana";
	font-size: 2.1em;
	color: #FFFFFF;
	text-transform: uppercase;
}

#page_header h2
{
	font-family: "Verdana";
	font-size: 1.6em;
	color: #b1b7bb;
	font-weight: 500;
	text-transform: uppercase;
	margin-left: 75px;
	padding-top: 10px;
	width: 500px;
}

#buttons a
{
	display: block;
	height: 48px;
	background: url("/images/buttons.jpg");
}

#buttons a:hover
{
	background: url("/images/buttons_over.jpg");
}

#content
{
	position: absolute;
	/*height: 245px;*/
	width: 674px;
	overflow: auto;
	top: 374px;
	left: 10px;
	padding: 10px;	
}

#contentform
{
	position: absolute;
	top: 414px;
	left: 10px;
	width: 674px;
	height: 245px;
}

#rechterform
{
	position: absolute;
	top: 385px;
	left: 710px;
	width: 190px;
	height: 285px;
	overflow: auto;
}

#titleform
{
	position: absolute;
	top: 120px;
	left: 420px;
}