/* 
Babylonia (v2) Main stylesheet
------------------------------
Created for www.volta.be by stijn@volta.be
on july 2nd 2007

Edit history
------------
july 4th - adding css for detail pages - stijn@volta.be
 */

/* @group undoHTML */

/* undohtml.css */
/* (CC) 2004 Tantek Celik. Some Rights Reserved.             */
/*   http://creativecommons.org/licenses/by/2.0                   */
/* This style sheet is licensed under a Creative Commons License. */

/* Purpose: undo some of the default styling of common (X)HTML browsers */


/* link underlines tend to make hypertext less readable, 
   because underlines obscure the shapes of the lower halves of words */
:link,:visited { text-decoration:none }

/* no list-markers by default, since lists are used more often for semantics */
ul,ol { list-style:none }

/* avoid browser default inconsistent heading font-sizes */
/* and pre/code too */
h1,h2,h3,h4,h5,h6,pre,code { font-size:1em; }

/* remove the inconsistent (among browsers) default ul,ol padding or margin  */
/* the default spacing on headings does not match nor align with 
   normal interline spacing at all, so let's get rid of it. */
/* zero out the spacing around pre, form, body, html, p, blockquote as well */
/* form elements are oddly inconsistent, and not quite CSS emulatable. */
/*  nonetheless strip their margin and padding as well */
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input
{ margin:0; padding:0; line-height: 1em; }

/* whoever thought blue linked image borders were a good idea? */
a img,:link img,:visited img { border:none }

/* de-italicize address */
address { font-style:normal }

/* more varnish stripping as necessary... */

/* @end */

/* @group basic */

html {
    background-color: #63838b;
    text-align: center;
    height: 100%;
    
    min-width: 690px;
    font-family: Helvetica, Arial,  Geneva, sans-serif;
}

#detail_main {
    background: #62838a url(../img/test_bg.gif) repeat-y 50% 0;
}

body {
    text-align: center;
    height: 100%;
    font-size: small;
}

#mainContainer {
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    width: 960px;
}


#homePage_body {
    width: 960px;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    background: url(../img/deco_bg_bodyHome.jpg) repeat-y;
}

#detailPage_body {
    width: 960px;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    background: url(../img/deco_bg_bodyDetail.jpg) repeat-y;
}

#homePage {
    background-color: #cae2e7;
    background: url(../img/deco_bg_bodyHome.jpg) repeat-y;
    float: left;
}

#detail {
    background-color: #cae2e7;
    background: url(../img/deco_bg_bodyDetail.jpg) repeat-y;
    float: left;
}

#skipLink {
    position: absolute;
    left: -99999px;
}

h1 {
    float: left;
    width: 239px;
    height: 80px;
}

#homePage #languageSwitch {
    float: left;
    width: 126px;
    background: url(../img/deco_bg_languageSwitchHome.jpg) no-repeat;
    height: 33px;
    padding-left: 595px;
    padding-top: 52px;
}

#homePage #languageSwitch li {
    float: left;
    margin-right: 10px;
}

#homePage #languageSwitch a {
    color: #cd0656;
    font-size: 95%;
    font-weight: bold;
}

#homePage #languageSwitch a:hover {
    color: #0048ab;
}

#languageSwitch_breadcrumb {
    float: left;
    display: inline;
    width: 721px;
    background: url(../img/deco_bg_languageSwitchDetail.jpg) no-repeat;
    height: 33px;
    padding-top: 52px;
}

#detail #languageSwitch {
    float: left;
    display: inline;
    width: 130px;
    height: 33px;
    margin-left: 42px;
}

#detail #languageSwitch li {
    float: left;
    margin-right: 10px;
}

#detail #languageSwitch a {
    color: #fff;
    font-size: 95%;
    font-weight: bold;
}

#detail #languageSwitch a:hover {
    color: #df9fb0;
}

#detail #breadCrumb {
    float: right;
    position: relative;
    height: 30px;
    padding-right: 38px;
    text-align: right;
}

#detail #breadCrumb li {
    float: left;
    font-size: 110%;
    color: #fff;
    margin-right: 10px;
    font-weight: bold;
    color: #df9fb0;
}

