html {
	height: 100%;
	padding: 0;
	scrollbar-arrow-color:#747474;
 	scrollbar-track-color:#343434;
	scrollbar-shadow-color:#343434;
	scrollbar-face-color:#343434;
	scrollbar-highlight-color:#343434;
	scrollbar-darkshadow-color:#747474;
	scrollbar-3dlight-color:#747474;
}

Body {
	background-image: url(../images/bg.jpg);
	background-position: center top;
	margin: 0;
	padding: 0;
	height: 100%;
	text-align: center;
}

h1 {
	font-size: 14px;
	color:#F00;
	font-family: Verdana, Arial, sans-serif;	
}

div#wholepage {
	min-height: 100%;
	position: relative;
	margin: 0 auto;
	width: 780px;
}

* html div#wholepage
{
	height: 100%;
}

* html #footer{
margin:-30px 0 0;
}

div#main {
	width: 780px;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	padding-top: 1px;
	padding-bottom: 35px;
}

A {
	color: #FFFFFF; 
	text-decoration: none;
}

A:hover {
	color: #cccccc; 
	text-decoration: none;
}

img#header {
	margin: 0 auto;
	display: block;	
}

div {
	font-size: 10px; 
	color: #cccccc; 
	font-family: Verdana, Helvetica;
}


div#navigation {
	width: 155px;
	margin: 5px;
	padding: 5px;
	font-size: 10px;
	color: #FFFFFF;
	font-family: Verdana, Arial, sans-serif;
	float: left;
	text-align: left;
}

div.layerheader {
	font-weight: bold;
	font-size: 12px;
	padding: 4px;
	background-image: url(../images/layerheader.gif);
	font-family: Verdana, Arial, sans-serif;
	color: #FFFFFF;
	border: 2px solid #601212;
	
}

div.layerbg2 {
	background: #990000;
	border: 1px solid #601212;
}

div.layerbg1 {
	background: #990000;
	border: 1px solid #601212;
	padding: 4px;
}

div.layerbg2 a {

	width: 145px;
	display: block;
	padding: 4px;

}

div.layerbg2 a:hover {
	background: #ff0000
}

span.gt {
	color: #660000
}

div#footer {
	text-align: center;
	background-image: url(../images/balk.jpg);
	height: 30px;
	line-height: 30px;
	color: #FFFFFF;
	width: 780px;
	margin: 0 auto;
	display: block;
	position: relative;
	clear: both;
}

div#content {
	width: 380px;
	margin-left: 25px;
	margin-top: 10px;
	margin-bottom: 5px;
	float: left;
	text-align: left;
}

div#rightside {
	margin-top: 10px;
	width: 150px;
	margin-left: 35px;
	float: left;
}

div#line {
	background-image: url(../images/tb-lijn.gif);
	height: 2px;	
}

div#outsidefooter {
	margin-top: -30px;
}

#name, #email {
	width: 200px;
}


.warning {
	color:#F00;
	}
	
/* Players Page */

div#rightside_players {
	margin-top: 10px;
	width: 160px;
	margin-left: 35px;
	float: left;
	text-align: left;
}	
	
.playerslist {
	margin: 0px;
	padding: 0px;
	line-height: 150%;
	list-style-type: none;
}

.playerlist a {
	color: #FFFFFF;
}

div#player_analysis_content {
	color: #FFFFFF;
	font-size: 11px;
	line-height: 120%;
}

.player_analysis_content {
	margin-left: 15px;
	padding: 0px;
	list-style-type: disc;
}

.red_players_list {
	color: #FF0000;	
}

