
/*///////////////////////////////////////////////////////////////////*/
/*///////////////////////////////////////////////////////////////////*/
/*/////////////////  CSS Document - LiMiS - MAIN   //////////////////*/
/*///////////////////////////////////////////////////////////////////*/
/*///////// Author: Van Den Broeck Steven - www.exposit.be //////////*/

* {padding: 0; margin: 0;} 

/* General
---------------------------------------------------------------------*/
body {
   margin:0;
   background:url(../imgs/gradient_bg.jpg);
   background-position:left top;
   background-repeat:repeat-x;
   font-family: Verdana, Helvetica;
   font-size: 10pt;
   color:#CCCCCC;
   }
   
#logo {
   position:absolute;
   top:50%;
   left:35px;
   height:418px;
   width:144px;
   margin-top:-209px;
   background:url(../imgs/limis_logo-trans.png);
   cursor:pointer;
   }
   
#navigation {
   position:absolute;
   bottom:10px;
   left:0;
   width:100%;
   height: 36px;
   }
     
   
/* content container
---------------------------------------------------------------------*/
/* containerp is aangemaakt door Bruno op 27/11/09 en wordt gebruikt in projects.htm*/
#containerp {
   position:absolute;
   left:50%;
   top:25%; /* was 50%, aangepast door Bruno op 27/11/09 */
   height:418px;
   width:658px;
   margin-top:-209px;
   margin-left:-329px;
   /*overflow:hidden; */ /* was niet hidden, aangepast door Bruno op 27/11/09 */
   }
#container {
   position:absolute;
   left:50%;
   top:50%;
   height:418px;
   width:658px;
   margin-top:-209px;
   margin-left:-329px;
   overflow:hidden; *
   }      
    
#content {   
   width:657px;
   margin-top:10px;
   z-index:1;
   }  


   
/* headings and typography
---------------------------------------------------------------------*/
   h1 {   
   height:36px;   
   padding-left:7px;      
   font-size:14px;
   font-weight: bold;   
   line-height:36px;  
   }
   
   p {
   padding:7px;
   }
   
  .green {
   color:#B8DB7C;
   }

   a {
   color:#CCCCCC;
   }
	 
   a:hover {
   color:#B8DB7C;
   }
   
   a:active { 
   outline:none;
   }
   
   a:focus {
   -moz-outline-style:none;
   }


/* Verlofregeling
---------------------------------------------------------------------*/
#float, float p {
	position:absolute;
	bottom: 66px;
	border:1px solid #B8DB7C;
	width: 700px;
	left: 50%;
	margin-left: -350px;
	margin-right: auto;
	text-align:center;
	background-color:#333333;
	} 
