#body {
   background-image: url( images/portal-background.gif );
   background-repeat: repeat-x;
   background-color: #D4D4D3;
   /*background-image: url(images/brown_bg.gif);
    background-repeat: repeat-x repeat-y;*/

   height: 100%;
   margin: 0px;
   padding: 0px;
   color: #000;
   font-family: Arial, Helvetica, sans-serif;
   font-size: 12px;
   text-align: center;

}

/*****************
* Portal Header  *
******************/

#spacer {
   line-height: 0px;
   font-size: 0px;
   height: 0px;
   min-width: 804px;
}


#header {
   background-image: url( images/nav-bar-header.gif );
   background-repeat: repeat-x;
   background-position: bottom;
   height: 111px;
   padding: 0px;
   margin: 0px;
}

#header-container {
   background-image: url( images/header.jpg );
   background-position: left top;
   background-repeat: repeat-x;
   height: 100%;
   width: 100%;
   z-index: 0;
   border-right-style: solid;
   border-right-width: 1px;
   border-right-color: #9F625D;
   border-left-style: solid;
   border-left-width: 1px;
   border-left-color: #9F625D;
   border-top-style: solid;
   border-top-width: 1px;
   border-top-color: #9F625D;
}
/*
#logoName {
   background-image: url( images/logo.gif );
   background-repeat: no-repeat;
   width: 237px;
   height: 83px;
   z-index: 0;
   position: absolute;
   left: 5px;
   top: 1px;
}
*/

#portal-container {
   height: 100%;
   margin: 30px auto 30px auto ;
   width: 804px;
}

#expander {
   position: relative;
   width: 804px;
   height: 100%;
}

#sizer {
   width: 100%;
   height: 100%;
}

* html #portal-container,
   * html #sizer,
   * html #expander {
   height: 0;
}


#content-container {
   height: 100%;
   text-align: left;
   min-width: 780px;
   padding: 10px;
   border-right-style: solid;
   border-right-width: 1px;
   border-right-color: #9F625D;
   border-left-style: solid;
   border-left-width: 1px;
   border-left-color: #9F625D;
   background-color: #ffffff;
   border-bottom-style: solid;
   border-bottom-width: 1px;
   border-bottom-color: #9F625D;
}

#login-container {
   position: relative;
   left: 34%;
   top: 55px;
   right: 50%;
   width: 320px;
   height: 250px;
   margin: 0px;
}

#login-container label, #login-container input {
   display: block;
   float: left;
   width: auto;
   margin-top: 15px;
   color: #E4EECC;
}

#login-container input {
   color: #000;
}

#login-container label {
   text-align: right;
   padding-right: 20px;
   width: 95px;
}

#login-container br {
   clear: left;
}

#login-container fieldset {
   background-color: transparent;
}

#login-container legend {
   font-family: Arial, Helvetica, sans-serif;
   font-size: 13px;
   font-weight: bold;
   color: #E4EECC;
}

#loginForm {
   margin: 0px;
   padding: 0px;
}


#regionA {
   width: 30%;
   float: left;
   margin: 0px;
   padding: 0px;
   min-width: 250px;
}

#regionB {
   padding: 20px; 
   width: 68.5%;
   float: left;
   margin: 20px;
}

#regionC {
   padding: 20px;
   margin: 20px;
   width: 28%;
   float: left; 
   display: none;
}

#footer-container {
   padding: 20px 20px 20px 100px;
   text-align: left;
   width: 50%;
   font-size: 12px;
   color: #000000;
   z-index: 20;
}

#navigation-container {
}

hr.cleaner {
   clear: both;
   height: 1px;
   margin: -1px 0 0 0;
   padding: 0;
   border: none;
   visibility: hidden;
}


UL#tabsHeader {
   margin: 0;
   padding-left: 10px;
   min-width: 550px;
   z-index: 100; /* added for submenu hover */
   position: relative; /* added for submenu hover */
}