#detail #breadCrumb a {
    color: #df9fb0;
    color: #fff;
}

#detail #breadCrumb a:hover {
    color: #df9fb0;
}

#menusContainer {
    clear: left;
    float: left;
    display: inline;
    width: 239px;
    margin-top: -5px;
}

#detail #menusContainer {
    clear: left;
    float: left;
    display: inline;
    width: 239px;
    background: #b9d6dc url(../img/deco_detailMainMenu_bottom.jpg) no-repeat 0 bottom;
    padding-bottom: 60px;
    margin-top: -5px;
}

.mainBullet_blue {
    background: url(../img/deco_mainMenuBullet_blue.gif) no-repeat 30px 0 !important;
}

.mainBullet_blue_2 {
    background: url(../img/deco_mainMenuBullet_blue2.gif) no-repeat 30px 0 !important;
}

.mainBullet_brown {
    background: url(../img/deco_mainMenuBullet_brown.gif) no-repeat 30px 0 !important;
}

.mainBullet_green {
    background: url(../img/deco_mainMenuBullet_green.gif) no-repeat 30px 0 !important;
}

.mainBullet_grey {
    background: url(../img/deco_mainMenuBullet_grey.gif) no-repeat 30px 0 !important;
}

.mainBullet_pink {
    background: url(../img/deco_mainMenuBullet_pink.gif) no-repeat 30px 0 !important;
}

.mainBullet_pink2 {
    background: url(../img/deco_mainMenuBullet_pink2.gif) no-repeat 30px 0 !important;
}

.mainBullet_yellow {
    background: url(../img/deco_mainMenuBullet_yellow.gif) no-repeat 30px 0 !important;
}

.mainBullet_avocado {
    background: url(../img/deco_mainMenuBullet_avocado.gif) no-repeat 30px 0 !important;
}

#menusHolder {
    clear: left;
    float: left;
    display: inline;
    width: 239px;
    margin-top: -5px;
}

#detail #menusHolder {
    clear: left;
    float: left;
    display: inline;
    width: 239px;
    background: #b9d6dc url(../img/deco_detailMainMenu_bottom.jpg) no-repeat 0 bottom;
    padding-bottom: 60px;
    margin-top: -5px;
}

#homePage_body #mainMenu {
    clear: left;
    float: left;
    display: inline;
    width: 239px;
    padding-top: 15px;
    background: url(../img/deco_mainMenu_shadowTop.jpg) no-repeat;
}

#homePage_body #mainMenu li {
    float: left;
    display: inline;
    margin-bottom: 9px;
    background: url(../img/deco_mainMenuBullet.gif) no-repeat 30px 0;
    padding-left: 57px;
    padding-top: 4px;
    padding-bottom: 4px;
    width: 182px;
}


#homePage_body #mainMenu li a {
    font-size: 100%;
    font-weight: bold;
    color: #365b63;
}

#homePage_body #mainMenu li a:hover {
    color: #cd0656;
}

#detail #mainMenu {
    clear: left;
    float: left;
    display: inline;
    width: 239px;
    padding-top: 15px;
    background: url(../img/deco_mainMenu_shadowTop.jpg) no-repeat;
}

#detailPage_body #mainMenu li {
    float: left;
    display: inline;
    margin-bottom: 9px;
    background: url(../img/deco_mainMenuBullet.gif) no-repeat 30px 0;
    padding-left: 57px;
    padding-top: 4px;
    padding-bottom: 4px;
    width: 182px;
}

#detailPage_body #mainMenu #mainMenu_selected a:hover {
color: #365b63;
}

#detailPage_body #mainMenu #mainMenu_selected a {
color: #cd0656;
}

#detailPage_body #mainMenu #mainMenu_selected #subMenu a:hover {
color: #cd0656;
}

#detailPage_body #mainMenu #mainMenu_selected #subMenu a {
color: #365b63;
}

#detailPage_body ul #mainMenu_selected {
    padding-top: 9px !important;
    background: #e2f0f1 url(../img/deco_mainMenuBullet_selected.gif) no-repeat 30px 5px !important;
}


