/*

  $Bestandsnaam: stylesheet.css
	
*/

BODY {
	background-image:url(../img/bg.gif);
	background-position:left;
	background-repeat: repeat;
	margin: 0px;
	font-family: Century Gothic, Trebuchet MS, arial;
	font-size: 13px;
	color: #000000}
	
.main {
	font-family: Century Gothic, Trebuchet MS, arial;
	font-size: 13px;
	color: #000000}

a:link {
	color: #000000;
	text-decoration: underline}
			
a:visited {
	color: #000000;
	text-decoration: underline}
				
a:active {
	color: #000000;
	text-decoration: underline}
			
a:hover {
	color: #000000;
	text-decoration: underline}

.header {
	font-family: Century Gothic, Trebuchet MS, verdana, tahoma, arial;
	font-size: 15px;
	font-weight: bold; 
	color: #FFFFFF}

a.header:link {
	color: #FFFFFF;
	text-decoration: none}
	
a.header:active {
	color: #FFFFFF;
	text-decoration: none}
	
a.header:visited {
	color: #FFFFFF;
	text-decoration: none}
	
a.header:hover {
	color: #BFFD03;
	text-decoration: none}

.titel {
	font-family: Century Gothic, Trebuchet MS, arial;
	font-size: 21px;
	font-weight: bolder;
	background-color: #BFFD03;
	color: #000000}
	
.kop {
	font-family: Century Gothic, Trebuchet MS, arial;
	font-size: 19px;
	font-weight: bolder;
	color: #000000}
	
.subkop {
	font-family: Century Gothic, Trebuchet MS, arial;
	font-size: 16px;
	font-weight: bolder;
	color: #000000}
	
.footer {
	font-family: Century Gothic, Trebuchet MS, verdana, tahoma, arial;
	font-size: 13px;
	color: #FFFFFF}

a.footer:link {
	color: #FFFFFF;
	font-weight: normal; 
	text-decoration: underline}
	
a.footer:active {
	color: #FFFFFF;
	font-weight: normal; 
	text-decoration: underline}
	
a.footer:visited {
	color: #FFFFFF;
	font-weight: normal; 
	text-decoration: underline}
	
a.footer:hover {
	color: #FFFFFF;
	font-weight: normal; 
	text-decoration: underline}
	
.btn {
  font-family: Century Gothic, Trebuchet MS, arial;
  font-size: 13px;
  color: #000000;
  background-color: #BFFD03;
  border: 1px solid;
  border-top-color: #000000;
  border-left-color: #000000;
  border-right-color: #000000;
  border-bottom-color: #000000;
  cursor: hand}

.INPUT {
  font-family: Trebuchet MS, verdana, tahoma, arial;
  font-size: 11px;
  color: #000000;
  background-color: #F1EFEB;
  border: 1px solid;
  border-top-color: #000000;
  border-left-color: #000000;
  border-right-color: #000000;
  border-bottom-color: #000000}

.TEXTAREA {
  font-family: Trebuchet MS, verdana, tahoma, arial;
  font-size: 11px;
  color: #000000;
  background-color: #F1EFEB;
  border: 1px solid;
  border-top-color: #000000;
  border-left-color: #000000;
  border-right-color: #000000;
  border-bottom-color: #000000}
