@charset "utf-8";
/* CSS Document */

 body {
 margin: 0;
 background: #FFFFFF url(/img/);
 }
 
 h1{
 font-family: "Trebuchet MS", verdana, arial, helvetica, sans-serif; 
 color: #000000;
 font-weight: normal;
 font-size: 1em;
 }
 
 h3{
 font-family: Arial, helvetica, sans-serif; 
 color: #333333;
 font-weight: normal;
 font-size: 0.8em;
 }
 
 h4{
 font-family: Arial, helvetica, sans-serif; 
 color: #cccccc;
 font-weight: normal;
 font-size: 0.8em;
 }
 
 h5{
 font-family: Arial, helvetica, sans-serif; 
 color: #333333;
 font-weight: normal;
 font-size: 0.6em;
 }
 
 h6{
 font-family: Arial, helvetica, sans-serif; 
 color: #ff6600;
 font-weight: normal;
 font-size: 0.8em;
 }

a{
 font-family: "Trebuchet MS", verdana, arial, helvetica, sans-serif; 
 color: #000000;
 font-weight: normal;
 font-size: 1em;
}

input.text,input.subbie,select, textarea {
	padding: 2px;
	border: 1px solid #626262;
	font: normal 1em "Trebuchet MS", Arial, Helvetica, sans-serif;
}

.grijs {
 font-family: Arial, helvetica, sans-serif; 
 color: #cccccc;
 font-weight: normal;
 font-size: 1em;
}
 