/*******************************************************************************
 General
*******************************************************************************/
html,
body {
	height: 100%;
}

body {
	margin: 0;
	padding: 0;
	background-color: #cccccc;
	text-align: center;
}


body,
table {
	font-size: 12px;
	font-family: Arial,Verdana,sans-serif;
}

form,
ul,
ol,
h1,
h2,
h3,
h4,
h5,
h6,
p {
	margin-top: 0;
	padding-top: 0;
}

a {
	color: #073ca0;
	outline: none;
}

a:hover {
	color: #000000;
}

a img {
	border: none
}


/*******************************************************************************
 Container
*******************************************************************************/
div#container {
	position: relative;
	width: 927px;
	min-height: 100%;
	overflow: hidden;
	margin: 0 auto;
	text-align: left;
	background-color: #f2f2f2;
	background-image: url("images/container.gif");
}

* html div#container {
	height: 100%;
	overflow: visible;
}


/*******************************************************************************
 Header
*******************************************************************************/
div#header {
	height: 155px;
	overflow: hidden;
	background-image: url("images/header.jpg");
}

div#header h1 {
	padding: 155px 0 0 0;
}


/*******************************************************************************
 Top menu
*******************************************************************************/
div#topmenu {
	position: absolute;
	top: 0;
	left: 300px;
}

div#topmenu ul {
	margin: 7px 0 6px 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
}

* html div#topmenu ul {
	overflow: visible;
	height: 1px;
}

div#topmenu ul li {
	float: left;
	padding: 0 10px;
	line-height: 25px;
	background-image: url("images/topmenu.gif");
	background-repeat: no-repeat;
	background-position: right 50%;
}

div#topmenu ul li.first {
	padding: 0 10px 0 0;
}

div#topmenu ul li.rss {
	padding: 0 0 0 10px;
	background-image: none;
}

div#topmenu ul li a {
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
}

div#topmenu ul li.rss {
	height: 25px;
	overflow: hidden;
}

div#topmenu ul li.rss a {
	display: block;
	width: 25px;
	padding: 25px 0 0 0;
	overflow: hidden;
	background-image: url("images/rsslogo.png");
}


/*******************************************************************************
 Search
*******************************************************************************/
div#search {
	position: absolute;
	top: 10px;
	right: 10px;
}

div#search form {
	margin: 0;
	padding: 0;
}

div#search form input.searchfield {
	border: 1px solid #000000;
	width: 100px;
	font-size: 1em;
}

div#search form input.button {
	border: 1px solid #000000;
	background-color: #cd1717;
	color: #ffffff;
	font-size: 1em;
}


/*******************************************************************************
 Languages
*******************************************************************************/
div#languages {
	position: absolute;
	top: 95px;
	left: 10px;
	width: 55px;
	height: 23px;
}

div#languages ul {
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
}

* html div#languages ul {
	overflow: visible;
	height: 1px;
}

div#languages ul li {
	float: left;
	height: 14px;
	margin: 0 3px 0 0;
	overflow: hidden;
}

div#languages ul li a {
	display: block;
	width: 23px;
	padding: 23px 0 0 0;
	overflow: hidden;
}

div#languages ul li.nl a {
	background-image: url("images/flag_nl.gif");
}

div#languages ul li.frl a {
	background-image: url("images/flag_frl.gif");
}


/*******************************************************************************
 Font size
*******************************************************************************/
div#fontsize {
	position: absolute;
	top: 90px;
	left: 55px;
	width: 150px;
	height: 25px;
	text-align: right;
}

div#fontsize ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

div#fontsize ul li {
	display: inline;
}

div#fontsize ul li.size1 {
	font-size: 8px;
}

div#fontsize ul li.size2 {
	font-size: 12px;
}

div#fontsize ul li.size3 {
	font-size: 16px;
}

div#fontsize ul li.size4 {
	font-size: 20px;
}

div#fontsize ul li a {
	color: #000000;
	text-decoration: none;
}


/*******************************************************************************
 Main menu
*******************************************************************************/
div#mainmenu {
	position: relative;
	top: -33px;
	float: left;
	width: 209px;
}

* html div#mainmenu {
	behavior: url("fileadmin/templates_shared/csshover.htc");
}

div#mainmenu ul {
	margin: 0 10px 20em 19px;
	padding: 0;
	list-style: none;
	background-color: #37a2ff;
	border-top: 1px solid #1b5181;
}

div#mainmenu ul li {
	border-bottom: 1px solid #1b5181;
	padding: 10px;
}

* html div#mainmenu ul li {
	height: 1px;
}

div#mainmenu ul li.empty {
	padding: 0;
	background-color: #94caf9;
}

div#mainmenu ul li a {
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}

div#mainmenu ul li a:hover {
	text-decoration: underline;
}

div#mainmenu ul li ul {
	margin: 5px 0 0 0;
	background-color: transparent;
	border: none;
}

div#mainmenu ul li ul li {
	border: none;
	padding: 0 0 0 8px;
	margin: 0 0 0 10px;
	background-image: url("images/mainmenu_subitem.gif");
	background-repeat: no-repeat;
	background-position: left .7em;
}

div#mainmenu ul li ul li a {
	font-weight: normal;
}


/*******************************************************************************
 Products menu
*******************************************************************************/
div#productsmenu {
}

div#productsmenu ul {
	margin: 0 10px 1em 19px;
}

* + html div#productsmenu ul {
	width: 180px;
}

* html div#productsmenu ul {
	height: 1px;
}