UL#tabsHeader li {
   display: inline;
   list-style: none;
   float: left;
   margin-left: 0px;
   margin-top: 83px;
   margin-right: 0px;
   position: relative;
   top: 0px;
   padding-left: 5px;
   padding-right: 5px;
   white-space: nowrap;
}

UL#tabsHeader li {
}

UL#tabsHeader li:hover {
   color: #9F625D; /* was #9F625D; */
}

/* hover selectors for main header tabs */
UL#tabsHeader li.hoverOn {
   color: #9F625D; /* was #9F625D; */
}

UL#tabsHeader li.hoverOff {

}

UL#tabsHeader a {
   display: block;
   float: left;
   padding: 0px 5px 2px 2px;
   text-decoration: none;
   font: 13px / normal Arial, Helvetica, Sans-Serif, sans-serif;
   background: 100% 0 no-repeat;
   color: #E4EECC; /* was #95A490; */
   line-height: 25px;
   font-weight: 500;
}

UL#tabsHeader a:hover {
   text-decoration: none;
   color: #FF625D; /* was #9F625D; */
}

UL#tabsHeader #current {
   background-image: url( images/activeTabLeft.gif );
   background-repeat: no-repeat;
}

UL#tabsHeader #current, UL#tabsHeader #current a {
   font: 13px / normal Arial, Helvetica, Sans-Serif, sans-serif;
   font-weight: 500;
   color: #E4EEFF; /* was #E4EECC; */
   line-height: 25px;
   border-right: 0px;
   border-left: 0px;
}

UL#tabsHeader #current a {
   background-image: url( images/activeTab.gif );
   background-repeat: no-repeat;
}



/* hide the sub levels and give them a positon absolute so that they take up no room */
UL#tabsHeader ul {
   visibility: hidden;
   position: absolute;
   height: 0;
   top: 0px;
   left: 0;
   width: 150px;
   text-align: left;
   margin: 0px;
   padding: 0px;
   margin-top: 22px;
}

UL#tabsHeader ul a {
   font: 11px;
   font-family: Verdana, Arial, Helvetica, Sans-Serif, sans-serif;
   font-weight: normal;
   color: #5078aa;

}

UL#tabsHeader ul a:hover {
   font: 11px;
   font-family: Verdana, Arial, Helvetica, Sans-Serif, sans-serif;
   font-weight: normal;
   color: #5078aa;
}

UL#tabsHeader #current ul a {
   font: 11px;
   font-family: Verdana, Arial, Helvetica, Sans-Serif, sans-serif;
   font-weight: normal;
   color: #ffffff;/*color: #5078aa;*/
}


UL#tabsHeader li:hover ul {
   visibility: visible;
}

UL#tabsHeader ul li {
   background: #EDECEC;
   color: #5078aa;
   padding: 3px;
   width: 120px;

   border: 1px solid #FFFFFF;
   border-width: 1px 1px 0 0;

   margin-left: 0px;
   margin-top: 0px;
   margin-right: 0px;
}


UL#tabsHeader ul li:hover {
   background: #E2E2E2;
}

/* End Submenu selectors */

/* Tab background color for selected global nav item */
li.currentTabBackground {
   background: #fff;
}

/* backslash hack for IE5-Mac \*/
UL#tabsHeader a {
   float: none;
}

/* End Mac Hack */
html>body UL#tabsHeader a {
   width: auto;
}

/* fixes IE6 win hack */

/***************************
*  Utility Navigation  *

   float: right;
   padding: 2px 2px;

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

#dashboardnav {

   position: absolute;
   bottom: -45px;
   text-align: right;
   width: 50%;
   font-size: 12px;
   color: #000000;
   z-index: 20;
}

#dashboardnav a {
   color: #000000;
}

#dashboardnav .addcontent {
   background-image: url( images/ico_addcontent.gif );
   background-repeat: no-repeat;
   background-position: left;
   height: 20px;
   width: 20px;
   padding-left: 16px;
}

/****************************
* Portlet Container Windows *
*****************************/

.portlet-container {
   padding: 10px;
}

