/* @charset "utf-8"; */
html, body, img, table, th, tr, td, form, ul { 
    text-align:  left;
    padding:  0;
    margin:  0;
    border:  0;
}

html {
    	overflow: -moz-scrollbars-vertical;
	height: 100%; /* héél belangrijk */
}

body  {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 13px;
	text-align: center;
	background-color: #e8e8e8;
}

h2, h3 {
	margin: 5px 0px 5px 0px;
	>margin: 10px 0px 5px 0px;	
	font-family:"Myriad Pro","HelveticaNeue-light","Helvetica Neue","Lucida Grande",calibri,helvetica,arial,sans-serif;
	font-size: 22px;
	font-weight: normal;
	color: #df0f45;
}

.bodytext {
	margin: 0px;
}

img {	border: none; }
ul {	list-style: none; }

a {
	text-decoration: none;
	color: #DF0F45;
}

a:hover, div#top a:hover {
	text-decoration: underline;
}

#homeslideshow {
	margin: 0px 0px 5px 0px;
}

/* ---------------------------------------------------------
	top = bovenkant website
--------------------------------------------------------- */
div#top {
	background-color: #df0f45;
	height: 30px;
	width: 100%;
	color: #FFF;
	font-weight: bold;
	font-size: 11px;
}

ul#top li{
	float: left;
	padding: 0 5px;
}
ul#top li p {
	margin: 0px;
}

#totalenimg {
	margin-bottom:10px;
}
ul#top li.dark {	
	border-right: 1px solid #bfb6e3;
	color: #bfb6e3;
}

div#top a, ul#menu a { /* HREF CHANGES FOR MENU */
	color: #FFF;
	text-decoration: none;
}

#rightImage{
	display:none;
}

.sitestretch {
	width: 1003px;
	margin: 0px auto;
}

.welkom {
	margin: 6px 0px 0px 10px;
	float: left;
}

.rss {
	margin: 3px 0px 0px 10px;
	float: left;
}

.taalkeuze {
	margin: 5px 0px 0px 0px;
	float: left;
}

/* ---------------------------------------------------------
	rootmenu = breadcrumbs
--------------------------------------------------------- */
.rootmenu {
font-weight: normal;
font-family: Arial, Helvetica, sans-serif;
font-size: 10px;
text-decoration: none; 
color: #fff;
padding: 2px;
}
A.rootmenu:link {
font-weight: normal;
font-family: Arial, Helvetica, sans-serif;
font-size: 10px;
text-decoration: none; 
color: #fff;
padding: 2px;
}
A.rootmenu:visited {
font-weight: normal;
font-family: Arial, Helvetica, sans-serif;
font-size: 10px;
text-decoration: none; 
color: #fff;	
padding: 2px;
}
A.rootmenu:hover {
font-weight: normal;
font-family: Arial, Helvetica, sans-serif;
font-size: 10px;
text-decoration: underline;
color: #fff; 
background: transparent;
padding: 2px;
}


/* HEADER */
div#header {
	margin-top: 25px 0px 5px 0px;
	width: 1003px;
	height: 55px;
}

div#header div.center div.suckertreemenu{
	float: left;
	z-index: 999;
	margin-right: 20px;
}

div#header div.center {
	float: left;
	width: 780px;
	padding: 0px;
	margin: 10px 0px 0px 202px;
	height: 50px;
}

div#header div.zoeken {
	height: 30px;
	margin-top: 10px;
}

div#header div.zoeken form {
	margin: 0px 0px 0px 0px;
}

div#header div.zoeken input[type="submit"] {
background: #aaaaaa;
color: #fff;
text-align: center;
margin: 0px 0px 0px 0px;
height: 20px;
}

div#header div.zoeken input {
	color: #aaaaaa;
	background: #ffffff;
	border: 1px solid #cccccc;
}

#zoekselect {
	font-size: 11px;
	color: #aaaaaa;
	background: #eeeeee;
	border: 0px solid #aaaaaa;
	margin: 0px 0px 0px 0px;
}

div.imageholder img {
	margin: 14px;
}

div.logo {
	height: 250px;
	margin: 0px 0px 5px 20px;
}

/* ---------------------------------------------------------
	Inhoud (div id = content)
--------------------------------------------------------- */
div#content {
	margin-top: 0px;
}
div.content_info {
	padding: 5px 15px 15px 15px;
	width: 549px;
	background:#FFF url(../images/content_background.png) repeat-y left top;
	/* min-height: 957px; */
}

