body {
		text-align:center;
		font-family: Arial;
		color: #000000;
		font-size: 11px;
		margin: 0px;
		background-image: url(images/bg.jpg);
		background-repeat: repeat-x;
		background-color: #ffffff;
}

img {
		border:none;
}

h1, h2, h3, h4, h5, h6 {
		font-weight: bold;
		font-family: Arial, Helvetica, Sans-serif;
}

#wrapper {
		width:885px;
		margin:0 auto;
}

#logo {
		margin-top:20px;
		float:left;
		height:83px;
}

/* MENU */
#menu {
		width:885px;
		height:25px;
		background-image: url(images/menu_bg.jpg);
		border-left:1px solid #666666;
		border-right:1px solid #666666;
		background-repeat:repeat-x;
		float:left;
}

/* MENU MAIN ITEM */
#menu ul {
		float:left;
		list-style: none;
		padding: 0;
		margin: 0;
		margin-top:6px;
		display:inline;
	}

#menu ul li {
		text-decoration: none;
		font-size: 12px;
		font-family:arial;
		text-transform:uppercase;
		color:#818181;
		font-weight:bold;
		letter-spacing: 0px;
		float: left;
		position: relative;
	}


#menu ul li a {
		position: relative;
		padding-left:20px;
		padding-right:20px;
		padding-bottom:7px;
		padding-top:5px;
		color:#818181;
		text-decoration: none;
		background: url(images/devider.gif) right;
		background-repeat:no-repeat;
	}

#menu ul li a:hover {
	}

#menu ul li a.active {
		position: relative;
		padding-left:20px;
		padding-right:20px;
		padding-bottom:5px;
		padding-top:5px;
		color:#2879b3;
		text-decoration: none;
		background: url(images/devider.gif) right;
		background-repeat:no-repeat;
	}

/*IE HACK */
*  html #menu ul li {
		float: left;
		height: 1%;
	}

*  html #menu ul li a {
		height: 1%;
	}

/* MENU SUB ITEMS */
#menu ul li ul {
		margin-top:8px;
		display: none;
		position: absolute;
		top: 1em;
		left: 0px;
		background-color:#2c85bd;
		padding:5px;
		letter-spacing: -1px;
	}

#menu li ul li{
		text-align:left;
		clear:both;
		padding:2px;
		width:140px;
	}

#menu li ul li a {
		color:#ffffff;
		margin:0px;
		padding:0px;
		text-transform:none;
		font-weight:normal;
		font-size:10px;
		background: none;
		}

#menu li ul li a:hover {
		color:#ffffff;
		margin:0px;
		padding:0px;
		text-transform:none;
		font-weight:normal;
		font-size:10px;
		background: none;
		text-decoration:underline;
		}

#menu li ul li a.active {
		color:#ffffff;
		margin:0px;
		padding:0px;
		text-transform:none;
		font-weight:normal;
		font-size:10px;
		background: none;
		}

#menu li:hover ul, #menu li.over ul {
		display: block;
		}


/* HEADER */
#header {
		width:885px;
		float:left;
		margin-top:2px;
}

#site_switch{
	float:right;
	margin-top:40px;
	width:192px;
	padding:3px 5px 5px 5px;
}

#site_switch a {
	margin:0px 10px 0px 10px;
}

.banner-text,
.banner-image {
  float: left;
  overflow: hidden;
}

.banner-text .banner {
  height: 104px;
  width: 430px;
  float: left;
  background-color: #4E4E4E;
  text-decoration: none;
  padding-top: 40px;
}

#banner-link-holder {
  background-color: #444;
  width: 411px;
  color: #b8b8b8;
  display: block;
  text-align: left;
  padding: 4px 10px;
}

#banner-link-holder .heading {
  font-size: 25px;
  font-weight: bold;
  display: block;
  margin-left: 30px;
}

#banner-link-holder .sub-heading {
  font-size: 14px;
  color: #7d7d7d;
  margin-left: 30px;
}

#site_switch_mediacenter{
	float:right;
	margin-top:40px;
	width:100px;
	padding:3px 5px 5px 5px;
}

#site_switch_mediacenter a {
	margin:0px 10px 0px 10px;
}

/* CONTENT */
#content_devider {
		height:15px;
		width:885px;
		float:left;
		background: url(images/devider_content.jpg) bottom no-repeat;
}

#content {
		width:885px;
		float:left;
		background: url(images/content_bg.jpg) repeat-y;
		padding-bottom:10px;
}

table {
	width:440px;
}

h3	{
		margin:0px;
		font-size: 12px;
		text-transform:uppercase;
		margin-bottom:5px;
}

