/**
 * Alle elementen neutraal maken. Voorkomt Browser issues met CSS
**/
* { 	padding: 0px;
		margin: 0px;
  }

body
	{
		font-family: verdana;
		font-size: 12px;
		padding: 0px 30px;
		background: #fff;
		color: #000;
	}
	
div#main 
	{
		background: #FAF1E7;
		margin: 0 auto 0 auto;		
		width: 55%;
		padding: 1em;
		min-height: 800px;
		text-align: center;
		position: relative;
	}
	
div#navigation 
	{
		padding: 10px;
		width: 10%;
		min-height: 50px;
		float: left;
		
		background-color: #F9E3C8;
	}
	
div#content
	{
		margin-left: 2%;
		margin-right: 2%;
		width: 80%;
		float: right;
	}
	
div#header 
	{
		width: 512px;
		margin: 0 auto 0 auto;
	}
	
tr.legend
	{
		font-weight: bolder;
		background: #BBB;
	}

img#Logo
	{
		
	}
	
h1
	{
		font-style: italic;
	}
	
h2
	{
		font-style: italic;
	}
	
h3.errorMessage
	{
		font-size: small;
		color: red;
	}
	
fieldset label
	{
		clear: both;
		display: block;
	}

fieldset label span
	{
		width: 140px;
		float: left
	}
	
.NavHeader0, .NavHeader1, .NavHeader2
	{
		margin-left: 0px;
		list-style: none;
	}

.NavHeader0
	{
	}

.NavHeader1
	{
	
	}

.NavHeader2
	{
		margin-left: -20px;
	}
	
div#bottom
	{
		background: #F9E3C8;
		text-align: center;
		margin: 1em auto 0 auto;
		width: 100%;
		clear: both;
		position: absolute;
		bottom: -14px;
		left: 0;
	}
	
/* FORUM OPMAAK */
table.TableForum
	{
		width: 90%;
	}
	
table#forum
	{
		width: 90%;
	}
	
table#forum thead, tr.postTop
	{
		background: #F9E3C8;
		width: 100%;
	}
	
table#forum img
	{
		max-width: 100%;
	}
	
td.textArea
	{
		background: #FFFAE9;
	}
	
td 
	{
		vertical-align: top;
	}
	
td.TopicUser
	{
		width: 100px;
	}
	
td.TopicMessage
	{
		width: 400px;
	}
	
p.errorText
	{
		color: #00FF00;
	}

