html, body {
	height: 100%;
}

body {
	margin: 0;
	padding: 0;
	background: #000 url(/img/content/header_bg.gif) no-repeat;
	/*font-family: Trebuchet MS, 'Trebuchet MS', Arial, Verdana;*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

h1 {
	font-size: 20px;
	font-weight: normal;
	padding: 0;
	margin-top: 0;
	margin-bottom: 20px;
	padding-bottom: 0;
}

img {
	display: block;
}

/* +-40px erbuiten dus +80 */
#header {
	margin: 0 auto;
	width: 1063px;
}

#sfeer-wrapper {
	height: 245px;
	margin-left: 41px;
	border-left: 1px solid #cccccc;
	/*background: #000 url(/img/content/header_bg_inline.jpg) repeat-x;*/
	background: #000 url(/img/content/header_bg_block.gif) no-repeat;
}

#logo {
	float: left;
} 

#sfeer-img {
	float: right;
}

#menu-bar {
	height: 35px;
	min-height: 35px;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	width: 100%;
	background-color: #333333;
}

#menu-item-wrapper {
	margin: 0 auto;
	width: 979px;
	height: 35px;
	min-height: 35px;	
	border-left: 1px solid #cccccc;	
	border-right: 1px solid #cccccc;	
	background-color: #222222;
	color: white;
	font-weight: bold;
	font-size: 12px;
}

.menu-item-active {
	background: #222 url(/img/content/menu_bg_hover.jpg) repeat-x;
}

#menu-item-wrapper ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

#menu-item-wrapper li {
	float: left;
	border-right: 1px solid #cccccc;
}

#menu-item-wrapper a.menu:link, #menu-item-wrapper a.menu:visited {
	color: #FFFFFF;
	text-decoration: none;
	line-height: 35px;
	padding: 11px 15px 10px 15px;
}

#menu-item-wrapper a.menu:hover {
	color: #FFFFFF;
}

#container {
	padding: 0;
	width: 981px;
	background: url(/img/content/container_bg.jpg) no-repeat;
	color: #FFFFFF;
	font-size: 11px;
	min-height: 70%;
	height: auto !important;
	height: 70%;
	margin: 0 auto -25px; /* the bottom margin is the negative value of the footer's height */
}

#content {
	float: left;
	width: 600px;
	padding: 30px;
	line-height: 16px;
	font-size: 12px;
}

#content a:link, #content a:visited {
	color: #AAA;
	text-decoration: none;
}

#content a:hover {
	color: #AAA;
	text-decoration: underline;
}

#content img {
	border: 0;
}


#submenu {
	float: right;
	margin-top: 30px;
	margin-right: 0;
	padding-right: 30px;
}

#submenu-inner {
	background: url(/img/content/submenu_bg.jpg) no-repeat;
	width: 222px;
	padding: 1px;
}

#submenu-content {
	background-color: #1b2351;
	padding: 10px;
}

/* sub menu items */
ul#sub-menu {
	list-style: none;
	margin: 0; 
	padding: 0;
}

li.sub-menu-item {
	font-size: 13px; 
	font-weight: bold;
	border-bottom: 1px solid #aaaaaa;
	width: 221px;
}

a.sub-menu-item-link:link, a.sub-menu-item-link:visited {
	color: #FFFFFF;
	text-decoration: none;
	line-height: 35px;
	padding: 11px 15px 10px 15px;
}

a.sub-menu-item-link:hover {
	color: #FFFFFF;
}

/* sub sub menu items */
ul#sub-sub-menu {
	list-style: none;
	margin: 0; 
	padding: 0;
}

li.sub-sub-menu-item {
	font-size: 12px; 
	font-weight: normal;
	border-top: 1px solid #aaaaaa;
	width: 221px;
}

a.sub-sub-menu-item-link:link, a.sub-sub-menu-item-link:visited {
	color: #FFFFFF;
	text-decoration: none;
	line-height: 26px;
	padding: 11px 15px 10px 35px;
}

a.sub-sub-menu-item-link:hover {
	color: #FFFFFF;
}


/*--- SPLASH BLOCKS ---*/
#bottom-blocks {
	clear: both;
	float: left;
	margin-top: 15px;
	margin-bottom: 15px;
	width: 980px;
}

.block-header {
	background: url(/img/content/bottom_block_bg.jpg) repeat-x;
	margin: 0;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	font-size: 13px;
	font-weight: bold;
}

#bottom-blocks h2{
	padding: 0;
	margin: 0 0 3px 0;
	font-size: 12px;
	font-weight: normal;
	width: 230px;
}

#block-left, #block-center, #block-right {
	float: left;
	width: 290px;
	height: 234px;
}

#block-right {
	border-left: 1px solid #1b2251;
	border-right: 1px solid #1b2251;
}

#block-center, #block-right {
	margin-left: 25px;
}

#block-right {
	border-bottom: 1px solid #1b2251;	
}

.block-spacer {
	float: left;
	width: 25px;
}

.block-no-items {
	padding: 10px;
	height: 177px;
	min-height: 177px;
}

.block-item-calendar, .block-item-news {
	margin: 0; 
	height: 55px; 
	width: 268px; 
	padding: 10px 10px 0 10px; 
	border-bottom: 1px solid #1B2251;
	border-left: 1px solid #1b2251;
	border-right: 1px solid #1b2251;
}

.block-item-news {
	height: 88px;
}

.block-item-date {
	float: left;
	width: 35px; 
	color: #AAAAAA;
}

.block-item-content {
	float: left;
}

.block-item-date-day {
	font-weight: bold; 
	font-size: 16px;
}

.block-item-teaser {
	width: 230px;
}

a.lees-verder:link, a.meer-info:link, a.lees-verder:visited, a.meer-info:visited {
	float: right;
	color: #FFF;
	text-decoration: none; 
	margin-top: 8px;
}

a.lees-verder:hover, a.meer-info:hover {
	color: #FFF;
	text-decoration: underline;
}

a.meer-info:link, a.meer-info:visited, a.meer-info:hover {
	float: left;
}

/* Einde splash blocks */


a.lees-verder-submenu:link, a.lees-verder-submenu:visited {
	text-decoration: none;
	color: white;
}

a.lees-verder-submenu:hover {
	text-decoration: underline;
	color: white;
}

#route-img {
	margin: 11px 9px 9px 9px;
}

#contact-content {
	line-height: 16px;
	margin-left: 12px;
}

.push {
	height: 25px;
	clear: both;
}

#footer {
	height: 25px;
	border: 1px solid #666;
	background-color: #222222;
	text-align: center;
	color: #CCCCCC;
	font-size: 11px;
	margin: 0 auto;
	padding-top: 8px;
	margin-top: 15px;
	width: 981px;
}

.typeface-h1 {
	font-family: Helvetiker; 
	font-weight: bold;
	color: #FFFFFF;
}

.typeface-menu {
	font-weight: normal;
	color: #FFFFFF;
}

#breadcrumbs {
	color: #CCCCCC;
	margin-bottom: 15px;
}

#breadcrumbs a:link, #breadcrumbs a:visited {
	color: #CCCCCC;
	text-decoration: none;
}

#breadcrumbs a:hover {
	color: #CCCCCC; 
	text-decoration: underline; 
} 

.image_padding_right {
	padding-right: 10px;
	padding-bottom: 3px;
}