div#productsmenu ul li {
	position: relative;
	border: none;
	padding: 0;
}

* html div#productsmenu ul li {
	display: inline;
	height: auto;
}

div#productsmenu ul li a {
	display: block;
	position: relative;
	border-bottom: 1px solid #1b5181;
	padding: 10px;
	background-image: none;
}

* html div#productsmenu ul li a {
	height: 1px;
	width: 100%;
}

div#productsmenu ul li ul {
	display: none;
	position: absolute;
	left: 180px;
	top: -1px;
	width: auto;
	margin: 0;
	padding: 0 0 0 10px;
	background-color: #94caf9;
	border: none;
}

div#productsmenu ul li:hover ul {
	display: block;
}

div#productsmenu ul li ul li {
	margin: 0;
	padding: 0;
	background-image: none;
}

div#productsmenu ul li ul li a {
	border-top: 1px solid #1b5181;
	border-bottom: none;
	margin: 0;
	padding: 3px 10px;
	background-image: none;
	white-space: nowrap;
	background-color: #37a2ff;
	background-image: none;
}


/*******************************************************************************
 Address & Logo
*******************************************************************************/
div#address {
	position: absolute;
	left: 9px;
	bottom: 0;
	width: 200px;
	height: 220px;
	overflow: hidden;
	background-image: url("images/menulogo.gif");
	color: #1b5181;
}

div#address_inner {
	padding: 10px 20px;
}

div#address h3 {
	display: none;
}


/*******************************************************************************
 Rootline
*******************************************************************************/
div#rootline {
	float: right;
	width: 706px;
	overflow: hidden;
	font-size: .8em;
}

div#rootline ul {
	margin: 5px 0 0 10px;
	padding: 0;
	list-style: none;
}

div#rootline ul li {
	display: inline;
	padding: 0 0 0 8px;
	background-image: url("images/rootline.gif");
	background-repeat: no-repeat;
	background-position: 2px 50%;
}

div#rootline ul li a {
	color: #000000;
	text-decoration: none;
}


/*******************************************************************************
 Content
*******************************************************************************/
div#content {
	float: right;
	width: 706px;
	overflow: hidden;
}

div#content_inner {
	margin: 0 11px 0 0;
	padding: 10px;
}

.align-left {
        text-align: left;
}
.align-center {
        text-align: center;
}
.align-right {
        text-align: right;
}
.align-justify {
        text-align: justify;
}

div#content_inner h1 {
	font-size: 1.6em;
}

div#content_inner h2 {
	font-size: 1.3em;
}

div#content_inner h3,
div#content_inner h4,
div#content_inner h5,
div#content_inner h6 {
	font-size: 1.2em;
}


/*******************************************************************************
 Two columns
*******************************************************************************/
div#content_inner div.twocolumns {
	overflow: hidden;
	background-image: url("images/2columns_bg.gif");
	background-repeat: repeat-y;
	background-position: 460px top;
}

* html div#content_inner div.twocolumns {
	overflow: visible;
	height: 1px;
}

div#content_inner div.twocolumns div.column1 {
	margin: 0 225px 0 0;
	overflow: hidden;
}

div#content_inner div.twocolumns div.column2 {
	float: right;
	width: 204px;
	overflow: hidden;
}

div#content_inner div.twocolumns div.column2 a img {
	border: none;
}

div#content_inner div.twocolumns div.column2 p {
	margin: 0 0 5px 0;
	padding: 0;
}


/*******************************************************************************
 News
*******************************************************************************/
div#content_inner div.twocolumns div.column2 div.block,
div.news-latest-container-alt {
	font-size: .9em;
}

div.news-list-container h2,
div.news-latest-container h2 {
	font-size: 1.2em;
}

div.news-latest-container-alt div.news-latest-item,
div.news-single-item,
div.news-list-container-bekendmakingen div.news-list-item,
div.news-list-container div.news-list-item,
div.news-latest-container div.news-latest-item {
    overflow: hidden;
    margin: 0 0 1em 0;
}

* html div.news-latest-container-alt div.news-latest-item,
* html div.news-single-item,
* html div.news-list-container-bekendmakingen div.news-list-item,
* html div.news-list-container div.news-list-item,
* html div.news-latest-container div.news-latest-item {
	overflow: visible;
	height: 1px;
}

div.news-single-item hr.clearer {
	clear: right;
}

div.news-latest-container-alt div.news-latest-item {
	margin: 0;
}

div.news-list-container-bekendmakingen div.news-list-item,
div.news-list-container div.news-list-item,
div.news-latest-container div.news-latest-item {
	padding: 0 0 1em 0;
	border-bottom: 1px solid #dbe3e6;
}

div#content_inner div.twocolumns div.column2 div.block,
div.news-latest-container-alt div.news-latest-item {
	border: 1px solid #dbe3e6;
	padding: 5px;
	margin: 0 0 5px 0;
	background-color: #f2f2f2;
}

div.news-list-container div.news-list-item h2,
div.news-latest-container div.news-latest-item h2 {
	font-size: 1.2em;
	margin: 0 0 0 110px;
	padding: 0;
}

div.news-list-container-bekendmakingen div.news-list-item h2 {
	margin: 0;
	padding: 0;
}

div.news-list-container-bekendmakingen div.news-list-item h2,
div.news-latest-container-alt div.news-latest-item h2 {
	font-size: 1.2em;
}

