/***********

Below is css for the individualized styling of specific theme elements. The source of this code is from a combination of Hunchbaque and some changes/additions which I added in order to provide baseline settings I prefer and/or provide more granular settings. 
  
NOTE:
1. Add any IE specific css to the fix-ie-6.css and fix-ie-7.css file(s). Conditional comments and separate css files were created for IE in order to avoid adding css hacks to this file and so that atck properly passes w3c validation. (atck is css3 valid)

2. The template.php file which comes with atck disables the following core stylesheets: defaults.css, node.css, user.css. You can easily disable others and/or re-enable the three mentioned.

*************/

/*
  Layout the core sections of the site.
*/
* {
     margin: 0;
}

html, body {

height:100%;
}


body{
	background-color:#FFF;
	color:#000;
/*
	background-image:url(images/bg.gif);
*/
	background-position:center 100%;
	background-repeat:repeat;
}

#main_wrapper{
	
	
	  min-height: 100%;
   height: auto !important;
   height: 100%;
   margin:0 auto -85px;

}
 


body.lightbox-processed{
	background-color:#FFF;
	background-image:none;
	
}



/*
#header{
background-image:url(images/topbar.jpg);
display:block;
height:124px;
margin:0 auto 0 -5px;
width:917px;
}
*/
#header{
background-image:url("images/logo_nrw.gif");
display:block;
height:158px;
left:50%;
margin:0 auto 0 -456px;
position:absolute;
top:13px;
width:917px;
}

.topbar{
padding-left:310px;
padding-top:9px;
}

#menu_links{
background-image:url(images/greenbar.gif);
display:block;
height:39px;
margin:0 auto 55px;
overflow:hidden;
width:917px;
margin-left:-5px;
}


#page-inner{
	text-align:left;
}









/* MENU ITEMS  */
.block-nice_menus {
line-height:normal;
z-index:10;
position:absolute;
}






#content {
margin:0;
padding-bottom:40px;
padding-left:0;

}
#page-inner{
	
}

body.right_sidebar #wrapper #subwrapper #content{

}


/* We've already reset all of the fonts using the YUI font reset stuff within style.css - and now that we have a clean slate we set the font face/size using ems. Because of the font reset magic 1em = 1px, except that ems are much friendlier to various browsers/devices than pixels. */
#container {
	font-family: arial, helvetica, clean, sans-serif;
	font-size: 1.1em;
background-repeat:repeat-y;
width:900px;
min-height:400px;
text-align:left;

}

.node {
	margin: 0 0 2em 0;
}

#node-admin-filter ul,#node-admin-filter ol,#node-admin-filter dd{
	margin:0;
}

/* Basic elements */
a:link, a:visited {
	color:#E81F92;
	text-decoration: none;
	margin:0;
}

a:hover{
	color:#E81F92;
	text-decoration: underline;
	margin:0;
}
a:active, a.active {
	color:#E81F92;
	text-decoration: none;
	margin:0;	
}
#block-menu-primary-links{
	font-size:15px;
}
#block-menu-primary-links ul li{
	float:left;
}
h1 a, h1 a:link, h1 a:visited,
h2 a, h2 a:link, h2 a:visited,
h3 a, h3 a:link, h3 a:visited,
h4 a, h4 a:link, h4 a:visited {
	color:#000;
	text-decoration: none;
}

h1 a:hover, h1 a:active,
h2 a:hover, h2 a:active,
h3 a:hover, h3 a:active,
h4 a:hover, h4 a:active {
	color:#000;
	text-decoration: underline;
}

h1,
h2,
h3,
h4 {
  padding-top: 0;
  line-height: 1.3em;
  
}

h1 {
  
	font-weight: normal;
	color:#8EC63F;
	margin-top:10px;
	
	font-size:16px;
	margin-bottom:10px;
	letter-spacing: 1px;
}

body.front h1 {
  
	font-weight: normal;
	color:#8EC63F;
	margin-top:10px;
	
	font-size:18px;
	margin-bottom:10px;
	letter-spacing: 1px;
}
h1.title{






}

h2 {
  font-size: 1.2em;
	font-weight: bold;
}

h3 {
  font-size: 1.2em;
  font-weight:bold;
}