#detailPage_body #mainMenu li a {
    font-size: 100%;
    font-weight: bold;
    color: #365b63;
}

#detailPage_body #mainMenu li a:hover {
    color: #cd0656;
}

#subMenu {
    clear: left;
    float: left;
    display: inline;
    width: auto !important;
    margin-left: -12px !important;
    margin-top: 2px;
    padding-top: 3px !important;
}

#subMenu li {
    clear: left;
    float: left;
    display: inline;
    background: url(../img/deco_subMenuBullet.gif) no-repeat 0 8px !important;
    margin-left: 0 !important;
    margin-bottom: 3px !important;
    margin-top: 0 !important;
    padding-left: 12px !important;
    padding-top: 3px;
    padding-bottom: 0 !important;
    width: auto;
    color: #cd0656;
    font-weight: bold;
    line-height: 110%;
}

#subMenu li a {
    font-size: 100%;
    font-weight: bold;
    color: #365b63;
}

#subMenu li a:hover {
    color: #cd0656;
}

#secondaryMenu {
    clear: left;
    float: left;
    width: 239px;
}

#secondaryMenu li {
    float: left;
    display: inline;
    margin-left: 30px;
    margin-right: 30px;
    margin-bottom: 9px;
    background: url(../img/deco_secondaryMenuBullet.gif) no-repeat 0 01px;
    padding-left: 27px;
    padding-top: 1px;
    padding-bottom: 2px;
}

#secondaryMenu li a {
    font-size: 100%;
    font-weight: bold;
    color: #365b63;
}

#secondaryMenu li a:hover {
    color: #cd0656;
}

/* @end */

/* @group homePage */

#homepageNews {
    margin-top: -6px;
    float: left;
    display: inline;
    width: 721px;
    background: url(../img/deco_homePageBackImage.jpg) no-repeat;
    min-height: 565px;
}

.homepageNews_image1 {
    background: url(../img/homepageNews_image1.jpg) no-repeat !important;
}

.homepageNews_image2 {
    background: url(../img/homepageNews_image2.jpg) no-repeat !important;
}

.homepageNews_image3 {
    background: url(../img/homepageNews_image3.jpg) no-repeat !important;
}

.homepageNews_image4 {
    background: url(../img/homepageNews_image4.jpg) no-repeat !important;
}

.homepageNews_image5 {
    background: url(../img/homepageNews_image5.jpg) no-repeat !important;
}

.homepageNews_image6 {
    background: url(../img/homepageNews_image6.jpg) no-repeat !important;
}

.homepageNews_image7 {
    background: url(../img/homepageNews_image7.jpg) no-repeat !important;
}

.homepageNews_image8 {
    background: url(../img/homepageNews_image8.jpg) no-repeat !important;
}

.homepageNews_image9 {
    background: url(../img/homepageNews_image9.jpg) no-repeat !important;
}

#homepageNews h2 {
    padding-top: 15px;
    padding-bottom: 18px;
    clear: both;
    float: right;
    display: inline;
    text-align: left;
    padding-left: 20px;
    width:  196px;
    padding-right: 48px;
    margin-right: 22px;
    background-color: #909571;
    font-size: 105%;
    color: #e7e9e1;
}

#homepageNews #laatstGewijzigd {
    clear: both;
    float: right;
    display: inline;
    text-align: left;
    width: 236px;
    text-align:right;
    font-size: 100%;
    padding-right: 50px;
    padding-top: 10px;
    padding-bottom: 10px;
	color: #cd0656;
}

#homepageNews ul {
    clear: both;
    float: right;
    display: inline;
    text-align: left;
    width: 286px;
    font-size: 100%;
}

#homepageNews li {
    clear: both;
    float: right;
    display: inline;
    text-align: left;
    padding-top: 20px;
    padding-left: 20px;
    width:  196px;
    padding-right: 48px;
    margin-right: 22px;
    font-size: 100%;
}

#homepageNews li h3 {
    margin-bottom: 7px;
    font-size: 120%;
    color: #c90032;
}

#homepageNews li img {
    margin-bottom: 7px;
    border: 8px solid #d50042;
}