.portlet-titlebar-title {
   color: #E4EECC;
   font-weight: 500;
   font-family: "Monotype Corsiva", Arial, Helvetica, Sans-Serif, sans-serif;
   font-size: 15px;
   white-space: nowrap;
   line-height: 100%;
   float: left;
   text-indent: 20px;
   position: relative;
   top: 4px;
}

.portlet-titlebar-decoration {
   background-image: url( images/portlet-titlebar-decoration.gif );
   background-repeat: no-repeat;
   height: 22px;
   width: 17px;
   float: left;
}

/* wrapper for floating portlet window modes */
.portlet-mode-container {
   float: right;
   padding-left: 4px;
   padding-top: 1px;
}

.portlet-titlebar-left {
   background-image: url( images/portlet-top-left.gif );
   background-repeat: no-repeat;
   width: 9px;
   height: 23px;
   background-position: right;
   min-width: 9px;
}

.portlet-titlebar-center {
   background-image: url( images/portlet-top-middle.gif );
   background-repeat: repeat-x;
   height: 23px;
}

.portlet-titlebar-right {
   background-image: url( images/portlet-top-right.gif );
   background-repeat: no-repeat;
   width: 9px;
   height: 23px;
   min-width: 9px;
}

.portlet-content-left {
   background-image: url( images/portlet-left-vertical.gif );
   background-repeat: repeat-y;
   width: 9px;
   min-width: 9px;
}

.portlet-content-center {
   background-color: #E4EECC;
   background-repeat: repeat;
   vertical-align: top;
   font-family: Arial, Helvetica, Sans-Serif, sans-serif;
   font-size: 12px;
   color: #000;
   padding-top: 1px;
}

.portlet-body {
   background-color: #E4EECC;
}

.portlet-content-right {
   background-image: url( images/portlet-right-vertical.gif );
   height: 100%;
   background-repeat: repeat-y;
   background-position: right;
   width: 9px;
   min-width: 9px;
}

.portlet-footer-left {
   background-image: url( images/portlet-bottom-left.gif );
   width: 9px;
   height: 14px;
   background-repeat: no-repeat;
   background-position: top right;
   min-width: 9px;
}

.portlet-footer-center {
   background-image: url( images/portlet-bottom-middle.gif );
   height: 14px;
   background-repeat: repeat-x;
}

.portlet-footer-right {
   background-image: url( images/portlet-bottom-right.gif );
   width: 9px;
   height: 14px;
   background-repeat: no-repeat;
   min-width: 9px;
}

/***********************
* Portlet Window Modes *
************************/
.portlet-mode-maximized {
   background-image: url( images/maximize.gif );
   width: 16px;
   height: 20px;
   background-repeat: no-repeat;
   float: left;
   display: inline;
   cursor: pointer;
}

.portlet-mode-minimized {
   background-image: url( images/minimize.gif );
   width: 16px;
   height: 20px;
   background-repeat: no-repeat;
   float: left;
   display: inline;
   cursor: pointer;
}

.portlet-mode-normal {
   background-image: url( images/normal.gif );
   width: 16px;
   height: 20px;
   background-repeat: no-repeat;
   float: left;
   display: inline;
   cursor: pointer;
}

.portlet-mode-help {
   background-image: url( images/help.gif );
   width: 16px;
   height: 20px;
   background-repeat: no-repeat;
   float: left;
   display: inline;
   cursor: pointer;
}

.portlet-mode-edit {
   background-image: url( images/edit.gif );
   width: 16px;
   height: 20px;
   background-repeat: no-repeat;
   float: left;
   display: inline;
   cursor: pointer;
}

.portlet-mode-admin {
   background-image: url( images/admin.gif );
   width: 16px;
   height: 20px;
   background-repeat: no-repeat;
   float: left;
   display: inline;
   cursor: pointer;
}

.portlet-mode-remove {
   background-image: url( images/remove.gif );
   width: 16px;
   height: 20px;
   background-repeat: no-repeat;
   float: left;
   display: inline;
   cursor: pointer;
}

