body {
	background: #014e9c url(/images/bg.jpg) repeat-x; font-size:79%
	}
	
.container {
	position: relative;
	}
	
#header {
	background: transparent url(/images/bg-header.jpg) no-repeat center top;
	height: 175px;
	}
ul, ol {padding-left:2em}	
li {
	list-style-type: square;
	}

.hor {
	margin:0; padding:0
	}
	
.hor li {
	display: inline;
	list-style-type: none;
	padding-right: 3px;
	}

#logo h1 {
	width: 121px;
	margin: 35px 5px 0 0;
	float: left;
	}
	
#logo h1 a {
	text-indent: -999em;
	height: 121px;
	display: block;
	background: url(/images/svc-logo.jpg) no-repeat left bottom;
	}
	
#logo h4 {
	width: 176px;
	height: 38px;
	margin: 45px 0 0 6px;
	float: left;
	text-indent: -999em;
	display: block;
	background: url(/images/svc-slogan.png) no-repeat left bottom;
	}

#searchform {
	margin-top:60px;
	}

#menu {
	clear: both;
	position: absolute;
	text-align:left;
	top: 132px;
	left: 140px;
	}

#menu li a{
	color:#00a8e0;
	text-decoration:none;
	margin-right: 10px;
	font-size:100%;
	}
	
#menu li.selected a{
	color: #e2f5fb;
	font-weight:bold;
	}
	
#menu li a:hover{
	text-decoration:underline;
	}

#related {padding-left:20px; width:210px}

#related h3, #extra h3 {
	color: #e0a800;
	font-weight: bold;
	text-transform: uppercase;
	font-size:1.1em;
	padding-left:3px;
	padding-top:2px; padding-bottom:2px;
	line-height:2.2em;
	vertical-align:middle;
	margin-bottom:0;
	}
	
#extra h3 {
	padding-top:0; padding-bottom:0;
	padding-left:8px;
	margin-bottom:15px;
	display:block;
	}

#related h3 a, #extra h3 a {
	color: #e0a800;
	text-decoration:none;
	}	
	
#extra h3 a {
	color: #002655;}

#related h3 a:hover, #extra h3 a:hover {
	color: white;
	}	

#related ul {
	padding-left: 0;
	margin-right: 0;
	}
	
#related li {
	list-style-type: none;
	line-height:1.3em;
	}

#related li a {
	color: #e2f5fb;
	text-decoration: none;
	padding: 5px 3px;
	display: block;
	border-bottom: 1px dotted #0169b1;
	}

#related li a:hover {
	background-color:#002655;
	color:white;
	}
	
#related em {
	color: #00a8e0;
	font-style:normal;
	display:block;
	}
	
#related li.attention a {
	color:#e0a800;
	}
	
.event-image {
	float:right;
	clear:both;
	margin:0 0 10px 10px;
	border: 1px solid #002655;
	}

#footer {
	border-top: 1px solid #002655;
	min-height: 120px;
	padding: 25px 0;
	}

#footer p, #footer p a {
	color: #00a8e0;
	text-decoration: none;
	}
#footer p a:hover {
	text-decoration: underline;
	}

#footer strong {
	color: #fefefe;
	font-weight: bold;
	}
	
