/* General settings. */
body {
   background        : rgb(255, 255, 255) url('../images/background.png') repeat-x;
   margin            : 0px;
   height            : 100%;
   font              : 11px verdana;
   font-style        : none;
   overflow          : auto;
}

img {
   border            : 0px;
}

.clear {
   clear             : both;
}
.noborder {
    border           : none !important;
}

.editoronly {
    border           : 2px dotted red;
}

#maincontent *.nospacing {
    margin: 0;
    padding: 0;
}
#maincontent li.blue,
#maincontent li.blue *,
#maincontent ul.blue,
#maincontent ul.blue * {
    list-style-image:none;
    color: #71BDEE;
}
#maincontent li.gray,
#maincontent li.gray *,
#maincontent ul.gray,
#maincontent ul.gray * {
    list-style-image:none;
    color: #777777;
}

table.gray *	{
    color: #777777;
}

#sidebar table {
    color:#FFFFFF;
}
#sidebar table td	{
    vertical-align:top;
}
#sidebar embed,
#sidebar object {
    margin: 0 23px 10px 16px;
}

#header ul.tabs_1 {
    background       : url('../images/tabs_1.png') -5px 0;
}
#header ul.tabs_2 {
    background       : url('../images/tabs_2.png') -5px 0;
}
#header ul.tabs_3 {
    background       : url('../images/tabs_3.png') -5px 0;
}
#header ul.tabs_4 {
    background       : url('../images/tabs_4.png') -5px 0;
}

#header ul   {
    background       : url('../images/tabs_0.png') -5px 0;
}

.productList	{
	clear: both;
}
.productList td.small img  {
    margin-bottom: -5px;
}
.productList td.tableHolder {
    padding: 0px;
}
.productList tbody {
    background        : url('../images/background_productlist.png') !important;
}
.productList td.tableHolder table   {
    border: none !important;
    margin: 0 !important;
}
td.tableHolder {
    padding: 0 !important;
}
.productList tr.header td    {
    background       : #485E6E !important;
    color            : #fff;
}
#content table tr.childTableHeader {
    background       : #97BDDD;
    color            : #fff;
    cursor           : pointer;
}
#content table tr.childTableHeader td.directlink    {
    background       : #97BDDD;
}
#content table tr.childTableHeader td.directlink a  {
    color: #fff;
    text-decoration: none;
}

#content table.expandable tr.childTableHeader {
    background       : #97BDDD url('../images/productlist_expand_arrow.png') no-repeat 5px 10px;
}
#content table tr.childTableHeader td {
    padding-left     : 20px;
}

form.formulier  {
    margin-bottom: 11px;
}

form.formulier label.broadLabel  {
    display: block;
    width: 150px;
    float: left;
    margin-bottom: 4px;
}

form.formulier button,
form.formulier textarea,
form.formulier input.field  {
    border: 1px solid rgb(100,100,100);
    margin-bottom: 4px;
}

form.formulier label.dragup {
    position: relative;
    top: -3px;
}

form.formulier button   {
    background: #fff;
    margin-top: 16px;
    margin-left: 15px;
}

form.formulier div.error    {
    margin-left: 15px;
    margin-bottom: 4px;
}

/* Wrapper. */
#wrapper {
   position          : absolute;
   width             : 950px;
   left              : 50%;
   margin-left       : -475px;
   min-height        : 100%;
   background        : rgb(255, 255, 255) url(../images/background_sidebar.png) repeat-y scroll 638px 150px;
}

/* Header. */
#header {
   height            : 171px;
   background        : url('../images/header01.jpg') no-repeat;
}

#header #logo {
   position          : absolute;
   width             : 476px;
   height            : 79px;
   background        : url('../images/logo.png');
   margin            : 14px 0px 0px 474px;
}

#header ul  {
   font-weight       : 900;
   text-transform    : uppercase;
}

#header ul#options {
   position          : absolute;
   padding           : 0px;
   background        : url('../images/background_topmenu.png');
   padding           : 4px 0 4px 6px;
}

#header ul li {
   float             : left;
   display           : inline;
   list-style-type   : none;
}

/* Options. */
#header ul#options {
   margin            : 18px 5px 5px 17px;
   font-size         : 0.7em;
}

#header ul#options a {
   color             : rgb(0, 0, 0);
   text-decoration   : none;
   border-right      : 1px solid #000;
   padding-right     : 4px;
   margin-right      : 4px;
}

#header ul#options a:hover {
   text-decoration   : underline;
}

/* Menu. */
#header ul#menu {
   position          : absolute;
   padding           : 0 0 0 13px;
   margin            : 120px 10px 10px 0px;
}