.portlet-mode-view {
   background-image: url( images/view.gif );
   width: 17px;
   height: 20px;
   background-repeat: no-repeat;
   float: left;
   display: inline;
   cursor: pointer;
}

.portlet-mode-reload {
   background-image: url( images/reload.gif );
   width: 16px;
   height: 20px;
   background-repeat: no-repeat;
   float: left;
   display: inline;
   cursor: pointer;
}

/**********************
* Copyright Selectors *
***********************/
.portal-copyright {
   font-weight: normal;
   font-family: "Monotype Corsiva", Arial, Helvetica, Sans-Serif, sans-serif;
   font-size: 15px;
   color: #E4EECC;
}

a.portal-copyright {
   color: #E4EECC;
   text-decoration: none;
}

a.portal-copyright:hover {
   color: #9F625D;
   text-decoration: none;
}

#ThemeBy:before {
   content: "Theme by Novell";
}

/*************
*  Elements  *
**************/
a {
   color: #6F5C11;  /* #9F625D; */
   text-decoration: none;
}

a:hover {
   color: #87868C;
   text-decoration: none;
}

INPUT {
   font-family: Arial, Helvetica, Sans-Serif, sans-serif;
   font-size: 12px;
   color: #000;
}

SELECT {
   font-family: Arial, Helvetica, Sans-Serif, sans-serif;
   font-size: 12px;
   color: #000;
}

FONT {
   font-family: Arial, Helvetica, sans-serif;
   font-size: 12px;
   color: red;
}

FIELDSET {
   background-color: transparent;
   border: 1px solid #BABDB6;
   padding: 6px;
}

LEGEND {
   background-color: transparent;
   padding-left: 6px;
   padding-right: 6px;
   padding-bottom: 0px;
   font-size: 13px;
}

/* below 3 selectors overwrite inline styles for page menu portlet */
#foldheader {
   list-style-image: url( images/bullet.gif ) ! Important;
   vertical-align: middle;
   cursor: hand !important;
   margin-left: -10px;
}

#foldinglist {
   margin-left: 10px;
   list-style-image: url( images/bullet.gif ) ! Important;
   list-style-position: outside;
   cursor: hand !important;
   margin-left: -10px;
}

#pagenosub {
   list-style-image: url( images/bullet.gif ) ! Important;
   cursor: hand !important;
   margin-left: -10px;
   vertical-align: middle;
}

/********
* FONTS *
*********/

/* Font attributes for the normal  fragment font.
Used for the display of non-accentuated information */
.portlet-font {
   color: #000000;
   font-family: Arial, Helvetica, sans-serif;
   font-size: 12px;
}

/* Font attributes similar to the portlet.font but the color is lighter */
.portlet-font-dim {
   color: #87868C;
   font-family: Arial, Helvetica, sans-serif;
   font-size: 12px;
}

/********
* FORMS *
*********/
.portlet-form-label {
   color: #000;
   text-decoration: none;
   font-size: 12px;
   font-weight: bold;
}

/* Text of the user-input in an input field. not sure if we need this guy? */
.portlet-form-input-field {
   color: #000;
   font-size: 12px;
   border-color: #000000;
   border-style: solid;
   border-width: 1px;
   background-color: #D8E2C3;
}

/* Text on a form button */
.portlet-form-button {
   font-size: 12px;
   color: #000000;
}

/* Text that appears beside a context dependent action icon */
.portlet-icon-label {

}

/* Text that appears beside a "standard" icon (e.g Ok, or Cancel)
not sure if we need this one?.. */
.portlet-dlg-icon-label {

}

/* Text for form field labels */
.portlet-form-field-label {
   font-family: Arial, Helvetica, Sans-Serif, sans-serif;
   font-size: 12px;
   color: #000;
   vertical-align: bottom;
}

/* Text for a form field */
.portlet-form-field {
   font-family: Arial, Helvetica, Sans-Serif, sans-serif;
   font-size: 12px;
   color: #000;
}

/********
* LINKS *
*********/

