#html, body {
    padding: 0;
    margin: 0;
	height: 100%;
	background: #f2f2f2 url(../img/BG.jpg) top center repeat-y;
	font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
	line-height: 1.5em;
	letter-spacing: 0.1em;
	word-spacing: 0.2em;
}

/* CONTENT */
#container {
    position: relative;
    margin: 0 auto 0 auto;
    width: 726px;
	min-height: 400px;
	background: url(../img/BG.jpg) top center repeat-y;
}

#header{
	position: relative;
    margin: 0 auto 0 auto;	
	height: 271px;
	width: 726px;
	background: #FFF url(../img/HEADER.jpg);
}

#logo{
	position: absolute;
	width: 378px;
	height: 83px;
	right: 20px; bottom: 34px;
}

#webcounter{
	position:absolute;
	background-color:#FFF;
	height:200px;
	right:0px;
	
}
	
#inhoud{
	margin: 40px 40px 20px 40px;
}

#item{
}

#item:hover, .item.hover{
	background-color:#F0F0F0;
}

.clearboth { 
	clear: both;
}

/* NAV 1 */
#nav1 {
    position: absolute;
	bottom: 0;	
	width: 100%;
	height: 22px;
	text-align: center;
}

#nav1 ul, #nav1 li {
    list-style-type: none;
	padding: 0 18px 0 18px;
	margin: 0;
}

#nav1 li {
    display: inline;
}

#nav1 li a {
	color: #FFF;
	font: bold 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
	letter-spacing: 2px;
	text-decoration: none;
}
#nav1 li.active {
	border-bottom: 2px solid #FFF;
}
#nav1 li:hover {
	border-bottom: 2px solid #FFF;
}

/* NAV2 */
#nav2 {
	position:absolute;
	margin:50px 0px 0px -200px;
}
#nav2 ul, #nav2 li {
	margin:0; padding:0;
	list-style-type:none;
}
#nav2 li {
	height:22px; width:134px;
	margin:0px 0px 0px 0px; padding:8px 0px 0px 32px;
	background:#FFF url(../img/nav2_bg.jpg);
}
#nav2 li a{
	height:100%; width:100%;
	display:block; 
	outline-style:none;
	color:#E0162C;
	text-decoration:none;
}
#nav2 li.active{
	background:#FFF url(../img/nav2Active.jpg);
}
#nav2 li.link:hover, #nav2 li.link.hover{
	background:#FFF url(../img/nav2Hover.jpg);
	background-repeat: no-repeat;
}

/* KRUIMEL */

#kruimel {
	position: absolute;
	top: 271px; left: 0;
	margin: 8px 0 0 40px;
	padding: 3px;
	border: 1px solid #F87C03;
	font: bold 10px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #F87C03;
}

#kruimel a{
	color: #F87C03;
}
#kruimel a:hover{
	text-decoration: none;
}


/* ITEM */
#item{
	position: relative;
	float: left;
	padding: 1px;
	margin: 8px;
	width: 140px;
	height: 150px;
	background: #FFF url(../img/item_bg.jpg);
	border: 1px solid #F2F2F2;
	text-align: center;
}

#item:hover, #item.hover{
	background: #F2F2F2;
	border: 1px dashed #6E1117;
}

#item_txt {
	font-size:13px;
	height: 40px;
}

#item_txt a{
	line-height: 20px;	
	color:#6E1117;
	font-weight: bold;
	text-decoration: none;
}

#item_img{
	padding-bottom: 8px;
}



/* CLASSES */
.gegevens{
	margin: 5px;
	padding: 10px;
	border: 2px solid #F87C03;
}

#framemaat{
	margin: 5px;
	padding: 10px;
	border: 2px solid #F87C03;
}

.productimg{
	margin:10px 0 0 0;
	padding:30px;
	background:url(../img/Vergrootglas.jpg) bottom right no-repeat;
	border:1px dashed #000;
}

/* TEXT */
a:link{
	color: #F87C03;
}
a:visited {
	color: #AF5802;
}
a:hover{
	text-decoration: none;
}
a:active {
}
h1{
	padding:4px 0 10px 0;
	font: bold 18px Verdana, Geneva, Arial, Helvetica, sans-serif;		
}
h2{
	display: none;
}
h3{
	margin: 6px 0 6px 0; padding: 0;
	font: bold 14px Verdana, Geneva, Arial, Helvetica, sans-serif;	
	color: #DF000B;
}
h4{
	display: none;
}
br{
	line-height: 8px;
}
.bold {
    font-weight: bold;
}
.italic {
	font-style: italic;
}
.prijs {
	font: bold 23px Verdana, Geneva, Arial, Helvetica, sans-serif;	
	color: #000;
}
