@charset "utf-8";
/* CSS Document */
body
	{background-color: #FFF;
	}

#container
	{position: absolute;
	 top: 50%;
	 left: 50%;
	 height: 530px;
	 width: 950px;
	 margin: -265px 0 0 -475px;
	 z-index: 1;
	}

#navigation_space
	{position: absolute;
	 left: 0px;
	 top: 0px;
	 height: 530px;
	 width: 200px;
	 z-index: 2; 
	}
	
P.navigation_link
	{left: 0px;
	 top: 0px;
	 vertical-align: top;
	 font-family: Arial narrow, Arial, Helvetica, sans-serif;
	 font-size: 20px;
	 font-weight: 700;
	 color: #000;
	 line-height: 25px;
	 width: 200px;
	 z-index: 6; 
	}

#mainnav
   {position: relative;
	top: 0px;
	left: 0px;
	height: 25px;
	width: 120px;
	color: #000;
	font-family: Arial narrow, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: 700;
	color: #000;
	line-height: 25px;
	width: 200px;
   }
   
  /* inactive link */		   
  #noptype {color: #000;}
  
  /* active colors */		   
  .ptype1 {color: #F00;}
  .ptype2 {color: #F00;}
  .ptype3 {color: #F00;}
  .ptype4 {color: #F00;}
  .ptype5 {color: #F00;}
  .ptype6 {color: #F00;}
  .ptype7 {color: #F00;}

a, a:hover
   {
   	text-decoration: none;
   }
	
#logo_space
	{position: absolute;
	 left: 0px;
	 top: 0px;
	 height: 100px;
	 width: 156px;
	 z-index: 5;
	}
	
#knoppen_space_1
	{position: absolute;
	 left: 0px;
	 top: 175px;
	 height: 175px;
	 width: 200px;
	 z-index: 5;
	}

#knoppen_space_2
	{position: absolute;
	 left: 0px;
	 top: 400px;
	 height: 50px;
	 width: 200px;
	 z-index: 5;
	}
	
#picture_space
	{position: absolute;
	 left: 200px;
	 top: 0px;
	 height: 500px;
	 width: 750px;
	 background-color:#fff;
	 z-index: 3;
	}
	
#pdf_space
	{position: absolute;
	 left: 200px;
	 top: 510px;
	 height: 20px;
	 width: 750px;
	 font-family: Arial narrow, Arial, Helvetica, sans-serif;
	 font-size: 13px;
	 font-weight: bold;
	 color: #000; 
	 z-index: 4;
	}

