* {
	margin: 0;
	padding: 0;
	border: none;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #666666;
	background: #ffffff url(../img/bg_body.png) repeat-x left 85px;
}

body,
html {
	height: 100%;
}

body.brandbar {
	background: #ffffff;
}

body.lightbox {
	background: #ffffff none;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0 0 0.5em;
}

h1 {
	font-size: 2.462em;
	line-height: 1.25em;
	color: #000000;
}

h2 {
	font-size: 1.231em;
	color: #000000;
}

h3 {
	font-size: 1.15em;
}

h4, h5, h6 {
	font-size: 1em;
}

p {
	margin: 0 0 1em;
	line-height: 1.5em;
	font-size: 1em;
}

a {
	color: #00aef1;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

hr {
	height: 0;
	color: #00aef1;
	border: none;
	border-bottom: 1px solid #00aef1;
	clear: both;
}

ul {
	margin: 0 0 2em 1em;
	padding: 0;
	list-style-type: none;
}

ul li {
	background: url(/fileadmin/templates/img/icon_listmarker.png) no-repeat 0 0.5em;
	margin: 0.25em 0;
	padding-left: 1em;
}

ul ul {
	margin: 0 0 1em 1em;
	font-size: 1em;
}

ol {
	margin: 0 0 1em 3em;
	padding: 0;
}

ol li {
	margin: 0.25em 0;
}

table {
	margin: 0 0 1em;
	border-top: 1px solid #000000;
	border-left: 1px solid #000000;
	font-size: 1em;
}

table th,
table td {
	padding: 0.5em 1em;
	border-bottom: 1px solid #000000;
	border-right: 1px solid #000000;
}



/*________________________________________________________________________________BASIC CLASSES___*/

.clear {
	clear: both !important;
	height: 0 !important;
	text-indent: -9999px !important;
	line-height: 0 !important;
	font-size: 1px !important;
	border: none!important;
}

.hidden {
	display: none !important;
}

.noborder {
	border: none !important;
}

.nomargin {
	margin: 0 !important;
}

.center {
	text-align: center !important;
}

/* Use the noprint class for elements which aren't allowed to be printed. */
.noprint {
	display: block !important;
}

/* Use the printonly class for elements visible only while printing a webpage. */
.printonly {
	display: none !important;
}

/*________________________________________________________________________________COMMON CLASSES___*/


p.intro {
	font-weight: bold;
}

p.more_links {
	clear: both;
	margin: 0.5em 0 1em;
}

a.link_more {
	display: block;
	background: url(/fileadmin/templates/img/icon_link_forward.png) no-repeat left 0.5em;
	padding-left: 1em;
}

a.link_back {
	background: url(/fileadmin/templates/img/icon_link_back.png) no-repeat left 0.5em;
	padding-left: 1em;
}

a.button {
	display: block;
	float: left;
	font-size: 0.9em;
	color: #ffffff;
	background: #ffffff;
	cursor: pointer;
	padding: 1px 0;
	border: 1px solid #00aef0;
}

a.button span {
	background: url(/fileadmin/templates/img/bg_search_button.png) repeat-x #ffffff;
	padding: 2px 5px;	
	height: 14px;	
	border: 1px solid #ffffff;
}

p.introduction_text {
	font-weight: bold;
}

p span.date,
p span.time,
p.date {
	font-size: 0.9em;
	font-weight: normal;
	font-style: italic;
	color: #00aef0;
	margin-right: 1em;
}

h3 span.date {
	font-size: 0.8em;
	color: #00aef1;
	font-weight: normal;
	font-style: italic;
}

/*________________________________________________________________________________GENERAL LAYOUT___*/

div#page {
	font-size: 0.813em;
	line-height: 1.538em;
	position: relative;
}

div#bg_right {
	position: absolute;
	top: 0;
	left: 50%;
	width: 50%;
	height: 100%;
	z-index: -1;
	background: #f2fbfe url(../img/bg_right.png) repeat-x;
}

div#header,
div#content,
div#footer {
	margin: 0 auto;
	width: 980px;
}

div#header {
	height: 156px;
	background: url(../img/bg_header.png) no-repeat;
	position: relative;
	z-index: 10;
}

div#content {
	background: #ffffff url(../img/bg_column_right.png) repeat-y right;
}

div#footer {
	padding: 25px 0 20px 20px;
	width: 960px;
	overflow: hidden;
}

div.col_left_center {
	float: left;
	width: 600px;
	padding: 0 20px 50px;
	background: #ffffff;
	z-index: 1;
}

div.col_right {
	float: left;
	width: 300px;
	padding: 30px 20px 50px;
	color: #000000;
	font-size: 0.923em;
	line-height: 1.5em;
}

div.col_right h2 {
	clear: both;
}	

div.col_right h3 {
	font-size: 1.333em;
}

div.banner {
	margin: 0 0 1em;
	border-bottom: 1px solid #00aef1;	
}

div.banner p {
	font-size: 0.833em;
	text-align: center;
	color: #bfbfbf;
	margin: 0;
}

div.alsosee {
	margin: 0 0 2em;
}

div.alsosee h2 a.link_rss {
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	background: url(/fileadmin/templates/img/icon_rss.png) no-repeat;
	width: 18px;
	height: 18px;
	text-indent: -9999px;
}

div.alsosee_banner {
	margin: 0 0 1em;
}

div.alsosee_banner p {
	text-align: center;
	color: #cccccc;
}

div.alsosee_banner img {
	float: none;
	padding: 0;
}

div.container_alsosee h2 {
	font-size: 16px;
}

/*  alsosee blokken in de content */

div.col_left_center div.alsosee_content {
	float: left;
	padding: 0 0 1em 0;
}

div.col_left_center div.alsosee_content h2 {
	color: #00aef1;
	font-style: italic;
}

div.col_left_center div.alsosee_content p.more_links {
	padding-bottom: 15px;
	margin: 0;
	border-bottom: 1px solid #00aef1;
}

div.col_left_center div.alsosee_left,
div.col_left_center div.alsosee_right {
	float: left;
	width: 282px;
}

div.col_left_center div.alsosee_left {
	padding: 0 15px 0 10px;
	border-right: 1px solid #00aef1;
}

div.col_left_center div.alsosee_right {
	padding: 0 0 0 15px;
}

/*  paginator  */

ul.tx-pagebrowse,
ul.tx-pagebrowse ol {
	list-style-type: none;	
}

ul.tx-pagebrowse {
	display: block;
	margin: 1em;
	border: none;
	float: right;
}