h4 {
  font-size: 1.1em;
}

p,
ul,
ol,
dl {
  padding: .5em 0;
}
strong{
	font-weight:bold;
}
ul,
ol,
dd {
  margin-left: 2.5em;
}

li ul,
li ol {
  margin-left: 1.5em;
}

li ol li {
  list-style-type: lower-alpha;
}

li,
dt,
dd {
  padding: .2em 0;
}

dt {
  font-weight: bold;
}

table {
  margin: .5em auto;
  width: 100%;
}

th,
td {
  padding: .2em;
}

th {
  color: #000;
  font-weight: bold;
  font-style: italic;
  text-align: center;
  background-color: #FAF4AA;
}

tr.odd td {
  background-color: #ffffff;
}

tr.even td {
  background-color: #d0d0d0;
}

img {
  border-width: 0;
}
.views-field-title span.field-content{
	color:#f08f01;
	font-size:16px;
}
/*
  Define the helper classes.
*/
.clear-block:after {
  content: "."; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden;
}

.clear-block {
  display: inline-block;
}

/* Hides from IE-mac \*/
* html .clear-block {
  height: 1%;
}

.clear-block {
  display: block;
}

.form-item,
fieldset {
  margin: 1em 0;
  padding: 0 .5em;
}

fieldset.collapsed {
  overflow: hidden;
  height: 1px;
  border-width: 1px 0 0 0;
}

.description {
  padding: .5em;
  font-size: .8em;
  font-style: italic;
}

.messages,
.help {
  margin: 1em;
  padding: 1em;
  border-width: 2px;
  border-style: solid;
}

.error {
  border-color: #ff0000;
  background-color: #ffdddd;
}

.status {
  font-style: italic;
  border-color: #9FE4FF;
  background-color: #D9F4FF;
}

.help {
  font-style: italic;
  border-color: #FEFF7F;
  background-color: #ffffcc;
}

.help .more-help-link {
  font-weight: bold;
}


/*
  Area specific layout
*/

/* Tabs */

div.tabs ul.primary {
  clear: both;
  margin: 2em 0 0 0;
  padding-left: 10px;
  padding-right: 10px;
  height: 1.5em;
  border-bottom: #C4D7E6 1px solid;
}

div.tabs ul.primary li {
  display: block;
  float: left;
  margin: 0;
  padding: 0 2px;
  list-style-type: none;
  text-align: center;
}

div.tabs ul.primary a {
  padding: 6px 10px;
  color: #999999;
  text-decoration: none;
  line-height: 1.3em;
  border-color: #C4D7E6;
  border-width: 1px 1px 0px 1px;
  border-style: solid;
  background-color: #eee;
}

div.tabs ul.primary a.active {
  padding: 6px 10px;
  color: #000000;
  font-weight: bold;
  border-color: #C4D7E6 #C4D7E6 #eeeeee #C4D7E6;
  border-width: 1px 1px 0 1px;
  border-style: solid;
  background-color: #fff;
}

div.tabs ul.primary a:hover {
  text-decoration: underline;
}

div.tabs ul.secondary {
  clear: both;
  margin: 0;
  padding: 0;
  line-height: 2em;
}

div.tabs ul.secondary li {
  display: inline;
  padding: 0 7px 0 5px;
  list-style-type: none;
  border-right: #C4D7E6 1px solid;
}

div.tabs ul.secondary a {
  color: #999999;
  text-decoration: none;
}

div.tabs ul.secondary a.active {
  color: #000000;
  font-weight: bold;
}

div.tabs ul.secondary a:hover {
  text-decoration: underline;
}

/* Main content area */
#breadcrumb {
margin-bottom:15px;
margin-top:0px;
padding:0;
display:block;
}

#mission {
  padding: .5em;
}

/* Header styles */
#header {

}

/* Main menu styles */
#main_menu {
  clear: both;
	margin: 0;
	display: inline;
	font-size: 1em;
	font-weight: bold;
}
.block-views{
	clear:both;
/*
background-color:#F3F4F6;
*/
}
#main_menu ul {
	display: inline;
	margin:0;
}

#main_menu li {
	margin:0;
  display: inline;
  padding: 0 .6em;
  list-style-type: none;
}

