body{
	margin: 0;
	padding: 0;
	border: 0;
	overflow: hidden;
	height: 100%;
	max-height: 100%;
	scrollbar-3dlight-color: #FF812D;
	scrollbar-arrow-color: #ff812d;
	scrollbar-base-color: #FFFFFF;
	scrollbar-darkshadow-color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
}
.BodyTekst {font-family: Verdana, Arial, Helvetica, sans-serif;  font-size: 11px;  font-weight: normal;  color: #000000;}
.text220 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	background-color: #FFFFFF;
	height: 12px;
	width: 220px;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #333333;
	background: #ffffff;
}
.ButtonForm {font-family: Verdana, Arial, Helvetica, sans-serif;  font-size: 10px;  font-weight: normal;  color: #333333;  text-decoration: none;  background-color: #FF812D;  height: 16px;  width: 90px;  text-align: left;  border: 1px solid #333333;  margin: 0px;  padding: 0px;}
.text200 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	background-color: #FFFFFF;
	height: 12px;
	width: 200px;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #333333;
	background: #ffffff;
}
.tint01 {
	background-color: #DBDBDB;
}
.tint02 {
	background-color: #CCCCCC;
}
#framecontentLeft, #framecontentRight{
position: absolute; 
top: 0; 
left: 0; 
width: 80px; /*Width of left frame div*/
height: 100%;
overflow: hidden; /*Disable scrollbars. Set to "scroll" to enable*/
background-color: #FFFFFF;
}

#framecontentRight{
left: auto;
right: 0; 
width: 80px; /*Width of right frame div*/
overflow: hidden; /*Disable scrollbars. Set to "scroll" to enable*/
background-color: #FFFFFF;
}

#framecontentTop, #framecontentBottom{
position: absolute;
top: 0; 
left: 82px; /*Set left value to WidthOfLeftFrameDiv*/
right: 80px; /*Set right value to WidthOfRightFrameDiv*/
width: auto;
height: 100px; /*Height of top frame div*/
overflow: hidden; /*Disable scrollbars. Set to "scroll" to enable*/
background-color: #FFFFFF;
}

#framecontentBottom{
	top: auto;
	height: 50px; /*Height of bottom frame div*/
	bottom: -20px;
	background-color: #FFFFFF;
}

#maincontent{
position: fixed; 
top: 100px; /*Set top value to HeightOfTopFrameDiv*/
bottom: 50px; /*Set bottom value to HeightOfBottomFrameDiv*/
left: 80px; /*Set left value to WidthOfLeftFrameDiv*/
right: 80px; /*Set right value to WidthOfRightFrameDiv*/
overflow: auto; 
background: #fff;
}

.innertube{
margin: 15px; /*Margins for inner DIV inside each DIV (to provide padding)*/
}

* html body{ /*IE6 hack*/
padding: 100px 80px 20px 80px; /*Set value to (HeightOfTopFrameDiv WidthOfRightFrameDiv HeightOfBottomFrameDiv WidthOfLeftFrameDiv)*/
}

* html #maincontent{ /*IE6 hack*/
height: 100%; 
width: 100%; 
}

* html #framecontentTop, * html #framecontentBottom{ /*IE6 hack*/
width: 100%;
}

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

a.ovalbutton{
background: transparent url('../Images/oval-orange-left.gif') no-repeat top left;
display: block;
float: left;
font: normal 13px Tahoma; /* Change 13px as desired */
line-height: 16px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 24px) */
height: 24px; /* Height of button background height */
padding-left: 11px; /* Width of left menu image */
text-decoration: none;
}

a:link.ovalbutton, a:visited.ovalbutton, a:active.ovalbutton{
color: #494949; /*button text color*/
}

a.ovalbutton span{
background: transparent url('../Images/oval-orange-right.gif') no-repeat top right;
display: block;
padding: 4px 11px 4px 0; /*Set 11px below to match value of 'padding-left' value above*/
}

a.ovalbutton:hover{ /* Hover state CSS */
background-position: bottom left;
}

a.ovalbutton:hover span{ /* Hover state CSS */
background-position: bottom right;
color: black;
}

.buttonwrapper{ /* Container you can use to surround a CSS button to clear float */
overflow: hidden; /*See: http://www.quirksmode.org/css/clearing.html */
width: 100%;
}

.BodyTekstKop {
font-family: Verdana, Arial, Helvetica, sans-serif;  font-size: 14px;  font-weight: bold;  color: #000000;  text-decoration: none;
}

