@charset "utf-8";
/* yahoo reset */


body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,th,var {
	font-style:normal;
	font-weight:normal;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}



.clearfix {
	overflow: hidden; /* http://annevankesteren.nl/2005/03/clearing-floats */
}







/***********************************

BEGIN positionering

***********************************/

#container {
	background: #fff;
	margin: 0 auto;
	padding: 0;
	position: relative;
	text-align: center;
	width: 960px;
}


#logo {
	background: transparent url(../images/bg.png) repeat-x 0 0;
	float: left;
	height: 150px;
	margin: 0 0 83px 0;
	padding: 10px 0 0;
	width: 960px;
}
#logo a {
	display: block;
	height: 89px;
}
#logo img {
	border: none;
	float: right;
	margin: 0;
	padding: 0;
}


#footer {
	background: #334860;
	border: 16px solid #fff;
	border-top: none;
	display: block;
	margin: 0 auto;
	padding: 10px 0;
	position: relative;
	text-align: center;
	width: 928px;
}
#footer ul {
	margin: 0;
}
#footer li {
	border-left: 1px solid #000;
	display: inline;
	padding: 0 10px;
}
#footer li:first-child {
	border-left: none;
}
#footer p, #footer a {
	color: #C0C0C0;
	font-size: 0.9em;
}
#footer a {
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}


#content-main {
	background: #fff url("../images/body-bg.png") repeat-y;
	float: right;
	margin: 0;
	padding: 15px 50px 0 30px;
	text-align: left;
	z-index: 10;
}
#content-main.narrow {
	width: 679px;
}
#content-main.wide {
	width: 880px;
}

#alertboxes {
	float: left;
	height: 250px;
	width: 958px;

}

#alertbox1,
#alertbox2,
#alertbox3 {
	float: left;
	padding: 3%;
	width: 27%;
}




#content-sub {
	background: #fff url("../images/body-bg.png") repeat-y;
	float: left;
	text-align: left;
	margin: 0;
	width: 201px;
}

#content-sub > div {
	margin: 0 0 20px 0;
	padding: 15px 15px 0 15px;
}

#content-sub h3 { 
	background:  #EDEDED;
	padding: 10px 0;
}




#content-sub h2,
#navigation h2,
#navigation h3,
#logo blockquote { /* accessibility enhancement */
	left: -9999em;
	position: absolute;
}










#navigation-breadcrumbs {
	background: #fff url(../images/bg.png) repeat-x 0 -140px;/* positioning depends on menu height */
	color: #fff;
	left: 0;
	padding: 10px 0;
	position: absolute;
	text-align: left;
	top: 201px;
	width: 960px;
}
#navigation-breadcrumbs h3 {
	left: -99999em;
	position: absolute;
}
#navigation-breadcrumbs a {
	color: #666;
}
#navigation-breadcrumbs a:hover {
	color: #fff;
}


input.button {
	display: block;
}




/***********************************

BEGIN text-styling 

***********************************/

/* accessibility enhancement */
.hide {
	left: -999em;
	position: absolute;
}


body {
	color: #444;
	background:#E4E4E4 url(../images/bg-new.png) repeat-x scroll 0 61px;
	font:87.5%/1.5em Arial, Helvetica, "Liberation sans", "Bitstream Vera Sans", sans-serif;
}


/* links -  mind the correct order of de pseudo-classes */
a:link, a:visited {
	color: #444;
}
a:hover {
	color: #7C1A1D;
}
a:focus {
	color: #fff;
	background: #7C1A1D;
	text-decoration: none;
}
a:active {}


#logo a:focus {
	background: transparent;
}



li {
	list-style: none;
	background: transparent url("../images/bullet-body.gif") 3px 7px no-repeat;
	padding-left: 20px;
}





/* general */
#content-main .blog ul {
	overflow: hidden;
}


#content-main .joomla img {
	background: #ddd;
	border: none;
	float: left;
	margin: 0 20px 20px 0;
}
#content-main .joomla table td {
	border: none;
}




/* headings */
#content-main h1 {
	font-size: 1.6em;
}
#content-main h1.title, #content-main h2 {
	font-size: 1.3em;
}
#content-main h3 {
	font-size: 1.2em;
}
#content-main h4, #content-main h5, #content-main h6 {
	font-size: 1.1em;
}


/* subcontent */
#content-sub {
	font-size: 87.5%;
}
#content-sub h3 {
	font-size: 1.5em;
	text-align: center;
}






/* pagination*/
#content-main .pagination {
	border-top: solid 1px #ccc;
	margin: 10px 0 0;
	padding: 10px 0;
}
ul.pagination li {
	background-image: none;
	display: inline;
	padding: 2px 5px 0;
}

