/* basic stylesheet Bouwer & Officier */
/* info@bluemonkey.nl                 */
/* updated: 07/06/10                  */

/* ---[ background ]-------------------------- */
body {
	background: url(../media/background.png) #f5f5f5 repeat-x; 
}
#logo {
	background-image: url(../media/logo.jpg);
	background-repeat: no-repeat;
}
.banner_separator {
	background-image: url(../media/banner_separator.png);
}
#bottom {
	background-color: #333333;
}
.footer_separator {
	background-image: url(../media/footer_separator.png);
}

/* ---[ content ]-------------------------------- */
#content {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #333333;
}
#content p {
	margin-bottom: 20px;
}
#content .header {
	margin-bottom: 8px;
}
.content_clear {
	clear: both;
}

/* ---[ boxes ]------------------------------- */
/* --- position and dimensions --------------- */
#main {
	margin: 0px auto;
	width: 900px;
}
#logo {
	width: 900px;
	height: 275px;
}
#menu {
	height: 24px;
	padding-top: 32px;
	padding-bottom: 26px;
}
#banner {
	width: 900px;
	height: 150px;
	margin-top: 28px;
}
.banner_item {
	width: 189px;
	padding-right: 20px;
	padding-top: 23px;
	float: left;
}
.banner_separator {
	width: 1px;
	height: 121px;
	float: left;
	margin-right: 20px;
	margin-top: 14px;
}
#content {
	width: 900px;
	padding-top: 33px;
}
#content_left {
 	width: 570px;
	padding-right: 30px;
	float: left;
}
#content_right {
 	width: 270px;
	padding-left: 30px;
	float: right;
}
#bottom {
	height: 98px;
	margin-top: 20px;
}
#footer {
	margin: 0px auto;
	width: 900px;
}
.footer_item {
	width: 189px;
	padding-right: 20px;
	padding-top: 19px;
	float: left;
}
.footer_separator {
	width: 1px;
	height: 98px;
	float: left;
	margin-right: 20px;
}

/* ---[ menu ]-------------------------------- */
#menu {
	text-align: right;
}
#menu ul {
	display: inline;
}
#menu li {
	display: inline;
	padding-left: 10px;
}


/* ---[ banner ]------------------------------ */
#banner {
	color: white;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	line-height: 18px;
}
#banner p {
	margin-bottom: 0px;
	margin-top: 5px;
}
.banner_clear {
	clear: both;
}

/* ---[ news ]-------------------------------- */
.news {
	color: #333333;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	line-height: 18px;
	margin-bottom: 20px;
}
.news td {
	vertical-align: top;
}
.calendar {
	padding-top: 5px;
}
.verder {
	text-align: right;
	color: #999999;
	padding-top: 5px;
}
#content .news .verder a {
	color: #999999;
	text-decoration: none;
}
#content .news .verder a:hover {
	color: #48bd6f;
}
.plus {
	vertical-align: middle;
	padding-left: 5px;
}

/* ---[ footer ]------------------------------ */
#footer {
	color: white;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	line-height: 18px;
}
#footer p {
	margin-bottom: 0px;
}
.footer_clear {
	clear: both;
}
#footer strong {
	padding-right: 7px;
}
#footer a{
	color: #3f9c5e;
}
#footer a:hover {
	color: white;
}
.footer_logo img {
	border: none;
	padding-top: 8px;
}