/* homepage specific */

	div.division {
		margin-bottom:1em;
		padding-bottom:10px;
		}
	.division h1 {
		font-size:1.7em;
		line-height:1.3em;
		margin: 0.6em 0 0.8em;
		color: #00a8e0;
		}
	.division h4 {
		text-transform:uppercase;
		font-weight:bold;
		margin-bottom:3px;
		padding-top:12px;
		color:white;
		}
	.division h4 a {
		text-decoration:none;
		color: white;
		}
	.division ul {
		margin:0; padding:0;
		}
	.division li {
		list-style-type: none;
		}
	.division li a {
		text-decoration:none;
		color: #002655;
			display: inline;
	list-style-type: none;
		}
	.division li a:hover {
		text-decoration:underline
		}
	.division ul.hor {
		padding-bottom:5px;
		}
	.division .hor li a {
		color: #00a8e0;
		}
	div.division .hor, .division h1, .division h4 {
		padding-left:15px
		}
	.divisionmenu {background-color:#00a8e0; padding-bottom:5px}


/* innerpage specific */

	#content {
		background-color: #f1fafd;
		min-height:40em;
		padding-bottom:60px;
		margin-bottom:40px;
		}

	#submenu h4 {
		text-transform:uppercase;
		font-weight:bold;
		background-color: #002655;
		margin:6px 12px 0 6px;
		padding:6px 9px;
		color:white;
		display:block;
		}

	#submenu h4 a{
		color:white;
		text-decoration:none;
		}
		
	#submenu h4 a:hover{
		text-decoration:underline;
		}


	#submenu ul{
		margin:0;
		padding:12px;
		padding-top:0px;
		}
		
	#submenu ul.sub{
		padding: 0px 0px 0px 12px;
		}
	
	#submenu li{
		list-style-type: none;
		}
		
	#submenu li a {
		text-decoration: none;
		padding: 3px;
		display: block;
		color: #014e9c;
		border-bottom: 1px dotted #a6e1f4;
		}

	#submenu li a:hover {
		background-color: white;
		}

	#submenu li.selected a{
		font-weight:bold;
		color: #002655;
		}
		
	#extra {
		background: #e0a800;
		}
		
	.extralist {margin: 0; padding:7px;}
	.extralist li{
		list-style-type: none;
		float:left;
		padding-right: 15px;
		}
	.extralist li.selected{
		font-weight:bold;
		}
	.extralist a{
		color: #002655;
		text-decoration:none;
		}
	.extralist a:hover{
		text-decoration:underline;
		}
		
	#lang {
		background: #002655;
		}
		
	.l10n_lang_list{
		margin: 0; padding:7px;
		}

	.l10n_lang_list li{
		list-style-type: none;
		float:left;
		padding-right: 7px;
		}
		
	.l10n_lang_list a{
		color: #00a8e0;
		text-decoration:none;
		}
	
	.l10n_lang_list a:hover{
		text-decoration:underline;
		}
		
	li.l10n_current {
		color: white}
		
	#text h1 {
		font-size:1.8em;
		margin: 1.4em 0;
		background: #00a8e0;
		color: white;
		padding:30px 10px 10px 10px;
		margin-bottom:20px;
		margin-top:0px;
		font-weight:bold;
		}
				
	#text h3 {margin-top:1.6em; line-height:1.2em; color:#002655; font-weight:bold}
	
	.box {background-color:white}
	
	.box ul {padding:0 0 0 15px;}
	
	td {border-bottom: #a6e1f4 dotted 1px}
	table {border-top: #a6e1f4 dotted 1px}
	td.id {width:5em; vertical-align:top}
	
#inschrijven {border: solid 1px #002655; padding: 15px}	
label.zemText, label.zemSelect {width: 100px; float:left}
input.zemText {width: 300px;}
textarea {height:80px;}
textarea#short {height:24px;}

#helpdeskenquete label {display:none}

.datum {color: #00a8e0}

#text a.external {background: url('/images/Icon_External_Link.png') top right no-repeat; padding-right:15px }

.promo {background-color: #00a8e0; color:white; text-transform: uppercase; font-size:9px; padding:0 5px; float:left; margin-right: 5px;}
.partnerlogos {margin-left:15px; margin-top:5px;}

.kwicks {  
    list-style: none;  
    position: relative;  
    margin: 0;  
    padding: 0;
}  
.kwicks li{  
    display: block;  
    overflow: hidden;  
    padding: 0;  
    cursor: pointer;  
	background-color: #f1fafd;

    margin-bottom:5px;
    width:100%;
    height:126px;
}
.kwicks li li{  
    margin-bottom:0;
    height:auto;
    background-color:transparent;
}
.active h1 {color: #002655;}
.kwicks h4 {color: #00a8e0;}
.active h4 a {color: white;}

	ul#banner {margin-left:25px;margin-top:15px}
	ul#banner li {}
	
#main p+ul {margin-top: -15px;}
