html{
	height: 100%;
}

body{ 	
	font-family: arial, helvetica, sans-serif; 
	color: #000000;
	margin: 0px;
	padding: 0px;
	font-size: 11px;
	background-color: #ffffff;
	height: 100%;
}

#site{
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -475px;
	margin-top: -275px;
	width: 950px;
	height: 550px;
}

/*
**	LEFT
*/

#left{
	position: absolute;
	width: 475px;
	height: 533px;
	overflow: hidden;
}

#scrollarea{
	position: absolute;
	width: 410px;
	height: 500px;
	overflow: hidden;
}

#scrollbar{
	position: absolute;
	background-color: #E4E4E4;
	width: 15px;
	height: 533px;
	margin-left: 460px;
}

#handle{
	position: absolute;
	background: url('http://www.mogeen.nl/img/handle.gif') top left no-repeat;
	border: 1px solid #E4E4E4;
	width: 13px;
	height: 65px;
}

#left_pagetitle{
	position: absolute;
	margin-top: 520px;
	font-size: 12px;
}

#left_nav{
	position: absolute;
	margin-top: 520px;
	margin-left: 230px;
	font-size: 12px;
}

#left_nav a{
	color: #000000;
	text-decoration: none;
	font-size: 12px;
}

#left_nav a:hover{
	color: #57B6DD;
	text-decoration: none;
}

#left h2{
	font-weight: normal;
	font-size: 13px;
	text-transform: uppercase;
	color: #000000;
	padding: 0px;
	margin: 0.5em 0px;
}

/*
**	RIGHT
*/

#right{
	position: absolute;
	margin-left: 530px;
	width: 410px;
	height: 533px;
	overflow: hidden;
}

#logo{
	position: absolute;
	margin-top: 0px;
}

#menu{
	position: absolute;
	margin-top: 120px;
	font-size: 12px;
}

#menu a{
	color: #000000;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 12px;
	text-align: justify;
}

#menu a:hover{
	color: #57B6DD;
	text-decoration: none;
}

#menu .active{
	color: #57B6DD !important;
}

#content{
	position: absolute;
	margin-top: 170px;
	height: 380px;
	width: 410px;
	overflow: hidden;
}

p{
	margin: 0.5em 0px 0.5em 0px;
	padding: 0px;
}

a{
	color: #000000;
	text-decoration: underline;
}

.readmore{
	color: #57B6DD;
	text-decoration: none;
}

a:hover{
	color: #57B6DD;
	text-decoration: underline;
}

.txtbutton{
	color: #000000;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 12px;
}

.txtbutton:hover{
	color: #57B6DD;
	text-decoration: none;
}

.tableheader{
	font-size: 12px;
}

.label{
	font-size: 12px;
	position: relative;
	left: -3px;
}

.active{
	color: #57B6DD !important;
	margin-top: 1em;
}

#bottom_nav{
	position: absolute;
	margin-top: 350px;
	font-size: 12px;
}

#left_nav a{
	color: #000000;
	text-decoration: none;
}

#left_nav a:hover{
	color: #57B6DD;
	text-decoration: none;
}

.divider{
	clear: both;
	height: 1px;
	font-size: 1px;
}

.line{
	background-color: #000000;
	height: 1px;
	font-size: 1px;
	border-top: 10px solid #ffffff;
	border-bottom: 10px solid #ffffff;
}