@CHARSET "UTF-8";

/**
  * Container
  *
  */
#container
{
	width: 890px;
	margin: 0 0 0 80px;
	position: relative;
}

/**
  * Navigation / menu
  *
  */
#logo
{
	position: absolute;
	left: -80px;
}

#header {

}

#menu {
	background: url(../img/menu_background.jpg) repeat-x;
}

#menu ul {
	list-style: none;
	width: 670px;
	margin: 0;
	padding: 0;
	height: 50px;
	background: url(../img/menu_link_background.gif) repeat-x #df193a;
}

#menu ul li {
	float: left;
	padding: 16px 16px;
	margin: 0 1px 0 0;
	font-size: 13px;
	text-transform: capitalize;
	font-weight: bold;
	background: url(../img/menu_link_right.gif) no-repeat right top;
}

#menu ul li a {
	text-decoration: none;
	color: #ffffff;
}

#menu ul li a.selected {
	text-decoration: underline;
}

#menu ul li a:hover {
	text-decoration: underline;
}

#submenu {
	background: #ededed;
	border-bottom: 1px #ccc solid;
	padding: 5px 0;
}

#submenu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#submenu ul li {
	padding: 0 10px;
	float: left;
	font-weight: bold;
	border-right: 1px #ccc solid;
}

#submenu ul li a {
	color: #000;
}

#submenu ul li a.selected {
	text-decoration: underline;
}

#access_bar
{
	float: right;
	padding: 20px 20px 0 0;
}

#access_bar span:hover
{
	color: red;
	color: #cc0033;
}

#access_bar span.large
{
	font-size: 1.5em;
}

#tagcloud {
	position: relative;
	margin: 10px 0 0 0;
	height: 290px;
}

#tagcloud-image {
	position: absolute;
	z-index: 1;
}

#tags {
	position: absolute;
	z-index: 2;
}

#tags a {
  margin: 0 0 0 20px;
  color: #000000;
  font-weight: bold;
}

#tags h2 {
  font-size: 20px;
  margin: 20px 0 0 20px;
  color: #000000;
  font-weight: bold;
}

#tag img {
  float: left;
  margin: 0 20px 20px 0;
}

#spotlight-home-small {
	float: left;
	width: 202px;
}

#spotlight-home-small-image, #spotlight-home-right-image {
	height: 255px;
}

#spotlight-home-large {
	float: left;
	width: 446px;
	margin: 0 0 0 20px;
}

#spotlight-home-gazet {
	float: left;
	width: 202px;
	margin: 0 0 0 20px;
}

#spotlight-home-images {
	position: relative;
	width: 446px;
	height: 255px;
}

#spotlight-home-images img {
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 3;
}

#page-title {
	margin: 10px 0 0 0;
	font-size: 20px;
	padding: 20px 0;
	color: #000;
	font-family: Georgia;
}

#breadcrumb {
	margin: 10px 0;
	color: #000;
}

#breadcrumb a {
	text-decoration: underline;
	color: #e00034;
}

#breadcrumb a:hover {
	text-decoration: underline;
}

#session-message {
	border: 1px solid #ccc;
	padding: 10px;
	margin: 0 0 10px 0;
	font-weight: bold;
}

/**
  * Content
  *
  */

#content-menu {
	height: 30px;
	background: url(../img/content-menu_background.gif) repeat-x bottom;
}

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

#content-menu ul li {
	float: left;
	background: url(../img/tab_background.gif) 0 -30px no-repeat;
}

#content-menu ul li.selected {
	background: url(../img/tab_background.gif) 0 -60px no-repeat;
}

#content-menu ul li a {
	color: #000;
	display: block;
	text-decoration: underline;
	padding: 8px 12px 8px 10px;
	line-height: 14px;
	margin: 0 0 0 2px;
	background: url(../img/tab_background.gif) top right no-repeat;
}

#content-menu ul li.selected a {
	background: url(../img/tab_background.gif) bottom right no-repeat;
}

#content {
	border-top: 1px #ccc solid;
	padding: 20px 0 0 0;
}

.main-column {
	float: left;
	width: 668px;
}

.main-column img {
	border: 1px solid #000;
	padding: 1px;
}

.main-column a {
  text-decoration: underline;
}

.left-column, .center-column {
	position: relative;
	float: left;
	width: 324px;
	padding: 0;
}

.center-column {
	margin: 0 0 0 20px;
	*margin: 0 0 0 10px;
}

.center-column a {
  text-decoration: underline;
}

.center-column ul {
  margin: 0 10px;
  padding: 0 10px;
}

#right-column {
	float: left;
	margin: 0 0 0 20px;
	width: 202px;
}

