﻿/* --------------------------------------- TEMPLATE ALGEMEEN ------------------------------------------ */
body
{
	font-size: 7.5pt;
	line-height: 12pt;
	font-family: Verdana, Sans-Serif;
	margin: 0px;
	padding: 0px;
	color: #000;
}

#containerback
{
 
  width:50%;
  height:565px;
  position: absolute;
  top: 50%;
  /*left: 50%;
  margin-left: -490px; -1/2 x breedte */
  margin-top: -275px;  /*-1/2 x hoogte */

            
}

#container
{
  
  width:987px;
  height:565px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -490px; /*-1/2 x breedte */
  margin-top: -275px;  /*-1/2 x hoogte */
 
            
} 


.achtergrondafbeelding
{
    
  background-image:url(/images/menustreep.gif);/**/
  background-repeat:repeat-x;
  background-position:left bottom;
  
}

.menu
{
  background-image:url(/images/menuback.gif);/**/
  background-repeat:no-repeat; 
  
}

.hoofdmenu
{
 width:139px;
 border-right:solid 2px rgb(255,255,255);
  border-top:solid 0px rgb(0,255,255);
 height:71px;
 float:left; 
 cursor:pointer;
   
}

.homebijschrift
{
    visibility:hidden;
    position:absolute;
    margin-left: 25px;
    margin-top: 14px;
}

.pagebijschrift
{
    visibility:hidden;
    position:absolute;
    margin-left: 20px;
    margin-top: 30px;
}

.gifpos
{
    margin-left:20px;
    margin-top:28px;
}

.hoofdmenuzonderlijn
{
 width:141px;
 height:71px;
 float:left;   
}

.hand
{
	cursor:pointer;
}

img
{
	border: 0px;
}

/* --------------------------- generiek --------------------------------------------- */

a:link, a:hover, a:active, a:visited {
	color: rgb(255, 110, 0);
	text-decoration: none;
}

a:hover {
	
	text-decoration: underline;
}
/* --------------------------- medewerkers element ---------------------------------- */
.medew_scrollblok
{
    overflow: hidden;
    height: 401px;
    
}

.medewerkerersblok
{
    margin-left:0px;
    height:417px;
    position:absolute;
    margin-top:-16px;
    width:381px;
    float:left; 
    border:solid 0px;
    color:rgb(255,255,255);
    background-color:rgb(255,110,0);
    padding-top:16px;
    padding-left:20px;
    padding-right:20px;
    text-align:justify;
    
}
.cvtekst
{
    /*padding-top:10px;*/
    margin-left: 443px;
    margin-top:9px;
    
}