div.news-latest-container-alt div.news-latest-item h2 a,
div.news-list-container-bekendmakingen div.news-list-item h2 a,
div.news-list-container div.news-list-item h2 a,
div.news-latest-container div.news-latest-item h2 a {
	text-decoration: none;
}

div#content_inner div.news-single-item h2 {
	margin: 0;
	padding: 0;
}

div#content_inner div.news-single-item h3 {
	font-weight: normal;
	margin: 0;
	padding: 0;
	font-size: 1em;
}

div.news-single-item p.news-single-author,
div.news-single-item div.news-single-timedata,
div.news-list-container-bekendmakingen div.news-list-item div.news-list-date,
div.news-list-container div.news-list-item div.news-latest-date,
div.news-latest-container div.news-latest-item div.news-latest-date {
    font-size: 0.8em;
}

div.news-single-item p.news-single-author {
	margin: 0;
	padding: 0;
}

div.news-list-container div.news-list-item div.news-latest-date,
div.news-latest-container div.news-latest-item div.news-latest-date {
	margin: 0 0 .5em 110px;
}

div.news-latest-container-alt div.news-latest-item div.news-latest-image,
div.news-single-item div.news-single-img,
div.news-list-container div.news-list-item div.news-list-image,
div.news-latest-container div.news-latest-item div.news-latest-image {
    float: right;
    padding: 5px 10px;
}

div.news-list-container div.news-list-item div.news-list-image,
div.news-latest-container div.news-latest-item div.news-latest-image {
	float: left;
	padding: 0;
}

div.news-list-container-bekendmakingen div.news-list-item div.news-list-image {
	display: none;
}

div.news-list-item div.news-list-text,
div.news-latest-item div.news-latest-text {
    margin: 0 0 0 110px;
    padding: 0;
}

* html div.news-list-item div.news-list-text,
* html div.news-latest-item div.news-latest-text {
	height: 1px;
}

div.news-latest-container-alt div.news-latest-item div.news-latest-text {
	margin: 0;
}

div.news-list-item div.news-list-text p,
div.news-latest-item div.news-latest-text p {
	margin: 0;
	padding: 0;
}

div.news-single-item div.news-single-backlink {
    font-size: 0.8em;
}

div.news-latest-container-alt div.news-latest-item div.news-latest-morelink,
div.news-list-container div.news-list-item div.news-list-morelink,
div.news-latest-container div.news-latest-item div.news-latest-morelink {
	float: right;
	width: 85px;
	height: 11px;
	overflow: hidden;
}

div.news-latest-container-alt div.news-latest-item div.news-latest-morelink a,
div.news-list-container div.news-list-item div.news-list-morelink a,
div.news-latest-container div.news-latest-item div.news-latest-morelink a {
	display: block;
	padding: 11px 0 0 0;
	background-image: url("images/news_more.gif");
}

div.news-single-header h3 {
	font-size: 100%;
	font-weight: normal;
}

div.news-latest-container-alt div.news-latest-item ul li.news-amenu-item-year {
	display: none;
}


/*******************************************************************************
 Product catalog
*******************************************************************************/
div.tx_windproductcatalog_product div.product div.rate_single,
fieldset.csc-mailform div.csc-mailform-field,
div.tx_windproductcatalog_product div.product fieldset.csc-mailform div.csc-mailform-field,
div.tx_windproductcatalog_product div.alphabet ul,
div.tx_windproductcatalog_product,
div.tx_windproductcatalog_search div.alphabet ul,
div.tx_windproductcatalog_search,
div.tx_windproductcatalog_category div.alphabet ul,
div.tx_windproductcatalog_category,
div.tx_windproductcatalog_overview div.alphabet ul,
div.tx_windproductcatalog_overview,
div.tx_windproductcatalog_rootline {
    overflow: hidden;
}

* html div.tx_windproductcatalog_product div.product div.rate_single,
* html fieldset.csc-mailform div.csc-mailform-field,
* html div.tx_windproductcatalog_product div.product fieldset.csc-mailform div.csc-mailform-field,
* html div.tx_windproductcatalog_product div.alphabet ul,
* html div.tx_windproductcatalog_product,
* html div.tx_windproductcatalog_search div.alphabet ul,
* html div.tx_windproductcatalog_search,
* html div.tx_windproductcatalog_category div.alphabet ul,
* html div.tx_windproductcatalog_category,
* html div.tx_windproductcatalog_overview div.alphabet ul,
* html div.tx_windproductcatalog_overview,
* html div.tx_windproductcatalog_rootline {
    overflow: visible;
    height: 1px;
}

div.tx_windproductcatalog_login,
div.tx_windproductcatalog_rootline {
    margin: 0 0 1em 0;
    font-size: 0.8em;
}

div.tx_windproductcatalog_rootline ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

div.tx_windproductcatalog_rootline ul li {
    float: left;
    padding: 0 0 0 20px;
    background-image: url('images/rootline_bg.gif');
    background-repeat: no-repeat;
    background-position: 6px 50%;
}

div.tx_windproductcatalog_product div.column1,
div.tx_windproductcatalog_overview div.column1 {
    float: left;
    width: 215px;
}

div.tx_windproductcatalog_product div.column2,
div.tx_windproductcatalog_search div.search,
div.tx_windproductcatalog_search div.alphabet,
div.tx_windproductcatalog_category div.search,
div.tx_windproductcatalog_category div.alphabet,
div.tx_windproductcatalog_overview div.column2 {
    float: right;
    width: 450px;
}

div.tx_windproductcatalog_product div.column2,
div.tx_windproductcatalog_search div.column2,
div.tx_windproductcatalog_category div.column2 {
    clear: both;
}

