/* CSS Document */
body{
	margin: 0;
	padding: 0;
	border: 0;
	overflow: hidden;
	height: 100%;
	max-height: 100%;
	max-width: 1004px;
width: expression(document.body.clientWidth > 1004? "1004px": "auto" );
}

#framecontentLeft, #framecontentTop{
position: absolute; 
top: 0; 
left: 0; 
width: 200px; /*Width of left frame div*/
height: 100%;
overflow: hidden; /*Disable scrollbars. Set to "scroll" to enable*/
}

#framecontentTop{ 
left: 210px; /*Set left value to WidthOfLeftFrameDiv*/
right: 0;
width: auto;
height: 120px; /*Height of top frame div*/
overflow: hidden; /*Disable scrollbars. Set to "scroll" to enable*/
}

#framecontentLeft{
top: 120px;
}

#maincontent{
position: fixed; 
left: 200px; /*Set left value to WidthOfLeftFrameDiv*/
top: 120px; /*Set top value to HeightOfTopFrameDiv*/
right: 0;
bottom: 0;
padding: 15px;
overflow: auto; 
}

.innertube{
margin: 15px; /*Margins for inner DIV inside each DIV (to provide padding)*/
}

.innerleft{
float: left;
margin: 0;
width: 30%;
padding: 10px;
text-align: right;
}

.innerright{
float: left;
margin: 0 0 0 0; /*Margins for content column. Should be "0 right-column-width 0 left-column-width*/
padding: 10px;
}

.stop{
clear: left;
margin: 0px 0 90px 0;
}

* html body{ /*IE6 hack*/
padding: 120px 0 0 200px; /*Set value to (HeightOfTopFrameDiv 0 0 WidthOfLeftFrameDiv)*/
}

* html #maincontent{ /*IE6 hack*/
height: 100%; 
width: 100%; 
}

* html #framecontentTop{ /*IE6 hack*/
width: 100%;
}

#change { /*css style changer*/
position: absolute;
top: 22px;
right: 0;
}

#footer { 
width: auto; 
position: absolute;
bottom: 0;
left: 0;
margin-left: auto;
margin-right: auto;
}

/*layout*/
.h{
display: none;
}

h3.top{
margin-top: 0;
}

p{
line-height: 1.6em;
font-size: 1.1em; /* wordt 11px */
margin: 0 0 0 0;
}

table{
line-height: 1.6em;
font-size: 1.1em; /* wordt 11px */
margin: 0 0 0 0;
}

H1 {font-size: 2em} /* wordt 20px */
H2 {font-size: 1.8em} /* wordt 18px */
H3 {font-size: 1.5em} /* wordt 15px */
H4 {font-size: 1.2em} /* wordt 12px */
H5 {font-size: 1.1em}
H6 {font-size: 1em}
b{font-size: 1.2em;}
a {text-decoration: none;}
a:link {color: #FF0000;}
a:visited {color: #CC6600;}
a:hover {color: #FF0000; text-decoration: underline;}


