/*  GLOBAL STUFF  */body {	font-family: Tahoma, Verdana, DejaVu Sans Book, Times New Roman, Arial;	font-size: 12px;	background-color: #000000;	color: #FFFFFF;}td.table,th.table {	font-family: Tahoma, Verdana, DejaVu Sans Book, Times New Roman, Arial;	font-size: 12px;	background-color: #444444;	color: #FFFFFF;	text-align:left;	/*border: 1px solid white; */	border-width: 0px;	padding-left:5px;	padding-right:5px}/*html, body {   margin: 0; padding: 0;   height: 100%; } */html{height: 100%;}body{height: 100%;margin: 0 0 0 0;}* html #body{height: 100%;}a {	text-decoration: none;	outline: none;}a:hover {	color: #000000;}a.white {	text-decoration: none;	outline: none;	color:#FFFFFF}a:hover.bigger {	color: #000000;	font-size:13px;}p, h1, h2, h3, h4, h5, h6, pre {	margin-top: 0;}h1, h2, h3, h4, h5, h6 {	padding: 1px 5px;	background-color: #444444;	line-height: normal;	letter-spacing: 1px;	margin-bottom: 10px;}h1 {	font-size: 32px;}h2 {	font-size: 20px;}h3 {	font-size: 18px;}h4 {	padding-top: 2px;	font-size: 16px;}h5 {	font-size: 13px;}h6 {	font-size: 10px;}hr {	height: 1px;}ul {	list-style-type: square;}img {	border: 0;}acronym, abbr {	border-bottom: 1px dashed;	cursor: help;}/*  CLASSES  */input.styled {	margin: 1px auto;	padding: 2px 3px;	background-color: #555555;	border: 0;	color: #FFFFFF;	font-family: Tahoma, Verdana, DejaVu Sans Book, Times New Roman, Arial;	font-size: 10px;	font-weight: bold;}img.bordered {	border: #666666 solid 5px;}.float_left {	float: left;}.float_right {	float: right;}.clear {	clear: both;}.underline {	border-bottom: solid 1px;}.qoute {	margin-left: 0px;	margin-right: 0px;	margin-bottom: 5px;	padding: 5px 5px;	background-color: #444444;	border: #999999 dashed 1px;	font-size: 11px;	line-height: 13px;	display: block;}.left_line {	margin-left: 0px; /*was 50px */	margin-right: 0px; /*was 50px */	padding: 10px 15px;	background-color: #333333;	border-left: solid 4px;	font-size: 11px;	line-height: 14px;	display: block;}.box {	padding: 5px 10px;	background-color: #444444;}.article {	padding: 10px 15px;	background: #333333 url(/img/article_bg.png) top right no-repeat;}.article .title {	font-size: 18px;	display: block;}.article .title a:hover {	background-color: transparent;	color: #FFFFFF;}.article .lastupdate {	margin: 0 -5px 5px -5px;	padding: 8px 6px 6px 6px; 	border-bottom: #666666 solid 1px;	color: #CCCCCC;	font-size: 11px;	display: block;}/*  STRUCTURE (in order of appearance)  */#body {	margin: 0 auto;	width: 800px;	padding:  0 1px ;	background: url(/img/bg_body.png) repeat-y;	text-align: justify;	position: relative;	min-height: 100%;	/*height:auto;*/	/*height:100%; /* voor IE */}#header {	height: 72px;	padding: 50px 0 0 20px;	background-color: #444444;	font-weight: bold;}#header .name {	font-size: 36px;	letter-spacing: 2px;}#header .slogan {	font-size: 16px;	letter-spacing: 5px;}#menu {	height: 30px;	padding: 0 10px;	background-color: #666666;	font-size: 14px;	font-weight: bold;}#menu ul {	margin: 0;	padding: 0;}#menu ul li {	letter-spacing: 1px;	display: inline;}#menu ul li a {	padding: 7px 10px;	color: #FFFFFF;	text-decoration: none;	float: left;	}#menu ul li a:hover {	color: #000000;}#menu .pressed {	padding: 7px 10px;	background-color: #444444;	float: left;}#content_side {	width: 200px;	padding: 15px 5px 15px 15px;	line-height: 16px;	float: left;}#content_main {	width: 550px;	padding: 15px;	line-height: 16px;	float: left;}#content_single {	padding: 15px;	line-height: 16px;	}#footer_clear {	clear: both;}div#footer {	padding: 8px 0 9px 0;	background-color: #555555;	font-size: 10px;	text-align: center;	/*clear: both;*/	position:absolute;     bottom:0; 	width: 800px;	/*z-index:99*/		}#footer a:hover {	background-color: transparent;	text-decoration: underline;}