﻿
body{
margin: 0px;
/* padding:0px; */
/* border:0px; */
overflow:auto;  
}

#site {
margin: 0 auto;
width: 765px;
border: 1px solid #C0C0C0;
min-height: 100%;
}

#topsection{
position:relative;
height: 120px;
}

#header{
width: 765px; 
height: 120px; /* Height of top section */
}

#bottomsection{
position:relative;
left:0px;
top:0px;
width:765px;   /* Width of main container */
background-color:#f6f6ff;  /*  voor hidden-Uvumi-scrollbar functie, die anders transparent/wit laat zien tijdens omschakelen  */
}

#frameLeft{
position:absolute;   /* in sc-site van relative -> absolute  */
left:0px; 
top:0px; 
width:152px;   /* border en padding erbij tellen */
height:1000px;
overflow:auto;		
background-color:#f6f6ff;
border-top: 1px solid #C0C0C0;
padding-left:13px;
padding-top:0px;
}

#frameMain{
position:absolute; 
left:165px;    /* border en padding-left van leftFrame erbij tellen */
top:0px;
width:600px;
height:1000px;
overflow:auto;
background-color: white;		
padding-left:0px;
padding-top:0px;
padding-right:0px;
border-left:  1px solid #000080;
border-top: 1px solid #000080;
/*  border-right: 1px solid #000080;  */
z-index: 1;
}

#maintable {
width:600px;
height:100%; 
background-color: #f6f6ff;
}


.maintablecell {
margin:0px; 
padding-top: 14px;
padding-left: 14px; 
padding-right:13px; 
vertical-align:top;
}


