/*Common Styles*/
html 
{ 
    height: 100%; 
    padding:0;
    margin:0;
    border:0px none;
}
body 
{
    margin:0;
    background-color: #e8edf6;
    color: #000;
}
td, body
{ 
    font-family: Verdana;
    font-size: .70em;
    line-height: 1.5em;
}
p
{
    line-height:150%;
    margin-left: 10px;
}
ul
{
    list-style-image: url('../img/arrow.gif');   
}
#sub_ul
{
	list-style-image: url('none');
    list-style-type: circle;   
}
img
{
    border: 0px none;    
}

/*Layout Styles*/
#container
{
    background:#fff;
    padding:0px;
    height:100%;
    width:800px;
    overflow: hidden;
}
#header
{
    height: 120px;
    background-image: url('../img/header.jpg');
}
#content
{   
    padding: 10px 50px 30px 50px;
}
#leftBox
{   
    width: 180px;
    vertical-align: top;
}
#rightBox
{
    vertical-align: top;
    padding: 10px 50px 30px 30px;
    width: 625px;
}

/*Title Styles*/
H1
{
    color:gray;
    font-size:160%;
	text-decoration: none;
	border-bottom: 2px solid #dbd5c5;
	padding-top: 20px;
}
H2{
    color: #39a2fe;
    font-size:135%;
    margin: 5px 0 10px 0;
    padding-left: 10px;
}
H3{
    color:gray;
    font-size:120%;
    font-weight:bolder;
    padding-left: 20px;
    text-decoration: underline;
}
H4{
    color:#434448;
    font-size:105%;
    font-weight:bolder;
}

/*HyperLink Styles*/
a:link, a:visited
{
    color: dimgray;
    text-decoration: underline;    
}
a:hover
{
    color: Black;  
}



/*Vertical navigation*/
#vertNavBox
{
    margin-top: 20px;       
}
#vertNavList
{
    padding-left: 0;
    margin-left: 0;
    border-bottom: 1px solid #8caef9;
    list-style: none;
}
#vertNavList li
{
    border-top: 1px solid #8caef9;
    margin: 0;
    padding: 0.25em;
    font-weight:bold;
}
#vertNavList li#active
{
    background: url('../img/bg_sector.gif') repeat-x;
}
#vertNavList li#active a
{
    color:#434448;
}
#vertNavList li a,
#vertNavList li a:link,
#vertNavList li a:active
{ 
    text-decoration: none; 
    color: #949494;      
    border:0px none;
}
#vertNavList li a:hover
{ 
    text-decoration: none;
    color: #434448;
}
#vertNavList .text
{
    padding: 5px 0 5px 5px;    
}
#vertNavList .foto
{
    padding: 5px; 
}

/*Horizontal Navigation*/
#nav
{
    width: 100%;
    float: left;
    margin: 90px 0 0 0;
    font-size: 120%;
    padding-left: 275px;
}
#nav ul 
{
    margin:0;
    padding:10px 10px 0;
    list-style:none;
}
#nav li {
  float:left;
  background:url('../img/left.gif') no-repeat left top;
  margin:0;
  padding-left:9px; padding-right:0; padding-top:0; padding-bottom:0
  }
#nav a {
  float:left;
  display:block;
  background:url('../img/right.gif') no-repeat right top;
  text-decoration:none;
  font-weight:bold;
  color:#765; padding-left:6px; padding-right:15px; padding-top:5px; padding-bottom:4px
  }
/* Commented Backslash Hack
   hides rule from IE5-Mac \*/
#nav a {float:none;}
/* End IE5-Mac hack */
#nav a:hover {
  color:#333;
  }
#nav #current {
  background-image:url('../img/left_on.gif');
  }
#nav #current a {
  background-image:url('../img/right_on.gif');
  color:#333;
  padding-bottom:5px
  }

/* Form Styles */
input
{
    font-family: Verdana;
}
.button
{
    font-size: 110%;
}
.fieldTitle
{
    text-align: right;
    vertical-align: top;
    font-weight: bold;
    color: #444444;    
}

/* Sector Styles */
.sectorTable
{
    width: 100%; 
}
.sectorTable TD
{
    vertical-align: top;
}
.sector
{
    padding: 10px;
    min-height:141px;
    background-color: #ebf0f9;
    border: solid 2px #ebf0f9;
}
.over
{
    border: solid 2px #359cff;
    cursor: hand;
}
.sector ul
{
    padding: 0;    
    margin: 0 0 0 45px;
    color: #585858;
}
.sectorTable a:link, 
.sectorTable a:visited
{
    color: Black;
    text-decoration: none;
}

/*Opleiding Styles*/
.opleiding
{
    color: dimgray;
    margin: 20px;
    background-color: #eaeef5;
    border: solid 1px #39a2fe;  
}
.opleiding .titel
{
    font-size: 125%;
    color: dimgray; 
    text-transform: uppercase;
    text-decoration:none;
    letter-spacing:2px;
}
.opleiding .inhoud
{
    padding: 10px 30px 15px 30px;
}
.opleiding .rubriek
{
    font-size: 110%;
    color: gray;
    font-weight: bold;
    text-decoration: underline;
}
.opleiding p
{
    line-height: 125%;    
}
.author
{
    padding: 5px 0 15px 0;
    text-align: center;
    color: dimgray;    
}

/*Helpers*/
.floatRight
{
    float: right;    
}
.floatLeft
{
    float: left;  
}