#homepageNews li p {
    margin-bottom: 12px;
    font-size: 100%;
    line-height: 120%;
    color: #413634;
}

#homepageNews li a {
    margin-right: 0;
    font-size: 100%;
    font-weight: bold;
    margin-bottom: 15px;
    color: #413634;
    background: url(../img/deco_news_Meerlink_back.gif) no-repeat;
    padding-left: 20px;
    padding-top: 1px;
    padding-bottom: 1px;
    margin-right: -20px !important;
}

#homepageNews li a:hover {
    color: #c90032;
}

.newsItem_odd {
    background-color: #909571;
}

.newsItem_odd a {
    background: url(../img/deco_newsOdd_Meerlink_back.gif) no-repeat !important;
    padding-left: 20px;
    margin-right: -20px !important;
}

.newsItem_odd p {
    color: #303030;
}


#homepageNews a {
    clear: both;
    float: right;
    display: inline;
    text-align: left;
    width:  196px;
    margin-right: 70px;
}

#fullNewsoverview {
    background-color: #d50042;
    padding: 5px;
    margin-bottom: 20px;
    color: #e1e3d8;
    font-size: 100%;
}

#fullNewsoverview:hover {
    background-color: #cae1e7;
    color: #0048ab;
}

/* @end */

/* @group verkooppunten */

#mainContent #verkooppuntenLijst {
}

#mainContent #verkooppuntenLijst dt {
    background-image: none;
    padding: 0;
    margin: 0;
    margin-top: 20px;
    margin-right: 20px;
    clear: left;
    float: left;
    font-size: 100%;
    line-height: 1.1em;
    width: 100px;
}

#mainContent #verkooppuntenLijst dd {
    float: left;
    margin-top: 20px;
    width: 500px;
}

#mainContent #verkooppuntenLijst li {
    margin-bottom: 8px;
}

#mainContent #verkooppuntenLijst p {
    font-size: 85%;
}

#verkoopPunten_fiche {
    text-align: left;
    color: #fff;
    background-repeat: no-repeat;
}

#verkoopPunten_fiche h1 {
    margin: 0;
    float:  none;
    display:  block;
    width: 800px;
    height: 51px;
    text-indent: -9999px;
    padding: 0;
    background: url(../img/title_verkoopPunten.gif) no-repeat;
}

#verkoopPunten_fiche h2 {
    margin: 0;
    margin-top: 5px;
    margin-bottom: 8px;
    margin-left: 6px;
    font-size: 110%;
    float:  none;
    display:  block;
    width: 700px;
    height: auto;
    padding: 0;
}

#verkoopPunten_fiche table {
    width: 800px;
    overflow: hidden;
    float:  none;
    color: #cd0656;
    padding: 0;
    margin: 0;
    border: 0;
    border-collapse: collapse;
    background-color: #fff;
}

#verkoopPunten_fiche tr {
    padding: 0;
    padding-left: 4px;
    width: 796px;
    float: none;
}

#verkoopPunten_fiche td {
    margin-left: 10px;  
    margin-right: 10px;
    padding-top: 5px;   
    padding-bottom: 5px;
    font-size: 95%;
}

.firmanaam {
font-weight: bold;
padding-left: 5px;
}

.evenadress {
background-color: #eee;
}

/* @end */

/* @group detail */
#mainContent {
    display: inline;
    float: left;
    margin-top: -6px;
    width: 659px;
    padding-left: 40px;
    min-height: 688px;
    background: transparent url(../img/deco_mainContent_bg.jpg) no-repeat;
}

#mainContent .noTitle {
padding: 0;
height: 0;
margin-bottom: -10px;
background-image: none !important;
}


#mainContent h2 {
    clear: left;
    float: left;
    display: inline;
    color: #b90137;
    font-size: 150%;
    padding-left: 25px;
    margin-top: 20px;
    margin-bottom: 10px;
    background: url(../img/deco_bullet_h2_mainContent.gif) no-repeat;
    width: 520px;
    padding-right: 50px;
}

#mainContent p {
    margin-bottom: 20px;
    color: #313131;
    line-height: 130%;
}