div.tx_windproductcatalog_product div.column1 div.sections,
div.tx_windproductcatalog_product div.column1 div.forms,
div.tx_windproductcatalog_product div.column1 div.categories,
div.tx_windproductcatalog_product div.column2 div.product,
div.tx_windproductcatalog_overview div.categories div.category,
div.tx_windproductcatalog_overview div.extra div.category,
div.tx_windproductcatalog_overview div.popular {
    margin: 0 0 1em 0;
    padding: 5px;
    border: 1px solid #005281;
}

#content div.tx_windproductcatalog_product div.column1 div.sections h1,
#content div.tx_windproductcatalog_product div.column1 div.forms h1,
#content div.tx_windproductcatalog_product div.column1 div.categories h1,
#content div.tx_windproductcatalog_product div.column2 div.product h1,
#content div.tx_windproductcatalog_search div.column2 h1,
#content div.tx_windproductcatalog_category div.column2 h1,
#content div.tx_windproductcatalog_overview div.categories div.category h1,
#content div.tx_windproductcatalog_overview div.extra div.category h1,
#content div.tx_windproductcatalog_overview div.popular h1 {
    font-size: 1em;
    margin: 0 0 1em 0;
}

div.tx_windproductcatalog_product div.column1 div.sections ul,
div.tx_windproductcatalog_product div.column1 div.forms ul,
div.tx_windproductcatalog_product div.column1 div.categories ul,
div.tx_windproductcatalog_search div.column2 div.products ul,
div.tx_windproductcatalog_category div.column2 div.products ul,
div.tx_windproductcatalog_category div.column2 div.categories ul,
div.tx_windproductcatalog_overview div.categories div.category ul,
div.tx_windproductcatalog_overview div.extra div.category ul,
div.tx_windproductcatalog_overview div.popular ol {
    padding: 0;
    margin: 0 0 0 25px;
}


div.tx_windproductcatalog_product div.column2 div.product,
div.tx_windproductcatalog_product div.search form,
div.tx_windproductcatalog_product div.alphabet ul,
div.tx_windproductcatalog_search div.search form,
div.tx_windproductcatalog_search div.alphabet ul,
div.tx_windproductcatalog_category div.search form,
div.tx_windproductcatalog_category div.alphabet ul,
div.tx_windproductcatalog_overview div.alphabet,
div.tx_windproductcatalog_overview div.search {
    padding: 5px 10px;
    margin: 0;
    border: 1px solid #005281;
}

div.tx_windproductcatalog_product div.column2 div.product div.rate_single label {
/*    float: left;
    width: 200px;*/
    font-weight: bold;
}

div.tx_windproductcatalog_product div.column2 div.product div.rate_single span.value {
    display: block;
/*    margin: 0 0 0 210px;*/
    margin: 0 0 1em 0;
}

/* Verwijderd voor Samenwerkende Catalogi zoeken
div.tx_windproductcatalog_product div.search form,
div.tx_windproductcatalog_search div.search form,
div.tx_windproductcatalog_category div.search form,
div.tx_windproductcatalog_overview div.search {
    border-bottom: none;
}
*/

/* Begin toegevoegd voor Samenwerkende Catalogi zoeken */
div.tx_windproductcatalog_product div.search,
div.tx_windproductcatalog_search div.search,
div.tx_windproductcatalog_category div.search,
div.tx_windproductcatalog_overview div.search {
    overflow: hidden;
    margin: 0 0 1em 0;
}

* html div.tx_windproductcatalog_product div.search,
* html div.tx_windproductcatalog_search div.search,
* html div.tx_windproductcatalog_category div.search,
* html div.tx_windproductcatalog_overview div.search {
    overflow: visible;
    height: 1px;
}

div.tx_windproductcatalog_product div.search form,
div.tx_windproductcatalog_search div.search form,
div.tx_windproductcatalog_category div.search form,
div.tx_windproductcatalog_overview div.search form {
    overflow: hidden;
}

* html div.tx_windproductcatalog_product div.search form,
* html div.tx_windproductcatalog_search div.search form,
* html div.tx_windproductcatalog_category div.search form,
* html div.tx_windproductcatalog_overview div.search form {
    overflow: visible;
    height: 1px;
}

div.tx_windproductcatalog_product div.search div.left,
div.tx_windproductcatalog_search div.search div.left,
div.tx_windproductcatalog_category div.search div.left,
div.tx_windproductcatalog_overview div.search div.left {
    float: left;
    width: 220px;
}

div.tx_windproductcatalog_product div.search div.left label,
div.tx_windproductcatalog_search div.search div.left label,
div.tx_windproductcatalog_category div.search div.left label,
div.tx_windproductcatalog_overview div.search div.left label {
    font-weight: bold;
}

div.tx_windproductcatalog_product div.search div.left div.field label,
div.tx_windproductcatalog_search div.search div.left div.field label,
div.tx_windproductcatalog_category div.search div.left div.field label,
div.tx_windproductcatalog_overview div.search div.left div.field label {
    font-weight: normal;
}

div.tx_windproductcatalog_product div.search div.right,
div.tx_windproductcatalog_search div.search div.right,
div.tx_windproductcatalog_category div.search div.right,
div.tx_windproductcatalog_overview div.search div.right {
    margin: 0 0 0 225px;
}

div.tx-windscsearch-pi1 hr {
    color: #000000;
    height: 1px;
    background-color: #000000;
    border: none;
}

