body {
	margin: 0px;
	padding: 0px;
	cursor: default;
	height:100%;
	font-family: 'Century Gothic', Arial, Verdana;
	color: #000000;
	font-size: 12px;
	line-height: 24px;
	background-color: #5baef0;
	background-position: top center;
	background-repeat: no-repeat;
	overflow-y: scroll !important;
}

img {
	border: 0;
}

a {
	color: #000000;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

@font-face {
	font-family: 'OswaldLight';
	src: url('../font/Oswald-Light.eot') format('embedded-opentype');
	src: url('../font/Oswald-Light.eot?#iefix') format('embedded-opentype'),
		 url('../font/Oswald-Light.woff') format('woff'),
		 url('../font/Oswald-Light.ttf') format('truetype'),
		 url('../font/Oswald-Light.svg') format('svg'),
		 url('../font/Oswald-Light.otf');
	font-weight: normal;
    font-style: normal;
}
@font-face {
	font-family: 'OswaldBold';
	src: url('../font/Oswald-Bold.eot') format('embedded-opentype');
	src: url('../font/Oswald-Bold.eot?#iefix') format('embedded-opentype'),
		 url('../font/Oswald-Bold.woff') format('woff'),
		 url('../font/Oswald-Bold.ttf') format('truetype'),
		 url('../font/Oswald-Bold.svg') format('svg'),
		 url('../font/Oswald-Bold.otf');
	font-weight: normal;
    font-style: normal;
}

#container {
	width: 960px;
	margin: 0px auto;
	background-color: #FFFFFF;
	padding: 0 10px;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
}
#header_container {
	width: 960px;
	padding: 10px 0;
}
#header_container div.left {
	float: left;
	width: 398px;
	height: 98px;
}
#header_container div.left img {
	display: block;
}
#header_container div.right {
	float: left;
	width: 562px;
	height: 86px;
}
#header_container div.slogan {
	width: 562px;
	height: 60px;
	text-align: right;
	font-family: Oswald, OswaldLight, Arial;
	font-size: 16px;
}
#header_container div.social_media {
	width: 562px;
	height: 26px;
	text-align: right;
}
#header_container div.social_media img {
	margin-left: 10px;
}

#slideshow {
	width: 960px;
	height: 333px;
}
#slideshow img {
	display: block;
}

#menucontainer {
	width: 960px;
	height: 54px;
	background-color: #828282;
	background-image: url('../img/bg_menu.gif');
	background-repeat: repeat-x;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
}
#slidecontainer {
	box-shadow: 0px 4px 4px 1px #cecece;
}

.breadcrumb {
	padding-bottom: 15px;
}
#content {
	width: 920px;
	min-height: 200px;
	padding: 20px;
}
#content div.left {
	float: left;
	width: 649px;
}
#content div.right {
	float: left;
	width: 251px;
	padding-left: 20px;
}
#content h1, #bottom h1 {
	color: #de7800;
	margin: 0 0 20px 0;
	font-family: Oswald, OswaldLight, Arial;
	font-size: 22px;
	text-transform: uppercase;
	font-weight: normal;
	font-style: normal;
}
div.news_short {
	width: 100%;
	background-color: #de7800;
	border-radius: 3px;
	box-shadow: 0px 4px 4px 1px #cecece;
}
div.news_short div.item {
	padding-left: 18px;
	border-bottom: 1px solid #FFFFFF;
	background-image: url('../img/arrow_right.gif');
	background-repeat: no-repeat;
	background-position: 3px 7px;
}
div.news_short div.item a {
	text-decoration: none;
	color: #000000;
}
div.news_short div.item:last-child {
	border-bottom: 0px;
}
div.news_short div.item h3 {
	margin: 0;
}
a.more_news {
	float: right;
}

