@charset "utf-8";

/********
Standard
********/

body {
	background: #FFFFFF url(../../img/eufjebg.gif) repeat-x;
	font-size: .8em;
}

h1 {
	color: #99CC00;
	font-size: 3em;
	line-height: .8em;
	margin: .5em 0;
}

h2 {
	color: #1A4779;
	font-size: 1.3em;
	line-height: 1em;
	margin: .5em 0;
	margin-top: 1.5em;
}

.clearfloat {
	clear: both;
	font-size: 1px;
	height: 0;
}

.left {
	float: left;
}

.right {
	float: right;
}

/********
Layout
********/

#wrap {
	background: #FFFFFF url(../../img/eufje-header.jpg) no-repeat;
	margin: 0 auto;
	min-height: 480px;
	padding: 1px 30px;
	position: relative;
	width: 700px;
}

#logo, #logo a {
	display: block;
	height: 110px;
	left: 5px;
	position: absolute;
	text-decoration: none;
	top: 5px;
	width: 110px;
}

#lang {
	height: 20px;
	margin: 180px 1px 30px 2px ;
}

#lang a:link, #lang a:visited {
	color: #000;
	padding: 2px;
	text-decoration: underline;
}

#lang a:hover, #lang .active_taalkeuze {
	background: #1A4779;
	color: #FFF;
	padding: 2px;
	text-decoration: underline;
}

#funcnav {
	background: #99CC00;
	font-size: .9em;
	font-weight: bold;
	padding: 2px;
	position: absolute;
	right: 30px;
	text-align: center;
	top: 115px;
}

#funcnav a {
	background: none;
	margin: 0 10px;
}

#funcnav a:link, #funcnav a:visited {
	color: #FFF;
	text-decoration: none;
}

#funcnav a:hover {
	color: #1A4779;
	text-decoration: none;
}

#funcnav form {
	display: inline;
}

#funcnav input#zoekterm_veld2 {
	width: 110px;
}

#side {
	float: left;
	width: 180px;
}

#main {
	float: right;
	width: 490px;
}

#footer {
	background: #FFFFFF url(../../img/eufje-footer.jpg) no-repeat;
	clear: both;
	height: 120px;
	margin: 0 auto;
	padding: 0 30px;
	position: relative;
	width: 700px;
}

#footertekst {
	color: #999;
	font-size: .8em;
	left: 30px;
	line-height: normal;
	position: absolute;
	top: 100px;
	width: 180px;
}

#footertekst a:link, #footertekst a:visited {
	color: #999;
	text-decoration: underline;
}

#footertekst a:hover {
	color: #666;
	text-decoration: underline;
}

#navigation {
	background: #FFFFFF url(../../img/navigationbg.jpg) repeat-x;
	padding: 1px;
	width: 180px;
}

#navigation li {
	margin: 5px;
}

#navigation ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#navigation a {
	display: block;
	padding: 3px 5px;
}

* html #navigation a { /* IE6 hack */
	display: block;
	padding: 3px 5px;
	width: 100%;
}

#navigation a:link, #navigation a:visited {
	color: #1A4779;
	text-decoration: none;
}

#navigation a:hover, #navigation a.activehoofdlink {
	background-color: #99CC00;
	color: #FFF;
}

#navigation .navlist-sub li {
	font-size: .9em;
	margin: 5px 0;
	padding: 0;
}

* html .navlist-sub li { /* IE6 hack */
	width: 152px;
}

#navigation .navlist-sub li a, 
#navigation .navlist-sub li a:link, 
#navigation .navlist-sub li a:visited ,
#navigation .navlist-sub li .subnavigatie_not_clickable
{
	background: none;
	color: #5A7AA0;
	padding: 3px 0 3px 18px;
}

#navigation .navlist-sub li a:hover, 
#navigation .navlist-sub li a.activesublink 
{
	background: #CCE57F;
	color: #1A4779;
	margin: 0;
}

/********
Links
********/

a:link {
	color: #1A4779;
	text-decoration: underline;
}

a:visited {
	color: #666666;
	text-decoration: underline;
}

a:hover {
	color: #99CC00;
	text-decoration: none;
}

/********
Contact-formulier
********/
#verplicht_ster {
	float: right;
}

.knop,
.form_input #verstuur {
	background-color: #EAF5CD;
	color: #1A4779;
	font-weight: bold;
}
#print_preview { float: right; }
