html,body {
	margin: 0px;
	padding: 0px;
	height: 100%;
	background: #fff url('img/bg.png');
	
	font-family: arial, helvetica, tahoma, sans-serif;
	font-size: 11px;
	color: #4E4E4E;
}
body 
{
	margin: 0px;
	padding: 0px;
	text-align: center;
}
td.forumtd
{
	border-bottom: 1px solid #C8C8C8;
	background-image: url(/afbeeldingen/forumtdbg.jpg);
}
ul.menu1 {
 		list-style-type: none;
		display: inline;
	width: 850px;
		}
ul.menu1 li{
		float:left;
		text-align: left;
		}
ul.menu1 li a
{
		display:block;
		height:32px;
		background-repeat:no-repeat;
		text-decoration:none;
		margin-right: 5px;

		}
ul.menu1 li a.home 
{
	background-image:url(/img/home.png);
	width: 81px;
	height: 26px;
}
ul.menu1 li a.home:hover
{
	background-image:url(/img/home.png);
	background-position: 0% 100%;
}
ul.menu1 li a.forum 
{
	background-image:url(/img/forum.png);
	width: 81px;
	height: 26px;
}
ul.menu1 li a.forum:hover
{
	background-image:url(/img/forum.png);
	background-position: 0% 100%;
}
ul.menu1 li a.top 
{
	background-image:url(/img/top.png);
	width: 61px;
	height: 26px;
}
ul.menu1 li a.top:hover
{
	background-image:url(/img/top.png);
	background-position: 0% 100%;
}
ul.menu1 li a.platform 
{
	background-image:url(/img/platform.png);
	width: 91px;
	height: 26px;
}
ul.menu1 li a.platform:hover
{
	background-image:url(/img/platform.png);
	background-position: 0% 100%;
}
ul.menu1 li a.puzzle 
{
	background-image:url(/img/puzzle.png);
	width: 91px;
	height: 26px;
}
ul.menu1 li a.puzzle:hover
{
	background-image:url(/img/puzzle.png);
	background-position: 0% 100%;
}
ul.menu1 li a.race
{
	background-image:url(/img/race.png);
	width: 81px;
	height: 26px;
}
ul.menu1 li a.race:hover
{
	background-image:url(/img/race.png);
	background-position: 0% 100%;
}
ul.menu1 li a.minigame
{
	background-image:url(/img/minigame.png);
	width: 91px;
	height: 26px;
}
ul.menu1 li a.minigame:hover
{
	background-image:url(/img/minigame.png);
	background-position: 0% 100%;
}
ul.menu1 li a.parody
{
	background-image:url(/img/parody.png);
	width: 91px;
	height: 26px;
	margin-right: 109px;
}
ul.menu1 li a.parody:hover
{
	background-image:url(/img/parody.png);
	background-position: 0% 100%;
}
ul.menu1 li a.addlevel
{
	background-image:url(/img/addlevel.png);
	width: 99px;
	height: 26px;
	margin-right: 0px;
}
ul.menu1 li a.addlevel:hover
{
	background-image:url(/img/addlevel.png);
	background-position: 0% 100%;
}
div#container {
	width: 809px;
	margin: 0px auto;
	text-align: justify;
}
a.roodgroot:link, a.roodgroot:visited, a.roodgroot:active
{
	color: #B70D29;
	font-size: 14px;
	margin-top: 0px;	
	width: 100%;
	padding-bottom: 10px;
	margin-bottom: 20px;
	text-decoration: none;		
}
a.roodgroot:hover
{
	color: #B70D29;
	font-size: 14px;
	margin-top: 0px;	
	width: 100%;
	padding-bottom: 10px;
	margin-bottom: 20px;
	text-decoration: underline;			
}
p
{
	padding: 0px;
	color: #272727;
	width: 100%;
	margin: 0px;
}
p.right
{
	color: #272727;
	width: 100%;
	margin-top: 0px;
}
h1
{
	color: #009CFF;
	font-size: 18px;
	margin-top: 0px;	
	border-bottom: 1px #bbb dotted;
	width: 100%;
	padding-bottom: 10px;
	margin-bottom: 20px;
}
div#search
{
	position: relative;
	margin-top: 8px;
	height: 25px;
	text-align: right;
	z-index: 1;
}
div#topwhite
{
	position: absolute;
	margin-top: 0px;
	top: 0px;
	width: 100%;
	background: #fff;
	height: 38px;
}
div#header
{
	position: absolute;
	margin-top: 13px;
	width: 825px;
	background: url('img/header.png') no-repeat;
	height: 100px;
}
div#maintopmenu
{
	position: absolute;
	margin-top: 0px;
	height: 25px;
	padding: 5px;
	z-index: 2;
}
div#topmenu
{
	float: right;
	margin-right: 20px;
	margin-top: 8px;
	height: 31px;
	display: inline;
}
div#topmenu a, a:visited, a:active
{
	color:#fff;
	text-decoration: none;		
}
div#topmenu a:hover
{
	color:#fff;
	text-decoration: underline;			
}
div#content
{
	position: absolute;
	background: #fff;
	top: 182px;
	width: 775px;
	color: #4E4E4E;
	padding: 25px;	
	padding-bottom: 25px;
}
div#footer
{
	float: left;
	width: 100%;
	border-top: 1px #bbb dotted;
	padding-top: 10px;
	margin-top: 20px;
}
#menu 
{
	position: absolute;
	margin-top: 118px;
	width: 825px;
	padding: 0px;
}
input, option, textarea, select {
	font-family: arial, helvetica, tahoma, sans-serif;
	font-size: 8pt;
	color: #000000;
	background-color: #F1F1F1;
	border: 1px solid #000000;
	padding: 2px;
}
form {
	margin: 0px;
}
.titel {
	margin-top: 0px;
	font-family: arial, helvetica, tahoma, sans-serif;
	color: #009CFF;
	font-size: 18px;	
	border-bottom: 1px #bbb dotted;
	width: 100%;
	padding-bottom: 10px;
	margin-bottom: 20px;
	font-weight: bold;
}
img.level
{
	border: 1px solid #bbb;
	padding: 1px;
	margin: 5px;
}
div.levelimg
{
	position: absolute;
	margin-left: 575px;
	margin-top: 25px;
}

