/** Eric meyer's reset
******************************************/
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, 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-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

/** Structural elements
******************************************/
body
{
	font: 62.5% "Lucida Grande", Verdana, Arial, sans-serif;
	background-color:#f9f9f9;
	/*background:#ff6633 url("../images/background.gif") 0 0 repeat;*/
}

h1
{
	background:transparent url("../images/logo_acteco.jpg") 0 0 no-repeat;
	text-indent:-9999px;
	width:227px;
	height:79px;	
}

h2
{
	background:transparent url("../images/pijl.gif") 0 0.3em no-repeat;
	color:#ff6633;
	font-size:2.5em;
	text-transform:uppercase;
	font-weight:bold;
	padding:0 0 10px 30px;
}

a
{
	color:#ff6633;
	text-decoration:none;
}

a:hover
{
	text-decoration:underline;
}

#header
{
	background:transparent url("../images/bg_header.png") 0 0 repeat-x;
	height:173px;
	position:relative;
	z-index:999;
}

#wrapper
{
	width:800px;
	margin:0 auto;
	padding:20px;	
}

#container
{
	background-color:#FFFFFF;
	width: 800px;
	margin: 0 auto;
	padding:15px;
	z-index:1;
	top:-10px;
	position:relative;	
}

#content
{
	z-index:9999;
}

#footer 
{
	background:#ffffff url("../images/gfb_logo.png") no-repeat scroll 1.5em 1.5em;
	color:#999999;
	font-size:1.0em;
	height:17px;
	line-height:17px;
	width:800px;
	margin:0 auto;
	padding:15px;
	vertical-align:middle;
}

#footer .text
{
	padding:0 0 0 20px;
}




/** Navigatie
******************************************/
#languages
{
	float:right;
	font-size:1.2em;
	position:relative;
	top:-15px;	
}

#languages ul
{
	list-style:none;
	float:left;
}

#languages li
{
	float:left;
	padding: 0 10px 0 0;
}

#languages li a
{

}

#mainnav
{
	width:100%;
	float:left;
	display:inherit;
	font-size:1.8em;
	padding:13px 0 0 0;
}

#mainnav ul
{
	float:left;
	list-style:none;
}

#mainnav ul li
{
	float:left;
	padding: 0 20px 0 0;
}

#mainnav ul li a
{
	color:#FFFFFF;
}

#mainnav ul li a:hover
{
	color:#ff6633;
	text-decoration:underline;
}

#mainnav ul li .huidige
{
	text-decoration:underline;
}



#sub
{
	font-size: 1.4em;
	list-style-type: none;
	background-color: #efefef;
	width: 140px;
	padding: 20px;
	margin-top: 15px;
}

#sub li
{
	margin-bottom: 5px;
}

#sub .huidige
{
	color: red;
}

#sub ul li
{
	margin-left: 30px;
}

#sub a
{
	color: black;
	text-decoration: none;
}

/** Content
******************************************/
#content strong
{
	font-weight: bold;
}

#content em
{
	font-style: italic;
}

#container #content .text .newsitem h3
{
	font-size: 1.5em;
	margin: 0 0 5px 0;
	border-bottom: 1px #006579 dashed; 
}

#container #content .text
{
	font-size: 1.3em;
	line-height: 1.4em;
}

#container #content .text p
{
	margin: 0 0 10px 0;
}

#container #content .text ul, #container #content .text ol, #container #content .text blockquote
{
	margin: 0 0 10px 20px;
}

/** Hacks
******************************************/
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */