body {
		text-align:center;
		font-family: Arial;
		font-size: 11px;
		color:#444444;
		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;
	padding:3px 5px 5px 5px;
}

.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 a {
	margin:0px 10px 0px 10px;
}

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

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

#site_switch_webshop{
	float:right;
	margin-top:40px;
	padding:3px 5px 5px 5px;
}

#site_switch_webshop 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_event.jpg) repeat-y;
		padding-bottom:10px;
}

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:655px;
		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;
		margin-bottom:10px;
}

#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: 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 ul {
		font-size:12px;
		margin:0px;
		padding-left:30px;
		line-height: 17px;
}

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

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

#pager {
		padding:0px 3px 0px 3px;
}

/*COLUMN 3*/
#col_3 {
		float:right;
		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*/
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;
	color: #727272;
}

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

/*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;
}