/*#######################################################*/
/*                     reset HTML-elementen              */
/*#######################################################*/
html,
body,
img,
a,
div,
span,
hr,
p,
ul,
ol,
li,
h1,
h2,
h3,
h4,
table,
tr,
th,
td,
form,
fieldset,
label,
object,
embed,
param,
script,
noscript
	{
	margin: 0;
	padding: 0;
	border: 0;
	}
	
a
	{
	text-decoration: none;
	}

a:focus
	{
	outline: none;
	-moz-outline-style: none;
	}

form
	{
	display: inline;
	}

h2
	{
	font-size: 14px;
	color: #EE402F;
	}
	

/*#######################################################*/
/*                     css via tinymce                   */
/*#######################################################*/
.plaatje-links
	{
	display: block;
	float: left;
	margin: 5px 10px 5px 0;
	}

.plaatje-rechts
	{
	display: block;
	float: right;
	margin: 5px 0 5px 10px;
	}

.plaatje-midden
	{
	display: block;
	text-align: center;
	margin: 10px auto;
	clear: both;
	}
	

	
/*#######################################################*/
/*                     floats                            */
/*#######################################################*/
.lfloat
	{
	float: left;
	}		
	
.rfloat
	{
	float: right;
	}
	
.lclear
	{
	clear: left;
	}		
	
.rclear
	{
	clear: right;
	}	

.clear
	{
	margin: 0 0 -1px 0;
	padding: 0;
	clear: both;
	height: 1px;
	font-size: 1px;
	line-height: 1px;
	}


/*#######################################################*/
/*                     basis                             */
/*#######################################################*/	
body
	{
	font-family: "Lucida Grande",Verdana,sans-serif;
	font-size: 11px;
	line-height: 150%;
	background: #EFEBD8 url(../beeld/body_bg.png) 0 0 repeat-x;
	}

#container
	{
	margin: 0 auto;
	width: 960px;
	text-align: center;
	position: relative;
	}
	
	
/*#######################################################*/
/*                     header                            */
/*#######################################################*/		
#header
	{
	position: relative;
	width: 960px;
	height: 100px;
	}
	
#random_klein1,
#random_klein2
	{
	position: absolute;
	width: 50px;
	height: 50px;
	top: 25px;
	z-index: 0;
	}
	
#random_klein1
	{
	left: 430px;
	}

#random_klein2
	{
	left: 730px;
	}		
	
a#logo
	{
  	position: absolute;
	left: 80px;
	top: 25px;
	width: 800px;
	height: 50px;
	text-indent: -9000px;
	background: url(../beeld/logo_bg.png) 0 0 no-repeat;
	z-index: 2;
	}	

a#logo:hover
	{
	background: url(../beeld/logo_bg.png) 0 -50px no-repeat;
	}
	

/*#######################################################*/
/*                     content                           */
/*#######################################################*/	
.wrapper1
	{
	margin: 15px 120px 20px 90px;
	text-align: justify;
	}
	
.kol1
	{
	float: left;
	width: 350px;
	}
	
.kol2
	{
	float: right;
	width: 350px;
	}
	
	
/*#######################################################*/
/*                     footer                            */
/*#######################################################*/		
#footercontainer
	{
	border-top: 5px solid #EE402F;
	margin: 15px 0;
	display: block;
	}
	
#footer
	{
	position: relative;
	width: 960px;
	height: 100px;
	margin: 0 auto;
	}
	
/*#######################################################*/
/*                     hoofdnavigatie footer             */
/*#######################################################*/			
ul.hoofdnavigatie
	{
	list-style-type: none;
	margin: 0 auto;
	padding: 0 150px;
	}

ul.hoofdnavigatie li
	{
	display: inline;
	}

ul.hoofdnavigatie li a
	{
	float: left;
	height: 25px;
	line-height: 25px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	color: #EE402F;
	font-size: 12px;
	display: block;
	padding: 0 20px;
	}
	
ul.hoofdnavigatie li a:hover,
#token .nav_tokens,
#trade .nav_trade,
#collectors .nav_collectors,
#contact .nav_contact,
#links .nav_links
	{
	color: #823F36;
	background: #F7B1A8;
	}		
	