ul.tx-pagebrowse ol {
	margin: 0;
}

ul.tx-pagebrowse li {
	float: left;
	margin: 0 0.5em 0 0;
	padding: 0;
	font-size: 0.9em;
	background: #e5f7fd; 
}

ul.tx-pagebrowse li a {
	color: #000000;
	padding: 0.25em 0.75em;
	text-decoration: none;
}

ul.tx-pagebrowse li.tx-pagebrowse-first,
ul.tx-pagebrowse li.tx-pagebrowse-prev {
	padding-left: 10px;
	padding-right: 10px;
}

ul.tx-pagebrowse li.tx-pagebrowse-first a {
	background: url(../img/arrows_pagebrowse_first.png) no-repeat 0 0.6em #e5f7fd;
	padding: 0.25em 0 0.25em 10px;
}

ul.tx-pagebrowse li.tx-pagebrowse-last a {
	background: url(../img/arrows_pagebrowse_last.png) no-repeat 85% 0.6em #e5f7fd;
	padding: 0.25em 20px 0.25em 10px;
}

ul.tx-pagebrowse li.tx-pagebrowse-prev a {
	background: url(../img/arrow_pagebrowse_previous.png) no-repeat 0 0.6em #e5f7fd;
	margin: 0;
	padding-right: 0;
}

ul.tx-pagebrowse li.tx-pagebrowse-next a {
	background: url(../img/arrow_pagebrowse_next.png) no-repeat 85% 0.6em #e5f7fd;
	padding-right: 15px;
}

ul.tx-pagebrowse li.tx-pagebrowse-pages {
	background: none;
	margin: 0 5px 0 0;
	padding: 0;
}

ul.tx-pagebrowse li.tx-pagebrowse-pages ol {
	margin: 0;
}

ul.tx-pagebrowse li ol li {
	margin: 0 3px;
	padding: 0 10px;
}

ul.tx-pagebrowse li ol li.tx-pagebrowse-page {
	padding: 0 3px;
}

ul.tx-pagebrowse li ol li.tx-pagebrowse-current {
	background: #00aef0;
	text-align: center;
	color: #ffffff;
}


/*________________________________________________________________________________HEADER___*/

div#header li {
	margin: 0;
}

a.headerlogo img {
	margin: 20px 0 0 4px;
}

ul.metanav {
	position: absolute;
	top: 30px;
	right: 30px;
	margin: 0;
	line-height: 1em;
}

ul.metanav li {
	float: left;
	padding: 0 8px 0 10px;
	background: url(../img/bg_metanav.png) no-repeat left 2px;
}

ul.metanav li:first-child {
	background: none;
}

form.searchbox {
	position: absolute;
	top: 65px;
	right: 19px;
	width: 170px;
	height: 30px;
	padding: 0 0 0 18px;
	margin: 0;
	background: url(../img/bg_search.png) no-repeat;
}

form.searchbox fieldset {
	margin: 0;
}

form.searchbox input.search_text {
	border: none;
	margin: 0 9px 0 0;
	width: 126px;
	height: 16px;
	padding: 7px 0 0;
	background: none;
	color: #666666;
}

form.searchbox a.search_button {
	float: left;
	width: 35px;
	height: 30px;
	overflow: hidden;
	text-indent: -999px;
	background: url(../img/bg_search.png) no-repeat right top;
}

ul.mainnav {
	margin: 0;
	position: absolute;
	top: 66px;
	left: 0;
	width: 784px;
	font-size: 1.077em;
	font-weight: bold;
	z-index: 10;
}
	
ul.mainnav li {
	float: left;
	padding: 0;
	height: 39px;
	background: none;
	position: relative;
	white-space: nowrap;
}

ul.mainnav li a {
	display: block;
	padding: 4px 12px 0 12px;
	background: url(../img/bg_mainnav.png) no-repeat right top;
	color: #ffffff;
}

ul.mainnav li a:hover,
ul.mainnav li:hover a,
ul.mainnav li:hover li a:hover {
	color: #00aeef;
	text-decoration: none;
}

ul.mainnav li:hover li a {
	color: #ffffff;
}

ul.mainnav ul {
	position: absolute;
	left: 0;
	top: 33px;
	display: none;
	background: #000000;
	font-size: 0.857em;
	line-height: 1.25em;
	font-weight: normal;
	padding: 5px 0 10px;
	margin: 0;
	z-index: 200;
}

ul.mainnav li:hover ul {
	display: block;
}

ul.mainnav ul li {
	float: none;
	height: auto;
}

ul.mainnav ul li a {
	background: none;
	padding: 2px 48px 2px 22px;
}

p.breadcrumbs {
	position: absolute;
	top: 135px;
	left: 20px;
	font-size: 0.846em;
	z-index: 1;
}

p.breadcrumbs a {
	color: #666666;
}


/*________________________________________________________________________________CONTENT___*/

div#content div.col_left_center a.link_back {
	position: absolute;
	top: 0;
	right: 0;
	background: url(/fileadmin/templates/img/icon_link_back.png) no-repeat left 0.6em;
	margin-right: 1.5em;
	padding-left: 0.75em;
}

/*________________________________________________________________________________FOOTER___*/


div#footer_wrapper {
	background: #00aeef;
	color: #ffffff;
	font-size: 0.923em;
	position: relative;
	z-index: 50;
}

div#footer a {
	color: #ffffff;
}

div#footer h3 {
	font-size: 1.333em;
	margin: 0 0 1em;
}

div#footer div.footercol {
	float: left;
	width: 140px;
	margin: 0 20px 0 0;
	min-height: 1px;
}

div#footer div.footertext {
	width: 300px;
}

div#footer ul {
	margin-left: 0;
}

div#footer li {
	padding-left: 0;
	background: none;
	margin: 0;
}



/*________________________________________________________________________________PAGES___*/

img.cover {
	margin: 0 0 1em;
}

div.item_intro {
	margin: 0 0 1em 10px;
	padding-right: 20px;
}

div.item_intro h2 {
	font-size: 1.2em;
	margin: 0;
}

div.item_intro p.time {
	font-size: 0.9em;
	font-weight: normal;
	font-style: italic;
	color: #00aef0;
	margin: 0;
}

div.item_intro p.time span {
	color: #000000;
	margin: 0 5px;
}

div.item_intro p span.time {
	margin: 0 0 0 5px;
}

div.item_intro span.date {
	font-size: 0.75em;
}

.bordertop {
	border-top: 3px solid #000000;
	padding-top: 10px;
}
	

div.article_functions_spacer {
	float: left;
	width: 140px;
	height: 1px;
	margin-right: 20px;
}

ul.article_functions {
	margin: 0 0 1em;
	float: left;
	width: 440px;
	font-size: 0.846em;
}

ul.article_functions li {
	display: inline;
	background: none;
	margin: 0 2em 0 0;
	padding: 0;
}

ul.article_functions li a {
	padding-left: 2em;
}

ul.article_functions li a.link_forward {
	background: url(/fileadmin/templates/img/icon_forward.png) no-repeat;
}

ul.article_functions li a.link_print {
	background: url(/fileadmin/templates/img/icon_print.png) no-repeat;
}

ul.article_functions li a.link_react {
	background: url(/fileadmin/templates/img/icon_react.png) no-repeat;
}

div.headlines {
	position: relative;
	margin: -1px 0 1em 0;
	background: #f2fbfe;
	border-bottom: 1px solid #00aef0;		
}

div.headlines div {
	border-top: 1px solid #00aef0;	
	display: block;
	margin: 0 0 0 0;
	padding: 0;
	position: relative;
	border-bottom: none;
}

div.headlines div h3 {
	padding: 1em 0 0 10px;
	margin: 0;
	font-size: 1em;
	font-style: italic;
	font-weight: bold;
}

div.headlines div span.link_overview {
	position: absolute;
	top: 1px;
	right: 0;
	background: url(/fileadmin/templates/img/bg_btn.png) repeat-x #00adee;
	padding: 2px 8px 4px;
	font-size: 0.9em;
	color: #ffffff;
}

div.headlines div span.link_overview a {
	color: #ffffff;
}

div.headlines div ul {
	clear: both;
	margin-bottom: 0;
	padding: 7px 8px 10px 0;
}

div.headlines ul li {
	margin: 0 0 2px;
}

div.highlight_box {
	background: #eeeeee;
	margin: 1em 0;
	padding: 1em 1em 1.5em;
	border: 1px solid #666666;
}

ul.tarif_list p {
	margin: 0;
	padding: 0.25em 0;
	font-size: 1em;
}

ul.tarif_list p span {
	float: left;
	display: block;
	width: 350px;
}

ul.tarif_list ul {
	color: #666666;
}

/*________________________________________________________________________________ FORMS ___*/

form {
	margin: 0 0 1em;
}

form div.form_error_report {
	background: #ffcccc;
	margin: 0 0 1em;
	padding: 1em;
	border: 1px solid #ff0000;
	color: #ff0000;
}

form fieldset {
	margin: 0 0 1em;
	border: none;
}

form fieldset legend {
	display: none;
}

form fieldset h2 {
	display: block;
	width: 400px;
	white-space: nowrap;
	font-weight: bold;
}

form fieldset label,
form fieldset p.label,
form fieldset div.label {
	float: left;
	width: 199px;
	margin-left: 160px;
}

form fieldset input,
form fieldset select,
form fieldset div.inputlist,
form fieldset div.inputgroup {
	float: left;
	margin: 0 0 0.5em 1.5em;
}

form fieldset hr {
	float: left;
	width: 440px;
	color: #000;
	clear: none;
	height: 3px;
	border: 0;
	background: #000;
}

form fieldset label.top {
	padding-top: 10px;
	margin-left: 0;
}

form fieldset input.top {
	margin-top: 10px;
	margin-left: 20px;
}

form fieldset select {
	background: #ffffff;
	width: 200px;
	height: auto;
	border: 1px solid #cccccc;
	color: #000000;
	padding: 2px;
} 

form fieldset input {
	background: #ffffff;
	width: 215px;
	height: 18px;
	padding: 2px;
	border: 1px solid #cccccc;
	color: #000000;
}

form fieldset textarea {
	float: left;
	background: #FFFFFF;
	border: 1px solid #cccccc;
	color: #000000;
	padding: 2px;
	width: 250px;
	margin: 0 0 0.5em 1.5em;
}

div.f12_reageren div.reageren_formulier form fieldset input.error,
div.f12_reageren div.open_formulier form fieldset input.error,
form fieldset input.error,
form fieldset textarea.error {
	background: #f2fbfe;
	border: 1px solid #ff0000;
	color: #ff0000;
}

form fieldset div.inputlist {
	width: 400px;
}

form fieldset .field_half {
	width: 100px !important;
}

form fieldset.send_form {
	width: 100%;
	padding: 1em 0;
	background: #f2fcfe;
	border-top: 1px solid #00aef0;	
	border-bottom: 1px solid #00aef0;
	height: 50px;
}

form fieldset br {
	clear: both;
}

form fieldset div.inputlist label,
form fieldset div.inputlist input {
	float: none;
	width: auto;
}

form fieldset div.inputlist input {
	height: 14px;
	margin: 0 0.5em 0 0;
	border: none;
}

form fieldset div.inputgroup {
	width: 200px;
}

form fieldset div.inputgroup input {
	float: left;
	width: auto;
	margin: 0 0.25em 0 0;
	border: none;
}

form fieldset div.inputgroup label {
	float: left;
	width: auto;
	margin: 0 2em 0 0;
}

form fieldset div.inputgroup label input {
	margin: 2px 5px 0 0;
}

form fieldset p.extra_text {
	float: left;
	width: 190px;
	margin: 0 0 0.5em 2em;
}

form fieldset span.submitbutton {
	float: right;
	padding: 1px;
	border: 1px solid #00aef1;
}

form fieldset a.sendbut {
	margin: 1em 0 0 0;	
	display: block;
	text-decoration: none;
}

form fieldset a.sendbut span {
	display: block;
	height: 35px;
	float: left;
}

form fieldset a.sendbut span.left-cap {
	width: 17px;
	background: transparent url(/fileadmin/templates/img/bg_sendbut_sprite.png) no-repeat scroll 0 0;
}

form fieldset a.sendbut:hover span.left-cap {
	width: 17px;
	background: transparent url(/fileadmin/templates/img/bg_sendbut_sprite.png) no-repeat scroll -34px 0;
}

form fieldset a.sendbut span.right-cap {
	width: 17px;
	background: transparent url(/fileadmin/templates/img/bg_sendbut_sprite.png) no-repeat scroll -17px 0;
}

form fieldset a.sendbut:hover span.right-cap {
	width: 17px;
	background: transparent url(/fileadmin/templates/img/bg_sendbut_sprite.png) no-repeat scroll -51px 0;
}

form fieldset a.sendbut span.label {
	padding: 8px 0 0 0;
	height: 27px;
	font-size: 12px;
	color: #FFFFFF;
	text-transform: uppercase;
	background: transparent url(/fileadmin/templates/img/bg_sendbut_sprite.png) no-repeat scroll 0 -35px;
}

form fieldset a.sendbut:hover span.label {
	color: #FFFFFF;
	background: transparent url(/fileadmin/templates/img/bg_sendbut_sprite.png) no-repeat scroll 0 -70px;
}

form fieldset p.error {
	float: left;	
	margin: 2px 0 0 10px;
	color: #ff0000;
	font-style: italic;
	font-size: 0.9em;
}


/*________________________________________________________________________________F11 Tell-a-friend___*/


div.f11_tellafriend {
	padding: 10px;
}

div.f11_tellafriend h2 {
	float: left;
	width: 140px;
	margin: 0 20px 0 0;
	padding-left: 0;
	color: #000000;
	font-size: 1.231em;
	/*margin: 0 10px;
	padding-bottom: 10px;*/
}

div.f11_tellafriend p.bordertop {
	margin: 0 0 0 160px;
}

div.f11_tellafriend form,
div.f11_tellafriend form fieldset {
	margin: 0;
}

div.f11_tellafriend fieldset label,
div.f11_tellafriend fieldset input,
div.f11_tellafriend fieldset textarea,
div.f11_tellafriend fieldset div.captcha,
div.f11_tellafriend p.error {
	margin: 0;
}

div.f11_tellafriend fieldset label {
	margin-top: 10px;
	text-align: left;
}

div.f11_tellafriend fieldset input,
div.f11_tellafriend fieldset textarea {
	width: 270px;
}

div.f11_tellafriend fieldset.captcha input {
	width: 140px;
	margin-right: 24px;
}

div.f11_tellafriend fieldset.captcha {
	margin: 0 0 0 160px;
}

div.f11_tellafriend fieldset.captcha img {
	border: 1px solid #cccccc;
	margin: 0;
}

div.f11_tellafriend fieldset.captcha p.label {
	margin: 0;
	width: 168px;
}

div.f11_tellafriend p.error {
	padding: 0;
}

div.f11_tellafriend fieldset.send_form {
	height: 30px;
}

div.f11_tellafriend a.formbutton {
	margin: 0 10px 0 0;
}


/*________________________________________________________________________________F12 reageren___*/

div.f12_reageren {
	margin: 2em 0 0 0;
	clear: both;
}

div.f12_reageren h2 {
	float: left;
	width: 140px;
	margin: 0 20px 0 0;
}

div.f12_reageren p.noreaction {
	margin: 0 0 0 160px;	
}

div.f12_reageren ul.reacties {
	margin: 0 0 2em 160px;
}

div.f12_reageren ul li {
	margin: 0 0 1em;
	padding: 1em 0 0;
	border-top: 1px solid #f5f5f5;
	background: none;
}

div.f12_reageren ul li:first-child {
	border: none;
	padding-top: 0;
}

div.f12_reageren ul li h3 {
	font-size: 1em;
	font-weight: normal;
	color: #efb800;
	margin: 0;
}

div.f12_reageren ul li h3 span.date {
	font-size: 0.769em;
	text-transform: uppercase;
	color: #b2b2b2;
	font-style: normal;
}

div.f12_reageren ul li p {
	margin: 0;
}

div.f12_reageren a.button {
	margin-left: 10px;
}

div.f12_reageren div.reageren_formulier,
div.f12_reageren div.open_formulier  {
	margin-bottom: 1em;
}

div.f12_reageren div.reageren_formulier h2,
div.f12_reageren div.open_formulier h2 {
	margin: 0;
	padding-left: 0;
	color: #000000;
	font-size: 1.231em;
}

div.f12_reageren div.reageren_formulier h2 a,
div.f12_reageren div.open_formulier h2 a {
	color: #000000;	
}

div.f12_reageren a#open_form {
	margin: 0;
	color: #000000;
	font-size: 1.231em;
	font-weight: bold;
}

div.f12_reageren p.msg {
	margin-bottom: 10px !important;
}

div.f12_reageren p.bordertop {
	margin: 0 0 0 160px;
	padding: 10px 0 0 0;
}

div.f12_reageren div.reageer-form {
	margin-left: 160px;	
}

div.f12_reageren form#reageer fieldset {
	margin: 0;
	padding: 0;	
}

div.f12_reageren form#reageer fieldset label {
	margin-bottom: 3px;
	margin-left: 0;
	text-align: left;
	display: block;
}

div.f12_reageren div.reageren_formulier form fieldset input,
div.f12_reageren div.open_formulier form fieldset input {
	margin: 0 0 5px 0;
	background: #FFFFFF none repeat scroll 0 0;
	border: 1px solid #cccccc;
	color: #666666;
	height: 16px;
	padding: 2px;
	width: 220px;	
	clear: both;
}

div.f12_reageren div.reageer-form div.replyfields {
	float: left;
}

div.f12_reageren div.reageer-form div.captcha {
	position: relative;
	left: 60px;
	top: 0px;
}

div.f12_reageren div.reageren_formulier fieldset a.sendbut,
div.f12_reageren div.open_formulier fieldset a.sendbut {
	margin: 1em 0 0 0;	
	display: block;
	text-decoration: none;
}

div.f12_reageren div.reageren_formulier fieldset a.sendbut span,
div.f12_reageren div.open_formulier fieldset a.sendbut span {
	display: block;
	height: 35px;
	float: left;
}

div.f12_reageren div.reageren_formulier fieldset a.sendbut span.left-cap,
div.f12_reageren div.open_formulier fieldset a.sendbut span.left-cap {
	width: 17px;
	background: transparent url(/fileadmin/templates/img/bg_sendbut_sprite.png) no-repeat scroll 0 0;
}
div.f12_reageren div.reageren_formulier fieldset a.sendbut:hover span.left-cap,
div.f12_reageren div.open_formulier fieldset a.sendbut:hover span.left-cap {
	width: 17px;
	background: transparent url(/fileadmin/templates/img/bg_sendbut_sprite.png) no-repeat scroll -34px 0;
}
div.f12_reageren div.reageren_formulier fieldset a.sendbut span.right-cap,
div.f12_reageren div.open_formulier fieldset a.sendbut span.right-cap {
	width: 17px;
	background: transparent url(/fileadmin/templates/img/bg_sendbut_sprite.png) no-repeat scroll -17px 0;
}
div.f12_reageren div.reageren_formulier fieldset a.sendbut:hover span.right-cap,
div.f12_reageren div.open_formulier fieldset a.sendbut:hover span.right-cap {
	width: 17px;
	background: transparent url(/fileadmin/templates/img/bg_sendbut_sprite.png) no-repeat scroll -51px 0;
}
div.f12_reageren div.reageren_formulier fieldset a.sendbut span.label,
div.f12_reageren div.open_formulier fieldset a.sendbut span.label {
	padding: 8px 0 0 0;
	height: 27px;
	font-size: 12px;
	color: #FFFFFF;
	text-transform: uppercase;
	background: transparent url(/fileadmin/templates/img/bg_sendbut_sprite.png) no-repeat scroll 0 -35px;
}
div.f12_reageren div.reageren_formulier fieldset a.sendbut:hover span.label,
div.f12_reageren div.open_formulier fieldset a.sendbut:hover span.label {
	color: #FFFFFF;
	background: transparent url(/fileadmin/templates/img/bg_sendbut_sprite.png) no-repeat scroll 0 -70px;
}

