/*
Copyright Mike-V
http://www.mike-v.be
*/
	
* 	{
	margin: 0;
	padding: 0;
	}

img
	{
	border:0;
	}
	
html 	
	{
	height:100%;
	}

body 
	{
	height:100%; 
	margin:0; 
	padding:0;
	background-color: #39424a;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	}

h4, h3
	{
	color: #c0ff00;
	}
	
a 
	{
	text-decoration: none;
	color: #c0ff00;
	}

a:hover 
	{
	background-color: #c0ff00;
	color: #ffffff;
	}

.oranged
	{
 	color: #c0ff00;
 	}

#bg 
	{
	position:fixed; 
	top:0; 
	left:0; 
	width:100%; 
	height:100%;
	}

#container
	{
	text-align:left; 
	width:960px;
	margin:0 auto;
	position:relative; 
	z-index:1;
	}

.listindent
	{
	margin-left: 20px;
	}
.wrapper
	{
	float:left;
	width:100%;
	}

.clearer {clear: both;}

#wrapperbox
	{
	float: left;
	width: 960px;
	background: url(../images/BG_Content.png) repeat-y; 
	}

#leftcontentbox
	{
	margin-right:640px;
	width: 320px;
	}

#leftheader
	{
	width: 320px;
	height: 191px;
	}

#leftheader a:hover
	{
	background-color: Transparent;
	}
	
#leftcontent
	{
	width: 260px;
	text-align: justify;
	}

#rightcontentbox
	{
	float: left;
	width: 640px;
	margin-left:-640px;
	}
	
#rightheader
	{
	width: 640px;
	}

#rightcontentwrapper
	{
	width: 630px;
	padding-left: 10px;
	text-align: justify;
	}

#rightcontent
	{
	width: 590px;
	padding: 0 20 px 0 20px;
	text-align: justify;
	}
	
#rightcontent li 
	{
	list-style-type: none;
	display: block;
	}

/* Navigation*/
.navigation 
	{	
	width: 160px;
	float: left;
	padding-bottom: 20px;
	}
	
.navigation a 
	{
	background: Transparent;
	color: #ffffff;
	float: left;
	font-family: Arial;
	font-size: 24px;
	font-weight: bold;
	line-height: 40px;
	text-decoration: none;
	width: 160px;
	text-align: left;
	padding-left: 30px;
	}
	
.navigation a:hover 
	{
	background: #c0ff00;
	color: #ffffff;
	float: left;
	font-family: Arial;
	font-size: 24px;
	font-weight: bold;
	line-height: 40px;
	text-decoration: none;
	width: 160px;
	text-align: left;
	padding-left: 30px;
	}

.navigation a:active 
	{
	background: #c0ff00;
	color: #ffffff;
	float: left;
	font-family: Arial;
	font-size: 24px;
	font-weight: bold;
	line-height: 40px;
	text-decoration: none;
	width: 160px;
	text-align: left;
	padding-left: 30px;
	}

.navigation ul li ul li a 
	{
	background: Transparent;
	color: #ffffff;
	float: left;
	font-family: Arial;
	font-size: 24px;
	font-weight: bold;
	line-height: 40px;
	text-decoration: none;
	width: 150px;
	text-align: left;
	padding-left: 40px;
	}
	
.navigation ul li ul li a:hover 
	{
	background: #c0ff00;
	color: #ffffff;
	float: left;
	font-family: Arial;
	font-size: 24px;
	font-weight: bold;
	line-height: 40px;
	text-decoration: none;
	width: 150px;
	text-align: left;
	padding-left: 40px;
	}

.navigation ul li ul li a:active 
	{
	background: #c0ff00;
	color: #ffffff;
	float: left;
	font-family: Arial;
	font-size: 24px;
	font-weight: bold;
	line-height: 40px;
	text-decoration: none;
	width: 150px;
	text-align: left;
	padding-left: 40px;
	}

.navigation li 
	{
	list-style-type: none;
	display: block;
	}

.activeitem 
	{
	background: #c0ff00;
	color: #ffffff;
	width: 160px;
	float: left;
	font-family: Arial;
	font-size: 24px;
	font-weight: bold;
	line-height: 40px;
	text-decoration: none;
	text-align: left;
	padding-left: 30px;
	}

.subactiveitem 
	{
	background: #c0ff00;
	color: #ffffff;
	width: 150px;
	float: left;
	font-family: Arial;
	font-size: 24px;
	font-weight: bold;
	line-height: 40px;
	text-decoration: none;
	text-align: left;
	padding-left: 40px;
	}

#quote
	{
	vertical-align: bottom;
	padding-top: 45%;
	/*position:relative;
	top: 20px;*/
	}
	
.header
	{
	color: #c0ff00;
	font-family: Arial;
	font-size: 24px;
	font-weight: bold;
	}

.highlight
	{
	background: url(../images/BG.png) repeat;
	padding: 20px 20px 20px 20px;
	}

.wrapper_links
	{
	padding-top: 20px;
	}
	
.wrapper_links a:hover
	{
	background-color: Transparent;
	}
	
.sites
	{
	float: left;
	}
	
.code
	{
	float: left;
	margin-left: 90px;
	}
	
.print
	{
	float: right;
	}	
	
.highlight  img
	{
	border: 8px solid #ffffff;
	}

.highlight  a img
	{
	border: 8px solid #ffffff;
	}

.highlight a:hover img
	{
	border: 8px solid #c0ff00;
	}

.highlight li
	{
	list-style-image: url(../images/ListItem.png);
	margin-left: 30px;
	vertical-align: middle;
	}

.footer 
	{
	text-align: left;
	padding-left : 20px;
	}

.KL
	{
	width: 120px;
	height: 19px;
	}

.K6L
	{
	width: 230px;
	height: 19px;
	background: url(../images/K6.png) no-repeat; 
	}
	
.K6
	{
	width: 120px;
	height: 19px;
	background: url(../images/K6.png) no-repeat; 
	}
	
.K5L
	{
	width: 230px;
	height: 19px;
	background: url(../images/K5.png) no-repeat; 
	}
	
.K5
	{
	width: 120px;
	height: 19px;
	background: url(../images/K5.png) no-repeat; 
	}
	
.K4L
	{
	width: 230px;
	height: 19px;
	background: url(../images/K4.png) no-repeat; 
	}
	
.K4
	{
	width: 120px;
	height: 19px;
	background: url(../images/K4.png) no-repeat; 
	}
	
.K3
	{
	width: 120px;
	height: 19px;
	background: url(../images/K3.png) no-repeat; 
	}
	
.K2
	{
	width: 120px;
	height: 19px;
	background: url(../images/K2.png) no-repeat; 
	}
	
.K1
	{
	width: 120px;
	height: 19px;
	background: url(../images/K1.png) no-repeat; 
	}
	
.icons
	{
	background: url(../images/BG.png) repeat;
	padding: 20px 20px 20px 20px;
	}

.icons a:hover
	{
	background-color: Transparent;
	}

.formcontent
	{
	float:right; 
	margin-left:72px;
	margin-right: 4px;
	}

#fs input 
	{
	color: #000000;
	background:#FFFFFF;
	border:0 none;
	font-family:verdana,arial;
	font-size:11px;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	height:18px;
	line-height:normal;
	margin-top:7px;
	padding:7px 5px 3px;
	width:201px;
	text-align: left;
	}

#fs textarea 
	{
	color: #000000;
	background:#FFFFFF;
	border:0 none;
	font-family:verdana,arial;
	font-size:11px;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	height:121px;
	line-height:normal;
	margin-top:7px;
	padding:7px 5px 3px;
	width:201px;
	}

label 
	{
	clear:left;
	color:#c0ff00;
	display:block;
	float:left;
	font-family:arial;
	font-size:12px;
	font-style:normal;
	font-variant:normal;
	font-weight:bold;
	height:28px;
	line-height:28px;
	margin-right:19px;
	margin-top:7px;
	overflow:hidden;
	text-align:right;
	width:60px;
	}

#fake label
	{
	background: Transparent;
	}

.button 
	{
	margin-top:7px;
	}	

#theMenu 
	{ 
	width: 590px; 
	height: 60px;  
	}
	
#theMenuOneItem 
	{ 
	width: 590px; 
	height: 40px;  
	}
	
#legal li
	{
	list-style-image: none;
	list-style-type: none;
	margin-left: 0px;
	vertical-align: middle;
	}

#legal ul li 
	{ 
	background: Transparent;
	color: #ffffff;
	float: left;
	font-family: Arial;
	font-size: 24px;
	font-weight: bold;
	line-height: 40px;
	text-decoration: none;
	width: 590px;
	text-align: left;
	}
	
#legal ul li p 
	{ 
	background: Transparent;
	color: #ffffff;
	float: left;
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	line-height: 20px;
	text-decoration: none;
	width: 590px;
	text-align: left;
	padding-top: 10px;
	padding-bottom: 10px;
	}

h3.head a 
	{ 
	background: Transparent;
	color: #ffffff;
	float: left;
	font-family: Arial;
	font-size: 24px;
	font-weight: bold;
	line-height: 40px;
	text-decoration: none;
	width: 590px;
	text-align: left;
	}
	
h3.head a:hover 
	{ 
	background: #c0ff00;
	color: #ffffff;
	float: left;
	font-family: Arial;
	font-size: 24px;
	font-weight: bold;
	line-height: 40px;
	text-decoration: none;
	width: 590px;
	text-align: left;
	}