/* CSS Document */

strong{
	font-weight: bold;
}

/* Global Styles */
html {
	overflow-y: scroll;
}

body {
	margin: 0;
	background: #00aeef;
	font-family: Verdana, Arial, sans-serif;
	font-size: 62.5%;
	color: #04158b;
}

img, div, a, li, input, span {
	behavior: url('/css/iepngfix.htc');
}

a {
	outline-style: none;
	color: #04158b;
	text-decoration: none;	
}
a:hover {
	color: #04158b;
	text-decoration: underline;	
}

a img{
	border: 0;
}

span.none { position: absolute; left: -9999px; }

.left{ float: left !important; }
.right{ float: right !important; }
.clearboth{ clear: both; }

a.external-link{
	padding-right: 15px;
	background: url('/img/external-link.gif') no-repeat right;
}

a.print-knop{
	margin:0 0 10px;
	padding: 5px 5px 5px 25px;
	display: block;
	background: url('/img/print-knop-small.png') no-repeat left;
	font-size: 1.1em;
	color: #04158b;
}

.print{
	display: none;
}

#container{
	width: 970px;
	margin: 0 auto;
	padding: 0;
	overflow: hidden;
}

/* Top */
#header-wrapper{
	width: 970px;
	height: 120px;
	float: left;
}

#header-wrapper h1.logo{
	width: 480px;
	height: 120px;
	float: left;
	display: inline;
}

#header-wrapper .talen{
	height: 20px;
	margin: 10px 0 0;
	padding: 0 0 0 5px;
	background: #ffffff url('/img/talen-left.gif') no-repeat;
}

#header-wrapper .talen ul{
	height: 20px;
	padding: 0 5px 0 0;
	float: left;
	background: url('/img/talen-right.gif') no-repeat right;
}

#header-wrapper .talen ul li{
	float: left;
}

#header-wrapper .talen a.bookmark{
	height: 17px;
	margin: 0 5px 0 0;
	padding: 3px 0 0 20px;
	float: left;
	display: block;
	background: url('/img/bookmark.gif') no-repeat;
	font-family: Verdana, Arial, sans-serif;
	font-size: 1.1em;
	color: #00aeef;
}

#header-wrapper .talen a.flag{
	width: 16px;
	height: 11px;
	margin: 4px 0 0 5px;
	float: left;
	display: block;
}

/* Menu */
#menu-wrapper{
	width: 970px;
	height: 60px;
	float: left;
}

#menu-wrapper ul.menu{
	height: 30px;
	float: right;
	clear: both;
}

#menu-wrapper ul.menu li {
	margin: 0 5px 0 0;
	float:left;
}

#menu-wrapper ul.menu li a {
	height: 22px;
	padding: 8px 5px 0;
	float: left;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 1.5em;
	color: #ffffff;
	text-align: center;
}

#menu-wrapper ul.menu li a:hover {
	color: #04158b;
	text-decoration: none;
}

#menu-wrapper ul.menu li.active {
	background: #fff200 url('/img/menu-left.gif') no-repeat;
}

#menu-wrapper ul.menu li.active a {
	color: #ed1c24;
	text-align: center;
	background: url('/img/menu-right.gif') no-repeat right;
}

#menu-wrapper ul.menu li.active a:hover {
	color: #ed1c24;
	text-decoration: none;
}

#menu-wrapper .submenu{
	width: 970px;
	height: 30px;
	float: left;
	background: #fff200;
}

#menu-wrapper .submenu .taalfunctie{
	width: 170px;
	height: 15px;
	margin: 5px 0;
	padding: 5px 0 0 5px;
}

#menu-wrapper .submenu .zoekfunctie{
	width: 175px;
	height: 20px;
	margin: 5px 0;
	padding: 0;
	background: url('/img/zoekfunctie-background.gif') no-repeat;
}

#menu-wrapper .submenu .zoekfunctie input {
	width: 140px;
	height: 18px;
	margin: 0;
	padding: 2px 0 0 10px;
	float: left;
	background: none;
	border: 0;
	font-family: Verdana, Arial, sans-serif;
	font-size: 1.0em;
	color: #888888;
}

#menu-wrapper .submenu .zoekfunctie button {
	width: 20px;
	height: 20px;
	margin: 0;
	padding: 0;
	display: inline;
	float: left;
	border: medium none;
	cursor: pointer;
	background: url('/img/zoekfunctie-button.gif') no-repeat top;
}

/* Content */
#content-wrapper{
	width: 960px;
	margin: 0 0 10px;
	padding: 5px;
	float: left;
	background: #ffffff url('/img/content-bottom.gif') no-repeat bottom;
}

/* Sitemap */
#sitemap-wrapper{
	width: 970px;
	float: left;
	background: #ffffff url('/img/content-bottom.gif') no-repeat bottom;
}

#sitemap-wrapper .sitemap{
	width: 960px;
	padding: 5px;
	float: left;
	background: url('/img/content-top.gif') no-repeat top;
	font-family: Verdana, Arial, sans-serif;
	font-size: 1.1em;
	line-height: 1.7em;
	color: #00aeef;
	text-align: center;
}

#sitemap-wrapper .sitemap a{
	color: #00aeef;
}

/* Footer */
#footer-wrapper{
	width: 970px;
	margin: 5px 0;
	float: left;
	font-family: Verdana, Arial, sans-serif;
	font-size: 1.1em;
	line-height: 1.7em;
	color: #ffffff;
}

#footer-wrapper a{
	color: #ffffff;
}