/* "terug naar begin" link */
#terugnaarbegin {
	margin: 40px 0;
}


/* contactpage */
#content-main .joomla .contact table {
	width: 100%;
}
#content-main .joomla .contact table td {
	border: 1px solid #eee;
	padding: 5px;
	vertical-align: top;
}
#content-main .joomla .contact form {
	margin: 40px 0 0;
	width: 50%;
}
#content-main .joomla .contact form legend {
	color: #333;
	font-size: 2em;
	margin: 0 0 20px 0;
	padding: 0;
}
#content-main .joomla .contact form input {

	height: 2em;
	line-height: 1em;
}
#content-main .joomla .contact form input#contact_email_copy {
	float: left;
	height: auto;
	margin: 5px 5px 10px 0;
	width: auto;
}
#content-main .joomla .contact form label {

	width: auto;
}
#content-main .joomla .contact form .button {
	clear: both;
	margin: 10px 0 0 0;
}


/* banners */
.bannergroup {
	margin: 0 0 20px 0;
}

















/*  primary menu */
#navigation ul.menu {
	background: #fff url(../images/bg.png) repeat-x 0 -105px;/* also change background positioning of breadcrumb */
	display: block;
	left: 0;
	height: 37px;
	margin: 0 auto;
	padding: 0;
	position: absolute;
	text-align: left;
	top: 166px;
	width: 100%;
	z-index: 9;
}


/*** ESSENTIAL STYLES ***/
#navigation .menu, 
#navigation .menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
#navigation .menu {
	line-height:	1.0;
}
#navigation .menu ul {
	position:		absolute;
	top:			-999em;
	width:			10em; /* left offset of submenus need to match (see below) */
}
#navigation .menu ul li {
	width:			100%;
}
#navigation .menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
#navigation .menu li {
	float:			left;
	position:		relative;
}
#navigation .menu a {
	display:		block;
	position:		relative;
}
#navigation .menu li:hover ul,
#navigation .menu li.sfHover ul {
	left:			0;
	top:			2.5em; /* match top ul list item height */
	z-index:		99;
}
#navigation ul.menu li:hover li ul,
#navigation ul.menu li.sfHover li ul {
	top:			-999em;
}
#navigation ul.menu li li:hover ul,
#navigation ul.menu li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}
#navigation ul.menu li li:hover li ul,
#navigation ul.menu li li.sfHover li ul {
	top:			-999em;
}
#navigation ul.menu li li li:hover ul,
#navigation ul.menu li li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}

/*** DEMO SKIN ***/
#navigation .menu {
	float:			left;
	margin-bottom:	1em;
}
#navigation .menu a {
	padding: 		.75em 1em;
	text-decoration:none;
}
#navigation .menu a, 
#navigation .menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color:			#fff;
}
#navigation .menu li {
	background:		transparent;
}
#navigation .menu li li {
	background:		#272727;
}
#navigation .menu li li li {
	background:		#272727;
}
#navigation .menu li:hover, .menu li.sfHover,
#navigation .menu a:focus, .menu a:hover, .menu a:active {
	background:		#777;
	outline:		0;
}

/*** arrows **/
#navigation .menu a.sf-with-ul {
	padding-right: 	2.25em;
	min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */
}
.sf-sub-indicator {
	position:		absolute;
	display:		block;
	right:			.75em;
	top:			1.05em; /* IE6 only */
	width:			10px;
	height:			10px;
	text-indent: 	-999em;
	overflow:		hidden;
	background:		url('../images/arrows-ffffff.png') no-repeat -10px -100px; /* 8-bit indexed alpha png. IE6 gets solid image only */
}
a > .sf-sub-indicator {  /* give all except IE6 the correct values */
	top:			.8em;
	background-position: 0 -100px; /* use translucent arrow for modern browsers*/
}
/* apply hovers to modern browsers */
#navigation a:focus > .sf-sub-indicator,
#navigation a:hover > .sf-sub-indicator,
#navigation a:active > .sf-sub-indicator,
#navigation li:hover > a > .sf-sub-indicator,
#navigation li.sfHover > a > .sf-sub-indicator {
	background-position: -10px -100px; /* arrow hovers for modern browsers*/
}

/* point right for anchors in subs */
#navigation .menu ul .sf-sub-indicator { background-position:  -10px 0; }
#navigation .menu ul a > .sf-sub-indicator { background-position:  0 0; }
/* apply hovers to modern browsers */
#navigation .menu ul a:focus > .sf-sub-indicator,
#navigation .menu ul a:hover > .sf-sub-indicator,
#navigation .menu ul a:active > .sf-sub-indicator,
#navigation .menu ul li:hover > a > .sf-sub-indicator,
#navigation .menu ul li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
}