/* Secondary menu styles */
#secondary_menu {
  clear: both;
	margin: 0 0 0 2em;
	display: inline;
	font-size: .9em;
}

#secondary_menu ul {
  margin: 0 0 0 0;
	display:inline;
}

#secondary_menu li {
	margin:0;
  display: inline;
  padding: 0 .55em;
  list-style-type: none;
}

/* Sidebar styles */
#sidebar_left,
#sidebar_right {
  font-size: .95em;
 /*
 margin: 1em 0 0 0;
*/

}


#sidebar_right{
color:#000000;
font-size:11px;
line-height:20px;
overflow:visible;
width:220px;
}


	


#footer, .push {

  clear: both;
  height:85px;

}


/* Footer styles */
#footer {
background-image:url(images/footer.gif);
width:910px;
margin:0pt auto;
background-repeat:no-repeat;

}
#footer-inner{
color:#FFFFFF;
font-size:12px;
padding-top:2px;
text-align:left;
width:885px;
padding-left:10px;

}




#block-nodesinblock-0 h2.title a{
	display:none;
}

body.right_sidebar #wrapper{

}
body.right_sidebar .b{
width:640px !important;
margin-left:10px;
padding-right:24px;
}
body.front .oranje{
	color:#8EC63F;
}

/*  sidebar */
.gr .b{
	
	float:left;
}

/*  grootte linkerkolom  */
.gr {
/*
float:left !important;
width:50%;
*/
}


#block-nodesinblock-1 h2.title{
	display:none;
}


.container{
	width:280px;
}
.clear_block{
	clear:both;
}





dt{
background: #ebebeb;
margin-bottom: 2px;
margin-top: 2px;
}
dt a{
text-transform: uppercase;
}


#sidebar-right-inner a{
	color:#777777;
	
	
}








h2.title {
    font-size: 11px;
    line-height: 15px;
    margin: 0px;
    padding: 0px;
}







div.warning, tr.warning, body.section-admin tr.warning {
    color: #000;
    background-color: #ffc;
}

div.error /* High priority messages. See also the .error declaration below. */ {
    border-color: #c00;
}

div.error, tr.error, body.section-admin tr.error {
    color: #900;
    background-color: #fee;
}

div.tabs /* See also the tabs.css file. */ {
}

.help /* Help text on a page */ {
    margin: 1em 0;
}

.more-help-link /* Link to more help */ {
    font-size: 0.85em;
    text-align: right;
}

#content-area /* Wrapper for the actual page content */ {
	padding-left:32px;
	padding-right:32px;
}

.pager /* A list of page numbers when more than 1 page of content is available */ {
    clear: both;
    margin: 1em 0;
    text-align: center;
}

.pager a, .pager strong.pager-current {
    padding: 0.5em;
}

.feed-icons /* The links to the RSS or Atom feeds for the current list of content */ {
    margin: 1em 0;
}

#content-bottom /* Wrapper for any blocks placed in the "content bottom" region */ {
}


#search-box /* Wrapper for the search form */ {
}





#top{

}

#sidebar-left-inner {
}
/** sidebar-right **/
#sidebar-right {
width: 170px;

}



#sidebar-right-inner {

width: 170px;/* padding 2x20+147=187 */
padding: 10px;
margin-top:28px;

}


#bottom{


}



#footer-message /* Wrapper for the footer message from Drupal's "Site information"
 and for any blocks placed in the footer region */ {
}
/** closure **/
#closure-blocks /* Wrapper for any blocks placed in the closure region */ {
}
/** Drupal nodes **/
.node /* Node wrapper */ {
}

.node-inner /* Additional wrapper for node */ {
}

.sticky /* A sticky node (displayed before others in a list) */ {
}

.node-unpublished /* Unpublished nodes */ {
    /* background-color: #fff4f4; */ /* Drupal core uses a #fff4f4 background */
}

.node-unpublished div.unpublished, /* The word "Unpublished" displayed beneath the content. */
.comment-unpublished div.unpublished {
    height: 0;
    overflow: visible;
    color: #d8d8d8;
    font-size: 75px;
    line-height: 1;
    font-family: Impact, "Arial Narrow", Helvetica, sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
   /* word-wrap: break-word;  A very nice CSS3 property */
}

