/* Start of CMSMS style sheet 'screen kabk' */
html, body {
	margin: 0;
	padding: 0;
	height: 100%;
	overflow-x: hidden;
}

.skip {
	display: none;
}

body #mainmenu ul,
body #submenu ul,
body #content,
body #bottommenu p {
	margin: 0 auto;
	width: 62em;
}

/* #wrapper */

#wrapper {
	position: relative;
	min-height: 100%;
}

/* #logo */

#logo {
	overflow: hidden;
	height: 6em;
	color: white;
	background-color: #042a08;
}

body #logo p {
	margin: 0 auto;
	width: 31em;
	word-spacing: 0.36em;
	font-size: 2em;
	line-height: 4em;
}

/* quotesContainer */

#quotesContainer {
	position: relative;
	white-space: nowrap;
	overflow: hidden;
	line-height: 3em;
	height: 3em;
	color: white;
	background-color: #10a31e;
}

#quotesContainer object {
	margin: 0;
	padding: 0;
	position: absolute;
	top: 5px;
}

/* #menu */

#menu {
	white-space: nowrap;
	margin: 0 0 3em 0;
}

#menu p {
	display: none;
}

#menu ul:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

#menu ul, #menu li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#menu li {
	float: left;
}

#menu a {
	line-height: 3em;
	text-decoration: none;
	display: block;
	height: 3em;
	padding: 0 .8em;
}

* html #menu a {
	width: 1px;
}

#mainmenu {
	background-color: #8fdc2c;
}

#mainmenu a {
	color: white;
}

#mainmenu a:hover {
	color: #042a08;
}

#mainmenu li.selected a {
	color: #10a31e;
	background-color: white;
}

#submenu li {
	margin-right: 1em;
}

#submenu li a {
	float: left;
	color: #042a08;
}


#submenu li.selected a {
	color: #10a31e;
}

#submenu li a {
	padding-left: 0;
}

#submenu a:hover {

}

#content {
	padding: 0 0 6em 0;
	word-spacing: 0.125em;
}

/* #bottommenu */

#bottommenu {
	position: absolute;
	bottom: 0;
	width: 100%;
	text-align: right;
	border-bottom: 3em solid #8fdc2c;
}

#bottommenu a {
	text-decoration: none;
	line-height: 3em;
	color: #10a31e;
	
}

/* css voor js.js */

div#mq {
	position: relative;
	left: 0px;
	top: 0px;
	white-space: nowrap;
}

#mainmenu li.last-child {
	position: relative;
	left: 1px;
}

* html #mainmenu li.last-child {
	position: relative;
	left: 3px;
}

*+html #mainmenu li.last-child {
	position: relative;
	left: 3px;
}

/* googlemap */
#map {
	width: 420px;
	height: 420px;
	float: right;
	margin: 0 0 2em 2em;
}

/* .previousNews */

.previousNews a {
	color: #104ba3;
	text-decoration: underline;
	font-weight: normal;
	cursor: pointer;	
}
/* End of 'screen kabk' */

