/****\=============================================
|ŻŻŻ/|\____________________________________________
|	i	  i3 Stylesheet.css
|	3	  (C) Copyright 2008
|___/|/ŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻ
\****/

body:before {
          content: "";
          position: fixed;
          top: -10px;
          left: 0;
          width: 100%;
          height: 10px;

          -webkit-box-shadow: 0px 0px 10px rgba(0,0,0,.8);
              -moz-box-shadow: 0px 0px 10px rgba(0,0,0,.8);
                         box-shadow: 0px 0px 10px rgba(0,0,0,.8);

          z-index: 100;
}


td {
	font-family: Arial, Helvetica, sans-serif;
}

th {
	font-family: Arial, Helvetica, sans-serif;
}

.title {
	padding-bottom:3px;
	border-bottom: 1px solid #999999;
	width:465px;
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 26px;
	font-weight: bold;
}

body {
	background: #FFFFFF;
	font: normal 13px Trebuchet MS, Arial, Helvetica, sans-serif;
	color: #666666;
}

a {
	color: #FFFFFF;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	color: #999999;
}

#sitecenter {
position: absolute;
left: 50%;
top: 50%;
width: 730px;
height: 584px;
margin-left: -365px; /* de helft van de breedte van deze container */
margin-top: -292px; /* de helft van de hoogte van deze container */

}


#headtop {
	width: 730px;
	height:30px;
	background: #FFFFFF;
	cursor: default;
	text-align:justify

}

#headtop a {
	text-decoration: none;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #999999;
}

#headtop a:hover {
	color: #000000
}

#page {

	width: 728px;
	border: 1px solid #999999;
       
}

#blok1 {
	float:left;
	width: 242px;
	height: 171px;
	margin: 0 auto;
	border-bottom: 1px solid #999999;
	cursor: hand;

}

#blok2 {
	float:left;
	width: 242px;
	height: 171px;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #999999;
	font-size: 16px;
	font-weight:bold;
	line-height: 171px;
	cursor: hand;

}

#blok3 {
	float:left;
	width: 242px;
	height: 171px;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #999999;
	font-size: 16px;
	font-weight:bold;
	line-height: 171px;
	cursor: hand;

}

#content {

	float:left;
	width: 675px;
	height: 343px;
	padding-left: 20px;
	padding-top: 20px;

}

#content A {
	text-decoration: underline;
	color: #003F80;
}

#content A:Hover {
	text-decoration: none;
	color: #3163CE;
}


#content p, #content ol, #content ul {
	line-height: 152%;
}

#footer {
	width: 730px;
	height:30px;
	padding-top: 10px;
	color:#999999;
	text-align: center
}

/****\=============================================
|ŻŻŻ/|\____________________________________________
|	    	Martijn van der Made (C) 2008
|___/|/ŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻ
\****/