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

img {
   border            : 0px;
}

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

.editoronly {
    border           : 2px dotted red;
}

.hidden	{
    display: none;
}

#maincontent {
    font-size: 13px;
}

#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;
}

.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    {
    color:red;
    margin-left:150px;
    margin-bottom: 4px;
}

/* Wrapper. */
#wrapper {
   position          : absolute;
   width             : 950px;
   left              : 50%;
   margin-left       : -475px;
   min-height        : 100%;
   background: white;
   border: solid white;
   border-width: 0 10px;
}

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

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

#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;
}

#header ul, #header li {
    padding: 0;
    margin: 0;
}
/* Menu. */
#header ul.menu0 {
   position          : absolute;
   z-index			 : 9999;
   padding           : 0px;
   margin            : 120px 0px 10px 0px;
   width             : 952px;
   height            : 50px;
}

#header ul.menu0 > li  {
    margin           : 25px 0 0 0;
    width            : 119px;
    height           : 50px;
    background       : url("../images/tabs.png") no-repeat scroll -120px 0 transparent;
}

#header ul.menu0 > li.home {
    background       : url("../images/tabs.png") no-repeat scroll 0 0 transparent;
}

#header ul.menu0 > li.last {
    background       : url("../images/tabs.png") no-repeat scroll -240px 0 transparent;
}

#header ul.menu0 > li:hover, #header ul.menu0 > li.active  {
    background       : url("../images/tabs.png") no-repeat scroll -360px 0 transparent;
}

#header ul.menu0 > li > a {
   display           : inline;
   float             : left;
   width             : 115px;
   height            : 20px;
   margin            : 0 2px 0 1px;
   padding-top       : 13px;
   font-size         : 0.9em;
   text-decoration   : none;
   text-align        : center;
   color             : rgb(255, 255, 255);

}

#header ul.menu0 > li > ul.menu1,
#header ul.menu0 > li div div ul.menu1 {
    display          : none;
}

#header ul.menu0 > li:hover > ul.menu1,
#header ul.menu0 > li:hover div div ul.menu1 {
    display          : block;
}

#header ul.menu1 {
    display          : block;
    height           : 300px;
    position         : relative;
    margin           : 25px 0 0 -5px;
    padding          : 0;
    position         : absolute;
    opacity          : 0.9;
    filter           : alpha(opacity=90);
}

#header li.right ul.menu1 {
    left             : 331px;
}

#header ul.menu1 > li {
     padding          : 30px 0 0 0;
     margin           : 8px 0 0 0;
     background       : url("../images/dropdown.png") no-repeat scroll -20px bottom transparent;
     display          : inline-block;
     width            : 190px;
     height           : 213px;
}

#header ul.menu1 > li a {
    color            : #444;
    text-decoration  : none;
    text-transform   : none;
    font-size        : 1.2em;
}

#header ul.menu1 > li.first {
    background       : url("../images/dropdown.png") no-repeat scroll left bottom transparent;
    padding-left     : 36px;
}

#header ul.menu1 > li.last {
    background       : url("../images/dropdown.png") no-repeat scroll -592px bottom transparent;
    padding-left     : 20px;
}

#header ul.menu2 {
    position         : relative;
    padding          : 10px 0 0 1px;
    width            : 140px;
    height           : 190px;
    overflow         : hidden;
}

#header ul.menu2 li {
    padding          : 0 0 6px 14px;
    display          : list-item;
    background       : url("../images/pijlgeel.png") no-repeat scroll 2px 5px transparent;
}

#header ul.menu2 li a {
    color            : rgb(255,255,255);
}


/** Menu fixes */
#header ul.menu0 li.tab7 {
    background-position: -480px 0;
}
#header ul.menu0 > li.active,
#header ul.menu0 li.tab7:hover {
    background-position: -360px 0;
}
/*#header ul.menu0 > li.active,
#header ul.menu0 > li:hover  {
    background-position: -480px 0;
}
#header ul.menu0 > li.active:hover  {
    background-position: -360px 0;
}*/
#header li ul.menu1 {
    min-width: 835px; /*ie7*/
}
#header ul.menu0:hover	{
    height: 400px;
    overflow-x: hidden;
}
#header ul.menu1	{
    opacity: 1;
    filter: none;
}
#header ul.menu1 > li {
    height: auto;
    min-height:250px;
    padding-left:8px;
    border-left: 1px solid #bdc7cf;
}
#header ul.menu1 > li:first-child {
    border-left: none;
}
#header ul.menu1 > li:first-child > *	{
    position: relative;
    left: -15px;
}
#header ul.menu2    {
    height: auto;
    width: 165px;
    min-height: 225px;
}
#header .menu2 li{
    float: none;
}
#header li ul.menu1,
#header li.right ul.menu1,
#header li.last ul.menu1 {
    position: absolute;
    left: auto;
    right: auto;
}
#header ul.menu0 > li.tab1 ul.menu1   {
    left: 121px;
}
#header ul.menu0 > li.tab2 ul.menu1   {
    left: 243px;
}
#header ul.menu0 > li.tab3 ul.menu1   {
    left: 359px;
}
#header ul.menu0 > li.tab4 ul.menu1   {
    right: -44px;
}
#header ul.menu0 > li.tab5 ul.menu1   {
    right: 36px;
}
#header ul.menu0 > li.tab6 ul.menu1   {
    right: -82px;
}