div.tx-windscsearch-pi1 div.browser ul {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
    overflow: hidden;
}

* html div.tx-windscsearch-pi1 div.browser ul {
    overflow: visible;
    height: 1px;
}

div.tx-windscsearch-pi1 div.browser ul li {
    display: inline;
}

div.tx-windscsearch-pi1 div.browser ul li.current {
    font-weight: bold;
}

div.tx-windscsearch-pi1 div.browser ul li.next {
    float: right;
}

div.tx-windscsearch-pi1 div.browser ul li.previous {
    float: left;
}
/* Einde toegevoegd voor Samenwerkende Catalogi zoeken */

div.tx_windproductcatalog_product div.alphabet ul,
div.tx_windproductcatalog_search div.alphabet ul,
div.tx_windproductcatalog_category div.alphabet ul,
div.tx_windproductcatalog_overview div.alphabet {
    border-top: none;
    margin: 0 0 1em 0;
}


div.tx_windproductcatalog_product div.product form.formmail,
div.tx_windproductcatalog_overview div.search form {
    margin: 0;
    padding: 0;
}

/* Verwijderd voor Samenwerkende Catalogi zoeken
div.tx_windproductcatalog_product div.search label,
div.tx_windproductcatalog_search div.search label,
div.tx_windproductcatalog_category div.search label,
div.tx_windproductcatalog_overview div.search label {
    display: block;
    font-weight: bold;
}

div.tx_windproductcatalog_product div.search input.text,
div.tx_windproductcatalog_search div.search input.text,
div.tx_windproductcatalog_category div.search input.text,
div.tx_windproductcatalog_overview div.search input.text {
    width: 200px;
}
*/

div.tx_windproductcatalog_overview div.alphabet ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

div.tx_windproductcatalog_product div.alphabet ul,
div.tx_windproductcatalog_search div.alphabet ul,
div.tx_windproductcatalog_category div.alphabet ul {
    list-style: none;
}

div.tx_windproductcatalog_product div.alphabet ul li,
div.tx_windproductcatalog_search div.alphabet ul li,
div.tx_windproductcatalog_category div.alphabet ul li,
div.tx_windproductcatalog_overview div.alphabet ul li {
    display: inline;
    float: left;
}

div.tx_windproductcatalog_product div.alphabet ul li a,
div.tx_windproductcatalog_search div.alphabet ul li a,
div.tx_windproductcatalog_category div.alphabet ul li a,
div.tx_windproductcatalog_overview div.alphabet ul li a {
    display: block;
    width: 30px;
    line-height: 25px;
    font-size: 0.8em;
    text-align: center;
}

div.tx_windproductcatalog_product div.alphabet ul li a:hover,
div.tx_windproductcatalog_search div.alphabet ul li.current a,
div.tx_windproductcatalog_search div.alphabet ul li a:hover,
div.tx_windproductcatalog_category div.alphabet ul li a:hover,
div.tx_windproductcatalog_overview div.alphabet ul li a:hover {
    text-decoration: none;
    background-color: #eeeeee;
}

div.tx_windproductcatalog_overview div.categories div.category_col1 {
    float: left;
    width: 220px;
}

div.tx_windproductcatalog_overview div.categories div.category_col2 {
    float: right;
    width: 220px;
}

div.tx_windproductcatalog_search div.column2 div.products,
div.tx_windproductcatalog_category div.column2 div.products,
div.tx_windproductcatalog_category div.column2 div.categories {
    border: 1px solid #005281;
    padding: 5px;
    margin: 0 0 1em 0;
}

#content div.tx_windproductcatalog_search div.column2 div.products h2,
#content div.tx_windproductcatalog_category div.column2 div.products h2,
#content div.tx_windproductcatalog_category div.column2 div.categories h2 {
    background-color: transparent;
    background-image: none;
    padding: 0;
    margin: 0 0 1em 0;
    font-size: 1em;
}

div.tx_windproductcatalog_overview div.categories div.category ul li.more {
    list-style: none;
    font-style: italic;
    font-size: 0.8em;
}

div.tx_windproductcatalog_product div.product strong.error {
    color: #ff0000;
}

fieldset.csc-mailform,
div.tx_windproductcatalog_product div.product fieldset.csc-mailform {
    border: 0;
    padding: 0;
    margin: 0;
}

fieldset.csc-mailform div.csc-mailform-field,
div.tx_windproductcatalog_product div.product fieldset.csc-mailform div.csc-mailform-field {
    padding: 2px 0;
}

fieldset.csc-mailform div.csc-mailform-field label,
div.tx_windproductcatalog_product div.product fieldset.csc-mailform div.csc-mailform-field label {
    float: left;
    width: 150px;
    font-weight: bold;
}

fieldset.csc-mailform div.csc-mailform-field span.csc-mailform-radio,
fieldset.csc-mailform div.csc-mailform-field select,
fieldset.csc-mailform div.csc-mailform-field textarea,
fieldset.csc-mailform div.csc-mailform-field input,
fieldset.csc-mailform div.csc-mailform-field span.csc-mailform-label,
div.tx_windproductcatalog_product div.product fieldset.csc-mailform div.csc-mailform-field span.csc-mailform-radio,
div.tx_windproductcatalog_product div.product fieldset.csc-mailform div.csc-mailform-field select,
div.tx_windproductcatalog_product div.product fieldset.csc-mailform div.csc-mailform-field textarea,
div.tx_windproductcatalog_product div.product fieldset.csc-mailform div.csc-mailform-field input,
div.tx_windproductcatalog_product div.product fieldset.csc-mailform div.csc-mailform-field span.csc-mailform-label {
    display: block;
    margin: 0 0 0 155px;
}