.node-mine /* A node created by the current user */ {
}

.node-teaser /* A node displayed as teaser */ {
}
/* All nodes are given a node-type-FOO class that describes the type of
 * content that it is. If you create a new content type called
 * "my-custom-type", it will receive a "node-type-my-custom-type" class.
 */
.node-type-page /* Page content node */ {
}

.node-type-story /* Story content node */ {
}

.node h2.title /* Node title */ {
}

.marker /* "New" or "Updated" marker for content that is new or updated for the current user */ {
    color: #c00;
}

.node .picture /* The picture of the node author */ {
}

.node.node-unpublished .picture, .comment.comment-unpublished .picture {
    position: relative; /* Otherwise floated pictures will appear below the "Unpublished" text. */
}

.node .submitted /* The "posted by" information */ {
}

.node .taxonomy /* Node taxonomy (categories) */ {
}

.node .content /* Node's content wrapper */ {
}

.node .content img /* Node's content wrapper */ {
margin-bottom:0;
margin-top:0;
}

.node div.links /* Wrapper for node links */ {
    margin: 1em 0;
}

ul.links /* Taxonomy links, node links, comment links */ {
    margin: 0;
    padding: 0;
}

ul.links.inline {
    display: inline;
}

ul.links li {
    display: inline;
    list-style-type: none;
    padding: 0 0.5em;
}

.preview .node /* Preview of the content before submitting new or updated content */ {
    /* background-color: #ffffea; */ /* Drupal core uses a #ffffea background */
}
/** Drupal comments **/
#comments /* Wrapper for all comments */ {
    margin: 1em 0;
}

.comment /* Wrapper for a single comment */ {
}

.comment-inner /* Additional wrapper for a single comment */ {
}

.comment.odd /* An odd-numbered comment in the list of comments */ {
}

.comment.even /* An even-numbered comment in the list of comments */ {
}

.comment-unpublished /* Unpublished comments */ {
    /* background-color: #fff4f4; */ /* Drupal core uses a #fff4f4 background */
}

.comment-unpublished div.unpublished /* The word "Unpublished" displayed beneath the content. See also the div.unpublished declaration in the node section above. */ {
}

.comment-by-author /* A comment created by the node's author */ {
}

.comment-by-anon /* A comment created by an anonymous user */ {
}

.comment-mine /* A comment created by the current user */ {
}

.comment h3.title /* Comment title */ {
}

.new /* "New" marker for comments that are new for the current user */ {
    color: #c00;
}

.comment .picture /* The picture of the comment author */ {
}

.comment .submitted /* The "posted by" information */ {
}

.comment .content /* Comment's content wrapper */ {
}

.comment div.links /* Wrapper for comment links. See also the ul.links declaration in the node section above. */ {
    margin: 1em 0;
}

.indented /* Nested comments are indented */ {
    /* margin-left: 25px; */ /* Drupal core uses a 25px left margin */
}

.preview .comment /* Preview of the comment before submitting new or updated comment */ {
    /* background-color: #ffffea; */ /* Drupal core uses a #ffffea background */
}
/** Drupal blocks **/
.block /* Block wrapper */ {

}

.block.region-odd /* Zebra striping for each block in the region */ {
}

.block.region-even /* Zebra striping for each block in the region */ {
}

.block.odd /* Zebra striping independent of each region */ {
}

.block.even /* Zebra striping independent of each region */ {
}

.region-count-1 /* Incremental count for each block in the region */ {
}

.count-1 /* Incremental count independent of each region */ {
}

.block-inner /* Additional wrapper for block */ {
}

.block h2.title /* Block title */ {
    text-transform:capitalize;
}

.block .content /* Block's content wrapper */ {
}

#block-aggregator-category-1 /* Block for the latest news items in the first category */ {
}

#block-aggregator-feed-1 /* Block for the latest news items in the first feed */ {
}

#block-block-1 /* First administrator-defined block */ {
}

#block-blog-0 /* "Recent blog posts" block */ {
}

#block-book-0 /* "Book navigation" block for the current book's table of contents */ {
}

#block-comments-0 /* "Recent comments" block */ {
}

#block-forum-0 /* "Active forum topics" block */ {
}

