/* Start of CMSMS style sheet 'demonk_nw' */
*{
   margin: 0;
   padding: 0;
}

body{
   background-color: #84af55;
   font-family: verdana, Arial, Sans-serif;
   font-size: 14px;
}

#container{
   position: relative;
   width: 980px;
   height: auto;
   margin-left: auto;
   margin-right: auto;
}

#header{
   //float: left;
   width: 955px;
   height: 360px;
   position: relative;
   background-image: url('/uploads/images/template/header.jpg');
   background-repeat: no-repeat;
   background-position: -11px;
   padding-left: 20px;
   font-weight: bold;
   color: #ff0000;
   font-size: 20px;
   margin-top: 5px;
}

#hoofdmenu{
   position: absolute;
   top: 184px;
   left: -1px;
   width: 252px;
   height:  151px;
}

#hoofdmenu_top{
   width: 525px;
   height: 18px;
   background-image: url('/uploads/images/template/hoofdmenu_top.gif');
}

#menu{
   position: relative;
   width: 525px;
   height: 109px;
   background-image: url('/uploads/images/template/menu.gif');
}

#hoofdmenu_bottom{
   width: 525px;
   height: 24px;
   background-image: url('/uploads/images/template/hoofdmenu_bottom.gif');
}

#menu1{
   position: absolute;
   left: 15px;
   top: 0px;
   text-transform: uppercase;
   font-weight: bold;
}

#menu2{
   position: absolute;
   left: 280px;
   top: 0px;
   text-transform: uppercase;
   font-weight: bold;
}

#menu1 ul, #menu2 ul{
   list-style: none;
}

#menu1 ul li, #menu2 ul li{
   font-size: 16px;
   color: #ff0000;
   margin-bottom: 3px;
}

#menu1 ul li a, #menu2 ul li a{
   color: #ff0000;
   text-decoration: none;
}

#menu1 ul li.menuactive a, #menu2 ul li.menuactive a{
   text-decoration: none;
}

#menu1 ul li a:hover, #menu2 ul li a:hover{
   border-bottom: 2px dotted #ff0000;
   color: #ff0000;
}


#content_top, .ProductDirectoryItem_top{
   float: left;
   width: 955px;
   height: 20px;
   background-image: url('/uploads/images/template/content_top.gif');
   background-repeat: no-repeat;
}

#content{
   float: left;
   width: 935px;
   height: auto;
   background-image: url('/uploads/images/template/content_backgr.gif');
   background-repeat: repeat-y;
   padding-left: 20px;
   padding-right: 20px;
   color: #ff0000;
}

#content a{
   color: #ff0000;
   text-decoration: underline;
}

#content a:hover{
   text-decoration: none;
}

#content_bottom{
   float: left;
   width: 955px;
   height: 21px;
   background-image: url('/uploads/images/template/content_bottom.gif');
   background-repeat: no-repeat;
}

#footer{
   float: left;
   width: 720px;
   height: 56px;
   background-image: url('/uploads/images/template/footer.jpg');
   background-repeat: no-repeat;
   padding-left: 20px;
   padding-right: 20px;
   padding-top: 5px;
   font-size: 10px;
}

p{
   margin-top: 10px;
}
/* End of 'demonk_nw' */