#header ul#menu li  {
    margin-top: 25px;
    padding-bottom: 5px;
}


#header ul#menu a {
   display           : inline;
   float             : left;
   width             : 152px;
   margin            : 0px 2px 0px 0px;
   padding           : 5px 0px 3px 0px;
   font-size         : 1.2em;
   text-decoration   : none;
   text-align        : center;
   color             : rgb(255, 255, 255);
}

#header ul#menu li.active a {
   color             : rgb(99, 99, 99);
}

/* Content. */
#content {
   float             : left;
   width             : 638px;
   color             : rgb(119, 119, 119);
}

#content #breadcrumb {
   margin            : 17px 10px 0px 12px;
   color             : rgb(166, 166, 166);
   text-transform    : uppercase;
   font-size         : 10px;
}

#content #breadcrumb a {
   color             : rgb(166, 166, 166);
   text-decoration   : none;
}

#content #breadcrumb a:hover {
   text-decoration   : underline;
}

#content #maincontent {
   margin            : 0px 12px 0px 12px;
}

#content p, #content ul {
   line-height       : 18px;
}

#content p {
   margin            : 0px 0px 18px 0px;
}

#content ul {
   margin            : 18px 0px 18px 0px;
   padding           : 0px 0px 0px 30px;
   list-style-image  : url('../images/background_li.png');
}

#content h1 {
   color             : rgb(113, 189, 238);
   text-transform    : uppercase;
   font-size         : 19px;
   font-weight       : 300;
   margin            : 12px 0px 15px 0px;
}

#content h2 {
   color             : rgb(113, 189, 238);
   font-size         : 11px;
   font-weight       : 100;
   margin            : 0px 0px 17px 0px;
}

#content div.contact {
   border-top        : 1px solid rgb(235, 235, 235);
   margin            : 25px 10px 0px 12px;
   clear             : both;
}

#content div.contact span, #content div.contact a {
   float             : left;
   display           : block;
   color             : rgb(113, 189, 238);
   font-size         : 12px;
   font-weight       : 900;
   text-decoration   : none;
   text-transform    : uppercase;
   line-height       : 16px;
   padding-left      : 32px;
   margin            : 5px 17px 20px 0px;
}

#content div.contact span {
   background        : url('../images/icon_telephone.png') no-repeat;
}

#content div.contact a {
   background        : url('../images/icon_mail.png') no-repeat;
}

#content .imgLeft {
   float             : left;
}

#content .imgRight {
   float             : right;
}

/* Sidebar. */
#sidebar {
   float             : left;
   width             : 300px;
   margin-top        : -28px;
   padding-top       : 28px;
   background        : url('../images/background_sidebar.png') no-repeat;
   padding-bottom    : 25px;
}

#sidebar h1 {
   color             : rgb(113, 189, 238);
   text-transform    : uppercase;
   background        : url('../images/background_sidebar_h1-trans.png') 0px 1px no-repeat;
   padding           : 0px;
   line-height       : 11px;
   margin            : 0px 23px 13px 16px;
   font-size         : 12px;
}

#sidebar h2 {
   color             : rgb(255, 255, 255);
   margin            : 18px 23px 3px 16px;
   font-size         : 19px;
   font-weight       : 100;
}

#sidebar h3 {
   color             : rgb(255, 255, 255);
   margin            : 0px 23px 10px 16px;
   font-size         : 13px;
}

#sidebar p {
   margin            : 0px 23px 10px 16px;
   color             : rgb(255, 255, 255);
   font-size         : 11px;
   line-height       : 14px;
}

#sidebar p.news {
   margin-bottom     : 17px;
}

#sidebar .imgLeft {
   float             : left;
   margin            : 0px 10px 0px 0px;
}

#sidebar .banner {
   margin            : 13px 0px 4px 0px;
}

#sidebar a {
   display           : block;
   color             : rgb(113, 189, 238);
   text-decoration   : none;
}

#sidebar a:hover {
   text-decoration   : underline;
}

/* Search. */
#formSearch, #formSearch fieldset {
   border            : 0px;
   padding           : 0px;

}

#formSearch {
   margin            : 0px 18px 28px 14px;
}

#formSearch input.textfield {
   float             : left;
   border            : 1px solid rgb(215, 215, 215);
   font-size         : 12px;
   height            : 17px;
   margin            : 0px 4px 0px 0px;
   width             : 203px;
}

#formSearch .butSubmit {
   width             : 50px;
   height            : 21px;
}

a img   {
   border: 0;
}
.requestnow a   {
    border: 0;
    text-decoration: none;
}