div.content_info a {
	text-decoration: none;
	color: #df0f45;
}

div.content_info a:hover {
	text-decoration: underline;
	color: #df0f45;
}

div#content div.left, div#content div.right {
	float: left;
	width: 196px;
	text-align: left;
}
div#content div.center {
	float: left;
	width:578px;
	padding: 0 5px;
	text-align: left;
}

/* ---------------------------------------------------------
	content_top midden rode top
--------------------------------------------------------- */
div.content_top {
	background:#df0f45 url(../images/content_top.png) no-repeat scroll left top;
	height:24px;
	width:565px;
	text-align: left;
	padding: 8px 0px 0px 14px;
}

/* ---------------------------------------------------------
	#blokrechtsboven on mouse over grijs naar kleur IE
--------------------------------------------------------- */
#blokrechtsboven .content {
	margin-top: 3px;
}

#blokrechtsboven img {
	filter:gray;
}

#blokrechtsboven img:hover {
	filter:none;
}

div.clear,
div#content div.clear,
div#header div.clear {
	clear: both;
	float: none;
	width:auto;
	height:auto;
}
div#content_frame {
	background: #FFFFFF url(../images/content_bottom.png) no-repeat scroll left bottom;
	color:#6f6f6f;
	padding-bottom:5px;
 }

div#content_frame ul {
	list-style: disc;
	padding: 0 10px;
	margin: 5px 0px 10px 10px;
}

div#content_frame p {
	display: block;
	padding: 0 0px;
	margin: 0px 0px 10px 0px;
}

.banner {
	margin-top: 20px;
}

.langmenu p {
	margin: 0px;
}


/* ---------------------------------------------------------
	box small layout plus titel en inhoud
--------------------------------------------------------- */
div#content div.box_small{ 
	background: transparent url(../images/background_box_normal.png) repeat-x 0 0;
	height: 250px;
	width: 196px;
	display: block;
	margin-bottom: 5px;
}

.box_small span.title{
	font-family:"Myriad Pro","HelveticaNeue-light","Helvetica Neue","Lucida Grande",calibri,helvetica,arial,sans-serif;
	color:#fff;
	display: block;
	font-size: 17px;
	text-align: left;
	font-weight: normal;
	margin: 0px 0px 0px 0px;
	padding: 6px 0px 0px 12px;
	height: 30px;
	letter-spacing: 0px;
}

.box_small span.title p {
	margin: 0px 0px 0px 0px;
}

.box_small span.content {
	color:#000;
	display: block;
	font-size: 11px;
	text-align: left;
	margin: 0px 0px 0px 0px;
	padding: 5px 10px 0px 12px;
	height: 30px;
}

.box_small .csc-textpic {
	margin: 0px 0px 0px 0px;
}

div#content div.box_small_buttons { 
	background: transparent url(../images/background_box_normal.png) repeat-x 0 0;
	height: 250px;
	width: 196px;
	display: block;
	margin-bottom: 5px;
}

.box_small_buttons span.title{
	font-family:"Myriad Pro","HelveticaNeue-light","Helvetica Neue","Lucida Grande",calibri,helvetica,arial,sans-serif;
	color:#fff;
	display: block;
	font-size: 17px;
	text-align: left;
	font-weight: normal;
	margin: 0px 0px 0px 0px;
	padding: 6px 0px 0px 12px;
	height: 30px;
	letter-spacing: 0px;
}

.box_small_buttons span.title p {
	margin: 0px 0px 0px 0px;
}

.box_small_buttons span.content {
	color:#000;
	display: block;
	font-size: 11px;
	text-align: left;
	margin: 0px 0px 0px 0px;
	padding: 5px 10px 0px 12px;
	height: 30px;
}

.box_small_buttons .csc-textpic {
	margin: 0px 0px 0px 10px;
}

/* box small opsomming */

div#content div.box_small ul li {
	list-style: square;
}
div#content div.box_small ol, div#content div.box_small ul {
	text-align: justify;
	font-weight: bold;
	color: #df0f45;
	margin:0px;
	margin-top: 30px;
	font-size: 12px;
	padding: 0 10px;
	width: 170px;
}
div#content div.box_small ul a, div#content div.box_small ol a {
	color: #df0f45;
	text-decoration: none;
}

div#content div.box_small ul a:hover, div#content div.box_small ol a:hover {
	text-decoration: underline;
}
div#content div.box_small ul li, div#content div.box_small ol li {
	margin-left: 25px;
}