#block-forum-1 /* "New forum topics" block */ {
}

#block-menu-2 /* "Primary links" block */ {
 /*left:50%;
margin-left:-227px;
margin-top:10px;
position:absolute;
width:630px;*/

}

#block-node-0 /* "Syndicate" block for primary RSS feed */ {
}

#block-poll-0 /* "Most recent poll" block */ {
}

#block-profile-0 /* "Author information" block for the profile of the page's author */ {
}

#block-search-0 /* "Search form" block */ {
}

#block-statistics-0 /* "Popular content" block */ {
}

#block-user-0 /* "User login form" block */ {
}

#block-user-1 /* "Navigation" block for Drupal navigation menu */ {
}

#block-user-2 /* "Who's new" block for a list of the newest users */ {
}

#block-user-3 /* "Who's online" block for a list of the online users */ {
}

#block-menu_block-2 li a {
/*
    font-size: 12px;
    margin-left: 10px;
    color: #005A84;
    text-decoration: none;
    text-transform: uppercase;
}
*/
}
#block-menu_block-2 li a:hover {
    
}

#block-menu_block-2 li a.active-trail {
    color: #E31B23;
	text-decoration:none;
}

.menu a:active {
    color: #FFF !important;
}

hr {
    border: 1px solid #005A84;
    height: 1px;
}

.odd td a {
    margin-right: 5px;
}
.menu-61 li,.menu-71 li{
	margin-top:3px;
	
}

.block ul, .item-list ul{
	margin:0;
	padding:0;
}





ul.menu-list li.expanded, ul.menu-list li.collapsed, ul.menu-list li.leaf {
list-style-image:none;
list-style-type:none;
	/*
padding:1em 0.5em 0 0;
*/
}

#sidebar-right .active-trail {
color:#E31B23 !important;
text-decoration:none;
}

li.collapsed {
list-style-image:none;
list-style-type:none;
}


/** Drupal boxes **/
/* Wrapper for Comment form, Comment viewing options, Menu admin, and
 * Search results.
 */
.box /* Wrapper for box */ {
}

.box-inner /* Additional wrapper for box */ {
}

.box h2.title /* Box title */ {
}

.box .content /* Box's content wrapper */ {
}
/** Miscellaneous Drupal styles **/
.error /* Errors that are separate from div.messages status messages (see above.) */ {
    color: #c00;
}

.more-link /* Aggregator, blog, and forum more link */ {
    text-align: right;
}

#user-login-form /* Drupal's default login form */ {
    text-align: left;
}

tr.even, tr.odd /* Some tables have rows marked even or odd. See also the ".section-admin tr.even" declaration below. */ {
    border-bottom: none;
    padding: 0;
}

tr.even {
    /* background-color: #eee; */ /* Drupal core uses a #eee background */
}

tr.odd {
    /* background-color: #eee; */ /* Drupal core uses a #eee background */
}

li a.active /* The active item in a Drupal menu */ {
}
/** Drupal forms **/
.form-item, /* Wrapper for a form element (or group of form elements) and its label */
.form-checkboxes, .form-radios {
    margin: 1em 0;
}

.form-item input.error, /* Highlight the form elements that caused a form submission error */
.form-item textarea.error, .form-item select.error {
    border: 2px solid #c00;
}

.form-item label /* The label for a form element */ {
    display: block;
    font-weight: bold;
}

.form-item label.option /* The label for a radio button or checkbox */ {
    display: inline;
    font-weight: normal;
}

.form-required /* The part of the label that indicates a required field */ {
   color:#E81F93;
}

.form-item .description /* The descriptive help text (separate from the label) */ {
    font-size: 0.85em;
}

.form-checkboxes .form-item, /* Pack groups of checkboxes and radio buttons closer together */
.form-radios .form-item {
    margin: 0.4em 0;
}

.form-submit /* The submit button */ {
}

.container-inline div, .container-inline label /* Inline labels and form divs */ {
    display: inline;
}

.tips /* Tips for Drupal's input formats */ {
    margin: 0;
    padding: 0;
    font-size: 0.9em;
}
/** Drupal admin tables **/
/* We overrode these styles in html-elements.css, but restore them for the
 * admin section of the site.
 */