#mainContent dt {
float: left;
color: #b90137;
line-height: 1em;
font-weight: bold;
font-size: 150%;
padding-left: 25px;
margin-top: 20px;
margin-bottom: 10px;
background: url(../img/deco_bullet_h2_mainContent.gif) no-repeat;
width: 520px;
padding-right: 50px;
}


#mainContent dd {
float: left;
margin-left: 0;
width: 600px;
}



#mainContent a {
    color: #b90137;
}

#mainContent a:hover {
    color: #365b63;
}

#mainContent img {
    float: left;
    display: inline;
    margin-right: 20px;
    margin-bottom: 20px;
    border: 8px solid #b90137;
}

#mainContent img.video {
    float: left;
    display: inline;
    margin-right: 0px;
    padding-bottom: 35px;
    border: none;
}

#productList_large {
    float: left;
    display: inline;
    width: 659px;
}

#productList_large li {
float: left;
display: inline;
padding-bottom: 12px;
margin-right: 34px;
margin-bottom: 8px;
background-color: #b90137;
width: 164px;
}


.imageContainer_large {
float: left;
background: no-repeat center center;
width: 83px;
height: 83px;
margin-left: 8px;
margin-top: 8px;
width: 148px;
height: 148px;
}

#productList_large .descriptionContainer_large {
clear: left;
float: left;
color: #fff;
margin-left: 8px;
margin-top: 4px;
padding-top: 6px !important;
margin-bottom: 0;
width: 148px;
text-align: center;
min-height: 10px;
}

#productList_large li img {
margin-right: 0 !important;
margin-left: 8px !important;
margin-top: 8px !important;
margin-bottom: 5px !important;
border: 0 !important;
}

#productList_large li p {
color: #fff;
clear:? left;
float: left;
display: inline;
padding: 0 !important;
margin-left: 8px !important;
margin-top: 0 !important;
margin-right: -3px !important;
margin-bottom: 2px !important;
width: 120px !important;
}

#productList_large li a {
    color: #fff;
}

#productList_large li a:hover {
    color: #b9d6dc;
}


.imageContainer_small {
float: left;
background: no-repeat center center;
width: 83px;
height: 83px;
margin-left: 8px;
margin-top: 8px;
}


#productList_small .descriptionContainer_small {
float: left;
color: #fff;
margin-left: 8px;
margin-top: 4px;
margin-bottom: 0;
width: 83px;
padding-top: 3px;
text-align: center;
}

#productList_small .descriptionContainer_small .productNumber {
	font-size: 80%;
}


#productList_small {
float: left;
display: inline;
width: 659px;
}


#productList_small li {
float: left;
display: inline;
margin-right: 21px;
margin-bottom: 20px;
background-color: #b90137;
padding-bottom: 2px;
width: 99px;
min-height: 138px;
}


#productList_small li img {
    margin-right: 0 !important;
    margin-left: 8px !important;
    margin-top: 8px !important;
    margin-bottom: 5px !important;
    border: 0 !important;
    width: 83px;
}

#productList_small li p {
    color: #fff;
    clear:  left;
    float: left;
    display: inline;
    padding: 0 !important;
    font-size: 85%;
    margin-left: 8px !important;
    margin-top: 0 !important;
    margin-right: -3px !important;
    margin-bottom: 2px !important;
    width: 89px !important;
}

#productList_small li a {
    color: #fff;
}

#productList_small li a:hover {
    color: #b9d6dc;
}

/* @end */



/* @group productFiche */

#productFiche {
    float: left;
    display: inline;
    color:  #fff !important;
    background-color: #b90137;
    font-family: Helvetica, Arial,  Geneva, sans-serif;
    font-size: small;
    padding:  0 !important;
}

#productFiche h1 {
    float: none !important;
    margin-left: -48px !important;
    padding: 0 !important;
}

#productFiche img {
clear: left;
float: left;
display: inline;
margin-left: 100px;
}

#productInfo {
text-align: left;
margin-top: 20px;
margin-left: 0;
clear: left;
float: left;
display: inline;
width: 800px;
}

