body, html {
    margin: 0;
    padding: 0;    
}

body {
    background-image: url('../images/layout/background.png');
    background-repeat: repeat-x;
    text-align: center;
    color: White;
    font-family: Verdana;
    font-size: 12px;
    background-color: #282828;
    
}
br {
    line-height: 0;
}

hr {
    margin: 0;
}

ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#container {
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    width: 1024px;
}

#header {
    background-image: url('../images/layout/logo.png');
    background-repeat: no-repeat;
    height: 58px;
    padding-top: 70px;
    position: relative;
    z-index: 2;
    width: 980px;
}

#logodummy {
    position: absolute;
    width: 280px;
    height: 70px;
    left: 0;
    top: 0;
}

/*** header menu ***/
#header .menu  
{
    top: 90px;
    float: left;
    position: absolute;
    font-weight: bold;
    font-size: 11px;
    width: 100%;
    background-image: url('../images/layout/menubackground.png');
    background-repeat: repeat-x;
    height: 37px;
}

#header .menu { 
    float: left;
    font-weight: bold;
    margin-bottom: 10px;
}

#header .menu ul {
    /*background-color: White;*/
}

#header .menu #TopNavigation
{
    float: right;
}

#header .menu ul li {
    position: relative;
    float: left;
    padding: 12px 10px 0 10px;
    margin-right: 10px;
    height: 25px;   
    background-color: transparent;
    /*border-right: 1px solid #383838;*/
}

#header .menu ul li.menu_active {
    background-color: Black;
}

#header .menu ul li:hover {
    background-color: White; 
    /*border-right: 1px solid #757575;*/
    background-image: url('../images/layout/menuhover.png');
    background-position: 0 bottom;
    background-repeat: repeat-x;
}

#header .menu ul li a {
    color: White;
    text-decoration: none;
}

#header .menu ul li:hover a {
    color: Black;
}

#header .menu ul li ul {
    position: absolute;
    left: 0;
    top: 37px;
    z-index: 10;
    width: 579px;
    *width: 580px;
    display: none;
    border-left: 1px solid #CECCCF;
    border-bottom: 1px solid #CECCCF;
    border-right: 1px solid #CECCCF;
    background-color: White;
}

@-moz-document url-prefix() { 
    #header .menu ul li ul {
        width: 579px;
    } 
} 


#header .menu ul li ul .menuwrapper {
    background-color: White;
    z-index: 9;
    padding: 8px 0 12px 0;
}

#header .menu ul li:hover ul li,
#header .menu ul li ul li {
    float: none;
    background-color: White;
    background-image: url('../images/layout/menuitem.png');
    background-repeat: no-repeat;
    background-position: 15px 11px;
    padding-left: 30px;
    padding-right: 30px;
    margin: 0;
    border: none;
    line-height: 12px;
    height: 12px;
}


#header .menu ul li ul li a,
#header .menu ul li:hover ul li a
{
    color: #808080;
    background-image: none;
}

#header .menu ul li ul li:hover {
    color: #808080;
    background-image: url('../images/layout/menuitemhover.png');
    background-repeat: no-repeat;
    background-position: 15px 11px;
    padding-left: 30px;
}

#header .menu ul li ul .menuwrapper {
    float: left;
}

#header .menu ul li ul li:hover a {
    color: Black;
}


/*** header submenu ***/
#header .submenu {
    /*margin-top: -50px;*/
    float: right;
}

#header .submenu ul li {
    float: left;
    margin: 0;
    padding: 0px 10px 0px 15px;
    background-image: url('../images/layout/topmenuseparator.gif');
    background-repeat: no-repeat;      
}

#header .submenu ul li.menu_first {
    background-image: none;
}

#header .submenu ul li a {
    color: White;
    text-decoration: none;
}

/*** header subsubmenu ***/

#header .subsubmenu {
    position: absolute;
    right: 0;
    margin-top: -60px;
}

#header .subsubmenu ul li {
    float: left;
    padding: 5px;    
    padding-left: 20px;
}

#header .subsubmenu ul li a {
    color: White;
    text-decoration: none;
}

/*** breadcrumb ***/
#header .breadcrumb {
    position: absolute;
    clear: both;
    top: 133px;
    z-index: -1;
}

#header .breadcrumb ul li {
    float: left;
    margin: 0;
    padding: 4px 8px 4px 12px;
    background-image: url('../images/layout/breadcrumbseparator.gif');
    background-repeat: no-repeat;  
    background-position: left center;
}