.box {
	margin: 0 0 20px 0;
}

.rss {
	position: relative;
	float: right;
	display: block;
	width: 20px;
	height: 20px;
	text-indent: 20px;
	background: url(../img/rss.jpg) no-repeat;
	overflow: hidden;
}

.items, .small-items, .large-items {
	list-style: none;
	margin: 0;
	padding: 0;
}

.items a, .small-items a, .large-items a {
  text-decoration: underline;
}

.large-items img {
	position: relative;
	float: left;
	margin: 0 10px 0 0;
}

.small-items li {
	position: relative;
	float: left;
	clear: left;
	padding: 10px;
	width: 304px;
	margin: 0 0 20px 0;
	display: block;
	background: url(../img/item_background.gif) repeat-x;
}

#employees {
	margin: 20px 0 0 0;
}

#employees.small-items li {
	height: 80px;
}

li.right-item {
	margin: 0 0 0 20px;
	clear: none;
}

.items li {
	padding: 10px 0 10px 0;
	border-bottom: 1px #ccc solid;
}

.large-items li {
	padding: 10px;
	background: url(../img/item_background.gif) repeat-x;
}

h2.large-title, p.large-title, h2.large-title a, p.large-title a {
	color: #e00034;
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 10px 0;
}

h2.large-title a, p.large-title a {
  text-decoration: underline;
}

a.title {
	color: #000;
  text-decoration: underline;
}

p.title, p.title a {
	color: #e00034;
	font-size: 14px;
	margin: 0 0 5px 0;
  text-decoration: underline;
}

p.small-title, p.small-title a {
	color: #cccccc;
	font-size: 11px;
	margin: 0;
	font-weight: normal;
  text-decoration: underline;
}

p.themes, p.function, p.option, p.themes a, p.function a, p.option a {
	color: #666666;
	margin: 0;
}

p.themes a, p.function a, p.option a {
  text-decoration: underline;
}

p.email {
	margin: 0;
	font-style: italic;
}

span.date {
	color: #666666;
}

#item img, .small-items img, .items img {
	position: relative;
	float: left;
	margin: 0 10px 10px 0;
	border: 1px solid #e00034;
	padding: 1px;
}

a.back {
	color: #000;
	padding: 0 0 0 15px;
	font-weight: bold;
  text-decoration: underline;
	background: url(../img/back.gif) no-repeat left;
}

a.top {
	color: #000;
	padding: 0 0 0 15px;
	float: right;
	font-weight: bold;
  text-decoration: underline;
	background: url(../img/top.gif) no-repeat left;
}

a.more {
	color: #000;
	padding: 0 15px 0 0;
	font-weight: bold;
  text-decoration: underline;
	background: url(../img/more.gif) no-repeat right;
}

.spotlight-more {
	display: block;
	text-align: right;
	color: #ffffff;
	padding: 0 15px 0 0;
	font-weight: bold;
  text-decoration: underline;
	background: url(../img/spotlight-more.gif) no-repeat right;
}

.spotlight-link {
	margin: 0;
	padding: 10px;
  text-decoration: underline;
	background: #000000;
}

.see-all {
	display: block;
	text-align: right;
	color: #e00034;
	padding: 0 15px 0 0;
	margin: 5px 0 0 0;
	font-weight: bold;
  text-decoration: underline;
	background: url(../img/more.gif) no-repeat right;
}

.main-title {
	font-family: Georgia;
}

input {
	margin: 0 0 4px 0;
}

input.stretch {
	width: 95%;
}

#newsletter {
	width: 182px;
	padding: 10px;
	background: url(../img/box-background.gif) repeat-x top #d6d6d6;
}

#pages,
#search {
	width: 182px;
	padding: 10px;
	background: url(../img/box-background.gif) repeat-x top #d6d6d6;
}

#login {
	float: right;
	width: 182px;
	height: 80px;
	margin: 0 0 20px 0;
	padding: 10px;
	background: url(../img/box-background.gif) repeat-x top #d6d6d6;
}

#login p {
	margin: 0;
}

#footer-content {
	border: 1px #ccc solid;
	margin: 20px 0 0 0;
}

#footer-content a {
	color: #000;
  text-decoration: underline;
}

.footer-item {
	padding: 10px;
}

.last-footer-item {
	border-top: 1px #ccc solid;
}

#contact-form {
	margin: 20px 0 0 0;
}

#sitemap ul {
	margin: 0;
}

#sitemap li {
	padding: 5px 0 5px 10px;
}

#sitemap li ul li a {
  text-decoration: underline;
  font-weight: normal;
}