.css2 #header ul.menu0	{
    height: auto;
    overflow: visible;
}
.css2 #header ul.menu0 > li ul.menu1    {
    position: relative;
    left: auto;
    right: auto;
}

/** Menu spiffening */
.css2 #header li ul.menu1,
.css2 #header li ul.menu1 > li,
.css2 #header li ul.menu2    {
    min-height: 0;
    min-width: 0;
}
.css2 #header .menu0 li li{
    float: none;
}
.css2 #header ul.menu0 > li > div.menuleft    {
    background : transparent url("../images/dropdown-left-trans.png") bottom left no-repeat;
    clear: both;
    position: absolute;
    margin-top: 33px;
    margin-left: -3px;
    max-width:836px;
}
.css2 #header ul.menu0 > li > div > div.menuright    {
    background : transparent url("../images/dropdown-right-trans.png") bottom right no-repeat;
    padding-right: 20px;
    margin-left: 20px;
}
.css2 #header .menu1 a {
    display: block;
    min-width: 163px;
    white-space: nowrap;
    padding-right: 5px;
}

.css2 #header ul.menu1	{
    background : url("../images/dropdown-center-trans.png") bottom center repeat-x;
    margin: 0;
    position: relative;
    left: auto !important;
    max-width:797px;
    min-height:229px !important;
}
#header ul.menu1 > li:first-child > *	{
    left: auto;
}
.css2 #header ul.menu0 > li:first-child + li + li + li + li > div.menuleft {
    right: 356px;
}
.css2 #header ul.menu0 > li:first-child + li + li + li + li + li > div.menuleft   {
    right: 237px;
    m argin-left: -278px;
}
.css2 #header ul.menu0 > li:first-child + li + li + li + li + li > div.menuleft .menu1	{
    width: 595px;
}
.css2 #header ul.menu0 > li:first-child + li + li + li + li + li + li > div.menuleft   {
    right: 118px;
    m argin-left: -388px;
}

.css2 #header ul.menu1 > li {
    display:table-cell;
    padding: 0 !important;
    background: none !important;
}

.css2 #header ul.menu1 > li {
    margin: 5px;
}

.css2 #header ul.menu1 > li > a{
    padding: 25px 0 0 10px;
}
.css2 #header ul.menu1 > li:first-child > a{
    padding-left: 0;
}

.css2 #header ul.menu1,
.css2 #header ul.menu1 > li,
.css2 #header ul.menu2    {
    height: auto;
}

.css2 #header ul.menu2    {
    width: auto;
    padding: 5px 5px 5px 10px;
    min-height:175px !important;
}

.css2 #header ul.menu1 li:first-child ul.menu2	{
    padding-left: 0;
}



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

#content #breadcrumb {
   margin            : 60px 10px 11px 0;
   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 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;
}

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

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

#content div.contact {
   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 {
   padding           : 0px;
}

#formSearch {
    position         : absolute;
    right            : 13px;
    top              : 100px;
}

#formSearch input.textfield {
   float             : left;
   font-size         : 11px;
   height            : 17px;
   width             : 256px;
   color             : #999;
   padding           : 2px 0 0 10px;
   border-style      : none;
   border-width      : 0;
}

#formSearch .butSubmit {
    border           : none;
}

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

/* formatting for new templates */
#buttons {
    float: left;
    width: 150px;
}

#buttons img {
    padding-bottom: 5px;
}

.contact img {
    float: left;
    margin: 3px 20px 0 0;
}

#zoekformulier fieldset	{
	border:1px solid #80A6C3;
	padding:10px;
}

#zoekformulier legend	{
	border: none;
	font-size: 16px;
	padding: 0 5px 2px;
	color: #71BDEE;
}
#zoekformulier  label	{
	position: absolute;
	display: block;
	font-weight: bold;
	color: #71BDEE;
}