div.f12_reageren div.show_on_error {
	visibility:visible !important;
}

div.f12_reageren form#reageer fieldset textarea {
	margin: 0;
	padding: 0;	
	border: 1px solid #cccccc;
	width: 435px;
	height: 125px;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 14px;
	color: #666666;
}

div.f12_reageren form#reageer fieldset textarea.error {
	border: 1px solid #FF0000;
}

/*________________________________________________________________________________F13 contentblok___*/

div.f13_contentblok {
	border-bottom: 1px solid #00aef0;
	margin: 0 0 1.5em;
}

div.f13_contentblok h1 {
	border-bottom: 1px solid #00aef0;
	padding-bottom: 0.5em;
	width: 100%;
}

div.f13_contentblok img {
	margin-left: 10px;
	padding-bottom: 1.5em;
}

div.f13_contentblok p {
	margin-left: 10px;
	margin-right: 20px;
}

div.f13_contentblok ul li {
	position: relative;
}

div.f13_contentblok ul li a {
	display: inline;
}


/*________________________________________________________________________________F14 zoeken___*/

div.f14_zoeken h1 {
	margin: 0 0 0.5em 10px;
}

div.f14_zoeken div.search {
	padding: 1em 10px 0;
	margin: 0 0 1em 0;
	background: #f2fcfe;
	border-top: 1px solid #00aef0;
	border-bottom: 1px solid #00aef0;		
}

div.f14_zoeken div.search fieldset {
	border: none;
	margin: 0 0 1em 0;
}

div.f14_zoeken div.search fieldset legend {
	display: none;
}

div.f14_zoeken div.search fieldset input {
	float: left;
	width: 234px;
	padding: 2px 2px 3px 2px;
	height: 16px;
	border: 1px solid #00aef0;
	font-size: 0.9em;
	margin: 0;
}

div.f14_zoeken div.search fieldset a {
	display: block;
	float: left;
	font-size: 0.9em;
	color: #ffffff;
	background: #ffffff;
	cursor: pointer;
	padding: 0 0 1px;
	margin: 0 0 0 5px;
	border: 1px solid #00aef0;
}

div.f14_zoeken div.search fieldset a span {
	background: url(/fileadmin/templates/img/bg_search_button.png) repeat-x #ffffff;
	padding: 2px 5px;	
	height: 14px;	
	border: 1px solid #ffffff;
}

div.f14_zoeken div.search p {
	font-size: 1em;
}

div.f14_zoeken div.search p em {
	font-weight: bold;
}

div.f14_zoeken ul {
	margin: 0;
}

div.f14_zoeken ul li {
	background: none;
	margin: 0 0 1em 0;
	padding: 0 10px 1em 10px;
	border-bottom: 1px solid #00aef0
}

div.f14_zoeken ul li h3 {
	margin: 0;
	font-size: 1.167em;
}

div.f14_zoeken ul li h3 a,
div.f14_zoeken ul li p,
div.f14_zoeken ul li p a em {
	color: #000000;
}

div.f14_zoeken ul li p {
	margin: 0;
	font-size: 1em;	
}

div.f14_zoeken ul li p a em {
	font-style: normal;
}

/*________________________________________________________________________________F15, F16 abonnement bestelformulier*/

div.bestelformulier h2 {
	color: #00aef1;
	font-style: italic;
	margin: 0 0 0.5em 10px;
}

div.bestelformulier h3 {
	float: left;
	width: 140px;
	margin: 0 20px 0 0;
	padding-left: 0;
	color: #000000;
	font-size: 1.231em;
}

div.bestelformulier fieldset {
	padding: 1em 0 0 0;
}

div.bestelformulier form fieldset a.sendbut {
	position: relative;
	top: 0;
	left: 20px;
	margin-top: 0;
}

div.bestelformulier form p.error {
	margin: 0 0 5px 380px;
}

div.bestelformulier form input.error {
	margin-bottom: 0;
}


/*________________________________________________________________________________F18 Column___*/

div.column_container {
	position: relative;
	margin: 0;
	padding: 0;
}

div.column_item {
	margin: 0 0 0 160px;
	width: 420px;
}

div.column_item h1 {
	font-size: 1.2em;
}

div.column_item h2 {
	margin: 0 100px 10px 0;
	padding: 0;
	font-size: 1.846em;
}

div.column_item div.edition {
	position: absolute;
	top: 0;
	left: 0;
	width: 140px;
	overflow: hidden;	
}

div.column_item div.edition img {
	margin-bottom: 5px;
	display: block;	
}

div.column_item div.edition a {
	text-decoration: underline;	
}

div.column_item div.edition p {
	color: #000000;	
	font-size: 0.846em;
}

div.f18_column h2 span {
	margin: 0 5px;
}

div.f18_column h2 span.date {
	margin: 0 5px 0 0;
}

div.f18_column img,
div.f18_column p {
	margin-left: 10px;
}

div.f18_column p {
	margin-right: 20px;
}

div.f18_column div.newsitem_links {
	border-bottom: 1px solid #00aef0;
}

div#content div.col_left_center div.column_item a.link_back {
	position: static;
	white-space: nowrap;
	display: block;
	margin: 0 0 1em;
}



/*______________________________________________________Overzicht F19 agenda en F17 columnoverzicht___*/

div.overzicht ul {
	float: left;
	margin: 0;
	padding-top: 10px;
}

div.overzicht ul li {
	position: relative;
	margin: 0;
	padding: 1em 10px 0 160px;
	background: none;
	z-index: 10;
}

div.overzicht ul li.alternate {
	background: #fdfdfd;
	border-top: 1px solid #f6f6f6;
	border-bottom: 1px solid #f6f6f6;
}

