* {margin:0; padding:0;}

html {
	height:100%;
}
body {
	height:100%; margin:0; padding:0;
	font-family: cambria, times,serif;
}

/* prepares the background image to full capacity of the viewing area */
#bg {
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-image: url(file:../images/images_pres/back.jpg);
}
/* places the content ontop of the background image */
#fg {
	position:relative; z-index:1;
}

#wrap {
 width:868px;
 margin-left:auto;
 margin-right:auto;
 border:1;		
}

#header{
 text-align:right;
 height: 135px;
 background-image: url('../images/images_pres/logo.png');
 background-repeat: no-repeat;
 background-position: top center;
}

#main{
 width:848px;
 margin-left:auto;
 margin-right:auto;
 border:1;
 }


#leftbar{
 float: left;
 width: 158px;
 height: 500px;
 background-image: url('../images/images_pres/menu.jpg');
 background-repeat: no-repeat; 
}

#leftbar_withtext{
 float: left;
 width: 158px;
 height: 500px;

 background-image: url('../images/images_pres/menutekst.jpg');
 background-repeat: no-repeat; 
}

#leftbarmenu{
 float: left;
 width: 153px;
 height: 420px;
 scrollbar-base-color: #4e340f;
 overflow:auto;
 padding: 0px 0px 0px 5px;
}

#leftbarsearch{
 float: left;
 width: 90%;
 height: 80px;
}

#content {
 float: left;
 height: 499px;
 width: 680px;
 scrollbar-base-color: #4e340f;
 overflow:auto;
 border-right: 1px solid #281507;
 border-bottom: 1px solid #281507;
}

#product {
 font-family: monotype corsiva, castellar, times, serif; 
 font-size: 18px;
 margin:10px 0px 10px 0px;
}

div#product img {
float:left;
margin:0px 10px 10px 0px;
}


OPTION.def{
background-color:#C8A66E; 
color: #000000;
 scrollbar-base-color: #4e340f;
}

.clearthefloats {
 clear:both;
 border-bottom: 1px solid #281507;
}

.clearthefloatsselectedproducttable {
 clear:both;
}

#footer {
 float: left;
 height: 18px;
 width: 800px;
}

#topmenutext-outer {
 width: 858px;
 height: 20px;
 background-image: url('../images/images_pres/header.jpg');
 background-repeat: no-repeat;
 position: relative;
 top: 0px;
 left: 0px;
}

#topmenutext-inner{
 padding: 0px 0px 0px 12px;
 font-size: 12px;
 font-weight:bold;
 color: #C8A66E;
 position: relative;
 text-align:center;
 top: 3px;
}

#menutext {
 font-size: 12px;
 font-weight:bold;
 color: #C8A66E;
 position: relativ;
 top: 5px;
}

#searchtext {
 font-family: monotype corsiva, castellar, times, serif;
 font-size: 18px;
 font-style: normal;
 font-weight: bold;
 color: #281507;
 position: absolute;
 left: 320px;
 top: 620px;
}

#baskettext {
 font-size: 12px;
 font-weight:bold;
 color: #C8A66E;
 position: relative;
 left: 40px;
 width: 600px;
 top: 0px;
 height: 17px;
 background-image: url('../images/images_pres/footer.jpg');
 background-repeat: no-repeat;
}

#contenttext {
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	width: 650px;
	position: relative;
	left: 4px;
}


#languagetext {
color: #000000;
}

ul{
 list-style-type:none;
}

#topmenutext-inner li{
 float:left;
 padding: 0 3px 0 3px;	
 border-right:1px solid silver;
 padding: 0px 5px 0px 5px;
}

#header li{
 float:right;
 padding: 0 3px 0 3px;	
 border-right:1px solid silver;
 padding: 0px 5px 0px 5px;
 color:black;
}

#baskettext li{
 float:left;
 padding: 0 3px 0 3px;	
 border-right:1px solid silver;
 padding: 0px 5px 0px 5px;
}

#maillink{
color:black;
}

a{
 text-decoration:none; 
 font-size: 12px;
 font-weight:bold;
 color: #C8A66E;	
}

a.menu {
	font-size: 12px;
	color: #C8A66E;
}

a.submenu {
	padding-left: 8px;
	font-size: 10px;
	color: #C8A66E;
}

a.remove {
	display: block;
	width:28px;
	height:28px;
	background-image: url('../images/images_pres/prullenbak-klein.png');
	background-position: 0 50%;
	background-repeat: no-repeat;
}

a.inhtml {
	color:black;
	text-decoration:underline
}

li a:hover {
	background-color : #4E340F;
}