#bottom {
	width: 920px;
	min-height: 200px;
	padding: 20px;
}
#bottom div.title {
	width: 100%;
}
#bottom div.left {
	float: left;
	width: 649px;
}
#bottom div.right {
	float: left;
	width: 251px;
	padding-left: 20px;
}
#bottom div.block {
	float: left;
	width: 205px;
	background-color: #d4d4d4;
	padding: 10px 0px;
	border-radius: 3px;
	height: 205px;
	min-height: 205px;
	max-height: 205px;
	border-bottom: 6px solid #de7800;
	box-shadow: 0px 4px 4px 1px #cecece;
	text-align: center;
	text-transform: uppercase;
	font-family: Oswald, OswaldLight, Arial;
	font-size: 18px;
}
#bottom div.block h3, #bottom div.contact h3 {
	margin: 0 0 10px 0;
	font-family: Oswald, OswaldLight, Arial;
	font-size: 22px;
	line-height: 22px;
	font-weight: bold;
	text-transform: uppercase;
}
#bottom div.block.left, #bottom div.block.center {
	margin-right: 17px;
}
#bottom div.contact {
	width: 231px;
	background-color: #d4d4d4;
	padding: 12px 10px;
	border-radius: 3px;
	min-height: 201px !important;
	border-bottom: 6px solid #0a3261;
	text-align: left;
	text-transform: none;
	font-family: Oswald, OswaldLight, Arial;
	font-size: 18px;
	box-shadow: 0px 4px 4px 1px #cecece;
}
#footer {
	background-color: #5BAEF0;
	width: 980px;
	margin: 0px auto;
	line-height: 30px;
	text-align: center;
	text-transform: uppercase;
	color: #FFFFFF;
}
/* CSS Code voor modules *****************************************************/
div.msg {
	border: 1px solid;
	margin: 0 0 10px 0;
	padding: 5px 5px 5px 25px;
	background-repeat: no-repeat;
	background-position: 5px center;
	font-size: 12px;
}
div.msg.info {
	color: #00529B;
	background-color: #BDE5F8;
	background-image: url('../img/cms/msg_info.png');
}
div.msg.success {
	color: #4F8A10;
	background-color: #DFF2BF;
	background-image:url('../img/cms/msg_success.png');
}
div.msg.warning {
	color: #9F6000;
	background-color: #FEEFB3;
	background-image: url('../img/cms/msg_warning.png');
}
div.msg.error {
	color: #D8000C;
	background-color: #FFBABA;
	background-image: url('../img/cms/msg_error.png');
}
table.list {
	margin: 0px 0px 5px 0px;
	width : 100%;
	padding: 0px;
	border-collapse: separate;
	empty-cells: show;
	border-spacing: 1px;
	*border-collapse: expression('separate', cellSpacing = '1px');
	background-color: #D7D7D7;
}
table.list td, table.list th {
	padding: 3px 4px;
	text-align: left;
	font-size: 12px;
	vertical-align: top;
	border: 1px solid #FAFAFA;
}
table.list th {
	background-color: #EDEDEA;
	font-weight: bold;
	white-space: nowrap;
}
table.list td {
	background-color: #FAFAFA;
}
table.list th a {
	color: #FFFFFF;
	background-color: transparent;
}
table.list table {
	margin: 0px;
	padding: 0px;
	border-collapse: separate;
	border-spacing: 0px;
	*border-collapse: expression('separate', cellSpacing = '0px');
	background-color: none;
}
table.list table th, table.list table td {
	margin: 0px;
	padding: 0px;
	border-spacing: 0px;
	border: 0px;
	background-image: none;
	background-color: transparent;
}
table.list td.actions {
	white-space: nowrap;
}
table.list td.actions img {
	padding: 0px 1px;
}
table.list tr td.indent {
	padding-left:20px;
}
table.list tr td.selected {
	font-weight: bold;
}
div.cookie_bar {
	width: 100%;
	position: fixed;
	bottom: 0px;
	padding: 5px;
	background-image: url('../img/cms/bg_cookiebar.png');
	color: #FFFFFF;
	text-align: center;
}
div.cookie_bar a {
	color: #FFFFFF;
}
div.cookie_bar a.close {
	background-color: #FF7800;
	padding: 3px 5px;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
}

/* Afbeeldingen bij content en album module */
div.images {
	width: 100%;
}
div.images div {
	width: 170px;
	float: left;
	text-align: center;
	padding: 5px 0;
}

/* Video's bij content en youtube module */
div.videos {
	width: 100%;
}
div.videos div.video {
	width: 170px;
	float: left;
	text-align: center;
	padding: 5px 0;
}
div.videos div.video span.title {
	font-size: 11px;
}
div.video_thumb {
	position: relative;
	width: 120px;
	height: 90px;
	cursor: pointer;
	margin: 0px auto;
}
div.video_thumb img {
	position: absolute;
	top: 0;
	left: 0;
}