p {
		font-size: 10px;
		line-height: 17px;
		margin-top: 5px;
		margin-bottom: 7px;
}

hr {
		margin-top:10px;
		margin-bottom:5px;
		color: #d7d7d7;
		background-color: #d7d7d7;
		height: 1px;
		border:0px;
}

.info {
		color:#2c85bd;
		font-weight:bold;
}

.info a {
		font-size:10px;
		color:#ef5323;
		text-decoration:none;
}

.cat a {
		float:right;
		font-size:10px;
		color:#ef5323;
		text-decoration:none;
}

.devider_big {
		margin-top:20px;
		margin-bottom:10px;
		color: #d7d7d7;
		background-color: #d7d7d7;
		height: 10px;
		border:0px;
}

/*FRONTPAGE COLUMNS*/

/*COLUMN 1*/
#col_1 {
		float:left;
		width:440px;
		text-align:left;
		padding-top:10px;
		padding-right:15px;
		font-size: 12px;
		color:#444444;
}



#col_1 h1 {
		font-size: 22px;
		color: #333333;
		padding: 0px;
		letter-spacing: -1px;
		margin: 0px;
		line-height: 20px;
}

#col_1 h2 {
		font-size: 16px;
		color: #878787;
		padding: 0px;
		letter-spacing: -1px;
		margin: 0px;
		line-height: 20px;
}

#col_1 h2 a{
		font-size: 16px;
		color: #878787;
		padding: 0px;
		letter-spacing: -1px;
		margin: 0px;
		line-height: 20px;
		text-decoration:none;
}

#col_1 h3 {
		color:#ef5323;
}

#col_1 h4 {
		font-size: 14px;
		color: #444444;
		padding: 0px;
		letter-spacing: -1px;
		margin: 8px 0px 8px 0px;
}

#col_1 p {
		font-size: 12px;
		color:#444444;
		padding-bottom:5px;
}

#col_1 p a {
		font-size:12px;
		color:#ef5323;
		text-decoration:none;
}

#col_1 img {
		margin:0px 3px 3px 0px;
		border:none;
		border:5px solid #eeeeee;
}

/*COLUMN 2*/
#col_2 {
		float:left;
		width:195px;
		background: url(images/col_2_bg.jpg) repeat-x;
		text-align:left;
		padding:10px;
}

#col_2 p {
		font-size: 12px;
		color:#444444;
		padding:0px 0px 4px 0px;
		margin:0px;
}

#col_2 ul {
		font-size: 12px;
		color:#444444;
		list-style: none;
		padding:0px 0px 4px 0px;
		margin:0px;
}

#col_2 li {
		padding:5px 0px 5px 0px;
		margin:0px;
		border-bottom:1px solid #d3d3d3;
}

#col_2 li a {
		padding:0px 0px 0px 10px;
		margin:0px;
		color:#444444;
		text-decoration:none;
		background: url(images/dark_arrow.gif) top left no-repeat;
}

#col_2 h3 {
		color:#2879b3;
}

#col_2 div {
		margin:0px 0px 20px 0px;
}

/*SEARCH BLOCK*/
#col_2 #search {
		text-align:left;
}

#col_2 #search input{
		width:150px;
}

#col_2 #edit-search_block_form_keys {
		padding-top: -12px;
		clear:both;
		float: left;
}

#col_2 #search form{
		margin-top:0px;
		border-bottom:1px solid #d3d3d3;
}

#col_2 #search .form-submit{
		margin-top:10px;
		width:80px;
}


/*COLUMN 3*/
#col_3 {
		float:left;
		width:195px;
		text-align:left;
		padding:10px;
}

#col_3 h3 {
		color:#ef5323;
}

#col_3 ul {
		list-style: none;
		padding: 0;
		margin: 0;
		margin-left:-9px;
}

#col_3 li {
		list-style: none;
		width:185px;
		height:40px;
		padding-bottom:10px;
		padding-top:10px;
		background: url(images/participanten_devider.jpg) left bottom no-repeat;
}

#col_3 a {
		padding-bottom:50px;
}

/*TABS*/

/*PRIMARY*/
ul.primary {
	float:right;
    border-collapse: collapse;
    white-space: nowrap;
    list-style: none;
    margin: 0px;
    height: auto;
    line-height: normal;
}

ul.primary li {
	float:left;
    display: inline;
	padding:2px 0px 2px 0px;
    margin-left:5px;
}

ul.primary li a {
	padding:3px 5px 3px 20px;
    text-decoration:none;
	color: #727272;
}

ul.primary #tonen a {
    background: url(images/icons/page_view.gif) left center no-repeat;
}