#sitemap h1, #sitemap h2, #sitemap h3 {
  margin: 0;
}

/**
  *
  * THEMES
  *
  */

#themes {
	margin: 0;
}

#themes-anchors {
	list-style: none;
	margin: 20px 0 0 0;
	padding: 0;
}

#themes-anchors li {
	float: left;
	width: 324px;
	padding: 0 0 10px 0;
	border-bottom: 1px #ccc solid;
}

#themes-anchors li a {
	padding: 0 0 0 15px;
	color: #e00034;
	font-weight: bold;
  text-decoration: underline;
	background: url(../img/more.gif) no-repeat 0px 3px;
}

#faq-anchors {
	list-style: none;
	margin: 0 0 40px 0;
	padding: 0;
}

#faq-anchors li {
	padding: 10px 0;
	border-bottom: 1px #ccc solid;
}

#faq-anchors li ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#faq-anchors li ul li {
	margin: 0;
	padding: 5px 0;
	text-indent: 10px;
	border: none;
}

#faq-anchors li a {
	color: #e00034;
	font-weight: bold;
  text-decoration: underline;
}

#faq-anchors li ul li a {
	color: #000000;
	font-weight: normal;
  text-decoration: underline;
}

#filter, #tagbox {
	padding: 10px;
	width: 95%;
	background: url(../img/item_background.gif) repeat-x;
	border: 1px solid #ccc;
	margin: 20px 0 10px 0;
}

#filter p {
	display: block;
	float: left;
	margin: 0;
	padding: 0 5px 0 0;
}

/**
  *
  * PROJECTS
  *
  */

#documents {
	list-style: none;
	margin: 20px 0 0 0;
	padding: 0;
}

#documents li {
	border-bottom: 1px solid #ccc;
	padding: 5px;
	font-weight: bold;
}

#documents li a {
	color: #e00034;
	font-weight: normal;
  text-decoration: underline;
}

#documents li img {
	border: none;
	padding: 0;
	margin: 0 10px 0 0;
}

/*
** POLL
*/

#poll-answers {
	margin: 10px 0px;
}

#poll-answers input {
	width: 10px;
}

#poll-results {
	margin: 10px 0px;
	width: 202px;
	list-style: none;
}

#poll-results li {
	margin: 5px 0px;
}

div.poll-result-percent {
	background: url(../img/poll.gif) no-repeat;
	height: 20px;
}

div.poll-result-percent div.poll-result-percent {
	float: right;
	margin: 0;
	background: url(../img/poll.gif) right no-repeat;
	height: 20px;
	width: 2px;
}

/*
** END POLL
*/

/**
  *
  * IMAGES
  *
  */

#detail-image {
	position: relative;
	width: 324px;
	height: 214px;
	margin: 0 0 20px 0;
}

#detail-image img {
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 3;
}

/**
  *
  * FORMS
  *
  */

dt {
	float: left;
	clear: left;
	width: 80px;
	margin: 0px 10px 0px 0px;
	padding: 5px 0px 0px 0px;
}

dt label span {
    color: #ba2f5d;
}

dd {
    padding: 5px 0px 5px 0px;
	float: left;
	width: 400px;
	display: block;
}

ul.errors {
	margin: 0px;
	padding: 0px;
    list-style: none;
    width: 200px;
}

ul.errors li {
	margin: 0px;
	padding: 0px;
    color: #ba2f5d;
}

#contact-form input {
	width: 300px;
}

#contact-form input.button-submit {
	width: 78px;
}

textarea {
	width: 300px;
	height: 100px;
}

/**
  * Buttons
  *
  */

input.button-search
{
	float: right;
	background: url('../img/buttons.gif') no-repeat 0 0;
	width: 43px;
	height: 23px;
	border: none;
	text-indent: 43px;
	overflow: hidden;
	cursor: pointer;
}

input.button-signup {
	float: right;
	display: block;
	background: url('../img/buttons.gif') no-repeat -43px 0;
	width: 86px;
	height: 23px;
	border: none;
	text-indent: -100px;
	overflow: hidden;
	cursor: pointer;
}

input.button-submit
{
	background: url('../img/buttons.gif') no-repeat -129px 0;
	width: 78px;
	height: 23px;
	border: none;
	text-indent: 78px;
	overflow: hidden;
	cursor: pointer;
}

input.button-login
{
	float: right;
	background: url('../img/buttons.gif') no-repeat -207px 0;
	width: 47px;
	height: 23px;
	border: none;
	text-indent: 47px;
	overflow: hidden;
	cursor: pointer;
}

#werk-van-zet-title {
  margin: 0 0 0 20px;

}