div.overzicht ul li div.visual {
	position: absolute;
	top: 0;
	left: 0;
	width: 140px;
	overflow: hidden;
	text-align: center;
}

div.overzicht ul li div.visual p.agenda_day {
	margin: -5px 0 0 15px;
	font-size: 60px;
	color: #000000;
	text-transform: uppercase;
	text-align: left;
}

div.overzicht ul li div.visual p.agenda_date {
	margin: -10px 0 0 17px;
	font-size: 12px;
	color: #666666;
	text-transform: uppercase;
	text-align: left;
}

div.overzicht ul li p {
	font-size: 1em;
}


div.overzicht ul li h2 {
	margin-bottom: 0;
/*	margin-right: 100px; */
	font-size: 16px;
}

div.overzicht ul li h3 {
	font-size: 24px;
	color: #000000;
}

div.overzicht ul li a.sharebutton {
	top: 11px;
}

div.overzicht ul li div.sharepanel {
	top: 30px;
}

div.overzicht ul li p.datePar {
	margin: 0 0 0.5em 0;
}


div.overzicht ul li p span.date {
	font-style: normal;
	color: #666666;
}

div.overzicht ul li p.date {
	font-size: 0.9em;
	margin: 0;
}

div.overzicht ul li p a.link_read_more {
	outline: none;
	display: block;
}

div.overzicht li.alternate p.text {
	padding-bottom: 10px;
}

/*________________________________________________________________________________F20 agendadetail___*/

div.f20_agendadetail {
	border-bottom: 1px solid #00aef0;
}

div.f20_agendadetail h1 {
	margin: 0 0 3px 10px;
}

div.f20_agendadetail h2 {
	padding: 0 0 0.5em 10px;
	margin: 0 0 1.5em;
	font-weight: bold;
	font-style: italic;
	font-size: 1.2em;
	border-bottom: 1px solid #00aef0;
	position: relative;
}

div.f20_agendadetail h2 span {
	margin: 0 5px;
}

div.f20_agendadetail h2 span.date {
	margin: 0 5px 0 0;
}

div#content div.col_left_center div.f20_agendadetail a.link_back {
	font-size: 0.833em;
	font-style: normal;
	font-weight: normal;	
}

div.f20_agendadetail img,
div.f20_agendadetail p {
	margin-left: 10px;
}

div.f20_agendadetail p {
	margin-right: 20px;
}


/*________________________________________________________________________________F21 nieuwsbericht___*/

div.f21_nieuwsbericht h1 {
	width: 610px;
	padding: 0 0 0.5em 10px;
	border-bottom: 1px solid #00aef0;	
}

div.f21_nieuwsbericht p.intro span.date {
	margin: 0 3px 0 0;
}

div.f21_nieuwsbericht a.link_back {
	position: static !important;
	white-space: nowrap;
	display: block;
	margin: 0 0 1em;
}

div.f21_nieuwsbericht .image {
	float: left;
	margin: 0 15px 5px 0;
	display: block;	
}

/*________________________________________________________________________________F24 magazine___*/

div.f24_magazine {
	padding: 0 0 2em 0;
	overflow: hidden;
}

div.f24_magazine h2 span.sub {
	color: #00AEF1;	
}

div.f24_magazine div.content {
	position: relative;
	padding-left: 70px;	
}

div.f24_magazine div.content div.visual {
	position: absolute;
	top: 0;
	left: 0;
	width: 60px;
	overflow: hidden;	
}

div.f24_magazine div.content p a.readmore {
	display: block;
	text-decoration: underline;	
}

div.f24_magazine div.content p a:hover.readmore {
	text-decoration: none;	
}

/*________________________________________________________________________________F25 abonneren___*/

div.f25_abonneren {
	margin: 0 0 2em 0;	
}

div.f25_abonneren h2 span.sub {
	color: #00AEF1;	
}

div.f25_abonneren div.content {
	position: relative;
	padding-top: 15px;
	background: #FFFFFF;
	border: 1px solid #00AEF1;
}

div.f25_abonneren div.content img.arrow {
	position: absolute;
	bottom: -6px;
	left: 18px;	
}

div.f25_abonneren ul.links {
	margin: 10px 0 0 15px;
	padding: 0;
}

div.f25_abonneren ul.links li {
	padding-left: 0;
	float: left;
	height: 40px;
	background: none;	
}

div.f25_abonneren ul.links li a,
div.f25_abonneren ul.links li span.sep {
	font-size: 11px;	
}

div.f25_abonneren ul.links li span.sep {
	padding: 0 8px 0 8px;	
	color: #00AEF1;
}

/*________________________________________________________________________________F26 artikelen___*/

div.f26_artikelen {
	margin: 0 0 2em 0;	
}

div.f26_artikelen h2 span.sub {
	color: #00AEF1;	
}

div.f26_artikelen ul {
	margin: 0;
	padding: 0;	
}

div.f26_artikelen ul li {
	padding: 5px 0 10px 0;
	background: none;
	border-bottom: 1px solid #cceffc;
}

div.f26_artikelen ul li h3 {
	margin: 0;
	color: #dd0b65;
	text-transform: uppercase;
	font-size: 10px;	
}

/*________________________________________________________________________________F05 Nieuwsoverzicht___*/

ul.newsfilter_nav {
	margin: 15px 0 15px 0;
	background: #f6f6f6;
	border: 1px solid #e1e1e1;
	height: 40px;
	font-size: 0.769em;
	text-transform: uppercase;
}

ul.newsfilter_nav li {
	float: left;
	border-right: 1px solid #e1e1e1;
	background: none;
	padding: 0;
	margin: 0;
}

ul.newsfilter_nav li a {
	display: block;
	padding: 13px 7px 7px 7px;
	height: 20px;
	background: #f6f6f6;
}

ul.newsfilter_nav li.active a,
ul.newsfilter_nav li a:hover {
	background: #ffffff;
	text-decoration: none;
	color: #000000;
	height: 21px;
}

ul.news_categories,
ul.newsitems {
	margin: 0;
}

ul.news_categories li {
	padding: 0;
	background: none;
	margin: 0 0 15px;
}

ul.newsitems li {
	border-bottom: 1px solid #f5f5f5;
	padding: 5px 0 4px;
	position: relative;
	background: none;
	z-index: 10;
	margin: 0 0 1em;
}

ul.news_categories p.newsFilter {
	margin: 1em 0;
	text-align: right;
}
ul.newsitems a.readmore {
	display: inline-block;
	margin: 10px 0;
}