.section-admin tbody {
    border-top: 1px solid #ccc;
}

.section-admin th {
    text-align: left;
    padding-right: 1em;
    border-bottom: 3px solid #ccc;
}

.section-admin tbody th {
    border-bottom: 1px solid #ccc;
}

.section-admin thead th {
    text-align: left;
    padding-right: 1em;
    border-bottom: 3px solid #ccc;
}

.section-admin tr.even, .section-admin tr.odd {
    background-color: #eee;
    border-bottom: 1px solid #ccc;
    padding: 0.1em 0.6em;
}







#clear_block2 {
    /*
     clear:both;
     */
}


#header-navigation #search-box #edit-submit {
    vertical-align: bottom;
}



/* Bullets */
#attachments th {
    text-align: left;
}
/* breadcrumbs */
div.breadcrumb A {
    font-size: 11px;
}

div.breadcrumb {
}

#sidebar-left .block ul, .item-list ul {
    margin: 1em 0;
    padding: 0 0 0 0;
}

/*form*/
fieldset {
    border: none
}



#navbar .menu li ul {
    display: none;
}


.resizable-textarea {

}





ul.links li.statistics_counter{
	padding:0;
	margin:0;
	color:#005A84;
}








#sidebar-right h2{
	font-size:18px;
	margin-bottom:10px;
	border:none !important;
}


#sidebar-right h2.title{
	color:#858585;
	font-size:18px;
}
#sidebar-right a{
	text-decoration:none;
}
#block-menu_block-1{
	font-size:16px;
	line-height:18px;
	background-image:url(images/divider.gif);
	background-repeat:no-repeat;
	background-position:center top;
	margin-top:5px;
padding-top:15px;
}
#block-menu_block-3{
	font-size:18px;
	line-height:20px;
	
}
.menu-level-2 ul li a{
background-image:url(images/pijltje.gif);
background-repeat:no-repeat;
font-size:15px;
padding-left:17px;
background-position:0 4px;

}

.menu-level-2 ul li a:hover{
background-position:0 -10px;	
color:#4a4a4a;
	}


	
#block-menu_block-1 ul li a{
		position:relative;
}	

.menu-mlid-614 a{
	position:relative;
}
/*

.menu-level-2 ul li a.active-trail{
	background-position:left top;	
	color:#E31B23!important;


	}
	*/
	#sidebar_right .active-trail{
	text-decoration:none;
	color:#e31b23 !important;
}

#sidebar_right h2.title{
font-size:21px;
font-weight:normal;
margin-bottom:21px;
margin-top:1px;
}

#sidebar_right li{
line-height:1.2em;
}
ul.menu-list li.expanded, ul.menu-list li.collapsed, ul.menu-list li.leaf {
background:transparent none repeat scroll 0 0;


margin:0;
padding:0;
padding-top:4px;
}





div.indentation {
float:left;
height:1.7em;
margin:-0.4em 0.2em -0.4em -0.4em;
padding:0.42em 0 0.42em 0.6em;
width:20px;
}
.field-content a {
background-image:url(images/pijltje.gif);
background-position:left center;
background-repeat:no-repeat;
color:#000;
padding-left:16px;
font-size:11px;
}
#sidebar_right .field-content a:hover {

color:#000;
text-decoration:underline;
}

#block-views-nieuwsitem_view-block_1{
background-image:url(images/nieuws.jpg);
background-repeat:no-repeat;
border-bottom:1px solid #F08F02;
margin-top:20px;
padding-bottom:15px;
padding-top:56px;
width:226px;
	
}
.view-huren-view{
background-image:url(images/huren.jpg);
background-repeat:no-repeat;
border-bottom:1px solid #8EC63F;
margin-top:20px;
padding-bottom:15px;
padding-top:56px;
width:226px;

}

.view-huren-view a{
background-image:url(images/pijltje_paars.gif);	
}