fieldset.csc-mailform div.csc-mailform-field input.csc-mailform-submit,
div.tx_windproductcatalog_product div.product fieldset.csc-mailform div.csc-mailform-field input.csc-mailform-submit {
    margin: 0;
}

fieldset.csc-mailform div.csc-mailform-field span.csc-mailform-radio fieldset,
div.tx_windproductcatalog_product div.product fieldset.csc-mailform div.csc-mailform-field span.csc-mailform-radio fieldset {
    border: 0;
    padding: 0;
    margin: 0;
}

fieldset.csc-mailform div.csc-mailform-field span.csc-mailform-radio fieldset legend,
div.tx_windproductcatalog_product div.product fieldset.csc-mailform div.csc-mailform-field span.csc-mailform-radio fieldset legend {
    display: none;
}

fieldset.csc-mailform div.csc-mailform-field span.csc-mailform-radio fieldset input,
div.tx_windproductcatalog_product div.product fieldset.csc-mailform div.csc-mailform-field span.csc-mailform-radio fieldset input {
    display: inline;
    margin: 0;
}

fieldset.csc-mailform div.csc-mailform-field span.csc-mailform-radio fieldset label,
div.tx_windproductcatalog_product div.product fieldset.csc-mailform div.csc-mailform-field span.csc-mailform-radio fieldset label {
    float: none;
    width: auto;
    font-weight: normal;
}


/*******************************************************************************
 Mijn gemeente - General
*******************************************************************************/
div.mijngemeente_tabs ul {
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
    background-image: url("images/tab_line.gif");
    background-position: bottom left;
    background-repeat: repeat-x;
}

* html div.mijngemeente_tabs ul {
    overflow: visible;
    height: 1px;
}

div.mijngemeente_tabs ul li {
    float: left;
    background-image: url("images/tab_left.gif");
}

div.mijngemeente_tabs ul li a {
    display: block;
    background-image: url("images/tab_right.gif");
    background-position: top right;
    background-repeat: no-repeat;
    line-height: 20px;
    padding: 0 15px;
    color: #0c0c51;
    text-decoration: none;
    font-weight: bold;
}

div.mijngemeente_tabs ul li a:hover {
    color: #000000;
}

div.mijngemeente_tabs ul li.current {
    background-image: url("images/tab_left_current.gif");
}

div.mijngemeente_tabs ul li.current a {
    background-image: url("images/tab_right_current.gif");
    color: #000000;
}

div.mijngemeente {
    border: 1px solid #34a8ff;
    border-top: none;
    background-color: #ffffff;
}


/*******************************************************************************
 Mijn gemeente - Mijn gegevens
*******************************************************************************/
div.mijngemeente div.mijngemeente_inner {
    overflow: hidden;
    width: 675px;
}

* html div.mijngemeente div.mijngemeente_inner {
    overflow: visible;
    height: 1px;
}

#content div.mijngemeente h2 {
    margin: 0 1px 1px 0;
    padding: 0 5px;
    line-height: 25px;
    font-size: 10pt;
    background-color: #d9eeff;
    color: #000000;
}

div.mijngemeente div.tabbertab,
div.mijngemeente div.algemeen {
    margin: 5px;
    padding: 1px 0 0 1px;
    background-color: #1e6294;
}

div.mijngemeente div.algemeen div.algemeen_inner {
    position: relative;
    overflow: hidden;
}

* html div.mijngemeente div.algemeen div.algemeen_inner {
    height: 1px;
    overflow: visible;
}

div.mijngemeente div.tabbertab div.pair,
div.mijngemeente div.algemeen div.pair {
    overflow: hidden;
}

* html div.mijngemeente div.tabbertab div.pair,
* html div.mijngemeente div.algemeen div.pair {
    overflow: visible;
    height: 1px;
}

div.mijngemeente div.tabbertab div.pair {
    margin: 0 1px 0 0;
}

div.mijngemeente div.tabberlive div.tabbertab div.pair {
    margin: 0;
}

div.mijngemeente div.tabbertab div.pair label,
div.mijngemeente div.algemeen div.pair label {
    float: left;
    text-align: right;
    color: #0c0c51;
    line-height: 25px;
    width: 120px;
}

div.mijngemeente div.tabbertab div.pair label span,
div.mijngemeente div.algemeen div.pair label span {
    display: block;
    background-color: #ffffff;
    padding: 0 5px;
    margin: 0 1px 1px 0;
}

div.mijngemeente div.tabbertab div.pair span.field,
div.mijngemeente div.algemeen div.pair span.field {
    display: block;
    margin: 0 0 0 120px;
    padding: 0 5px;
    line-height: 25px;
    background-color: #ffffff;
}

div.mijngemeente div.algemeen div.naam,
div.mijngemeente div.algemeen div.adres {
    width: 424px;
}

div.mijngemeente div.algemeen div.geboortedatum {
    width: 663px;
}

div.mijngemeente div.algemeen div.sofinummer,
div.mijngemeente div.algemeen div.geslacht {
    position: absolute;
    top: 0;
    right: 1px;
    width: 238px;
}

div.mijngemeente div.algemeen div.geslacht {
    top: 26px;
}

div.mijngemeente div.tabbertabhide {
    display: none;
}

div.mijngemeente div.tabberlive {
    margin: 0 5px 5px 5px;
    overflow: hidden;
}

