﻿@Media Print
{
    .pk
    {
        /*display:none ;*/
        visibility:hidden ;
        }
    }

body{
	font-family: Arial, Tahoma, Helvetica, Verdana, Courier New;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	color: #262626;
	text-align: left;
	background-color: #ffffff;

    
    }
/* Default tags -------- IMPORTANT ------------------*/    
h1 
{
    font-size : 12pt;
    color:#B46F2B;
    font-family:Georgia ;
    
      
    }    
h2
{
    font-size: 11pt;
    }    
h3
{
    font-size: 10pt;
    }    
/* -----------------------------------------------------*/

div#wrapper
{
    width:100%;
    height:100%;
    background-color:#FFFFFF;
    }    
div#filler
{
    width:700px;
    height: 80px;
    
    }

    
div#container
{
    width:700px;
    height: 550px;
    position: relative;
    margin : 0 auto;
    /*border: solid 1px green;*/
    }

div#links
{
    width:200px;
    height: 549px;
    float:left;
    /*border: solid 1px blue;*/
    }

div#cont
{
    width:466px;
    height:529px;
    float: left;
    /*border:solid 1px red;*/
    overflow: auto;
    padding:10px;
    color:#999999;
    
    }
div#footer
{
    width:680px;
    height:30px;
    /*border: solid 1px Yellow;*/
    background-image:url('../images/sluitregel.gif');
    background-repeat:no-repeat ;
    background-position:top left;
    float:left;
    text-align :right;
    padding-right:20px;
    padding-top: 40px;
    color:#B46F2B;
    } 

div#footer a
{
    color:#B46F2B;
    font-family:Georgia;
    font-size:10pt;
    text-decoration:none;
    
    }    
    
div#footer a:hover
{
    color:Black;
    text-decoration:underline;
    }    
div#footer a.active
{
    color:Black;
    text-decoration:none;
    }    
    
div#header
{
    width:200px;
    height:225px;
    /*border: solid 1px grey;*/
    background-image:url('../images/logo.gif');
    background-position: top 10px;
    background-repeat:no-repeat;
    
    }       
div#menu
{
    width:180px;
    height: 260px;
    /*border: solid 1px black;*/
    color:#B46F2B;
    font-family:Georgia;
    margin-top:40px;
    padding-left:20px;
    padding-top:20px;
    }    

div#menu a
{
    color:#B46F2B;
    font-size : 13pt;
    text-decoration : none;
    Display:block;
    padding-bottom:10px;
    
    }    
div#menu a:hover
{
    color: black;
    text-decoration:underline;
    
    }    
div#menu  a.active
{
    color: Black;
    text-decoration:none;
    }

div#langsep
{
    width: 180px;
    height:40px;
    }






/* Language picker - important!! */ 
.langPicker
{
	float:right;
	top: 0px;
	margin-right: 50px;
}
.langPicker .active
{
	
}
.langPicker .inactive
{
	filter:alpha(opacity=40);
	opacity:.4;
}
.langPicker .inactive:hover
{
	filter:alpha(opacity=100);
	opacity:1;
}
    
    