.view-id-kopen_view{
background-image:url(images/kopen.jpg);
background-repeat:no-repeat;
border-bottom:1px solid #e81f92;
margin-top:0px;
padding-bottom:15px;
padding-top:56px;
width:226px;	
	
}
#block-block-1{
border-bottom:1px solid #017BC6;
margin-bottom:12px;
margin-right:-6px;
margin-top:12px;
}
body.front h2.title{
	font-size:16px;
	color:#F08F01;
	letter-spacing:0.1em;
}
body.front h2.title a{
	
	color:#F08F01;
	text-decoration:none;
}
ul.links li{
	padding:0;
}
.submitted{
	display:none;
}
li.node_read_more{
	margin-bottom:10px;
	display:block !important;
}
.node_read_more a {
background-image:url(images/pijltje.gif);
background-position:left center;
background-repeat:no-repeat;
color:#000000;
font-size:11px;
padding-left:16px;

}
#footer a{
	color:#FFF;
	text-decoration:none;
	font-size:11px;
}
#wrapper .views-row-odd{
	
	border-bottom:1px solid #8EC63F;
	padding-bottom:10px;
	margin-bottom:10px;
}
#wrapper .views-row-even{
border-bottom:1px solid #E81F93;
padding-bottom:10px;
margin-bottom:10px;
}

#wrapper .views-field-teaser{
padding:10px 0;

}
#wrapper .views-field-teaser img{
display:none;

}

/*  formulier */
.webform-client-form{
	background-color:#8EC63F;
	padding:10px;
	
}
.webform-client-form .form-item label{
	color:#FFF;

}
.webform-component-markup p{
color:#FFF;
	
}
#webform-component-duidelijk_beeld{
	border-top:1px solid #FFF;
	border-bottom:1px solid #FFF;
	padding:5px 0 5px 0;
}
/*  gallery */

ul.galleries li {
background:#EEEEEE none repeat scroll 0 0;
border:1px solid #CCCCCC;
margin:1em 0;
padding:1em;
position:relative;
}
body.front .block-views h2{
	margin:10px 0 10px 0;
}
body.front .views-row-last{
	border:none;
}
body.front .views-row-odd {
border:none !important;
}

#block-nodesinblock-0{
	clear:both;
}
.views-field-upload-fid .field-content a {
background-image:url(images/pdficon_small.gif);
background-position:left center;
background-repeat:no-repeat;
color:#000000;
font-size:11px;
padding-left:21px;
padding-top:3px;
}

ul.galleries li img {
background-color:#FFFFFF;
padding:8px 5px 30px;

}
body.image-section h3 a{
color:#F08F02;
	
}
.last{
	display:none;
}
body.contactformulier-section legend{
	display:none;
}
body.front .views-field-title span.field-content {
color:#8EC63F;
}
iframe{
	border:none;
	
}
iframe p{
	font-size:14px;
}
body.sitemap-section h2{
	display:none;
}

body.sitemap-section ul, body.sitemap-section ol, body.sitemap-section dd{
	margin:0;
}
#sidebar_right .block-views img{
	display:none;
}
body#bbnr-page #subwrapper p{
	width: 593px;
}
.views-view-grid td{
vertical-align: top;
}

td .views-field-title{
padding-bottom: 5px;
}
.col-1 .views-field-body{
padding-right: 10px;
width:200px;
}
.col-2 .views-field-body{
	width:200px;
	
}
body#bbnr-nieuwsberichten-page .col-1 .views-field-body{
	width:400px;
}

#activiteiten{
	color:#FFF;
	
}
#activiteiten{
	background-color:#E81F92;
	width:600px;
	float:left;
	font-size:14px;
	
	
}

#activiteiten tr{
	border-top:2px solid #FFF;
	border-bottom:2px solid #FFF;
	padding:5px;
}
#activiteiten tr.even td{
	background-color:#9ccd4f;
}
#activiteiten td{
	padding:10px;
}
ul.pager li{
float: left;
}

/*  FIREFOX 3.6 */
fieldset.collapsed .fieldset-wrapper {
  overflow: hidden !important;
  height: 0 !important;
  border: none !important;
}

a{
outline: none;
}
#webform-component-ik_ben_geinteresseerd_in_reimershoven p{
font-size: 15px;
}

sup, sub {
height:0;
line-height:1;
position:relative;
vertical-align:baseline;
}

sup {
bottom:1ex;
}
#slider_s1{
display: none;
}

#edit-teaser-js-wrapper, .teaser-checkbox{
display: none;
}