/*** shadows for all but IE6 ***/
.sf-shadow ul {
	background:	url('../images/shadow.png') no-repeat bottom right;
	padding: 0 8px 9px 0;
	-moz-border-radius-bottomleft: 17px;
	-moz-border-radius-topright: 17px;
	-webkit-border-top-right-radius: 17px;
	-webkit-border-bottom-left-radius: 17px;
}
.sf-shadow ul.sf-shadow-off {
	background: transparent;
}




#navigation .menu > li.active {
	background:transparent url(../images/menu-r.png) no-repeat scroll 100% -1px;
}
#navigation .menu > li.active > a {
	background:transparent url(../images/menu-l.png) no-repeat scroll 0 -1px;
	color: #6A1316;
}

#navigation .menu > li:hover {
	background:transparent url(../images/menu2-r.png) no-repeat scroll 100% -1px;
}
#navigation .menu > li a:hover {
	background:transparent url(../images/menu2-l.png) no-repeat scroll 0 -1px;
	color: #fff;
}
#navigation .menu > li li a:hover {
	background-image:none;
}






/* Copyright (C) 2007 - 2009 YOOtheme GmbH */

/*
 * general
 * used by Jommla core components
 */
 
div.joomla h1,
div.joomla h2,
div.joomla h3,
div.joomla h4,
div.joomla h5,
div.joomla h6 {
	color: #c4053b;
	line-height: 100%;
	margin-bottom: 5px;
}



div.joomla h1 {
/*	letter-spacing: -2px;*/
}

div.joomla h2,
div.joomla h3,
div.joomla h4,
div.joomla h5 {
/*	letter-spacing: -1px;*/
}

div.joomla p {	margin: 10px 0px 15px 0px; }

div.joomla h1.pagetitle {
}

div.joomla div.description {
	margin: 10px 0px 10px 0px;
	overflow: hidden;
}

div.joomla div.description img.left {
	margin-right: 15px;
	float: left;
}

div.joomla div.description img.right {
	margin-left: 15px;
	float: right;
}

div.joomla div.filter {
	margin: 10px 0px 10px 0px;
}

div.joomla th {
	padding: 5px 5px 5px 5px;
	background: #ebebeb;
	border-bottom: 1px solid #b4b4b4;
	font-weight : bold;
}

div.joomla tr.even td {
	padding: 5px 5px 5px 5px;
	background: #f0f0f0;
	border-bottom: 1px solid #dcdcdc;
}

div.joomla tr.odd td {
	padding: 5px 5px 5px 5px;
	background: #fafafa;
	border-bottom: 1px solid #dcdcdc;
}
 
div.joomla span.number {
	color: #969696;
	font-style: italic;
}

/* floats */
div.joomla .float-left { float: left; overflow: hidden; }
div.joomla .float-right { float: right; overflow: hidden; }

div.joomla .width25 { width: 24.999%; }
div.joomla .width33 { width: 33.333%; }
div.joomla .width50 { width: 49.999%; }
div.joomla .width100 { width: 100%; }

/*
 * com_content
 * blog layout (frontpage, category, section)
 * sub selectors: blog
 */
 
div.joomla div.blog div.description {  
	margin: 10px 0px 15px 0px;
	padding-bottom: 20px;
	border-bottom: 1px #c8c8c8 dotted;
}

div.joomla div.leadingarticles {
	overflow: hidden;
}

div.joomla div.teaserarticles {
	overflow: hidden;
}

div.joomla div.item {
	margin-bottom: 15px;
}

div.joomla div.item-bg {
	margin-bottom: 20px;
	padding-bottom: 5px;
	border-bottom: 1px #c8c8c8 dotted;
	overflow: hidden;
}

div.joomla div.multicolumns div.item {
	margin: 0px 15px 15px 15px;
}

div.joomla div.multicolumns div.first div.item {
	margin-left: 0px;
}

div.joomla div.multicolumns div.last div.item {
	margin-right: 0px;
}

div.joomla div.morearticles {
	margin: 10px 0px 10px 0px;
}

div.joomla div.pagination {
	text-align: center;
}

div.joomla div.pagination p.results {
}

/*
 * com_content
 * list layout (frontpage, category, section)
 * sub selectors: sectionlist, categorylist
 */

/*
 * com_content
 * article layout
 * sub seletors: article
 */

div.joomla div.headline {
	overflow: hidden;
}