#productFiche #beschrijving {
float: left;
margin-left: 20px;
width: 350px;
}

#productFiche table {
float: left;
width: 350px;
}

#productFiche td {
vertical-align: top;
margin-right: 5px !important;
margin-bottom: 5px !important;
}

#productFiche p {
clear: left;
float: left;
width: 350px;
margin-top: 20px;
line-height: 130%;
}


#productFiche a {
color: #fff;
text-decoration: underline;
}

#productFiche a:hover {
color: #e2f0f1;
} 

#productFiche #paginationLinks {
float: left;
display: inline;
margin-left: 100px;
}

#productFiche #paginationLinks a {
float: left;
display: inline;
color: #fff;
text-decoration: none;
margin-right: 5px;
background-color: #910029;
text-indent: -9999px;
height: 17px;
width: 30px;
}

#productFiche #paginationLinks a:hover {
background-position: 0 -17px;
}

#productFiche #paginationLinks #previous {
background-image: url(../img/button_previous.gif);
}

#productFiche #paginationLinks #next {
background-image: url(../img/button_next.gif);
}

/* @end */

/* @group newsOverview */
#newsOverview {
  clear: left;
  float: left;
  margin-top: 18px;
}



#newsOverview dt {
  float: left;
  line-height: 1em;
  margin-top: 20px;
  margin-bottom: 10px;
  background: transparent url(../img/nieuwsTopFade.png) repeat-x 0 top;
  width: 520px;
  padding-right: 50px;
  padding-left: 0;
  padding-top: 10px;
  border-top: 2px solid #365B63;
  color: #313158;
}


#mainContent dd {
  float: left;
  margin-left: 0;
  width: 520px;
}

#newsOverview li {
  background: transparent url(../img/nieuwsTopFade.png) repeat-x 0 top;
  border-top:2px solid #365B63;
  margin-bottom:35px;
  padding-top:10px;
  width:500px;
}

#newsOverview h3 {
  font-size: 100%;
  line-height: 1.1em;
  color: #b90137;
  margin-bottom: 10px;
}

#newsOverview dt .dateNewsoverview {
  float: left;
  margin: 0 !important;
  padding-bottom: 0 !important;
  font-weight: bold;
  font-size: 60%;
  color: #313158;
}

#newsOverview dt .titleNewsoverview {
  clear: left;
  float: left;
  margin: 0 !important;
  padding-bottom: 0 !important;
  font-weight: bold;
  font-size: 70%;
  color: #b90137;
}

#newsOverviewUp{
  clear: left;
  float: left;
  width: 474px;
  margin-top: -10px;
  color: #365b63 !important;
  padding: 4px;
  padding-left: 18px;
  height: 15px;
  background: url(../img/bg_nieuwUpButton.gif) no-repeat;
}

#newsOverviewUp:hover {
  color: #fff !important;
  background: #365b63 url(../img/bg_nieuwUpButton.gif) no-repeat 0 -23px;
}

/* @end */


/* @group backend */

#detail #menusContainer_empty {
    clear: left;
    float: left;
    display: inline;
    width: 239px;
    padding-bottom: 60px;
    margin-top: -5px;
}



#detail #breadCrumbBackend {
    float: left;
    position: relative;
    height: 30px;
    left: 25px;
    padding-right: 38px;
    text-align: right;
}

#detail #breadCrumbBackend li {
    float: left;
    font-size: 110%;
    color: #fff;
    margin-right: 10px;
    font-weight: bold;
    color: #fff;
}

#detail #breadCrumbBackend a {
    color: #df9fb0;
    color: #fff;
}

#detail #breadCrumbBackend a:hover {
    color: #df9fb0;
}


#backend {
    display: inline;
    float: left;
    margin-top: -6px;
    width: 689px;
    padding-left: 25px;
    min-height: 688px;
    background: transparent url(../img/deco_mainContent_bg.jpg) no-repeat;
}

#backend h2 {
    clear: left;
    float: left;
    display: inline;
    color: #fff;
    font-size: 100%;
    padding-left: 10px;
    padding-top: 5px;
    margin-top: 20px;
    background: url(../img/deco_bg_backendHeader.gif) no-repeat;
    width: 656px;
    min-height: 20px;
}