h2, h2 a:link, h2 a:visited, h2 a:active, h2 a:hover {
	margin-top: 0px;
	color: #B70D29;
	font-size: 14px;	
	border-bottom: 1px #000 dotted;
	width: 100%;
	padding-bottom: 10px;
	margin-bottom: 20px;
	font-weight: bold;
}
.bericht {
	margin-top: 0px;
	font-family: arial, helvetica, tahoma, sans-serif;
	margin-bottom: 5px;
}
.bericht a:link { 
	color: #272727; 
	text-decoration :underline; 
}
.bericht a:visited {
	color : #272727; 
	text-decoration :underline; 
} 
.bericht a:hover {
	color : #272727; 
	text-decoration: none; 
} 
.bericht a:active {
	color : #272727; 
	text-decoration: none; 
} 
a.blacklink:link { 
	color : #272727;
	text-decoration : underline; 
}
a.blacklink:visited {
	color : #272727;
	text-decoration : underline;
} 
a.blacklink:hover {
	color : #272727; 
	text-decoration: none; 
} 
a.blacklink:active {
	color : #272727;
	text-decoration: none; 
} 
a.bluelink:link { 
	color: #009CFF; 
	text-decoration : none; 
	font-size: 14px;
	font-weight: bold;
}
a.bluelink:visited {
	color : #009CFF; 
	text-decoration : none; 
	font-size: 14px;
	font-weight: bold;
} 
a.bluelink:hover {
	color : #009CFF; 
	text-decoration : underline; 
} 
a.bluelink:active {
	color : #009CFF; 
	text-decoration : none; 
	font-size: 14px;
	font-weight: bold;
} 
code { 
	margin-top: 0px;
	font-size: 8pt;
	font-family: arial, helvetica, tahoma, sans-serif;
}
#topmenu ul 
{
      	margin: 0;
      	padding: 0;
      	list-style-type: none;
}
#topmenu li 
{
      	margin: 0;
      	padding: 0;
      	float: left;
	margin-right: 10px;
	display: inline;
}
#topmenu a 
{
    display: block;
    text-decoration: none;
	color: #fff;
	font-weight: bold;
	background: #FF0072;
	padding: 0px;
}
#topmenu a:hover 
{
	color:#fff;
    text-decoration: underline;
}
hr
{
	background-color: #ddd;
	height: 1px;
   	border: 0;
	margin-bottom: 10px;
	margin-top: 15px;
}
span.spoiler
{
	background: #fff;
	color: #fff;
}
	
