@charset "utf-8";
/* CSS Document */

body {
	background:#FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:center;
}

/* posities */
#wrapper {
	position:relative;
	margin:0 auto 0 auto;
	width:640px;
	height:480px;
}

#head {
	position:absolute;
	top:0;
	left:0;
	padding:10px 0 0 0;
	width:640px;
	height:120px;
}

#highscores {
	position:absolute;
	top:120px;
	left:280px;
	height:310px;
	width:300px;
	color:#000;
	margin:0 0 0 20px;
	text-align:left;
}
#last {
	position:absolute;
	top:120px;
	left:0px;
	height:310px;
	width:220px;
	color:#000;
	margin:0 40px 0 40px;
	text-align:justify;
}
#menu {
	position:absolute;
	top:475px;
	left:0px;
	width:640px;
	height:50px;
	padding:15px 0 0 0;
	text-align:center;
}

/* plaatsen game */
#container {
	position:relative;
	margin:0 auto 0 auto;
	width:640px;
	background:url(../img_site/content.jpg) no-repeat;
	text-align:center;
}
#flash {
	position:relative;
	float:left;
}
#menu_index {
	position:relative;
	float:left;
	width:640px;
	height:50px;
	padding:10px 0 0 0;
	text-align:center;
}

/* opmaak */
#highscores h2 {
	font-size:13px;
	color:#000;
	margin:10px 0 10px 0;
	padding:0;	
}
#highscores h3 {
	font-size:11px;
	color:#FF0000;
	font-weight:bold;
	margin:0;
	padding:0;	
}
#highscores_table {
	width:300px;
	border:0;
	font-size:11px;
}
#highscores_table td {
	height:20px;
	border-bottom:#000 solid 1px;
}
/* highscores en ghof */
#highscores_table .tdnr {
	width:30px;
	text-align:left;	
}
#highscores_table .tdnaam {	
	padding-right: 2px;
	text-align:left;
	}
#highscores_table .tdscore {
	padding-right: 2px;
	font-weight:bold;
	text-align:center;
	}
#highscores_table .tddate {
	text-align:right;
}

/* opmaak */
#last h1 {
	font-size:14px;
	color:#FF0000;
	margin:10px 0 10px 0;
	padding:0;
}
#last h2 {
	font-size:11px;
	color:#FF0000;
	font-weight:bold;
	margin:0;
	padding:0;
}
#last p {
	font-size:11px;
	color:#000;
	margin:0;
	padding:0;
}
#last a:link {
	color: #000;
	text-decoration: underline;
}
#last a:visited {
	color: #000;
	text-decoration: underline;
}
#last a:hover {
	color: #FF0000;
	text-decoration: underline;
}

#menu a:link {
	color: #000;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	display: inline;
	text-decoration: none;
}
#menu a:visited {
	color: #000;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	display: inline;
	text-decoration: none;
}
#menu a:hover {
	color: #FF0000;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	display: inline;
	text-decoration: none;
}

#menu_index a:link {
	color: #000;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	display: inline;
	text-decoration: none;
}
#menu_index a:visited {
	color: #000;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	display: inline;
	text-decoration: none;
}
#menu_index a:hover {
	color: #FF0000;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	display: inline;
	text-decoration: none;
}

#ghof {
	position:absolute;
	top:120px;
	left:25px;
	height:310px;
	width:550px;
	color:#000;
	margin:0 0 0 20px;
	text-align:left;
}
#ghof_overflow {
	height:270px;
	width:550px;
	color:#000;
	overflow:auto;
}
#ghof h2 {
	font-size:13px;
	color:#000;
	margin:10px 0 10px 0;
	padding:0;	
}
#ghof h3 {
	font-size:11px;
	color:#FF0000;
	font-weight:bold;
	margin:0;
	padding:0;	
}
.ghof_table {
	width:530px;
	border:0;
	font-size:10px;
}
.ghof_table td {
	height:18px;
	border-bottom:#000 solid 1px;
}
.ghof_table .tdnr {
	width:30px;
	text-align:left;	
}
.ghof_table .tdnaam {
	width:200px;	
	text-align:left;
	}
.ghof_table .tdscore {
	width:150px;
	font-weight:bold;
	text-align:left;
	}
.ghof_table .tddate {
	width:150px;
	text-align:left;
}

/* head table */
.ghof_headtable {
	width:550px;
	border:0;
	font-size:10px;
}
.ghof_headtable td {
	height:18px;
}
.ghof_headtable .tdnr {
	width:30px;
	text-align:left;	
}
.ghof_headtable .tdnaam {
	width:200px;	
	text-align:left;
	}
.ghof_headtable .tdscore {
	width:150px;
	font-weight:bold;
	text-align:left;
	}
.ghof_headtable .tddate {
	width:170px;
	text-align:left;
}