.portal-links:link {
   font-family: Arial, Helvetica, Sans-Serif, sans-serif;
   font-size: 12px;
   font-weight: bold;
   color: #9F625D;
   text-decoration: none;
}

.portal-links:hover {
   font-family: Arial, Helvetica, Sans-Serif, sans-serif;
   font-size: 12px;
   font-weight: bold;
   color: #87868C;
   text-decoration: none;
}

.portal-links:active {
   font-family: Arial, Helvetica, Sans-Serif, sans-serif;
   font-size: 12px;
   font-weight: bold;
   color: #000;
   text-decoration: none;
}

.portal-links:visited {
   font-family: Arial, Helvetica, Sans-Serif, sans-serif;
   font-size: 12px;
   font-weight: bold;
   color: #B5C3A9;
   text-decoration: none;
}

/***********
* MESSAGES *
************/

/* Status of the current operation. */
.portlet-msg-status {
   font-family: Arial, Helvetica, Sans-Serif, sans-serif;
   font-size: 12px;
   font-style: normal;
   font-weight: bold;
   color: #95A490;
}

/* Help messages, general additional information, etc. */
.portlet-msg-info {
   font-family: Arial, Helvetica, Sans-Serif, sans-serif;
   font-size: 12px;
   font-style: italic;
   color: #000;
}

/* Error messages. */
.portlet-msg-error {
   color: red;
   font-family: Arial, Helvetica, Sans-Serif, sans-serif;
   font-size: 12px;
   font-weight: bold;
}

/* Warning messages. */
.portlet-msg-alert {
   font-family: Arial, Helvetica, Sans-Serif, sans-serif;
   font-size: 12px;
   font-weight: bold;
   color: #9F625D;
}

/* Verification of the successful completion of a task. */
.portlet-msg-success {
   font-family: Arial, Helvetica, Sans-Serif, sans-serif;
   font-size: 12px;
   font-weight: bold;
   color: #705130;
}

/********
* MENUS *
*********/

/*General menu settings such as background color, margins, etc. */
.portlet-menu {

}

/* Normal, unselected menu item. */
.portlet-menu-item {
   color: #9F625D;
   text-decoration: none;
   font-family: Arial, Helvetica, sans-serif;
   font-size: 12px;
}

.portlet-menu-item:hover {
   color: #87868C;
   text-decoration: none;
   font-family: Arial, Helvetica, sans-serif;
   font-size: 12px;
}

/* Selected menu item. */
.portlet-menu-item-selected {

}

/* Selected menu item when the mouse hovers over it. */
.portlet-menu-item-selected:hover {

}

/* Normal, unselected menu item that has sub-menus. */
.portlet-menu-cascade-item {

}

/* Selected sub-menu item that has sub-menus */
.portlet-menu-cascade-item-selected {

}

/* Descriptive text for the menu (e.g. in a help context below the menu) */
.portlet-menu-description {

}

/* Menu caption */
.portlet-menu-caption {

}

/* ===== WSRP 2.0 - As of now proposed additions are:	===== */

/***********
* SECTIONS *
************/

/* Table or section header */
.portlet-section-header {
   font-weight: bold;
   color: #000;
   font-size: 13px;
   border-bottom: dotted;
   border-bottom-width: 1px;
   border-bottom-color: #87868C;
   padding-top: 2px;
}

.portlet-section-body {
   font-size: 12px;
}

.portlet-section-alternate {
   font-size: 12px;
   background-color: #fff;
}

.portlet-section-selected {
   font-size: 12px;
   background-color: #D8E2C3;
}

.portlet-section-subheader {
   font-weight: bold;
   font-size: 12px;
}

.portlet-section-footer {
   font-size: 11px;
}

/* Text that belongs to the table but does not fall in one of the other categories
(e.g. explanatory or help text that is associated with the section. */
.portlet-section-text {
   font-size: 12px;
   color: #000;
   font-style: italic;
}