#header .breadcrumb ul li a {
    color: White;
    text-decoration: none;

}
#header .breadcrumb ul li a:hover 
{
    text-decoration: underline;
}

#content {
    margin-top: 10px;
    line-height: 1.4;
    position: relative;

}

#content a {
    color: #FFA500;
    text-decoration: none;
}

#content a:hover {
    color: White;
}

#content div.meernieuws {
    text-align: right;
    clear: both;
    padding: 5px 40px 10px 0;
    font-size: 14px;
    font-weight: bold;
}

#content div.meernieuws a {
    text-decoration: none;
    color: White;
}

#content div.meermerken {
    text-align: right;
    clear: both;
    padding: 0px 40px 10px 0;
    margin-top: -6px;
    font-weight: bold;
}

#content div.meermerken a {
    text-decoration: none;
    color: #969696;
}

#content ul {
    margin-left: 30px;
    list-style-image: url('../images/layout/listitem.gif');
}

#content .BannerClass {
    position: relative;
}

#content .BannerClass:hover {
    position: relative;
    filter: alpha(opacity: 70);
    opacity: 0.7;
    -moz-opacity: 0.7;
}

#content .BannerClass .bannertext {
    position: absolute;
    color: Black;
    background-color: White;
    filter: alpha(opacity: 70);
    opacity: 0.7;
    -moz-opacity: 0.7;
    text-transform: uppercase;
    font-family: Arial, Verdana;
}

#content .BannerClass.Header a {
background-image: url(transparent.gif); 
}

#content .BannerClass.Header .bannertext {
    top: 20px;
    padding: 10px 20px 10px 20px;
    font-size: 22px;
    font-weight: bold;
}

#content .BannerClass.Header,
#content .BannerClass.Header img {
    max-width: 972px;
    max-height: 242px;
}


#content .BannerClass.Nieuws .bannertext {
    bottom: 20px;
    left: 0;
    right: 0;
    padding: 10px 20px 10px 20px;
    font-size: 14px;
    font-weight: bold;
    line-height: 12px;
    cursor: pointer;

}

#content .BannerClass.Nieuws,
#content .BannerClass.Nieuws img {
    max-width: 312px;
    max-height: 242px;
}

#content .BannerClass.Nieuws .bannertext span {
    font-size: 11px;
    font-weight: normal;
    text-transform: none;
    cursor: pointer;
}

#content .BannerClass.Merken .bannertext {
    display: none;
}

#content .BannerClass.Merken,
#content .BannerClass.Merken img {
    max-width: 228px;
    max-height: 104px;
}

#content .BannerClass.Header {
    border: 4px solid White !important;
    float: left;
    clear: both;
}

#content .BannerClass.Nieuws {
    float: left;
    margin-right: 10px; 
    border: 4px solid White !important;
    cursor: pointer;
}

#content .BannerClass.Merken {
    border: 4px solid #646464 !important;
    float: left;
    margin-right: 11px;
    margin-bottom: 11px;
}

#content h1, #content h2 {
    margin-top: 0;
    font-size: 18px;
    text-transform: uppercase;
}

#content div.separator {
    height: 3px;
    width: 980px;
    line-height: 0;
    background-color: White;
    border: 0 none black;
    margin: 5px 0px 5px 0px 5px;
}

#content div.separator.top {
    margin-bottom: 20px;
    background-color: transparent;
}

#footer {
    background-image: url('../images/layout/background-footer.png');
    background-repeat: repeat-x;
    padding-left: 10px;
    width: 970px;
    height: 45px;
    font-size: 11px;
}

/*** footer menu ***/
#footer .menu { 
    float: left;
    font-weight: bold;
}

#footer .menu ul li {
    float: left;
    margin: 0;
    padding: 20px 6px 10px 9px;
    background-image: url('../images/layout/footermenuseparator.gif');
    background-position: left 10px;
    background-repeat: no-repeat;  
}

#footer .menu ul li.menu_first {
    background-image: none;
}

#footer .menu ul li a {
    color: White;
    text-decoration: none;
}

/*** footer submenu ***/
#footer .submenu {
    float: right;
    font-weight: bold;
}

