body {
	background-color: #d9f1d9;
	background-image: url('../images/background.jpg');
	background-repeat: repeat-x;
}

p {
	margin: 10px 0px;
}

#container {
	position: relative;
	top: 8px;
	left: 50%;
	width: 920px;
	margin-left: -460px;
}

#top {
	float: left;
	width: 920px;
	height: 53px;
}
#top .left {
	float: left;
	width: 254px;
	height: 53px;
	background-image: url('../images/d66breda.jpg');
}
#top .right {
	float: right;
	width: 383px;
	height: 53px;
	margin-right: 7px;
	background-image: url('../images/saskiaboelema.jpg');
}

#topHeader {
	float: left;
	width: 920px;
	height: 19px;
	background-image: url('../images/topheader.jpg');
}

#menu {
	float: left;
	width: 913px;
	height: 30px;
	margin-top: 36px;
}
#menu #menuItems {
	float: right;
	height: 30px;
}
#menu #menuItems .item {
	float: left;
	height: 18px;
	padding: 6px 8px;
	color: #000000;
	font-weight: bold;
	font-family: Verdana;
	font-size: 12px;
}
#menu #menuItems .itemSelected {
	float: left;
	height: 18px;
	padding: 6px 12px;
	background-color: #FFFFFF;
	color: #000000;
	font-weight: bold;
	font-family: Verdana;
	font-size: 12px;
}
#menu #menuItems .itemSelected a, #menu #menuItems .item a {
	color: #000000;
	text-decoration: none;
}

#shadow {
	float: left;
	width: 920px;
	background-image: url('../images/shadow.png');
	background-position: top right;
	background-repeat: repeat-y;
}

#content {
	float: left;
	width: 913px;
	background-color: #FFFFFF;
	background-image: url('../images/content.jpg');
}

#content #header {
	float: left;
	width: 878px;
	height: 250px;
	margin: 0px 17px 0px 18px;
	background-image: url('../images/header.jpg');
}

#content #contentLeft {
	float: left;
	width: 543px;
	margin: 20px 10px 10px 17px;

	font-family: Arial;
	font-size: 12px;
	color: #000000;

	line-height: 1.5em;
}
#content #contentLeft h1, #content #contentTotal h1 {
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
}
#content #contentLeft a {
	color: #16B54E;
	text-decoration: none;
}
#content #contentLeft a:hover {
	text-decoration: underline;
}

#content #contentRight {
	float: left;
	width: 300px;
	margin: 0px 18px 10px 0px;
	padding: 20px 13px 0px 12px;

	line-height: 1.5em;
}

#content #contentRight .rss {
	float: left;
	width: 300px;
	margin-bottom: 10px;
}
#content #contentRight .rss .titel {
	float: left;
	width: 280px;
	padding: 3px 10px;
	border-bottom: 2px solid #16B54E;
	background-color: #E0DCD6;

	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
}
#content #contentRight .rss .informationFirst {
	float: left;
	width: 280px;
	padding: 3px 10px;
}
#content #contentRight .rss .information {
	float: left;
	width: 280px;
	padding: 3px 10px;
	margin-top: 10px;
}
#content #contentRight .rss .informationFirst .itemTitel, #content #contentRight .rss .information .itemTitel {
	float: left;
	width: 280px;

	color: #000000;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
}
#content #contentRight .rss .informationFirst .itemTitel a, #content #contentRight .rss .information .itemTitel a {
	color: #000000;
	text-decoration: none;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
}
#content #contentRight .rss .informationFirst .itemDescription, #content #contentRight .rss .information .itemDescription {
	float: left;
	width: 280px;

	color: #000000;
	font-family: Arial;
	font-size: 12px;
}
#content #contentRight .rss .informationFirst .itemDescription a, #content #contentRight .rss .information .itemDescription a {
	color: #000000;
	text-decoration: underline;
	font-family: Arial;
	font-size: 12px;
}

#content #contentTotal {
	float: left;
	width: 878px;
	margin: 15px 17px 15px 18px;

	font-family: Arial;
	font-size: 12px;
	color: #000000;

	line-height: 1.5em;
}


#footer {
	float: left;
	width: 920px;
	height: 15px;
	background-image: url('../images/footer.jpg');
}

#copyright {
	float: left;
	padding: 5px 0px;
	margin-right: 10px;
	width: 910px;
	font-family: Verdana;
	font-size: 11px;
	color: #000000;
	text-align: right;
}
#copyright a {
	color: #000000;
	text-decoration: none;
}

#pages {
	float: left;
	margin-top: 20px;
	width: 100%;
	text-align: center;
}
#pages a {
	margin: 0px 2px;
}

ul {
	list-style: disc;
	margin-top: 3px;
	margin-bottom: 3px;
}
ol {
	list-style: decimal;
	margin-top: 3px;
	margin-bottom: 3px;
}
li {
	margin-left: 15px;
}

ul.sidebar {
	margin-top: 6px;
	margin-bottom: 6px;
	list-style: circle;
}
ul.sidebar li {
	margin-left: 20px;
	line-height: 1.4em;
}
ul.sidebar li a {
	font-size: 11px;
	font-family: Arial;
	color: #000000;
	text-decoration: none;
}