.csc-textpic-caption {
font-size: 10px;
color: #df0f45;
}

/* ---------------------------------------------------------
	BEGIN: SUCKERFISH (Hoofdmenu met dropdowns)
--------------------------------------------------------- */
/* Credits: Dynamic Drive CSS Library */
/* URL: http://www.dynamicdrive.com/style/ */

.suckertreemenu ul{
margin: 0;
padding: 0;
list-style-type: none;
}

/*Top level list items*/
.suckertreemenu ul li{
position: relative;
display: inline;
float: left;
background-color: #F3F3F3; /*overall menu background color*/
}

/*Top level menu link items style*/
.suckertreemenu ul li a{
background: #e8e8e8 url(../images/hoofdmenu_achtergrond.gif) no-repeat;
display: block;
width: 100px; /*Width of top level menu link items*/
padding: 10px 6px 6px 10px;
/* border: 1px solid black;
border-left-width: 0; */
text-decoration: none;
color: #fff;
font-weight: bold;
text-align: center;
text-indent: -10px;
text-transform: uppercase;
}
	
/*1st sub level menu*/
.suckertreemenu ul li ul{
left: 0;
position: absolute;
top: 1em; /* no need to change, as true value set by script */
display: block;
visibility: hidden;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.suckertreemenu ul li ul li{
display: list-item;
float: none;
}

/*All subsequent sub menu levels offset after 1st level sub menu */
.suckertreemenu ul li ul li ul{ 
left: 159px; /* no need to change, as true value set by script */
top: 0;
}

/* Sub level menu links style */
.suckertreemenu ul li ul li a{
background: #df0f45;
display: block;
width: 160px; /*width of sub menu levels*/
color: fff;
text-decoration: none;
padding: 5px 10px 5px 10px;

border-bottom: 1px solid #fff;
font-weight: normal;
text-align: left;
text-indent: 0px;
text-transform: none;
}

.suckertreemenu ul li a:hover{
background: #e8e8e8 url(../images/hoofdmenu_achtergrond_over.gif) no-repeat;
color: fff;
text-decoration: none;
}

.suckertreemenu ul li ul li a:hover {
	background: #000000;
}

/*Background image for top level menu list links */
.suckertreemenu .mainfoldericon{
/* background: #F3F3F3 url(media/arrow-down.gif) no-repeat center right; */
}

/*Background image for subsequent level menu list links */
.suckertreemenu .subfoldericon{
/* background: #F3F3F3 url(media/arrow-right.gif) no-repeat center right; */
}

* html p#iepara{ /*For a paragraph (if any) that immediately follows suckertree menu, add 1em top spacing between the two in IE*/
padding-top: 1em;
}
	
/* Holly Hack for IE \*/
* html .suckertreemenu ul li { float: left; height: 1%; }
* html .suckertreemenu ul li a { height: 1%; }

/* ---------------------------------------------------------
	END: SUCKERFISH
--------------------------------------------------------- */

/* ---------------------------------------------------------
	Classes tt_news module
--------------------------------------------------------- */
.news-image {
	float: left;
	width: 100px;
	margin: 13px 10px 10px 10px;
	text-align: center;
}

.news-item {
	margin: 10px 0px 0px 0px;
	float: left;
	width: 390px;
	line-height: 16px;
}

.news-item p {
	margin: 0px 0px 0px 0px;
}

div#content_frame .news-item a {
	display: block;
	color: #df0f45;
	font-family:"Myriad Pro","HelveticaNeue-light","Helvetica Neue","Lucida Grande",calibri,helvetica,arial,sans-serif;
	font-size: 14px;
	font-weight: bold;	
	text-decoration: none;
	margin: 0px 0px 10px 0px;
}

div#content_frame .news-item a:hover {
	color: #df0f45;
	text-decoration: underline;
}

.news-list-morelink {
	float: left;
	width: 20px;
	margin: 10px 0px 0px 10px;
}

.news-list-item {
	width: 549px;
	min-height: 130px;
	background: #f8f8f8;
	border-top: #d4d4d4 solid 1px;
	border-bottom: #d4d4d4 solid 1px;
	margin: 0px 0px 10px 0px;
}

