﻿<!-- 
			* {
				margin: 0;
				padding: 0;
			}
			html, body {
				background: url("../images/bg.jpg") repeat-y top;
				color: #000;
				font-family: 'Trebuchet MS', Verdana, sans-serif;
				font-size: 12px;
				width: auto;
				height: 100%;
			}

			a {
				color: #000;
			}
			
			a:hover {
				color: #f71814;
			}
			
			strong {
	color: #f71814;
}
			
			#container {
                min-height: 100%;
                _height: 100%;
                margin: 0 auto;
				background: url("../images/achtergr_menu1.gif") repeat-y left top;
            }
			
			/* CONTAINER CLASSES THAT DETERMINE WIDTH, ADD TO FOOTER AS WELL!!! */
			.forfull {
				width: auto;
			}

			/* CONTAINER CLASSES THAT DETERMINE WIDTH, ADD TO FOOTER AS WELL!!! */
			
			#header {
				width: auto;
				height: 75px;
				background: url("../images/kop_achter.gif");
				color: #fff;
				position: relative;
			}
					
			p {
				padding: 10px;
				font-size: 13px;
				line-height: 20px;
			}
			
			.pos75 li {
				margin-left: 40px;
				font-size: 13px;
				padding: 0;
			}

			.pos75 img {
				border: 1px solid #FF0000;
				padding: 5px;
				margin: 5px;
			}

			
			/* TEXT WIDTHS, ADD THIS TO A DIV AROUND A PARAGRAPH */
			.pos25 {
				width: 124px;
				min-height: 349px;
				float: left;
				background: url("../images/menu_achter.gif") repeat;
			}

			.pos75 {
				width: 750px;
				height: auto;
				min-height: 200px;
				float: left;

			}
			

/* MENU */


.menu{
	color:							#fff;
	text-align:						left;
	padding-bottom:					4px;
	}

ul.menu {
	margin-left:					6px;
	margin-top:						32px;
	}
	
ul.menu li {
	display:						block;
	font-family: 					'Trebuchet MS', Verdana, sans-serif;
	font-size:						13px;
	font-weight:					bold;
	text-decoration:				none;
	text-transform:capitalize
	}
	
ul.menu li a:link {
	display:						block;
	font-family: 					'Trebuchet MS', Verdana, sans-serif;
	font-size:						13px;
	font-weight:					bold;
	text-decoration:				none;
	color:							#fff;
	text-transform:capitalize
	}

ul.menu li a:visited {
	display:						block;
	font-family: 					'Trebuchet MS', Verdana, sans-serif;
	font-size:						13px;
	font-weight:					bold;
	text-decoration:				none;
	color:							#fff;
	text-transform:capitalize
	}

ul.menu li a:hover {
	display:						block;
	font-family: 					'Trebuchet MS', Verdana, sans-serif;
	font-size:						13px;
	font-weight:					bold;
	text-decoration:				underline;
	color:							#c0c0c0;
	text-transform:capitalize
	}

ul.menu li a:active { 
	display:						block;
	font-family: 					'Trebuchet MS', Verdana, sans-serif;
	font-size:						13px;
	font-weight:					bold;
	text-decoration:				none;
	color:							#fff;
	text-transform:capitalize
	}			
			
			
		
ul.menu li ul {
display: none;
	}			