/*******************
* Table Selectors  *
********************/
/* Table header */
.portlet-table-header {
   font-weight: bold;
   color: #FFF;
   font-size: 13px;
   background-color: #95A490;
}

/* Normal text in a table cell */
.portlet-table-body {
   color: #000;
   font-size: 12px;
}

/* Text in every other row in the table */
.portlet-table-alternate {
   color: #000;
   font-size: 12px;
   background-color: #fff;
}

/* Text in a selected cell range */
.portlet-table-selected {
   color: #000;
   font-size: 12px;
   background-color: #D8E2C3;
}

/* Text of a subheading */
.portlet-table-subheader {
   font-weight: bold;
   color: #000;
   font-size: 12px;
}

/* Table footer */
.portlet-table-footer {
   font-size: 11px;
}

/* Text that belongs to the table but does not fall in one of the other categories (e.g. explanatory or help text that is associated with the table). */
.portlet-table-text {
   font-size: 12px;
   color: #000;
   font-style: italic;
}

/* A separator bar similar to a horizontal rule, but with styling matching the page */
.portlet-horizontal-separator {
   color: #9F625D;
   height: 1px;
}

/* Allows portlets to mimic the title bar when nesting something */
.portlet-nestedTitle-bar {

}

/* Allows portlets to match the textual character of the title on the title bar. */
.portlet-nestedTitle {

}

/* Support portlets having tabs in the same style as the page or other portlets */
.portlet-tab {

}

/* Highlight the tab currently being shown */
.portlet-tab-active {

}

/* Highlight the selected tab (not yet active) */
.portlet-tab-selected {

}

/* A tab which can not be currently activated */
.portlet-tab-disabled {

}

/* Top level style for the content of a tab. */
.portlet-tab-area {

}

#artikelcontainer
{
	margin:0;
	padding:0;
	width:750px;
	height:auto;	
}

#rechts
{
	margin:0;
	padding:0;
	
	float: right;
	width:auto;
	height:auto;
	
	text-align:right;
	
}

.pub
{
	margin-top:0;
	margin-right:0;
	margin-bottom:15px;
	margin-left:0;
	
	padding:0;
	
	border-style:solid;
	border-width:5px;
	border-color:#ffffff;	
}

.pub img
{
	border:none	
}

.pub a
{
	border:none;	
}

/* div waarin de voorkaft van de week staat */
#magazine
{
	margin-top:0;
	margin-right:0;
	margin-bottom:15px;
	margin-left:0;
	
	padding:0;
	
	border-style:solid;
	border-width:5px;
	border-color:#ffffff;	
}

#magazine img
{
	border:none	
}

#magazine a
{
	border:none;	
}

.white_space
{
	width:auto;
	height:10px;	
}

#content
{
        width:460px;	
        margin-top:10px;
	margin-right:20px;
	margin-bottom:20px;
	margin-left:20px;
	padding:0;	
	height:auto;
	float: left;
}

#content h1
{
	margin-top:0;
	margin-right:0;
	margin-bottom:10px;
	margin-left:0;
	padding:0;
	
	font-size:18px;
	color:black;
	border-bottom-color: #58525E; /*#4985b6;*/
	border-bottom-style:dotted;
	border-bottom-width:2px;
}

#content h2
{
	margin-top:0;
	margin-right:0;
	margin-bottom:10px;
	margin-left:0;
	padding:0;
	
	font-size:16px;
	color:black;	
}

#content h3
{
	margin-top:0;
	margin-right:0;
	margin-bottom:10px;
	margin-left:0;
	padding:0;
	
	font-size:14px;
	color:black;	
}

#content h4
{
	margin-top:0;
	margin-right:0;
	margin-bottom:10px;
	margin-left:0;
	padding:0;
	
	font-weight:bold;
	font-size:20px;
	color:black;
}
	
#content p
{
	margin-top:0;
	margin-right:0;
	margin-bottom:10px;
	margin-left:0;
	padding:0;
	
	font-size:13px;
	text-align:justify;
}
/* gestylde p class voor de inleidingen (tekst cursief)*/
#content .inleiding
{
	font-style:italic;	
}

