@charset "utf-8";
/* CSS Document */


* {
	font-size:100%;
	margin:0;
	padding:0;
	border:0;
	outline:none;
	}

/* force scrollbar */

html {
	height:100%;
	margin-bottom:1px;
	}

body {
	-x-system-font:none;
	font-family:tahoma,arial,sans-serif;
	color:#666;
	font-size:0.84em;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:1.333;
	margin:0;
	padding:0;
	background-color:#f3f3f3;
	border-top:3px solid #008cb0;
	}


h1 {
	font-size:2em;
	}

h2 {
	font-size:1.5em;
	color:#ffa526;
	margin:5px 0;
	}

h3 {
	font-size:1.1em;
	color:#666;
	margin:3px 0;
	}

h4 {
	font-size:1em;
	color:#ffa526;
	}

h5 {
	font-size:1em;
	}

h6 {
	font-size:0.85em;
	margin:0.5em 0 0;
	}

/*  ID'S   */

/* background & wrapper */


#wrapper {
	position:relative;
	width:960px;	
	margin-left:auto;
	margin-right:auto;
	background-color:#fff;
	margin-bottom:10px;
	overflow:hidden;
	}


/* header */


#cover {
	position:absolute;
	left:20px;
	top:0px;
	z-index:99;
	height:335px;
	width:240px;
	overflow:hidden;
	}

#header {
	position:relative;
	height:242px;
	width:960px;
	}


/* navigation */

#navigation {
	position:relative;
	width:960px;
	height:47px;
	overflow:hidden;
	border-top:1px solid #fff;
	background-color:#008cb0;
	}

#navigation ul {
	position:absolute;
	top:0;
	right:0;
	height:47px;
	list-style-type:none;
	list-style-position:inside;
	
}

#navigation ul li {
	display:inline;
	float:left;

	}



#navigation ul li a {
	display:block;	
	height:47px;
	text-decoration:none;
	text-align:center;
	color:#fff;
	font-family:tahoma,arial,sans-serif;
	font-size:13px;
	font-weight:bold;
	padding:0 8px 0 8px;
	line-height:45px;
	float:left;
	} 

#navigation ul li ul {
	display:none;
	}
	


#navigation ul li a:hover, #navigation ul li.current a{
	color:#ffa526;
	}

#navigation h1 {
	margin:0;
	padding:0;
	}


/* content */
	
#content {
	width:960px;
	position:relative;
	overflow:hidden;
	background:url(../images/layout/gradetop_bg.jpg) repeat-x top left;
	}

#leftcolumn {
	width:260px;
	float:left;
	overflow:hidden;
	}

#rightcolumn {
	width:700px;
	float:left;
	overflow:hidden;
	}


/* left */

#pub { 
	width:240px;
	height:400px;
	margin:50px 0 10px 20px;
	padding-top:15px;
	background:#008cb0 url(../images/layout/pub_bottom_bg.gif) bottom left no-repeat;
	color:#fff;
	}

#pub h2 {
	font-size:16px;
	font-weight:bold;
	color:#fff;
	}

#pubtop {
	border-bottom:1px solid #80c6d8;
	margin:0 15px 15px 10px;
	padding-bottom:15px;
	}


#pubtop ul {
	list-style:none;
	}

#pubtop ul li {
	padding:0 0 7px 0;
	background:url(../images/layout/list_pijltje.gif) no-repeat 0 2px;
	}

#pubtop a {
	color:#fff;
	text-decoration:none;
	display:block;
	padding-left:25px;
	}

.pubbottom {
	border-bottom:1px solid #80c6d8;
	margin:0 15px 0 10px;
	}

.pubbottom a {
	display:block;
	text-decoration:none;
	background:url(../images/layout/groter_pijltje.gif) no-repeat bottom right;
	color:#fff;
	width:220px;
	padding-bottom:10px;
	}	

#logo {
	margin:100px 0 50px 60px;
	}	



/* right */

#realcontent {
	padding:30px;
	}
	
#realcontent img {
	padding:2px;
	border:1px solid #ccc;
	margin:5px 0;
	}

#realcontent img.noborder {
	border:0;
	}

#realcontent a {
	color:#008cb0;
	text-decoration:none;
	}

#realcontent a:hover {
	text-decoration:underline;
	}

#realcontent ul {
	list-style-position:inside;
	}


/* footer */

#footer {
	width:960px;
	height:70px;
	background:url(../images/layout/footer_bg.gif) repeat-y top left;
	color:#fff;
	font-weight:bold;
	}


#footer a {
	color:#fff;
	text-decoration:none;
	}

#footer a:hover {
	color:#ffa526;
	text-decoration:underline;
	}

#footer table {
	margin:7px 0 0 280px;
	padding:0;
	border-collapse:collapse;
	}

#footer td {
	padding-right:50px;
	}


#waxlogo {
	clear:both;
	width:960px;
	height:50px;
	margin:0 auto;
	background:#f3f3f3;
	text-align:right;
	}

#waxlogo a {
	color:#666;
	text-decoration:none;
	}

#waxlogo a:hover {
	text-decoration:underline;
	}