/* v1.0 | 20080212 */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	}


ol, ul {
	list-style: disc;
	color:#000000;
	margin-left:20px;
}

blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles!*/
:focus {
	outline: 0;
} 

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* END RESET CSS */


*{
padding:0;
margin:0;
}

html, body {
height: 100%; /* heel belangrijk */
font: 14px "Trebuchet MS", Verdana, Arial, sans-serif;
color: #000000;
/*background: #e8e8e9 url(design/bg_main.gif) center top repeat-x;*/
background: #ffffff url(design/bg_main.gif) center top repeat-x;
text-align: center;
}


#wrapper { 
 margin: 0 auto;
 width: 954px;
}
#faux {
 background: url(faux-3-2-col.gif);
 margin-bottom: 0px;
 overflow: auto; /* Paul O Brien Fix for IE www.pmob.co.uk */
 width: 100%
}
#header {
 color: #333;
 width: 954px;
 height: 100px;
}
#logo {
background: url(design/logo.png) no-repeat;
width:318px;
height:77px;
float:left;
margin-top:10px;
}
#linkshome {
width:150px;
height:20px;
float:right;
margin-top:102px;
}
#linkshome a:link {font-size:13px; color:#6E6E6E; text-decoration:none; }
#linkshome a:active {color:#6E6E6E; text-decoration:none; }
#linkshome a:visited {color:#6E6E6E; text-decoration:none; }
#linkshome a:hover {color:red; text-decoration:none; }
#linkshome img{
padding: 0px 5px 0px 1px;
}
#navigation {
 color: #333;
 margin: 0px 0px 0px 0px;
}
#rightcolumn { 
 float: right;
 padding: 0px;
 width: 954px;
 display: inline;
 position: relative;
}
#rotate { 
 width: 301px;
 height:152px;
 background:red;
 margin-top:-200px;
 margin-left:300px;
}
#logos img{
margin-top:50px;
margin-bottom:50px;
margin-left:7px;
margin-right:0px;
float:left;
}
#footer { 
 clear: both;
 padding: 10px;
}
#footer p{ 
 font-size:10px;
 color:#797979;
 margin-top:-10px;
}
.clear { clear: both; background: none; }



/*MEnU*/
#menu {
	width: 954px;
	background: url(design/bg_menu.png) center top no-repeat;
	height: 28px;
}

#menu  ul {
	display: block;
	margin: 0;
	padding: 0;
	line-height: 1em;
	list-style: none;
	z-index: 90;
}

#menu  ul li {
	float: left;
	margin: 0 1px 0 0;
	padding: 0;
	font-size: 10px;
	line-height: 0em;
	list-style-type: none;
}

#menu ul li a {
	float: left;
	display: block;
	width: auto;
	font-weight: normal;
	background: transparent;
	text-decoration: none;
	color: #343434;
	margin: 0;
	padding: 0.9em 0.8em 0.5em 6px;
}

#menu  ul li a:hover {
	color: blue;
	text-decoration: none;
}

#menu  ul li.sep img{
	color: silver;
	padding: 10px 0em 0.5em 0em;
	font-size:28px;
	margin-top:-10px;	
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#menu  ul li a {
	float: none;
}

/* End IE5-Mac hack */
#menu  ul.level2, #menu ul.level3 {
	position: absolute;
	top: 0px;
	left: 0px;
	visibility: hidden;
	border-left: 1px solid #fff;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	background: #80D2D2;
}

#menu  ul.level2 li, #menu ul.level3 li {
	border-bottom: 1px solid #fff;
	float: none;
	margin: 0;
	padding: 0;
	width: 150px;
}

#menu  ul.level2 li a, #menu ul.level3 li a {
	padding: 5px 9px 5px 5px;
}

#menu  ul.level2 li a:hover,#menu  ul.level3 li a:hover {
	font-weight: normal;
	background-color: #FF8401;
	background-image: none;
}
/*End menu*/

#layer1 {
	position: absolute;
	visibility: hidden;
	width: 400px;
	height: 300px;
	left: 20px;
	top: 300px;
	background-color: #ccc;
	border: 1px solid #000;
	padding: 10px;
}

#close {
	float: right;
}