#content ul
{
	font-size:12px;	
}
/* balk bovenaan artikels omvat ook #navigatie en .datum*/
.artikel
{
	margin:0; 
	padding:0;

	width:340px;
	height:10px;
	font-size:12px;	
	float:left;
}

#navigatie a
{  
	color:#4985b6;
	border:none;
	text-decoration:none;
	font-weight:bold;
}   
#navigatie a:hover
{  
	color:black;
}
  
.datum
{
	margin:0;
	padding-top:3px;
	font-weight:normal;
	font-size:10px;
	text-align:right;
	width:120px;
	height:13px;
	float:left;
	color:#bbc4cd;
}

#navigatie
{
	margin-top:0;
	margin-right:0;
	margin-bottom:10px;
	margin-left:0;
	                  
    padding-top:0;   
    padding-right:0; 
    padding-bottom:0;
    padding-left:0;
    
    float:left;
    border-bottom-color:#4985b6;
    border-bottom-style:solid;
    border-bottom-width:1px;
}

/* code voor de roze kader met de foto's (systeem vrt-nieuws)*/
#fotos_artikel
{
	margin-top:0;
	margin-right:0;
	margin-bottom:20px;
	margin-left:0;
	
	color:black;
	font-size:11px;
	padding:5px;
	background-color: #ECD472; /* #e8b4c4; */
	width:450px;
	height:auto;
	float:left;
}

#fotos_artikel img

{
	margin:0;
	padding:0;
	width:290px;
	height:auto;
	border-style:solid;
	border-width:1px;
	border-color:black;
}

#fotos_artikel .foto
{
	margin:0;
	padding:0;
	width:300px;
	height:auto;
	float:left;
}

#fotos_artikel .tekst
{
	margin-top:0;
	margin-right:0;
	margin-bottom:0;
	margin-left:0px;
	width:145px;
	height:auto;
	
	padding:0;
	float:left;
	text-align:left;
}

#fotos_artikel .navigatie
{
	margin-top:10px;
	margin-right:0;
	margin-bottom:0;
	margin-left:10px;
	
	padding-top:2px;
	padding-right:0;
	padding-bottom:2px;
	padding-left:0;
	
	font-size:10px;
	width:auto;
	color:black;
	font-weight:bold;
	float:left;
}

#fotos_artikel .navigatie a
{
	border:none;
	color:black;
}

.artikel_kort
{
	margin-top:15px;
	margin-right:0;
	margin-bottom:0;
	margin-left:0;
	padding:10px;
	width:440px;
	height:auto;	
	background-image:url("/images/bg_korteartikels_2.jpg");	
	background-repeat:repeat-x;
}


.artikel_kort img
{
	margin-top:0;
	margin-left:0;
	margin-bottom:5px;
	margin-right:5px;
	padding:0;
	width:150px;
	height:auto;
	border-style:solid;
	border-width:1px;
	border-color:black;
	float:left;
}

.artikel_kort .tekst
{	
	margin-top:0;
	margin-left:5px;
	margin-bottom:0;
	margin-right:0;
	padding:0;
	color:#4985b6;
	font-size:12px;
	width:auto;
	height:auto;
}

.artikel_kort a
{
	text-decoration:none;
	color:blue;
}

.artikel_kort:hover
{
	background-image:url("images/bg_korteartikels.jpg");
	cursor: pointer; cursor: hand;
}

.meer
{
	margin-top:15px;
	padding:0;
	font-weight:bold;
	font-size:12px;
	width:100%;
	height:auto;
	text-align:right;
	border-top-color: #58525E; /*#4985b6;*/
	border-top-style:dotted;
	border-top-width:2px;	
	clear:both;
}


input
{
	width:auto;	
	
}

/*blokje voor info in te zetten    let op: de afbeelding van het informatie-symbool staat in de html. Niet wissen dus... :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/

.info
{
	margin-top:10px;
	margin-right:0;
	margin-bottom:15px;
	margin-left:0;
	
	padding:10px;
	background-color: #ECD472;/*#eaeff3;*/
}