ul.primary #bewerken a {
    background: url(images/icons/page_edit.gif) left center no-repeat;
}

/*SECONDARY*/
ul.secondary {
	clear:right;
	width:438px;
	float:right;
	list-style: none;
	padding: 0;
	margin-left: 0px;
	margin-right: 0px;
	margin-top:20px;
	margin-bottom:15px;
	display:inline;
	border-bottom:4px solid #d3d3d3;
}

ul.secondary li {
	float: left;
	text-align: center;
	padding:4px 3px 0px 3px;
}

ul.secondary a {
	margin:0px 0px 0px 0px;
	height:15px;
	padding:6px 5px 4px 5px;
	color: #000000;
	float: left;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	letter-spacing: 0px;
	background-color:#eeeeee;
}

/*USER*/

/*Register*/
#user_register  {
		margin-top:20px;
		background-image: url(images/form_bg.jpg);
		background-repeat: no-repeat;
		background-position: top right;
}

#user_register  .form-item {
		clear:both;
		float:left;
		padding: 5px 10px 5px 10px;
		width:410px;
		display:inline;
}

.form-item label {
		color:#000000;
		float:left;
}

.form-required {
		color:#ef5323;
}

.form-item input {
		margin:0px;
		padding:0px;
		width:260px;
		float:right;
}

.form-item select {
		margin:0px;
		float:right;
}

#user_register .form-submit {
		clear:both;
		float:left;
}

.option input{
		width:20px;
		float:left;
}

fieldset {
		float:left;
		border:0px;
		border-top:1px solid #d3d3d3;
}

legend {
		color:#ffffff;
		padding:4px;
		background:#444444;
}

div .description {
		padding-top:15px;
		padding-left:20px;
		clear:left;
		float:left;
		color:#a5a5a5;
		width:300px;
		display:block;
}


/*User password*/
#user_pass {
		padding:10px;
		border-bottom:1px solid #c8c8c8;
		height:180px;
		background-image: url(images/form_bg.jpg);
		background-repeat: no-repeat;
		background-position: top right;
}

#user_pass  .form-item {
		clear:both;
		float:left;
		padding: 5px 10px 5px 10px;
		width:400px;
		display:inline;
}

/*User password*/
#user_login {
		padding:10px;
		border-bottom:1px solid #c8c8c8;
		height:180px;
		background-image: url(images/form_bg.jpg);
		background-repeat: no-repeat;
		background-position: top right;
}

#user_login  .form-item {
		clear:both;
		float:left;
		padding: 5px 10px 5px 10px;
		width:400px;
		display:inline;
}

/*User Edit*/
#user_edit  {
		margin-top:20px;
		background-image: url(images/form_bg.jpg);
		background-repeat: no-repeat;
		background-position: top right;
}

#user_edit  .form-item {
		clear:both;
		float:left;
		padding: 5px 5px 5px 10px;
		width:410px;
		display:inline;
}

#user_edit .form-submit {
		clear:both;
		float:left;
}

/*USER VIEW PROFIEL*/
.profiel td {
	border-bottom:1px solid #eeeeee;
}

.profiel td a {
		font-size:12px;
		color:#ef5323;
		text-decoration:none;
}


/*ERROR*/

.error {
		margin-top:10px;
		border-bottom:1px solid #c8c8c8;
		padding:0px;
}

.error ul{
		color:#ff0000;
}

/*FOOTER*/
#footer {
		margin:0px;
		float:left;
		width:100%;
		height:30px;
		background-color: #444444;
		text-align:center;
}

#footer_content {
		padding:7px 0px 0px 0px;
		text-align:left;
		width:885px;
		margin:0 auto;
}

#footer_content a {
		color:#2c85bd;
		text-decoration:none;
}

#footer_content p {
		margin:0px;
		padding:0px;
		color:#aaaaaa;
		font-size:11px;
		float:left;
}

#footer_content ul {
		margin:0px;
		padding:0px;
		float:right;
		list-style: none;
		border-left:1px solid #7e7e7e;
}

#footer_content li {
		border-right:1px solid #7e7e7e;
		float:left;
		padding:0px 5px 0px 5px;
}

#footer_content li a {
		font-size:11px;
		color:#7e7e7e;
		text-decoration:none;
}

/* European Fund */

#funding {
  clear: both;
  display: block;
  background: #004795;
}

#funding .wrapper {
  width: 880px;
  margin: 0 auto;
}

#funding a {
  color: #fff;
  font-size: 11px;
  padding: 15px 0 15px 37px;
  text-decoration: none;
  text-align: left;
  display: block;
  background: url(images/eu_logo.png) no-repeat -8px 0;
}

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