/*--- content ---
*/
h1 { color: #fff;
	font-size: 26px;
	font-family: "Trebuchet MS", Verdana, Arial;
	font-style: normal;
	text-transform: uppercase;
	margin: 0;
	}

h2 {
	color: #fff;
	font-size: 18px;
	font-family: "Trebuchet MS", Verdana;
	font-weight: normal;
	text-transform: uppercase;
	margin: 0;
	}

h3 {
	color: #fff;
	font-size: 13px;
	font-family: "Trebuchet MS", Verdana;
	font-weight: normal;
	margin-bottom: -12px;
	}
	
.header { 
	font-family: "Trebuchet MS", Arial, Tahoma, Verdana;
	font-size: 32px;
	color: #fff;
	font-weight: normal;
	text-decoration: none;
	margin-bottom: -10px;
	padding-top: 10px;
	padding-right: 20px;
	padding-left: 57px;
	}

.intro {
	color: #f1f1f1;
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size: 13px;
	line-height: 24px;
	text-decoration: none;
	font-weight: bold;
	text-align: left;
	}

.bodytxt {
	color: #CCCCCC;
	font-size: 13px;
	font-family: "Trebuchet MS", Arial, Verdana;
	font-weight: normal;
	line-height: 20px;
	text-decoration: none;
	text-align: left;
	padding-right: 20px;
	}


.tussenkop {
	color: #CCCCCC;
	font-size: 13px;
	}

.bodytxt-en-image {
	color: #CCCCCC;
	font-size: 13px;
	font-family: "Trebuchet MS", Arial, Verdana;
	font-weight: normal;
	line-height: 20px;
	text-decoration: none;
	text-align: left;
	}
.linkie { 
	color: #fff;
	font-size: 12px;
	line-height: 20px;
	text-decoration: underline;
	}
.linkie-bodytekst { 
color: #fff;
font-size: 13px;
line-height: 20px;
text-decoration: underline;
}
	
.linkie:hover {
	color: #FF0000;
	text-decoration: underline;
	}

.linkie-intro { 
	color: #fff;
	font-size: 13px;
	line-height: 24px;
	text-decoration: underline;
	}
	
.linkie-intro:hover {
	color: #FF0000;
	text-decoration: underline;
	}
	
.linkie-menu { 
	color: #DDDDDD;
	font-size: 12px;
	line-height: 18px;
	text-decoration: none;
	}
	
.linkie-menu:hover {
	color: #FF0000;
	text-decoration: underline;
	}

.linkie-menu-active {
	color: #FF0000;
	font-size: 12px;
	line-height: 18px;
	text-decoration: none;
	}
	
	
body { 
	overflow: -moz-scrollbars-vertical;
	background-color: #000; }

/*---form---*/

.form_textfield {
	color: #000;
	font-size: 9pt;
	line-height: 12pt;
	font-family: "Trebuchet MS", Arial, Tahoma, Verdana;
	background-color: #ececec;
	text-indent: 2pt;
	width: 182pt;
	height: 16pt ;
	border-style: none;
	}

.form_textfield_big {
	color: #000;
	font-size: 8pt;
	line-height: 12pt;
	font-family: "Trebuchet MS", Arial, Tahoma, Verdana;
	background-color: #ececec;
	text-indent: 2pt;
	width: 182pt; height: 70pt ;
	border-style: none;
	}
	
.form_button {
	color: #fff;
	font-weight: bold;
	font-size: 10pt;
	line-height: 12pt;
	font-family: "Trebuchet MS", Arial, Tahoma, Verdana;
	background-color: #e00;
	text-decoration: none;
	text-align: center;
	width: 80pt;
	height: 20pt;
	float: left;
	border-style: none;
	}


/*---images---*/

.afb_left {
	margin-top: 8px;
	margin-right: 16px;
	margin-bottom: 10px;
	float: left;
	}
.afb_right {
	float: right;
	margin-bottom: 25px;
	margin-left: 40px;
	}
	
.afb_center {
	margin-top: 8px;
	margin-bottom: 10px;
	}
	
.bg-bottom {
	background-image: url(../gfx/bg-bottom.jpg);
	background-repeat: no-repeat;
/*	background-attachment:fixed;*/
	background-position: center bottom;
	}
	
.bg-lijn-side {
	background-image: url(../gfx/lijn-side.gif);
	background-repeat: repeat-y;
	background-position: 411px top;
	}
	
.bg-lijn-top {
	background-image: url(../gfx/lijn-top.gif);
	background-repeat: no-repeat;
	background-position: left top;
	}
	
hr {
	border: 0;
	width: 100%;
	color: #3a3902;
	height: 1px;
	}