ul.news_categories ul.newsitems li {
	background: url(../img/newsitems_marker.png) no-repeat left 6px;
	padding-left: 30px;
	margin: 0;
}

ul.news_categories ul.newsitems li:first-child {
	z-index: 20;
	background-position: left 3px;
	padding: 2px 0 10px 30px;
}

ul.news_categories h2,
h2.news_category {
	font-size: 0.769em;
	text-transform: uppercase;
	color: #dd0b65;
}

ul.newsitems h3,
ul.news_categories ul.newsitems li:first-child h3 {
	font-weight: bold;
	font-size: 1.231em;
	margin: 0 100px 0 0;
}

ul.news_categories ul.newsitems h3 {
	font-size: 1em;
	font-weight: bold;
	color: #000000;
	margin-right: 0;
}

ul.newsitems h3 a {
	color: #000000;
}

ul.newsitems h4 {
	font-size: 0.923em;
	font-weight: normal;
	color: #000000;
	margin: 0;
}

ul.news_categories ul.newsitems p {
	margin: 0;
}

a.sharebutton {
	position: absolute;
	right: 20px;
	top: 3px;
	min-height: 16px;
	border: none;
	background: none;
	padding: 0 0 0 23px;
	background: url(../img/icon_share.png) no-repeat;
	color: #00aeef;
	font-size: 0.846em;
	cursor: pointer;
}

div.sharepanel {
	position: absolute;
	right: -7px;
	top: 22px;
	width: 116px;
	height: 76px;
	padding: 23px 7px 0 13px;
	background: url(../img/bg_share.png) no-repeat;
	z-index: 20;
	overflow: hidden;
	visibility: hidden;
}

div.sharepanel input {
	width: 100px;
	height: 13px;
	overflow: hidden;
	background: url(../img/bg_share_url.png) no-repeat;
	border: none;
	margin: 0 0 21px;
	padding: 7px 5px 6px;
	font-size: 0.846em;
}

div.sharepanel ul {
	margin: 0;
	padding: 0;
}

div.sharepanel ul li,
ul.newsitems li div.sharepanel ul li,
ul.news_categories ul.newsitems li div.sharepanel ul li {
	float: left;
	margin: 0 4px 0 0;
	padding: 0;
	background: none;
	border: none;
}

div.sharepanel ul li a {
	text-decoration: none;
}

/*________________________________________________________________________________F06 Advertentiebanner___*/

div.f6_advertentie {
	margin: 0 0 2em 0;
	width: 300px;
	overflow: hidden;
}

/*________________________________________________________________________________F28 Brandbar___*/

table.brandbar {
	margin: 0;
	padding: 0;
	border: none;
	border-collapse: collapse;
	width: 100%;
	height: 100%;
}

table.brandbar thead tr {
	padding: 0;	
	border: none;
	/*height: 30px;*/
}

table.brandbar thead tr td {
	padding: 0;	
}

table.brandbar tbody tr {
	padding: 0;	
	border: none;
}



table.brandbar td {
	padding: 0;
	border: none;	
}

div.brandbar {
	width: 100%;
	height: 36px;
	background: url(/fileadmin/templates/img/bb_bg.png) repeat-x left top;
	overflow: hidden;	
}

div.brandbar div.content {
	position: relative;
	margin: 0 auto;
	width: 980px;	
}

div.brandbar div.content a.logo {
	position: absolute;
	top: 9px;
	left: 9px;
	display: block;	
}

div.brandbar div.content div.buttons {
	position: absolute;
	top: 8px;
	left: 136px;	
}

div.brandbar div.content div.socialmedia {
	position: absolute;
	top: 10px;
	left: 335px;	
}

div.brandbar div.content div.sitedata {
	position: absolute;
	top: 8px;
	left: 485px;	
}

div.brandbar div.content div.closer {
	position: absolute;
	top: 8px;
	right: 9px;	
}

div.brandbar div.content div.closer a {
	display: block;
	width: 10px;
	height: 10px;
	background: transparent url(/fileadmin/templates/img/but_close_spr.png) no-repeat scroll 0 0;
}

div.brandbar div.content div.buttons a {
	margin: 0 6px 0 0;
	padding: 0;
	height: 20px;	
	text-decoration: none;
	display: inline-block;
	outline: none;
}
div.brandbar div.content div.buttons a span.left-cap,
div.brandbar div.content div.buttons a span.right-cap {
	display: block;
	width: 18px;
	height: 20px;
	font-size: 0;
	line-height: 0;
	background: transparent url(/fileadmin/templates/img/bb_but_spr.png) scroll 0 0;
	float: left;	
}
div.brandbar div.content div.buttons a:hover span.left-cap {
	background: transparent url(/fileadmin/templates/img/bb_but_spr.png) scroll -36px 0px;
}
div.brandbar div.content div.buttons a.disabled span.left-cap,
div.brandbar div.content div.buttons a.disabled:hover span.left-cap {
	background: transparent url(/fileadmin/templates/img/bb_but_spr.png) scroll -72px 0px;
}
div.brandbar div.content div.buttons a span.right-cap {
	background: transparent url(/fileadmin/templates/img/bb_but_spr.png) scroll -18px 0;	
}
div.brandbar div.content div.buttons a:hover span.right-cap {
	background: transparent url(/fileadmin/templates/img/bb_but_spr.png) scroll -54px 0px;	
}
div.brandbar div.content div.buttons a.disabled span.right-cap,
div.brandbar div.content div.buttons a.disabled:hover span.right-cap {
	background: transparent url(/fileadmin/templates/img/bb_but_spr.png) scroll -90px 0px;	
}
div.brandbar div.content div.buttons a span.label {
	padding: 6px 0 0 0;
	display: block;
	height: 14px;
	font-size: 9px;
	line-height: 9px;
	text-transform: uppercase;
	color: #00aeef;	
	background: transparent url(/fileadmin/templates/img/bb_but_spr.png) scroll 0 -20px;
	float: left;
}
div.brandbar div.content div.buttons a:hover span.label {
	color: #FFFFFF;
	background: transparent url(/fileadmin/templates/img/bb_but_spr.png) scroll 0 -40px;
}
div.brandbar div.content div.buttons a.disabled span.label,
div.brandbar div.content div.buttons a.disabled:hover span.label {
	color: #999999;
	background: transparent url(/fileadmin/templates/img/bb_but_spr.png) scroll 0 -60px;
}

