/* MAIN
----------------------------------------------- */

a:link {
	text-decoration: none;
	color: #eeeeee;
}
a:visited {
	text-decoration: none;
	color: #eeeeee;
}
a:hover {
	text-decoration: none;
	color: #eeeeee;
}
a:active {
	text-decoration: none;
	color: #eeeeee;
}

body{
	background: #1A1A1A;
	background-image: url(../images/background.jpg);
	color: #eeeeee;
	font: 76% 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

#topborder{	
	width: 100%;
	height: 12px;
	background-color: #d1e53b;
}

#container{
	width: 700px;
	height:auto;
	float: left;
	left: 50%;
	margin-top: 40px;
	margin-left: -350px;
	position: relative;
}

/* CONTENT
----------------------------------------------- */

#content{
	width: 450px;
	height: auto;
	float: left;
	margin-left: 25px;
	margin-right: 25px;
	text-align: justify;
/*	background-color: #FF0000; */
}



.section{ 
	border-top: 1px solid #3d3d33;
	width: 450px;
  	padding: 15px 0; 
	float: left;
}

.section li{
	list-style-image: url(../images/list.gif);
}

.section li li{
	list-style-image: url(../images/list2.gif);
}

.first{ 
	border-top: none; 
	float: left;
}

.thumbnail{
	padding: 5px 5px 5px 5px;
	background-color: #222222;
	border: 1px solid #2a2a2a;
	float: left;
	margin-right: 9px;
	margin-bottom: 9px;
	line-height: 12px;
}	

#disclaimer{
	height: auto;
	float: left;
	margin-top: 40px;
	color: #d1e53b;
	border-top: 1px solid #a0aa54;
	text-align: right;
	font-size: 10px;
}

#disclaimer a:link {
	text-decoration: none;
	color: #d1e53b;
}

.download{
	width: 400px;
	height: 32px;
	padding: 5px 5px 5px 5px;
	background-color: #222;
	border: 1px solid #2a2a2a;
	float: left;
	margin-bottom: 9px;
	margin-left: 20px;
	font-size: 16px;
}	

.Statue{
	width: 285px;
	height: 500px;
	position: fixed;
	float: left;
	left: 20px;
	bottom: 0px;
	background-image: url(../images/statue.png);
}

/* IE ERROR
----------------------------------------------- */
#error{	
	width: 100%;
	height: 20px;
	background-color: #FF0000;
	color: #FFFFFF;
	text-align: center;
}

#error a{
	text-decoration:underline;
}

/* NAVIGATION
----------------------------------------------- */
#sidebar{ 
	top: 38px;
	left:20px;	
	width: 200px; 
	float: left;
	text-align: right;
/*	background-color: #00FFFF */
}

#menu{ 
	list-style: none;
	margin: 20px 0; 
	width: 150px;
	float: right;
	text-align: left;
}

#menu li{ 
	padding: 0; 
	margin: 0; 
}

#menu a{
	display: block;
	height: 20px;
	padding: 3px 2px 2px 8px;
	border-bottom: 1px solid #1a1a1a;
	color: #eee;
	background-color: #333;
	}

#menu a:hover{
	color: #1a1a1a;
	background-color: #d1e53b;
	}	
	
/* LOGIN FORM
----------------------------------------------- */

#klantlogin{
	width: 400px;
	background-color: #222222;
	border: 1px solid #2a2a2a;
	padding: 5px;
	float: left;
	text-align: center;
	margin-left: 20px;
}

#klantnaam{
	background-color: #1A1A1A;
	border-color: #333333;
	border-width:0px;
	color: #eeeeee;
	font-size: 10px;
}

#wachtwoord{
	background-color: #1A1A1A;
	border-color: #333333;
	border-width:0px;
	color: #eeeeee;
	font-size: 10px;
}

#submit{
	background-color: #222222;
	border: none;
	color: #d1e53b;
}
		
/* TYPOGRAPHY
----------------------------------------------- */
h1, h2, h3{ font-family: "Trebuchet MS",Verdana,Sans-Serif;}

h1 { font-size: 25px; }
h1 a { color:#fff; border: none; }
h1 em{ color: #d1e53b; font-style: normal; }

h2 {
	font-size: 15px;
	letter-spacing: 0.4pt;
	color: #d1e53b;
	text-transform: uppercase;
	padding-top: 5px;
	}
h3 {
	font-size: 10px;
	color: #d1e53b;
	text-transform: uppercase;
	padding-top: 5px;
	}
	
.datum {
	font-size: 10px;
	color: #d1e53b
}

.hints {color: #666666}

.downloadtxt { font-size: 10px; color: #d1e53b; }