/* CSS Document */
body{
margin: 0;
padding: 0;
border: 0;
overflow: hidden;
height: 100%; 
max-height: 100%; 
background-color: #000000;
}

p, ul{
line-height: 1.6em;
font-size: 1.1em; /* wordt 11px */
margin: 0 0 0 0;
}

H1 {font-size: 2em; color: #800000} /* 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;}
em{color: red;}
a {text-decoration: none;}
a:link {color: #FF0000;}
a:visited {color: #CC6600;}
a:hover {color: #FF0000; font-style: italic;}

#framecontentLeft, #framecontentRight{
position: absolute; 
top: 0; 
left: 0; 
width: 190px; /*Width of left frame div*/
height: 100%;
overflow: hidden; /*Disable scrollbars. Set to "scroll" to enable*/
}

#framecontentRight{
left: auto;
right: 0; 
width: 190px; /*Width of right frame div*/
overflow: hidden; /*Disable scrollbars. Set to "scroll" to enable*/
text-align: right;
}

#framecontentTop, #framecontentBottom{
position: absolute;
top: 0; 
left: 190px; /*Set left value to WidthOfLeftFrameDiv*/
right: 190px; /*Set right value to WidthOfRightFrameDiv*/
width: auto;
height: 150px; /*Height of top frame div*/
overflow: hidden; /*Disable scrollbars. Set to "scroll" to enable*/
}

#framecontentBottom{
top: auto;
height: 0px; /*Height of bottom frame div*/
bottom: 0;
}

#maincontent{
position: fixed; 
top: 150px; /*Set top value to HeightOfTopFrameDiv*/
bottom: 0px; /*Set bottom value to HeightOfBottomFrameDiv*/
left: 190px; /*Set left value to WidthOfLeftFrameDiv*/
right: 190px; /*Set right value to WidthOfRightFrameDiv*/
overflow: auto; 
}

.innertube{
margin: 15px; /*Margins for inner DIV inside each DIV (to provide padding)*/
}

* html body{ /*IE6 hack*/
padding: 150px 190px 0px 190px; /*Set value to (HeightOfTopFrameDiv WidthOfRightFrameDiv HeightOfBottomFrameDiv WidthOfLeftFrameDiv)*/
}

* html #maincontent{ /*IE6 hack*/
height: 100%; 
width: 100%; 
}

* html #framecontentTop, * html #framecontentBottom{ /*IE6 hack*/
width: 100%;
}

#breadcrumb{
float: left;
margin-left: 0;
margin-top: 116px;
width: auto;
height: 17px;
} 

#pandcolumn p{
padding-right: 60px; /* inspringen tekst in middenkolommen */
padding-left: 7em;
}

#pandcolumn ul{
padding-right: 60px; /* inspringen lijst in middenkolommen */
padding-left: 9em;
}

.news {
border: 1px solid #CCCCCC;
padding: 20px;
max-width: 47em;
background-color: #F5F5F5;
color: #666666;
}

.news p{
padding-right: 260px; /* inspringen tekst in middenkolommen */
padding-left: 60px;
}

.news h6{
text-align: right;
}

#akadesign{
position: absolute;
bottom: 0px;
right: 0px;
width: 190px; /* size of right frame */
background-color: #FFCC00;
color: #000000;
}

p.aka{
text-align: center;
font-size: 0.9em; /* reclame wordt 9px */
}

p.sub{
text-indent: 0.3em; /* inspringing eerste regel tekst*/
}

.footertube{
margin: 0 15px 0 15px; /*Margins for inner DIV inside each DIV (to provide padding)*/
padding: 0 1em 0 0;
text-align: right;
background-color: #FFCC00;
}

.style1 {
	color: #FF0000;
	font-weight: bold;
}