#backend p {
    margin-bottom: 20px;
    padding-right: 80px;
    color: #313131;
    line-height: 130%;
}

#backend dt {
    float: left;
    color: #b90137;
    line-height: 1em;
    font-weight: bold;
    font-size: 150%;
    padding-left: 25px;
    margin-top: 20px;
    margin-bottom: 10px;
    background: url(../img/deco_bullet_h2_mainContent.gif) no-repeat;
    width: 520px;
    padding-right: 50px;
}


#backend dd {
    float: left;
    margin-left: 0;
    width: 520px;
}


#backend a {
    color: #b90137;
}

#backend a:hover {
    color: #365b63;
}

#backend img {
    float: left;
    display: inline;
    margin-right: 20px;
    margin-bottom: 20px;
    border: 8px solid #b90137;
}

#loginForm {
    padding: 0;
    margin: 0;
    clear:left;
    float: left;
    background-color: #f9ffff;
    padding-left: 10px;
    width: 646px;
    padding-top: 12px;
}

#loginForm p {
    float: left;
}

#loginForm label {
    float: left;
    margin-bottom: 6px;
}

#loginForm input {
    float: left;
}

#loginForm p {
    margin-right: 10px;
    padding-right: 0;
    color: #62838a;
    font-weight: bold;
}

#loginForm p input {
    clear: left;
    float: left;
    width: 284px;
}

#loginSubmit {
    margin-top: 21px;
}



.formList {
background-color:#F9FFFF;
clear:left;
float:left;
margin:0pt;
padding:4px 0pt 10px 10px;
width:646px;
}

.formList table {
    width: 636px;
    background-color: #edf5f6;
    border-collapse: collapse;
    color: #62838A;
}

.formList table a {
    float: left;
    background-color: #62838a;
    color: #fff !important;
    padding: 2px;
    margin-left: 3px;
}

.formList .first_formList a {
    background-color: #edf5f6;
    color: #3d5256 !important;
    padding: 2px;
    margin-left: 3px;
}

.formList th {
    background-color: #3d5256;
    color: #fff;
    padding: 3px;
    text-align: left;
    padding-top: 6px;
    padding-bottom: 6px;
}

.formList tr {
}

.formList td {
    padding: 3px;
    padding-top: 6px;
    padding-bottom: 6px;
}

.formList .pageTitle {
    background-image: url(../img/deco_pageDark.gif);
    background-repeat: no-repeat;
    background-position: 16px 5px;
    padding-left: 32px;
}





.bewerkknoppen{
    text-indent: -99999px;
    width: 106px;
}

.first_formList {
    background-color: #62838a;
    color: #fff;
    margin-bottom: 2px;
}

.first_formList .pageTitle {
    background-image: url(../img/deco_pageLight.gif);
    background-repeat: no-repeat;
    background-position: 3px 5px;
    padding-left: 18px;
}

.odd_formList {
    background-color: #dfebed;
}

.volgorde {
    width: 65px;
}

.taal {
    width: 30px;
}

.status {
    width: 60px;
}

.formList p {
    float: left;
}

.formList label {
    float: left;
    margin-bottom: 6px;
}

.formList input {
float: left;
font-size: 80%;
}

.formList select {
float: left;
font-size: 80%;
}

.formList p {
    margin-right: 10px;
    padding-right: 0;
    color: #62838a;
}

.formList button {
    float: left;
    display: block;
    font-size: 90%;
    border: 0; 
    width:auto;
    height: auto;
    overflow: visible;
    color: #edf5f6;
    background-color: #62838a;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 3px;
    padding: 1px 2px 0;
}

.formList button[type] {
    padding: 0 !important; /* Firefox */
    line-height: 500px; /* Safari */
}

.formList p input {
    clear: left;
    float: left;
    width: 284px;
}

p.contactpage {
	padding-top: 25px;
	clear: both;
	width: 500px;
}

p.volta a {
	display: block;
	color: #AEB1A8;
	font-size: 10px;
	padding: 30px 0 15px 0;
}

/* @end */
