
*{
	padding:0;
	margin:0;
}

html {
	overflow: -moz-scrollbars-vertical;
}

h2 {
	font-size:16pt;
}

#chipperdiv {
	line-height:1px;
}

#chipbtn {
	background:#ededed;
	color:black;
	line-height:15px;
	font-size:10pt;
	font-weight:bold;
	text-align:center;
	opacity:0.5;
}

#chipbtn:hover {
	opacity:1.0;
}

.greetBox {
	width:160px;
	line-height:55px;
	padding:8px;
	border:none;
	font-weight:bold;
	position:relative;
	display:inline;
}

	
input {
	background:#000;
	border:1px solid #ededed;
	color:#ededed;
	margin:4px;
}

hr {
	color: #000;
	background-color: #000;
	border-bottom:1px dotted white;
}


p {
	padding: 1em 0;
	line-height: 1.5em;
}
		
html, body {
	height: 100%;
	font: 1.0em "Trebuchet MS", Verdana, Arial, sans-serif;
	color: #000;
	/* background: url('../img/bg00.png'); */
	
	background:#000000 url(../img/megabg.jpg) no-repeat scroll 50% 0;
	
	text-align: center;
	margin:0;
	padding:0px;
}
		
#container {
	width: 864px;
	margin: 0 auto;
	text-align: left;
	top:0px;
	position: relative;
	/* background:url('../img/main_bg.png'); */
	min-height: 100%;
	height: auto !important;
	height: 100%;
}
		
#header {
	position:relative;
	/*	padding-left:20px;*/
	background-image:url('../img/header.png');
	background-repeat:no-repeat;
	width:800px;
	left:34px;
	height:274px;
	font-size:1.3em;
	line-height: 60px;
}
		
#inhoud {
	position:relative;
	left:32px;
	width:770px;
	color:white;
	/* background:black; */
	padding-left:20px;
}

#nav {
	position:relative;
	left:32px;
	width:780px;
	color:white;
	/* background:black; */
	padding-left:20px;
	font-size:15pt;
	text-align:center;
}

h1 {
	font-size:18pt;
}


#footer {
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;

	color:#ededed;
	height: 40px;
	font-size:1.3em;
	line-height: 40px;
	text-align:center;
}


a,a:visited,a:active {
	color:white;
	text-decoration:none;
	cursor:pointer;
	cursor:hand;
}

a:hover {
	color:#ffc85f;
	text-decoration:none;
	cursor:pointer;
	cursor:hand;
}

span.box {
	background-color: #ededed;
	color: #fff;
	padding: 5px;
	border-style: solid;
	border-width: 1px;
	border-color: #000;
}


td {
	color:white;
}

span.active {
	z-index: 1;
	color: #fff;
	background-color: #ededed;
	border-style: solid;
	border-width: 1px;
	border-color: Red;
	padding: 5px;
	filter: alpha(opacity=50);
	-moz-opacity:.50;
	opacity:.50;
}
