/******ALGEMEEN******/

* {
margin: 0px;
padding: 0px;
border: 0px;
}

body {
font-family: Tahoma, Arial, "Trebuchet MS",  Serif;
font-size: 11px;
color: #D7D7D7;
background: url('images/body_bg.png') repeat;
height: 100%;
overflow: hidden;
}

h1 {
color: #88AC00;
font-weight: bold;
font-size: 11px;
text-transform: uppercase;
margin-bottom: 5px;
}

/**********************************INTRODUCTIE PAGINA**************************/

/******HORIZONTALE LIJNEN******/

#hor_lijnen {
width: 100%;
height: 158px;
position: absolute;
top: 270px;
border-top: 1px solid #4A4A4A;
border-bottom: 1px solid #4A4A4A;
}

/******VERTIKALE LIJNEN******/

#vert_lijnen {
width: 516px;
border-left: 1px solid #232323;
border-right: 1px solid #232323;
left:28%;
height: 100%;
position: absolute;
}

/******LOGO EN GEGEVENS******/

#gegevens {
left:28%;
top: 270px;
position: absolute;
margin-top: -18px;
margin-left: -2px;
}

#trans {
background: white;
left:28%;
top: 271px;
position: absolute;
width: 518px;
height: 158px;
filter:alpha(opacity=10);-moz-opacity:.10;opacity:.10;
}

/**********************************PORTFOLIO PAGINA****************************/

/******HORIZONTALE LIJNEN******/

#hor_lijnen_port {
width: 100%;
height: 400px;
position: absolute;
top: 150px;
border-top: 1px solid #4A4A4A;
border-bottom: 1px solid #4A4A4A;
}

/******VERTIKALE LIJNEN******/

#vert_lijnen_port {
width: 516px; 
border-left: 1px solid #000000;
border-right: 1px solid #000000;
left:28%;
height: 100%;
position: absolute;
filter:alpha(opacity=10);-moz-opacity:.10;opacity:.10;
}

/******GEGEVENS******/

#gegevens_port {
left:28%;
top: 150px;
position: absolute;
margin-top: -18px;
margin-left: -2px;
}

/******GEGEVENS TOP******/

#gegevens_top {
margin-top: -132px;
}

/******GEGEVENS INHOUD******/

#gegevens_inhoud {
width: 486px; /*516*/
margin-left: 2px;
padding-left: 15px;
padding-right: 15px;
height: 392px;
}

   #gegevens_inhoud_links {
   float: left;
   display: inline;
   width: 189px;
   }
   
      #gegevens_inhoud_links_tekst {
      height: 100px;
      overflow: hidden;
      }
      
      #gegevens_inhoud_links_paginas {
      text-align: center;
      margin-top: 5px;
      }      
      
         #gegevens_inhoud_links_paginas a {
         color: white;
         text-decoration: none;
         font-size: 12px;
         color: #88AC00;
         }    
         
            #gegevens_inhoud_links_paginas a:hover, #gegevens_inhoud_links_paginas a.actief {
            font-weight: bold;
            color: white;
            }           
      
         #gegevens_inhoud_links_tekst p {
         margin-bottom: 10px;
         }
         
      #gegevens_inhoud_links_fotos {
      width: 179px; /*180*/
      padding-left: 1px;
      height: 258px; /*259*/
      padding-top: 1px;
      border: 1px solid #525252;
      background: #525252;
      }   
      
         #gegevens_inhoud_links_fotos img {
         
         }   
         
            #gegevens_inhoud_links_fotos .opacity {
            filter:alpha(opacity=50);-moz-opacity:.50;opacity:.50;
            }  
   
   #gegevens_inhoud_rechts {
   width: 278px;
   height: 310px; /*390*/
   padding-top: 40px;
   padding-bottom: 40px;
   border: 1px solid #88AC00;
   background-color: #7D7D7D; 
   float: left;
   display: inline;
   margin-left: 15px;
   }

/******FOOTER******/

#footer {
background: url('images/footer.png') no-repeat;
height: 17px;
width: 522px;
margin-top: 2px;
}

   #footer a  {
   width: 80px;
   height: 17px;
   display: block;
   margin-left: 380px;
   }
   
      #footer a span {
      display: none;
      }

#vlak {
width: 86px;
margin-left: 318px;
margin-top: 10px;
height: 100%;
position: absolute;
background: white;
filter:alpha(opacity=10);-moz-opacity:.10;opacity:.10;
}

/******TOOLTIP******/

#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #111;
	background-color: #eee;
	padding: 10px;
	width: 350px;
	opacity: 0.85;
	font-size: 10px;
	line-height: 19px;
	color: #575757;
	font-weight: normal;
}
#tooltip h3, #tooltip div { margin: 0; }
