﻿/*
rest van css sturing
*/

* {
	margin:0;
	padding:0;
}

body {
	background-color:#000000;
	color:white;
	font-family:'Century Gothic', Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	margin: 0 auto;
	width: 900px;
	
}
#preloader {
 position: fixed;
 z-index: 999;
 width: 100%;
 height: 100%;
 background: #c6d6c2 url(../images/preloader.gif) no-repeat center center;
 }

#wrapper {
	color:#666666;
	height:556px;
	margin-top:70px;
	position:absolute;
	width:900px;
}

#header {
	margin-left:0;
	margin-bottom:0;
	margin-right:0;
	border-left-style:none;
	border-right-style:none;
	border-top-style:none;
	color:#666666;
	width:900px;
	float:left;
	height:50px;
	padding:0;
}
#just {
	text-align: justify;
}

#logo {
	word-spacing:5px;
	margin-top:5px;
	float:right;
	position:relative;
	color: lightgrey;
}

#band {
	background-color:#666666;
	height:430px;
	margin-top: 150px;
	margin-left: 0px;
	width: 100%;
	overflow: visible;
	position:absolute;
	padding:0px 0px 0px 0px;
	left: 0px;
	z-index:0;
}
#grootlogo{
	margin-top: 98px;
	margin-left: 0px;
	overflow: visible;
	position:absolute;
	padding:0px 0px 0px 0px;
	left: 0px;
	z-index:100;
	border: none;
}


#leftcolumn {
	background-color: #666666;
	color:#D3D3D3;
	height:270px;
	width:530px;
	float:left;
	border-style:none;
	margin-top:60px;
	margin-left:0px;
	padding:30px 0px 0px 0px;
	position:relative;
}
#leftcolumn a:hover {
  color:lime;
}
#leftcolumn a:active {
  color:lime;
}

#leftcolumn p {
	margin-top:5px;
}

#leftcolumn .lactive {
	color:#00FF00;
}

#rightcolumn {
	padding-left:10px;
	padding-top:30px;
	float:right;
	position:relative;
	background-color: ;
	color:white;
	height:auto;
	width:auto;
	display:inline;
	border-style:none;
	margin:30px;
}
#rightcolumninfo {
	padding-left:10px;
	padding-top:30px;
	float:right;
	position:relative;
	background-color: ;
	color:white;
	height:270px;
	width:275px;
	display:inline;
	border-style:none;
	margin:30px;
}

#footer {
	border-top-width:0;
	border-right-width:0;
	border-bottom-width:0;
	border-left-width:0;
	width:900px;
	height:125px;
	clear:both;
	color:#666666;
	overflow:hidden;
	position:relative;
	border-style:none;
	margin:0;
	padding:0;
}

#project_title {
	float:left;
}

#project_title .number {
	font-size:16px;
	font-weight:bold;
	color:#FFFFFF;
}

a {
	color:#D3D3D3;
}

a:link {
	color:#D3D3D3;
	text-decoration:none;
}

a:visited {
	color:#D3D3D3;
	text-decoration:none;
}

a:hover {
	color:#00FF00;
}

a:active {
	color:#00FF00;
}

#topmenu .active {
	color:#00FF00;
}
#topmenu a {
	color:#D3D3D3;
}

#topmenu {
	word-spacing:20px;
	margin-top:27px;
	float:left;
	position:relative;
	width:200px;
}

.next.disabled {
	background-image:none;
	background-attachment:initial;
	background-origin:initial;
	background-clip:initial;
	background-color:#000000;
	background-repeat-x:no-repeat;
	background-repeat-y:no-repeat;
	background-repeat:no-repeat;
}

.prev.disabled {
	background-image:none;
	background-attachment:initial;
	background-origin:initial;
	background-clip:initial;
	background-color:#000000;
	background-repeat-x:no-repeat;
	background-repeat-y:no-repeat;
	background-repeat:no-repeat;
}

.anyClass img {
	margin-right:4px;
}

#footer .anyClass {
	width:954px;
	height:100px;
	background-color:#666666;
}

#footer .anyClass img {
	border-width:initial;
	border-top-color:#000000;
	border-right-color:#000000;
	border-bottom-color:#000000;
	border-left-color:#000000;
	border-style:none;
}

.next {
	float:right;
	padding-top:2px;
	background-image:url(../images/btn_next.gif);
	background-position:50% 100%;
	background-position-x:50%;
	background-position-y:100%;
	background-repeat-x:no-repeat;
	background-repeat-y:no-repeat;
	background-repeat:no-repeat;
}

.prev {
	float:left;
	padding-top:2px;
	background-image:url(../images/btn_prev.gif);
	background-position:50% 100%;
	background-position-x:50%;
	background-position-y:100%;
	background-repeat-x:no-repeat;
	background-repeat-y:no-repeat;
	background-repeat:no-repeat;
}

.next img {
	border-width:initial;
	border-top-color:#000000;
	border-right-color:#000000;
	border-bottom-color:#000000;
	border-left-color:#000000;
	border-style:none;
}

.prev img {
	border-width:initial;
	border-top-color:#000000;
	border-right-color:#000000;
	border-bottom-color:#000000;
	border-left-color:#000000;
	border-style:none;
}