.info img
{
	margin-top:0;
	margin-left:0;
	margin-bottom:10px;
	margin-right:10px;
	float:left;	
}

/* einde blokje voor info*/


/*zoek*/
.zoek
{
	text-align:right;
	font-size:14px;
	color:black;

	text-decoration:none;
	border:none;
}

.zoek img
{
	border:none;
}
.vorige
{
	float:right;
	font-weight:bold;
}

.vorige a
{
	border:none;
	color:#4985b6;
}

.vorige img
{
	border:none;
}


.zoekresultaat
{
	margin-top:0;
	margin-right:0;
	margin-bottom:10px;
	margin-left:0;
	                  
    padding-top:0;   
    padding-right:0; 
    padding-bottom:0;
    padding-left:0;
    
    width:200px;
    float:left;
    /*border-bottom-color:#4985b6;
    border-bottom-style:solid;
    border-bottom-width:1px;	*/
}

.navlinks 
{
	text-align:left;
	font-weight:bold;
}


.gevonden 
{
}

.aantal
{
	margin:0;
	padding:0;
	width:200px;
	float:left;
	text-align:right;
}


/****************** Not sure about the following selectors:

PortletHeaderColor
PortletHeaderText
LeftCurve
PortletHeaderLink
RightCurve
RegionBorder
RegionHeaderColor

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

/*######################invulvelden "abonneer u"###################################################"*/

First, we’ll style the form tag itself. In an attached style sheet add the following CSS:

.mailform { 
 background-color: #CCCCCC; 
 color: #000000; 
 border: 1px solid #999999; 
 font-family: Verdana, Arial, Helvetica, sans-serif; 
 font-size: 10px; 
 text-align: right; 
}

#mailform .text { 
 font-family: Verdana, Arial, Helvetica, sans-serif; 
 font-size: 11px; 
 width: 100px; 
 margin-right: 6px; 

}

#mailform .buttons { 
 font-family: Verdana, Arial, Helvetica, sans-serif; 
 font-size: 10px; 
 background-color: #333333; 
 color: #FFFFFF; 
 margin-right: 6px; 
}



.veld1
{
	margin:0;
	
	padding-top:5px;
	padding-right:0;
	padding-bottom:0px;
	padding-left:0px;
	
	width:150px;
	float:left;
	font-weight:bold;
}

.veld2
{
	margin-top:0px;
	margin-right:0px;
	margin-bottom:5px;
	margin-left:0px;
        text-align: justify;

        padding:0;
	float:center;
	
}

.veld2 input
{
	margin:0;
        padding:0;
        text-align: justify;
}

.veld3
{	
	margin:0;
	
	padding-top:5px;
	padding-right:0;
	padding-bottom:0px;
	padding-left:0px;
	
	float:right;
}

.aantalprijs
{
	margin-top:0;
	margin-right:0px;
	margin-bottom:10px;
	margin-left:0px;
	padding:0;
	float:left;
	
	width:180px;
	text-align:left;
}

.exemplaren
{
	width:50px;
}

.prijs
{
	margin-top:0;
	margin-right:0;
	margin-bottom:0;
	margin-left:10px;
	
	padding:0;
}


.verzend
{
	margin-top:0;
	margin-right:70px;
	margin-bottom:0;	
	margin-left:0,;
	
	padding-top:5px;
	padding-right:0;
	padding-bottom:0;
	padding-left:0;
	
	float:right;
	font-weight:bold;
	font-size:16px;
}

.verzend a
{
	color:#4985b6;
	border:none;
}

.verzend img
{
	border:none;
}

.tekst
{
	margin:0;
	padding:0;
	
	width:180px;
	text-align:justify;
	font-size:10px;
}


h1
{
	font-size:17px;
	color:black;
}

h2
{	
	font-size:14px;
	color:black;	
}

h3
{
	font-size:12px;
	color:black;	
}

h4
{
	font-size:10px;
	color:black;
}