.news-list-date {
	display:block;
	color: #df0f45;
	font-family:"Myriad Pro","HelveticaNeue-light","Helvetica Neue","Lucida Grande",calibri,helvetica,arial,sans-serif;
	font-size: 11px;
	font-weight: normal;	
	text-decoration: none;
	margin: 0px 0px 10px 0px;
}

#news-single-content {
	width: 529px;
	padding: 10px 10px 10px 10px;
	background: #f8f8f8;
	border-top: #d4d4d4 solid 1px;
	border-bottom: #d4d4d4 solid 1px;
	margin: 0px 0px 10px 0px;
}

#news-single-content img {
	display:block;
	padding: 0px 0px 0px 0px;
	margin: 10px 0px 10px 0px;
}

.news-single-backlink-image {
	float: left;
	margin: 0px 10px 0px 10px;
}

div#content_frame .news-single-backlink-text a {
	display: block;
	color: #df0f45;
	font-family:"Myriad Pro","HelveticaNeue-light","Helvetica Neue","Lucida Grande",calibri,helvetica,arial,sans-serif;
	font-size: 16px;
	font-weight: normal;	
	text-decoration: none;
	margin: 0px 0px 10px 0px;
}

div#content_frame .news-single-backlink-text a:hover {
	color: #df0f45;
	text-decoration: underline;
}

div#content_frame .news-list-browse {
	margin: 10px 0px 10px 0px;
}
/* ---------------------------------------------------------
	Afsluitende FOOTER div id = bottom
--------------------------------------------------------- */

div#bottom {
	background: transparent;
	height: 81px;
	width: 100%;
	text-align: center;
	margin-top:5px;
	color: #686868;
	font-size: 11px;
}

div#bottom p { margin: 0px; }

div#bottom div.holder{
	width: 983px;
	padding: 20px 10px;
	margin: 0 auto;
	position: relative;
}
div#bottom img.logo1 {
	position: absolute;
	right: 20px;
	top:7px;
}
div#bottom img.logo {
	position: absolute;
	left: 30px;
	top:7px;

}
div#bottom ul {
	display:block;
	margin:0 auto;
	width:578px;
}
div#bottom ul li.clear{
	visibility:hidden;
	background:none;
}
div#bottom ul li{
	float: left;
	margin-left: 5px;
	padding: 5px 10px 0px 0px;
	background: transparent;
	background-position: right;
	width:auto;
	position:relative;
}
div#bottom ul li a {
	/* display: block; */

	color: #686868;
	text-decoration: none;
}

div#bottom ul li a:hover {
	text-decoration: underline;
}


/* ---------------------------------------------------------
	shoponderdelen
--------------------------------------------------------- */
.tx-wshop {
}

.tx_wshop_naw_form {
left: 20px;
margin-left: 20px;
}

/* ---------------------------------------------------------
	powermail onderdelen
--------------------------------------------------------- */

.tx-powermail-pi1 label {
float: left;
display: block;
background: #ffffff;
width: 170px;
margin: 0px 0px 0px 10px;
}

.tx-powermail-pi1 legend {
  font-size: 11px;
  padding: 0px 10px 0px 10px;
  border:1px solid #df0f45;
  color:#df0f45;
  text-align:right;
  margin: 0px 0px 20px 0px;
}

.tx-powermail-pi1 fieldset {
	border:1px solid #eeeeee;
	padding: 1em;
	margin: 0px 0px 20px 0px;
}

.tx-powermail-pi1 input[type="submit"] {
/* width: 140px; */
height: 30px;
color: #fff;
background: #df0f45;
outline: none;
border: none;
cursor : pointer;
font-weight: bold;
text-transform: uppercase;
}

.tx-powermail-pi1 input[type="button"] {
width: 98px;
height: 30px;
color: #aaaaaa;
background: #eeeeee;
outline: none;
border: none;
cursor : pointer;
}

.tx-powermail-pi1 input[type="text"], .tx-powermail-pi1 textarea {
color: #000000;
background: #efefef;
border:1px solid #000000;
margin: 0px 0px 3px 0px;
width: 180px;
}

#naw_housenumber {
	width: 30px;
	}
#naw_address {
	width: 156px;
}

.powermail_check_inner {
	clear:both;
}

.tx_powermail_pi1_fieldwrap_html_content {
	margin-top: 30px;
}

/* ---------------------------------------------------------
	uitlijning overige items
--------------------------------------------------------- */

.box_small dl {
	margin: 10px 0px 10px 0px;
}

/* ---------------------------------------------------------
	Einde stylesheet
--------------------------------------------------------- */