div.joomla h1.title {
/*	width: auto;*/
	width: 100%;
	float: left;
}

div.joomla div.multicolumns h1.title {
	font-size: 200%;
/*	letter-spacing: -1px;*/
}

div.joomla span.icon {
	display: block;
	margin-top: 10px;
	float: right;
}

div.joomla div.multicolumns span.icon {
	margin-top: 5px;
}

div.joomla span.edit {
	margin-left: 10px;
	float: left;
}

div.joomla span.pdf {
	margin-right: 5px;
}

div.joomla span.print {
	margin-right: 5px;
}

div.joomla span.email {
}

div.joomla span.printscreen {
}

div.joomla p.iteminfo {
	margin: 0px 0px 15px 0px;
}

div.joomla p.articleinfo {

}

div.joomla p.articleinfo span.modified,
div.joomla p.articleinfo span.author,
div.joomla p.articleinfo span.created,
div.joomla p.articleinfo span.url {
	display: block;
	font-size: 95%;
}

div.joomla p.articleinfo span.author {
	color: #969696;
	font-style: italic;
}

div.joomla p.articleinfo span.created {
	font-weight: bold;
}

/*
 * com_content
 * editing an article
 * sub seletors: edit-article
 */

div.joomla div.edit-article fieldset {
	margin-bottom: 30px;
}

div.joomla div.edit-article fieldset div {
	overflow: hidden;
}

div.joomla div.edit-article label.label-left {
	display: block;
	width: 150px;
	float: left;
}

div.joomla div.edit-article div.save {
	margin: 0px;
	float: right;
}

div.joomla div.edit-article div#editor-xtd-buttons {
	margin-bottom: 0px;
	overflow: hidden;
}

div.joomla div.edit-article div#editor-xtd-buttons div {
	margin: 0px;
}

div.joomla div.edit-article div#editor-xtd-buttons div.button2-left {
	margin-right: 5px;
}

div.joomla div.edit-article div#editor-xtd-buttons a:link,
div.joomla div.edit-article div#editor-xtd-buttons a:visited,
div.joomla div.edit-article div#editor-xtd-buttons a:hover {
	color: #323232;
}

/*
 * com_weblinks
 * sub seletors: weblinks
 */

div.joomla div.weblinks fieldset {
}

div.joomla div.weblinks fieldset div {
	overflow: hidden;
}

div.joomla div.weblinks label.label-left {
	display: block;
	width: 150px;
	float: left;
}

/*
 * com_search
 * sub seletors: search
 */

div.joomla div.search p.info {
	margin: 0px;
	color: #969696;
	font-style: italic;
}

div.joomla div.search span.highlight {
	background: #ffffaa;
}

/*
 * com_poll
 * sub seletors: poll
 */

div.joomla div.poll fieldset {
	margin: 15px 0px 10px 0px;
}

/*
 * com_contact
 * sub seletors: contact
 */

div.joomla div.contact h1 {
	margin-bottom: 0px;
	font-size: 250%;
	font-weight: normal;
	letter-spacing: -1px;
}

div.joomla div.contact h2 {
	margin-bottom: 10px;
	font-size: 120%;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 0px;
}

div.joomla div.contact div.image {
	float: right;
}

div.joomla div.contact table {
	margin: 20px 0;
}

div.joomla div.contact label.label-top {
	display: block;
}

/*
 * com_user
 * sub seletors: user
 */

div.joomla div.user label.label-left,
div.joomla div.user span.label-left  {
	display: block;
	width: 130px;
	float: left;
}

/*
 * mod_newsflash
 */

div.module-newsflash {
	overflow: hidden;
}

div.module-newsflash div.item {
	padding-bottom: 15px;
	overflow: hidden;
}

div.module-newsflash div.last {
	padding-bottom: 0px;
}

/*
 * legacy Joomla styling only for third party components
 */

.contentheading,
.componentheading {
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 5px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 250%;
	line-height: 100%;
	font-weight: bold;
	color: #c8001e;
	letter-spacing: -1px;
}

/*
 * Joomla! system tooltips
 */
 
.tool-tip {
	float: left;
	background: #ffc;
	border: 1px solid #D4D5AA;
	padding: 5px;
	max-width: 200px;
	color: #323232;
}

.tool-title {
	padding: 0;
	margin: 0;
	font-size: 100%;
	font-weight: bold;
	margin-top: -15px;
	padding-top: 15px;
	padding-bottom: 5px;
	background: url(../../system/images/selector-arrow.png) no-repeat;
}

.tool-text {
	font-size: 100%;
	margin: 0;
}