@charset "utf-8";

/* clear absolute gepositioneerde elementen */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
/* verbergen voor IE-mac \*/
* html .clearfix {height: 1%;}

* {
	margin: 0;
	padding: 0;
}

html, body {
	* height: 100%; 
	min-height: 100%;
	margin: 0;
	padding: 0;
	font-size: 8pt;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	background-color: #BFBFBF;
}

h1 {
	color: #CC0000;
	font-size: 1.5em;
	text-transform: uppercase;
	margin-top: 0px;
	padding-top: 0px;
}

h2 {
	color: #CC0000;
	font-size: 1.1em;
	text-transform: uppercase;
	margin-top: 0px;
	padding-top: 0px;
}
h3 {
	color: #CC0000;
	font-size: 1.1em;
	text-transform: uppercase;
	margin-top: 0px;
	padding-top: 0px;
}

a:hover {
	text-decoration: underline; 
}

#clear{
	clear: both;
}
#clear-right{
	clear: right;
}

#container-home {
	width: 800px;
	height: 598px;
	margin-right: auto;
	margin-left: auto;
	background-color: #ffffff;
	color: #000000;
}
#left-div {
	display: inline;
	float: left;
	width: 208px;
}

#logo-home {
	display: inline;
	float: left;
	width: 208px;
	height: 190px;
	top: 0px;
	background: url(images/logo_home.gif);
}

#left-div {
	display: inline;
	float: left;
	width: 208px;
}
#container-leftmenu { 
	position: relative;
	display: block;
	float: left;
	width: 150px;
}
#leftmenu-top {
	display: block;
	width: 150px;
	height: 16px;
	border: 0;
	background: url(images/leftmenu_top.gif) no-repeat center left;
}
#leftmenu-items {
	display: block;
	width: 150px;
	height: 394px;
	background: url(images/leftmenu_back.gif);
}
#leftmenu-items ul li {
	list-style-type  : none;
	list-style-image  : none;
	margin: 0;
	padding: 0;
	margin-top: 0px;
	padding-top: 0px;
}

#leftmenu-items ul li a {
	display          : block;
	line-height	 : 200%;
	border-bottom    : 2px dotted #ffffff;
	font-size	 : 10pt;
	font-weight      : bold;
	padding-left     : 21px;
	text-decoration  : none;
	color            : #404040;
	/*background       : url(images/menu_pijl.gif) no-repeat center left;*/
}

#leftmenu-items ul li a:hover {
	color            : #ffffff;
	/*background       : url(images/menu_pijl.gif) no-repeat center left; */
	background-color : #999999;
}

#leftmenu-items ul li.selected a{
	color            : #ffffff;
	background-color : #999999;
}




#right-div {
        display: inline;
        float: right;
        width: 570px;
}
#header {
	display: inline;
	float: right;
	width: 570px;
	height: 52px;
	background: url(images/header_home.gif) no-repeat center left;
}
#header a { color: #BBBBBB; text-decoration: none; }
#header li { color: #BBBBBB; }


#container-content {
        display: block;
        width: 570px;
        height: 525px;
        overflow-x: hidden;
        overflow-y: auto;
}

#content-home {
	width: 550px;
	line-height: 175%;
}


#footer-home {
	display: inline;
	height: 21px;
	background: url(images/footer_home.gif);
	width: 570px;
	float: right;
}

#footer-home p {
	margin-top: 3px;
	margin-right: 20px;
	text-align: right;
	font-weight: bold;
	color: #ffffff;
}
#footer-home a {
	color: #ffffff;
	text-decoration: none;
}

.koptekst {
  color            : #888888;
  font-family      : arial, sans-serif;
  font-size        : 340%;
  line-height      : 120%;
}

#container-product {
	position: aboslute;
	width: 800px;
	height: 598px;
	margin-right: auto;
	margin-left: auto;
	background: url(images/container-product-back.gif) repeat-y;
	color: #000000;
	z-index: 1;
}
#content-product {
	float: right;
        width: 365px;
	margin-right: 10px;
        line-height: 175%;
	/* background-color: #ff0000; */
}

#container-submenu {
        position: aboslute;
        position: absolute;
        z-index: 2;
        width: 180px;
        height: 360px;
        top: 20px;
        left: 160px;

}
#submenu-top {
	width: 150px;
	height: 14px;
	border: 0;
	background: url(images/submenu_top.gif) no-repeat center left;
}
#submenu-items {
	width: 150px;
	background: url(images/submenu_back.gif);
}

#submenu-bot {
	width: 150px;
	height: 14px;
	background: url(images/submenu_bot.gif) no-repeat center left;
}

#submenu-items ul li {
        list-style-type: none;
        list-style-image: none;
        margin: 0;
        padding: 0;
        margin-top: 0px;
        padding-top: 0px;
}

#submenu-items ul li a {
        display          : block;
        line-height      : 170%;
        border-bottom    : 1px solid #c0c0c0;
        font-size        : 7.8pt;
        font-weight      : bold;
        padding-left     : 4px;
        margin-left      : 0px;
        margin-right     : 0px;
        text-decoration  : none;
        color            : #404040;
        /*background       : url(images/menu_pijl.gif) no-repeat center left;*/
}

#submenu-items ul li a:hover {
        color            : #ffffff;
        /*background       : url(images/menu_pijl.gif) no-repeat center left; */
        background-color : #999999;
}

#submenu-items ul li.selected {
        color            : #ffffff;
        background-color : #a0a0a0;
}

#submenu-items ul li.selected a{
        color            : #ffffff;
        background-color : #a0a0a0;
}

.productname {
	color            : #888888;
	font-family      : arial, sans-serif;
	font-size        : 240%;
	line-height	 : 120%;
}
.productnr {
	font-weight: bold;
}
.productfoto {
	padding-top: 20px;
	padding-left: 0px;
}

.productomschr {
	line-height: 140%;
}
.productlijnkleur {
	padding-top: 1px;
	padding-right: 4px;
	vertical-align: text-bottom;
}

p.uitgelijnd{
	text-align:justify;
	padding:0 10px 0 0;
}
.hyves{margin:0 0 0 20px;}
