
/**** copyright Wizzatwork bvba - 2007 ****/

/************* HTML ******************/

body, html, form{
	height: 100%
	min-height: 100%;
	padding: 0;
	margin: 0;
}

body{
	background: #fef5da url(images/bg.gif) repeat-x;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;	
	color: #6f0606;
	/* ADDED 
	text-align: center;*/
	/* Min-width = width of the content to avoid problems width smaller windows 
	min-width:750px; */
}
table{
	width: 100%;	 
}
table table{
	/*width: auto;*/
}
table, td{
	font-size: 1em;
	/*margin: 0;
	padding: 0;
	border: 0;*/
}
a{	
	/*text-decoration: none;*/
	color: #6f0606;
}
a:hover{ color: #F67E26; }
input{
	padding-bottom: 2px; 
}
img{
	margin: 0;
	padding: 0;
}
img.alignleft {
	padding: 4px;
	margin: 0 20px 2px 0;
	display: inline;
}

h1{
	font-size: 16px;
	font-weight: bold;
	color: #000000;
}
h2{
	font-size: 14px;
	font-weight: bold;
}
h3{
	font-size: 11px;
	font-weight: bold;	
}
h4{
	font-size: 11px;
	font-weight: bold;
	/*color: #6F0606;*/
	font: italic;
}
ul, ul ul{
	display: block;
	list-style: none;
	margin: 0;
	padding: 3px 0 3px 0;
}
ul li, ul ul li{
	background: url(images/arrow_01.gif) no-repeat 0 6px;
	color: #E60005;
	padding: 3px 0 3px 10px;
	}
ul li ul li{
	background: url(images/arrow_02.gif) no-repeat 0 6px;
	color: #E60005;
	padding: 3px 0 3px 12px;
	}
#container{
	/*width: 100%;*/
}
#top{
	background: url(images/head_people.gif) repeat-x;
	height: 180px;	
	width: 100%;
}
#header{
	background: url(images/header.gif) no-repeat;
	height: 149px;
	width: 800px;
}
#topmenu{
	margin-top: 5px;	
	padding: 0 0 0 30px;
	height: 30px;	
	/*width: 100%;
	width: 956px;	*/
}

#topmenu2 ul{
	float: right;
	background: #FEF9E8;
	padding: 5px;
	border: 1px solid #FFD200;
}

#topmenu li{
	background: none;
	display: inline;	
	font-size: 12px;
	padding: 3px 20px 0 0px;
}
#topmenu2 li{
	display: block;		
	font-size: 12px;
	font-weight: bold;
	color: #6F0606;
	/*padding: 3px 20px 0 0px;	*/
}
#topmenu ul li a, #topmenu2 ul li a{
	text-decoration: none;
}
#topmenu ul li a:hover{ color: #FEF9E8; text-decoration: none;}
#topmenu2 ul li a:hover{ color: #F67E26; font-weight: bold; text-decoration: none; }
#topmenu ul li a:active, #topmenu2 ul li a:active{ font-weight: bold; text-decoration: none;}

#content{	
	padding-bottom: 20px;
	margin-bottom: 20px;
	display: inline-block;

/*	height: 100%;	
	min-height: 100%;     */
	/*width: 995px;
	width: 100%;*/
   /* ADDED 
	top: 0;
   right: 0;
   margin: 0 auto;	
	position: relative;*/
}
html>body #content{ height: auto;}

#left{		
	padding-left: 15px;	
	margin-right: 220px;	
	/* ADDED */
	/*width: 756px;*/
	/*position: absolute;*/	
}
/* BUGFIX IE5.5 + IE6 - Double Margin */
	* HTML #left {	display/**/: inline; }
	* HTML #left { width/**/: 100%; }
	* HTML #left { position/**/: relative; }	
	* HTML #right { position/**/: relative; }
	
/* BUGFIX IE5.5 + IE6 - Margin-Right */
	* HTML #left {	margin-right/**/: 0px; }			
	
/* BUGFIX FIREFOX */
html>body #left{	width: auto; }

#table_left{
	/*width: 450px;
	min-width: 750px;*/
}

#right{
	/**/float: right;
	width: 182px;
	padding-right: 15px;
	padding-left: 15px;
	/* ADDED */
	/*position: absolute;*/
	/*left: 756px;*/
	
}
#footer{
	background: url(images/foot_people.gif) repeat-x;
	height: 50px;
	width: 100%;
}
#footertxt{
	display: block;
	background-color: #e60005;
	color: #ffed00;
	text-align: center;
	vertical-align: bottom;
	height: 21px;	
	width: 100%;
}
.block{
	background-color: #fff6db;
}
.title{
	font-weight: bold;
}
td.bg_1{
	background-color: #fff6db;
}
.min_width{
	width: 100px;
}
.min_height{
	height: 450px;	
}
.newsreader img{
	display: none;
}