html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
body {
	font-family: 'Verdana', arial, helvetica, sans-serif;
	background-color:#ffffff;
	padding:0px;
	margin:0px;
}
a {
	color:#000;
}
a:hover {
	color:#e00a0a;
}
/* LEFT DIV */
#leftdiv {
	float:left;
	width:180px;
	margin:20px 10px 0px 20px;
	border-right:1px dotted #000000;
	text-align:right;
	padding:5px;
}
#leftdiv ul {
	padding:0; 
	margin:0; 
	list-style-type:none;
	white-space:nowrap;
}
#leftdiv li {
	position:relative;
	display:block; 
	text-decoration:none; 
	min-width:170px;
}
#leftdiv li a.categorie, #leftdiv li a.categorie:hover {
	text-decoration:none; 
}
/* MID DIV */
#middiv {
	float:left;
	width:728px;
	margin:20px 0px 0px 0px;
}
.toplogo {
	float:left;
	width:100%;
	height:53px;
	border-bottom:1px dotted #000000;
}
.topinfo {
	float:left;
	width:100%;
	height:20px;
	border-bottom:1px dotted #000000;
}
.topinfo h1, .topinfo h2, .topinfo p {
	font-size:16px;
	margin:0px;
	color:#000000;
}
.topinfo h1 a, .topinfo h2 a{
	font-size:16px;
	margin:0px;
	color:#e00a0a;
	text-decoration: none;
}
.topinfo h1 a:hover, .topinfo h2 a:hover {
	color:#000000;
	text-decoration: none;
}
.topinfo ul {
	padding:0; 
	margin:0; 
	list-style-type:none;
	white-space:nowrap;
}
.topinfo li {
	float:left;
	display:inline; 
	text-decoration:none; 
}
.infobar {
	float:left;
	width:100%;
	border-bottom:1px dotted #000000;
	font-size:16px;
	margin-bottom:5px;
	color:#0174DF;	
}
.infobar h2 {
	float:left;
	margin:0px;
	font-size:16px;
	color:#0174DF;	
}
.infobar p {
	margin:0px;
	font-size:16px;
	color:#000000;	
}
.infobar p.link {
	float:right;
	text-align:right;
	margin:0px;
	font-size:16px;
	color:#e00a0a;
	text-decoration: none;
}
.gamediv {
	float:left;
	width:355px;
	height:85px;
	border-right:1px dotted #000000;
	border-bottom:1px dotted #000000;
	margin:5px 0px 0px 0px;
	font-size:90%;
	overflow:hidden;
}
.gamediv:hover {
	background-color:#FBEFEF;
}
.gamediv img {
	float:left;
	width:130px;
	height:75px;
	margin:5px 5px 0px 0px;
}
.gamediv h3, .gamediv h3 a, .gamediv h3 a:hover {
	float:left;
	width:220px;
	font-weight:bold;
	font-size:90%;
	margin:0px;
}
.gamediv p {
	font-size:80%;
	margin:0px;
}
.groepdiv {
	float:left;
	width:177px;
	height:127px;
	border-right:1px dotted #000000;
	border-bottom:1px dotted #000000;
	margin:5px 0px 0px 0px;
	font-size:90%;
}
.groepdiv:hover {
	background-color:#0174DF;
}
.groepdiv img{
	float:left;
	width:177px;
	height:107px;
	border-bottom:2px solid #000000;
}
.groepdiv h4{
	width:177px;
	height:18px;
	font-size:80%;
	font-weight:bold;
	text-align:center;
}
.add300 {
	float:left;
	width:359px;
	height:260px;
	border-right:1px dotted #000000;
	border-bottom:1px dotted #000000;
	margin:5px 5px 0px 0px;
	text-align:center;
}
.add336 {
	float:left;
	width:355px;
	height:267px;
	border-right:1px dotted #000000;
	border-bottom:1px dotted #000000;
	margin:5px 15px 0px 0px;
	text-align:center;
}
.add728 {
	float:left;
	width:100%;
	height:90px;
	border-bottom:1px dotted #000000;
	margin-bottom:5px;
	padding-bottom:5px;
	padding-top:5px;
}

#spelinfo {
	width:100%;
	font-size:80%;
	color:#000000;
	border-bottom:1px dotted #000000;
}
#spelinfo img {
	float:left;
	margin-right:10px;
	margin-bottom:10px;
	border:1px dotted #000000;
}

.bigdiv {
	width:100%;
	font-size:90%;
}
/* FORM STYLE */
label {
	float: left;
	width: 150px;
	font-weight: bold;
	margin-bottom:10px;
}
input.tekst {
	width:300px;
	border:1px solid #6E6E6E;
	margin-bottom:10px;
}
input.tekst:hover {
	width:300px;
	border:1px solid #000000;
	margin-bottom:10px;
}
input.notok {
	width:300px;
	border:1px solid #FF0000;
	margin-bottom:10px;
}
textarea.tekst {
	width:500px;
	height:200px;
	border:1px solid #6E6E6E;
	margin-bottom:10px;
}
textarea.tekst:hover {
	width:500px;
	height:200px;
	border:1px solid #000000;
	margin-bottom:10px;
}
textarea.notok {
	width:500px;
	height:200px;
	border:1px solid #FF0000;
	margin-bottom:10px;
}
.button {
	border:1px solid #000000;
	background-color:#6E6E6E;
	color:#000000;
	height:20px;
	width:100px;
	text-align:center;
}
p.forminfo {
	margin-left:150px;
	font-size:10px;
	width:300px;
}

/* footer */
#footer {
	float:left;
	width:100%;
	height:20px;
	border-top:1px dotted #000000;
	border-bottom:1px dotted #000000;
	margin:10px 0px 10px 0px;
	text-align:center;
	font-size:70%;
	line-height:20px;
}