@charset "utf-8";
/* CSS Document */

/*-------------------------------
 |        HTML & BODY            |
  -------------------------------
*/

html {
	background-color: #000000;
	background-image: url(i/bg.jpg);
	height: 100%
}


body {
	position: absolute;
	background-color:none transparent;
	margin:0 auto;
	width: 900px;
	height: 100%;
    left: 50%;
	min-height: 100% !important;
	top: 0px;
    margin-left: -450px
}

/*-------------------------------
 |            DIVS               |
  -------------------------------
*/

div.main {
	position: absolute;
	top: 10%;
	margin: 0px;
	padding: 0px;
	background-color: #303130;
	width: 900px;
	height: 500px
}

div.links {
	position: absolute;
	top: 25px;
	left: 25px;
	width: 315px;
	height: 350px;
}

div.links2 {
	position: absolute;
	top: 25px;
	left: 25px;
	width: 330px;
	height: 470px;
	overflow: auto
}

div.links3 {
	position: absolute;
	top: 25px;
	left: 25px;
	width: 330px;
	height: 370px;
	overflow: auto
}

div.linkstekst {
 	position: absolute;
	bottom: 25px;
	left: 25px;
	width: 315px;
	height: 60px;
	text-align: center;
	background-color: #3C3C3C
}

div.lijn {
	position: absolute;
	top: 25px;
	left: 370px;
	height: 450px;
	width: 2px;
	background-color: #979797
}

div.logo {
	position: absolute;
	right: 10px;
	top: 25px;
	width: 480px;
	text-align: center
}

div.rechts {
	position: absolute;
	right: 25px;
	bottom: 115px;
	padding: 5px;
	width: 450px;
	text-align: justify;
	height: 210px;
	background-color: #3C3C3C
}

div.copy {
	position: absolute;
	bottom: 0px;
	right: 25px;
	height: 25px;
	width: 460px;
	background-color: #303130;
	text-align: right	
}

div.copy a span {
	display: none
}

div.copy a:hover span {
   	display: block;
  	position: absolute;
    right: 0px; 
  	bottom: 25px; 
    width: 450px;
    padding: 5px; 
    margin: 0px; 
    z-index: 100;
    color: #AAA; 
    background: black;
    font: 10px Verdana, sans-serif; 
    text-align: center
}

div.foto {
	position: absolute;
	top: 25px;
	right: 12px;
	height: 450px;
	width: 500px;
	text-align: center
}

div.exp {
 	position: absolute;
	bottom: 25px;
	right: 25px;
	width: 450px;
	height: 60px;
	text-align: left;
	background-color: #3C3C3C;
	padding: 5px
}

div.schaduw {
	position: absolute;
	bottom: -5px;
	right: 0px;
	width: 890px;
	height: 5px;
	background-image: url(i/sb.gif)
}

div.login {
	position: absolute;
	right: 100px;
	top: 100px;
	padding: 100px 0 0 0;
	width: 700px;
	height: 200px;
	text-align: center;
	background-color: #3C3C3C
}

/*-------------------------------
 |           LINKS               |
  -------------------------------
*/


a.nl:link,a.nl:visited, a.nl:active, a.nl:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none
}

a.el:link,a.el:visited, a.el:active, a.el:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: underline
}

a.cl:link,a.cl:visited, a.cl:active, a.cl:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CCCCCC;
	text-decoration: none
}

/*-------------------------------
 |            TXT&IMG            |
  -------------------------------
*/

p.ht {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #CCCCCC
}

p.ht2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #999999;
	font-variant: small-caps
}

p.nt {
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #CCCCCC
}

img.ni {
	border: 0px;
	margin-top: 15px;
}

img.terug {
	border: 0px;
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 110px;
	height: 20px
}