* html div.mijngemeente div.tabberlive {
    height: 1px;
    overflow: visible;
}

div.mijngemeente div.tabberlive ul.tabbernav {
    float: left;
    margin: 0 5px 0 0;
    padding: 2px;
    border: 1px solid #1e6294;
    list-style: none;
}

div.mijngemeente div.tabberlive ul.tabbernav li {
    width: 170px;
}

div.mijngemeente div.tabberlive ul.tabbernav li a {
    display: block;
    border: 1px solid #ffffff;
    padding: 2px 5px;
    color: #0c0c51;
    text-decoration: none;
}

div.mijngemeente div.tabberlive ul.tabbernav li.tabberactive a {
    border: 1px solid #0c0c51;
    background-color: #d9eeff;
}

div.mijngemeente div.tabberlive ul.tabbernav li a:hover {
    background-color: #d9eeff;
}

div.mijngemeente div.tabberlive div.tabbertab {
    margin: 0 0 0 180px;
}

* html div.mijngemeente div.tabberlive div.tabbertab {
    height: 1px;
}

div.mijngemeente div.tabberlive div.tabbertab div.pair span.field {
    display: block;
    margin: 0 1px 0 120px;
}

/*******************************************************************************
 Mijn gemeente - Mijn woning
*******************************************************************************/
div.mijngemeente iframe {
    border: none;
}

/*******************************************************************************
 Poll
*******************************************************************************/
div#content div.tx-multipoll-pi1 h2 {
	margin: 0 0 1em 0;
}

div#content div.tx-multipoll-pi1 div.page {
	font-size: 0.8em;
}

div#content div.tx-multipoll-pi1 ul {
	margin: 1em 0;
	padding: 0;
	list-style: none;
}

div#content div.tx-multipoll-pi1 div.button {
	margin: 0 0 1em 0;
}

div#content div.tx-multipoll-pi1 div.votes {
	font-size: 0.8em;
}

div#content div.tx-multipoll-pi1 div.percentage {
	width: 300px;
	background-color: #cccccc;
	margin: 0 0 .5em 0;
}

div#content div.tx-multipoll-pi1 div.percentage div {
	background-color: #ff0000;
	background-image: url("../templates_shared/images/poll.gif");
	height: 5px;
}

/*******************************************************************************
 wind_melding
*******************************************************************************/
div.tx-windmelding-pi1 form {
        margin: 0;
        padding: 0;
}

div.tx-windmelding-pi1 form hr {
        border: none;
        height: 1px;
        background-color: #0092ce;
}

div.tx-windmelding-pi1 form fieldset {
        margin: 0;
        padding: 0;
        border: none;
}

div.tx-windmelding-pi1 form fieldset legend {
        color: #0092CE;
        font-size: 120%;
        font-weight: bold;
        margin: 0 0 .5em 0;
}

div.tx-windmelding-pi1 form fieldset div.pair {
        overflow: hidden;
}

* html div.tx-windmelding-pi1 form fieldset div.pair {
        overflow: visible;
        height: 1px;
}

div.tx-windmelding-pi1 form fieldset div.pair label {
        display: block;
        width: 150px;
        float: left;
        font-weight: bold;
}

div.tx-windmelding-pi1 form fieldset div.pair input,
div.tx-windmelding-pi1 form fieldset div.pair textarea,
div.tx-windmelding-pi1 form fieldset div.pair select {
        float: left;
        margin: 0 0 0 10px;
}

div.tx-windmelding-pi1 form fieldset div.pair textarea {
        width: 400px;
        height: 100px;
}

div.tx-windmelding-pi1 form fieldset div.terhoogtevan textarea {
        height: 50px;
}

div.tx-windmelding-pi1 form fieldset div.email input,
div.tx-windmelding-pi1 form fieldset div.pair select {
        width: 400px;
}

div.tx-windmelding-pi1 form fieldset div.geslacht select {
        width: auto;
}

div.tx-windmelding-pi1 form fieldset div.huisletter input,
div.tx-windmelding-pi1 form fieldset div.voorletters input,
div.tx-windmelding-pi1 form fieldset div.tussenvoegsel input {
        width: 50px;
}

div.tx-windmelding-pi1 form fieldset div.postcode input,
div.tx-windmelding-pi1 form fieldset div.huisnummer input,
div.tx-windmelding-pi1 form fieldset div.huistoevoeging input {
        width: 75px;
}

div.tx-windmelding-pi1 form fieldset div.telefoon input,
div.tx-windmelding-pi1 form fieldset div.mobiel input,
div.tx-windmelding-pi1 form fieldset div.fax input {
        width: 100px;
}

div.tx-windmelding-pi1 form fieldset div.straat input,
div.tx-windmelding-pi1 form fieldset div.naam input {
        width: 150px;
}

div.tx-windmelding-pi1 form fieldset div.woonplaats input {
        width: 200px;
}

div.tx-windmelding-pi1 form fieldset div.pair div.fields {
        overflow: hidden;
        margin: 0 0 0 10px;
        float: left;
}

* html div.tx-windmelding-pi1 form fieldset div.pair div.fields {
        overflow: visible;
        height: 1px;
}

div.tx-windmelding-pi1 form fieldset div.pair div.fields div.pair {
        float: left;
        margin: 0 5px 0 0;
}

* html div.tx-windmelding-pi1 form fieldset div.pair div.fields div.pair {
        display: inline;
}

div.tx-windmelding-pi1 form fieldset div.pair div.fields div.pair label {
        float: none;
        width: auto;
}