#footer .submenu ul li {
    float: left;
    margin: 0;
    padding: 20px 6px 10px 9px;
    background-image: url('../images/layout/footermenuseparator.gif');
    background-position: left 10px;
    background-repeat: no-repeat;  
}

#footer .submenu ul li.menu_first {
    background-image: none;
}

#footer .submenu ul li a {
    color: White;
    text-decoration: none;
}

.footertext {
    color: #949494;
    padding-top: 5px;
    height: 45px;
    width: 970px;
}

.footertext a {
    color: #949494;
    text-decoration: none;
}


/*** layout columns/rows positioning */
#row1 {
    min-height: 10px;
    margin-bottom: 5px;
}

#row2 {
    min-height: 10px;
    margin-bottom: 5px;
}

#row2 #column1 {
    width: 490px;
    padding-right: 10px;
    float: left;
    min-height: 10px;
    margin-top: 5px;
}

#row2 #column2 {
    width: 500px;
    float: left;
    min-height: 10px;
    margin-top: 5px;
}

#row2 #column2 #column1,
#row2 #column2 #column2
{
    display: none;
}

#row3 {
    min-height: 10px;
    margin-bottom: 5px;
}

#row4 {
    min-height: 10px;
    margin-bottom: 5px;
}

.ProductGroepOuterCssClass #column1,
.ProductGroepOuterCssClass #column2
{
    padding-top: 10px;
    padding-bottom: 10px;
}

#column1 {
    width: 660px;
    float: left;
    min-height: 10px;
}

#column2 {
    width: 300px;
    float: left;
    min-height: 10px;
}

#column1_2 {
    width: 800px;
    float: left;
    min-height: 10px;
}

#column2_2 {
    width: 200px;
    float: left;
    min-height: 10px;
}

#threecolumn_column1 {
    width: 600px;
    float: left;
    min-height: 10px;
}

#threecolumn_column2 {
    width: 200px;
    float: left;
    min-height: 10px;
}

#threecolumn_column3 {
    width: 200px;
    float: left;
    min-height: 10px;
}

/*** servies ***/
#content .serviesitem {
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
    position: relative;
}

#content img.serviesimage {
    border: 4px solid #707070 !important;
    margin-bottom: 10px;
}

#content .serviesitem .serviescheck {
    background-image: url('../images/layout/servies_unchecked.png');
    width: 21px;
    height: 21px;
    position: absolute;
    left: 10px;
    top: 10px;
}

#content .serviesitem.active .serviescheck {
    background-image: url('../images/layout/servies_checked.png');
}

.TekstBlokOuterCssClass {
    padding-top: 5px;
    padding-right: 10px;
}


/*** sitemap ***/
#content ul.paginas h1,
#content ul.productcategorie h1,
#content ul.productgroep h1,
#content ul.b2_newsid h1
{
    font-size: 13px;
}

#content ul.paginas,
#content ul.productcategorie,
#content ul.productgroep,
#content ul.b2_newsid
{
    background-color: #5D5D5D;
    list-style-type: none;
    list-style-image: none;
    margin: 0;
    width: 200px;
    float: left;
    padding: 0px 10px 20px 10px;
    margin-right: 30px;
}

#content ul.paginas li.header,
#content ul.productcategorie li.header,
#content ul.productgroep li.header,
#content ul.b2_newsid li.header
{
    background-color: #5D5D5D;
}

#content ul.paginas ul,
#content ul.productcategorie ul,
#content ul.productgroep ul,
#content ul.b2_newsid ul {
    background-color: #7F7F7F;
    list-style-type: none;
    list-style-image: none;
    margin: 0;
    width: 190px;
    float: left;
    padding-left: 10px;
    margin-right: 0px;
    margin-left: -5px;
}

#content ul.paginas li,
#content ul.productcategorie li,
#content ul.productgroep li,
#content ul.b2_newsid li
{
    background-color: #7F7F7F;
    padding: 5px;
}

#content ul.paginas li a:hover,
#content ul.productcategorie li a:hover,
#content ul.productgroep li a:hover,
#content ul.b2_newsid li a:hover
{
    color: #363636;
}

.productgroepafbeelding:hover
{
    filter: alpha(opacity: 70);
    opacity: 0.7;
    -moz-opacity: 0.7;
}

.ProductGroepOuterCssClass
{
    clear: both;
}

.kijkheader 
{
    font-size: 18pt;
    font-weight: bold;
    min-height: 34px;
}