div.brandbar div.content div.socialmedia a {
	margin: 0 5px 0 0;
	display: block;
	width: 16px;
	height: 16px;
	font-size: 0;
	line-height: 0;
	float: left;	
}
div.brandbar div.content div.socialmedia a.soc01 {
	background: transparent url(/fileadmin/templates/img/bb_soc_spr.png) scroll 0 0;
}
div.brandbar div.content div.socialmedia a.soc02 {
	background: transparent url(/fileadmin/templates/img/bb_soc_spr.png) scroll -16px 0;
}
div.brandbar div.content div.socialmedia a.soc03 {
	background: transparent url(/fileadmin/templates/img/bb_soc_spr.png) scroll -32px 0;
}
div.brandbar div.content div.socialmedia a.soc04 {
	background: transparent url(/fileadmin/templates/img/bb_soc_spr.png) scroll -48px 0;
}
div.brandbar div.content div.socialmedia a.soc05 {
	background: transparent url(/fileadmin/templates/img/bb_soc_spr.png) scroll -64px 0;
}
div.brandbar div.content div.socialmedia a.soc06 {
	background: transparent url(/fileadmin/templates/img/bb_soc_spr.png) scroll -80px 0;
}
div.brandbar div.content div.socialmedia a.soc07 {
	background: transparent url(/fileadmin/templates/img/bb_soc_spr.png) scroll -96px 0;
}

div.brandbar div.content div.sitedata div.bginput {
	padding: 2px 8px 0 8px;
	width: 270px;
	height: 18px;
	background: transparent url(/fileadmin/templates/img/bb_bginput.png) no-repeat left top;
}

div.brandbar div.content div.sitedata div.bginput input {
	margin: 0;
	padding: 0 2px 0 2px;
	width: 266px;
	height: 15px;
	font-size: 11px;
	color: #666666;
	display: block;	
}

/*________________________________________________________________________________F31 Pushbox___*/

div.pushbox {
	margin: 0 0 0 -20px;
	position: relative;
	width: 640px;
	height: 230px;
	z-index: 1;
}

div.pushbox div.viewport {
	margin: 0 20px 0 20px;
	border: 10px solid #f6f6f6;
	height: 210px;
	width: 580px;
	overflow: hidden;
	position: relative;
}

div.pushbox div.viewport p.intro {
	color: #666666;
	font-size: 12px;
	margin-bottom: 10px;
}

div.pushbox div.viewport p.date {
	color: #dd0b65;
	font-size: 12px;
	font-style: normal;
	margin-bottom: 10px;
	position: absolute;
	top: 18px;
	right: 18px;
}

div.pushbox a.pbnav {
	position: absolute;
	top: 67px;
	display: block;
	width: 30px;
	height: 98px;
	text-decoration: none;
	outline: none;	
}

div.pushbox a.previous {
	left: 0;
	background: transparent url(/fileadmin/templates/img/pb_nav_spr.png) scroll 0 0;
}
div.pushbox a:hover.previous {
	background: transparent url(/fileadmin/templates/img/pb_nav_spr.png) scroll 0 -98px;
}

div.pushbox a.next {
	right: 0;
	background: transparent url(/fileadmin/templates/img/pb_nav_spr.png) scroll -30px 0;
}
div.pushbox a:hover.next {
	background: transparent url(/fileadmin/templates/img/pb_nav_spr.png) scroll -30px -98px;
}

div.pushbox a.previous.disabled,
div.pushbox a:hover.previous.disabled {
	background: transparent url(/fileadmin/templates/img/pb_nav_spr.png) scroll 0 -196px;
}
div.pushbox a.next.disabled,
div.pushbox a:hover.next.disabled {
	background: transparent url(/fileadmin/templates/img/pb_nav_spr.png) scroll -30px -196px;
}

div.pushbox div.viewport ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: auto;
	height: 100%;	
}

div.pushbox div.viewport ul li {
	margin: 0;
	padding: 0;
	position: relative;
	width: 580px;
	height: 100%;
	float: left;	
	background: none;
	z-index: 0;
}

div.pushbox div.viewport ul li h2 {
	font-size: 19px;
	border-bottom: 1px solid #e1e1e1;
	color: #0f0f0f;
	font-weight: normal;
	text-transform: uppercase;	
	margin: 20px 10px 10px 230px;
	padding: 0 0 10px 0;
	width: 320px;
}

div.pushbox div.viewport ul li p {
	margin: -5px 10px 0 0;
	font-size: 18px;
	line-height: 23px;
	color: #0f0f0f;
	font-weight: normal;	
}

div.pushbox div.viewport ul li div.imgcontainer {
	position: relative;
	margin: 0 20px 0 0;
	float: left;
	width: 210px;
	height: 210px;
	overflow: hidden;
}

div.pushbox div.viewport ul li div.imgcontainer div.border {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent url(/fileadmin/templates/img/pb_imgborder.png) no-repeat left top;	
	z-index: 2;
}

div.pushbox div.viewport ul li div.imgcontainer img {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;	
}

div.pushbox div.viewport a.pbbut {
	position: absolute;
	bottom: 20px;
	left: 230px;	
	display: block;
	text-decoration: none;
	outline: none;
}

div.pushbox div.viewport a.pbbut span {
	display: block;
	height: 35px;
	float: left;
}

div.pushbox div.viewport a.pbbut span.left-cap {
	width: 17px;
	background: transparent url(/fileadmin/templates/img/bg_sendbut_sprite.png) no-repeat scroll 0 0;
}
div.pushbox div.viewport a:hover.pbbut span.left-cap {
	width: 17px;
	background: transparent url(/fileadmin/templates/img/bg_sendbut_sprite.png) no-repeat scroll -34px 0;
}
div.pushbox div.viewport a.pbbut span.right-cap {
	width: 17px;
	background: transparent url(/fileadmin/templates/img/bg_sendbut_sprite.png) no-repeat scroll -17px 0;
}
div.pushbox div.viewport a:hover.pbbut span.right-cap {
	width: 17px;
	background: transparent url(/fileadmin/templates/img/bg_sendbut_sprite.png) no-repeat scroll -51px 0;
}
div.pushbox div.viewport a.pbbut span.label {
	padding: 8px 10px 0 10px;
	height: 27px;
	font-size: 12px;
	color: #FFFFFF;
	text-transform: uppercase;
	background: transparent url(/fileadmin/templates/img/bg_sendbut_sprite.png) no-repeat scroll 0 -35px;
	cursor: pointer;
}

div.pushbox div.viewport a:hover.pbbut span.label {
	color: #FFFFFF;
	background: transparent url(/fileadmin/templates/img/bg_sendbut_sprite.png) no-repeat scroll 0 -70px;
}