div.tx-windmelding-pi1 form fieldset div.pair div.fields div.pair input,
div.tx-windmelding-pi1 form fieldset div.pair div.fields div.pair textarea,
div.tx-windmelding-pi1 form fieldset div.pair div.fields div.pair select {
        float: none;
        margin: 0;
}
/*******************************************************************************
 search htdig
*******************************************************************************/
div#content div.tx-htdig-pi1{
	overflow: hidden;
}
div#content div.tx-htdig-pi1 div.tx-htdig-pi1-suggestions{
	margin: 2em 0 2em 0;
}
div#content div.tx-htdig-pi1 div.tx-htdig-pi1-suggestions a{
	text-decoration: none;
	font-weight: bold;
	font-style: italic;
	
}
div#content div.tx-htdig-pi1 div.tx-htdig-pi1-res{
	margin: 0 0 1em 0;
	
}
div#content div.tx-htdig-pi1 div.tx-htdig-pi1-title a{
	font-weight: bold;
}

div#content div.tx-htdig-pi1 div.tx-htdig-pi1-info{
	color: #919796;
	overflow: hidden;
}
div#content div.tx-htdig-pi1 div.tx-htdig-pi1-info div.tx-htdig-pi1-percent{
	float: left;
	padding-right: 4px;
	background-image: url('images/pipeline.png');
	background-repeat: no-repeat;
	background-position: right 50%;
}

div#content div.tx-htdig-pi1 div.tx-htdig-pi1-info div.tx-htdig-pi1-text-item-mtime{
	float: left;
	margin-left: 4px;
}

div#content div.tx-htdig-pi1 div.tx-htdig-pi1-descr{
}

div#content div.tx-htdig-pi1 div.tx-htdig-pi1-url a{
	text-decoration: none;
}

div#content div.tx-htdig-pi1 div.tx-htdig-pi1-paging{
	margin: 0 0 1em 0;
	float: left;
}
div#content div.tx-htdig-pi1 div.tx-htdig-pi1-paging ul {
	list-style-type:none;
	overflow: hidden;
	float: left;
	padding: 0;
}
div#content div.tx-htdig-pi1 div.tx-htdig-pi1-paging ul li {
	float: left;
	background-image: url('images/pipeline_black.png');
	background-repeat: no-repeat;
	background-position: right 50%;
}

div#content div.tx-htdig-pi1 div.tx-htdig-pi1-paging a {
	text-decoration: none;
	color: #000000;
	padding: 0 10px 0 10px;
	font-weight: bold;

	display: block;
}
div#content div.tx-htdig-pi1 div.tx-htdig-pi1-paging strong {
	margin:0 0 0 -1px;
	padding: 0 10px 0 10px;
	display: block;
	font-weight: bold;
}
div#content div.tx-htdig-pi1 div.tx-htdig-pi1-results{
	margin:0 0 0 1em;
	float: right;	
	font-weight: bold;
}
div#content div.tx-htdig-pi1 div.tx-htdig-pi1-searchbox label{
    display: block;
    float: left;
    width: 220px;
}
div#content div.tx-htdig-pi1 div.tx-htdig-pi1-searchbox input,
div#content div.tx-htdig-pi1 div.tx-htdig-pi1-searchbox select{
    display: block;
    float: left;
    width: 200px;
}
/*******************************************************************************
 eFormulieren
*******************************************************************************/
div.tx-windeform-pi2 div.single h3 {
        font-size: 1em;
        margin: 0;
        padding: 0;
}

div.tx-windeform-pi2 div.single div.page {
        font-size: .8em;
        margin: 0 0 1em 0;
}

div.tx-windeform-pi2 div.single form {
        margin: 0;
        padding: 0;
}

div.tx-windeform-pi2 div.check div.pair,
div.tx-windeform-pi2 div.single form div.pair {
        overflow: hidden;
        margin: 0 0 1em 0;
}

* html div.tx-windeform-pi2 div.check div.pair,
* html div.tx-windeform-pi2 div.single form div.pair {
        overflow: visible;
        height: 1px;
}

div.tx-windeform-pi2 div.single form div.pair div.error {
        color: #ff0000;
        font-size: .9em;
        font-weight: bold;
}

div#content div.tx-windeform-pi2 div.single form div.pair div.error p {
        margin: 0;
        padding: 0;
}

div.tx-windeform-pi2 div.check div.pair label,
div.tx-windeform-pi2 div.single form div.pair label {
        float: left;
        display: block;
        width: 250px;
        overflow: hidden;
}

div.tx-windeform-pi2 div.single form div.pair label span.required {
        color: #ff0000;
}

div.tx-windeform-pi2 div.check div.pair span.field label,
div.tx-windeform-pi2 div.single form div.pair span.field label {
        float: none;
        display: inline;
        width: auto;
        font-weight: normal;
}

div.tx-windeform-pi2 div.check div.pair span.field,
div.tx-windeform-pi2 div.single form div.pair span.field {
        float: left;
        display: block;
        overflow: hidden;
}

div.tx-windeform-pi2 div.single form div.pair span.radio span.singleradio {
        display: block;
}

div.tx-windeform-pi2 div.single form div.pair span.textarea textarea,
div.tx-windeform-pi2 div.single form div.pair span.text input {
        width: 300px;
}

div.tx-windeform-pi2 div.single form div.pair span.textarea textarea {
        height: 150px;
}

div.tx-windeform-pi2 div.single form div.buttons {
        margin: 1em 0 0 0;
}


