body {
	font-family:Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #D7B088;
	text-decoration: none;
  
  margin: 0px 0px 0px 0px;
  background-color: #000000;
}

a {
  	font-size: 12px;
  	font-family:Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-weight: normal;
	color: #E6DFA8;
	text-decoration: none;
}

a:hover {
	font-family:Lucida Sans Unicode, Lucida Grande, sans-serif;
  	font-size: 12px;
	font-weight: normal;
	color: #ffffff;
  text-decoration: none;
}

a.nav, 
.nav {
	font-size: 13px;
	font-weight: normal;
	color: #D7B088;
  text-decoration: none;
}

a.nav:hover, 
a.nav-over:hover, 
a.nav-over, 
.nav-over {
  font-size: 13px;
	font-weight: normal;
	color: #FFFFFF;
  text-decoration: none;

}

a.copyright, 
.copyright {
	font-size: 10px;
	font-weight: normal;
	color: #D7B088;
  text-decoration: none;
}

a.copyright:hover, 
a.copyright-over:hover, 
a.copyright-over, 
.copyright-over {
  font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;
  text-decoration: none;

}

.copyrighttekst{
	font-size: 10px;
	font-weight: normal;
	color: #D7B088;
}

.body, 
.text, 
table, 
div{
	font-size: 12px;
	font-weight: normal;
	color: #D7B088;
}

.subtitel,
h3 {
	font-family: Trebuchet MS, Tahoma, verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
  letter-spacing: 0.03cm
}

.titel,
h1 {
font-family: Trebuchet MS, Tahoma, verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #ffffff;
  letter-spacing: 0.04cm
}

hr {
height: 0;
border-width: 1px; /* remove all borders except the top one */
border-style: dotted;
border-color: #D7B088;
}

.input, 
.select, 
.textarea,
textarea,
input, 
select {
  font-size: 12px;
  color: #D7B088;
	
  background-color: #000000;
	border: 1px solid #E6DFA8;
  padding: 2px;
}

.button {
  font-size: 12px;
  color: #E6DFA8;
  
	background-color: #000000;
	border: 1px solid #D7B088;
	cursor: pointer;
  padding: 2px;
}

.fckEditorBody /*instellen voor HTML-paginas*/
{
  background-color: #4F0B0C;
  overflow: hidden;
  border: 1px dotted #FFFFFF;
}

.fckEditorForm /*instellen voor Formulieren in bijv. admin*/
{
  background-color: #50502E;
}