html 
{
  overflow-y:scroll; 
  overflow-x:auto; 
}

html, body
{
	margin:0 auto;
	padding:0;
}
body 
{
	font-family: Verdana;
	font-size:75%;
	background-color:#fbf4fd;
	text-align:left;
}
#page 
{
	text-align:left;
	width:900px;
	background-color:#ffffff;
	padding:0 30px;
	margin:0 auto;
}
input, select, textarea, label
{
  font-family: Verdana;
  font-size:.8em;
  line-height:1em;
}
img, fieldset, table
{
	border:none;
}
a
{
	background-image:url("/Images/red_arrow.png");
	background-position:center left;
	background-repeat:no-repeat;
	padding:0 0 0 10px;
	text-decoration:none;
	color:#95857b;
}

/*Footer*/
#footer
{
	clear:both;
	padding-top:30px;
}
#footertxt
{
	text-align:right;
	color:#95857b;
	font-size: 0.8em;
	padding:0.2em 0 0.5em 0;
	border-top:solid 1px #95857b;
}
/* Logo */
#logo
{
	float:left;
	margin:10px 0 0 0;
	padding:0;
}
#logo a
{
	background-image:none;
	padding:0;
	margin:0;
}
/* Toolbar */
#tools
{
	float:right;
	margin:10px 0 0 0;
	padding:0;
}
#tools a
{
	background-image:none;
	padding:0;
}
#toolbar
{
	text-align:right;
}
#toolbar ul
{
	margin:0;
	padding:0;
}
#toolbar ul li
{
	display:inline;
	margin:0 0 0 .5em;
}
#toolbar ul li a
{
	text-decoration:none;
	color:#95857b;
	font-size: 0.8em;
	line-height:1em;
}

/* Languagebar */
#language
{
	text-align:right;
	margin:15px 0 0 0;
}
#language ul
{
	margin:0;
	padding:0;
}
#language ul li
{
	display:inline;
	margin:0 0 0 4px;
}

/* Searchbar 
#search
{
	float:right;
}
#search input
{
	border:solid #95857b 1px;
	height:18px;
	background-color:#ffffff;
	color:#95857b;
}*/

/* MENUS, NAVIGATIONS, BREADCRUMB AND SITEMAP*/

/* Top navigation */
#topnav 
{
	clear:both;
	border:solid 1px #95857b;
	border-left: none;
	border-right:none;
}
#topnav ul li a
{
	text-decoration:none;
	color:#95857b;
	font-size: 0.9em;
	line-height:1.2em;
}
#topnav ul
{
	margin:0;
	padding:0;
	list-style:none;
	overflow:hidden;
}
#topnav ul li
{
	float:left;
	padding:7px;
	margin:0;
}
#topnav ul li.selected
{
	background-color:#95857b;
}
#topnav ul li.selected a
{
	color:#FFFFFF;
}

/* Left navigation */
#leftnav 
{
	margin:0;
	padding:0;
}
#leftnav h2
{
	background-color:#95857b;
	color:#ffffff;
	margin:0;
	padding:5px 0 5px 10px;
}
#leftnav h2 a
{
	color:#ffffff;
	background-image:none;
}
#leftnav ul li a
{
	text-decoration:none;
	color:#95857b;
	font-size: 0.9em;
/*	line-height:2.2em;*/
}
#leftnav ul
{
	margin:0;
	padding:0;
}
#leftnav ul li
{
	padding:10px 0 10px 10px;
	list-style:none;
	border-bottom:solid 1px #ffffff;
	background-color:#f5f3f2;
}
#leftnav ul li.selected a, #leftnav ul li.selected ul li.selected a
{
	font-weight:bold;
}
#leftnav ul li ul
{
	margin:0;
	padding:0;
}
#leftnav ul li ul li
{
	margin:0;
	padding:0 0 0 20px;
	border:none;
}
#leftnav ul li.selected ul li a
{
	font-weight:normal;
	margin:0;
	padding:0;
	background-image:none;
}

/* Breadcrumb */
#breadcrumb 
{
	color:#95857b;
	font-size:.8em;
	margin:0 0 12px 0;
}
#breadcrumb a
{
	background-image:none;
	text-decoration:none;
	color:#95857b;
	padding:0;
	font-weight:normal;
}

/* Print icon */
#printicon 
{
	float:right;
	font-size:.8em;
	margin:0 0 12px 0;
}
#printicon a
{
	background:url('/Images/print.gif') center left no-repeat;
	text-decoration:none;
	color:#95857b;
	padding:0 0 0 15px;
}

/* Sitemap */
/* Niveau 1 
#sitemap ul
{
	list-style:none;
	padding:0;
	margin:0;
	border:solid 1px green;
}
#sitemap ul li
{
	margin:10px 0 0 0;
}
#sitemap ul li a
{
	color:#b42025;
	font-weight:bold;
	padding:0;
	background-image:none;
}
/* Niveau 2 
#sitemap ul li ul
{
	margin:0 0 10px 10px;
	padding:0;
	border:solid 1px red;
}
#sitemap ul li ul li
{
	margin:0;
}
#sitemap ul li ul li a
{
	color:#95857b;
	font-weight:normal;
	background-image:url('red_arrow.png');
	padding:0 0 0 10px;
}
/* Niveau 3 
#sitemap ul li ul li ul
{
	margin:0;
	padding:0;
	border:solid 1px blue;
}
#sitemap ul li ul li ul
{
	margin:0 0 10px 10px;
	padding:0;
	border:solid 1px yellow;
}
#sitemap ul li ul li ul li
{
	margin:0;
}
#sitemap ul li ul li ul li a
{
	background-image:url('/Images/dot.gif');
	padding:0 0 0 10px;
}

/* Overall container */
#main
{
	padding:30px 0 0 0;
	clear:both;
}

/* Left column */
#leftcol
{
	width:200px;
	margin:0 30px 0 0;
	float:left;
}

/* Center column */
#centercol
{
	width:440px;
	margin:0 30px 0 0;
	float:left;
	overflow: hidden;
}

/* Center column wide */
#centercol.wide
{
	width:670px;
	margin:0 0 0 0;
	float:left;
}

/* Right column */
#rightcol
{
	width:200px;
	margin:0;
	float:left;
}
#righttopcontent, #rightcentercontent
{
	margin-bottom:15px;
	width:inherit;
	float:left;
}
#rightbottomcontent
{
	margin:0;
	float:left;
}
/* Center topcontainer */
#topcontent
{
	margin:0;
}

#centercol.wide #pagetitle, #centercol.wide #pageteaser
{
	width: 440px;
}

/* Page title */
#pagetitle
{
	position:relative;
	margin:0;
}
#pagetitle h1
{
	margin-top:5px;
}
.headline
{
	background-image:url('/Images/hbg83.png');
	margin:0;
	width:260px;
	position:absolute;
	top:33px;
	left:0;
}
.headline h1
{
	margin:14px 0 0 20px;
	color:#b42025;
	font-size:1.5em;
}
.headline p
{
	margin:0 5px 10px 20px;
	line-height:1.2em;
}
#centercol .headline p a
{
	color:#000000;
	text-decoration:none;
	font-weight:normal;
	background-position:left 3px;
}

/* Page teaser */
#pageteaser
{
	font-weight:bold;
	margin:30px 0 10px 0;
}
#pageteaser p
{
	margin:0;
}

/* Page text */
#pagetxt a
{
	color:#95857b;
	text-decoration:underline;
	font-weight:bold;
}
#pagetxt p
{
	margin:0;
	overflow:hidden;
}
#pagetxt ul
{
	margin:0 0 0 15px;
	padding:0;
	list-style-image:url('/Images/dot.gif');
}
#pagetxt ol
{
	margin:0 0 0 15px;
	padding:0;
}
#pagetxt ul li, #pagetxt ol li
{
	padding:0;
	margin:0;
}

/* Iframe */
#iframecontent
{
	padding-top: 15px;
	overflow:hidden;
}

/* Product view */
.productview
{
	display:block;
	overflow:hidden;
}
.productimg
{
	border:solid 1px #95857b;
	float:left;
	margin:0 0 15px 0;
}
.producttxt
{
	float:left;
	margin:0 0 10px 10px;
	width:230px;
}
.producttxt a
{
	color:#95857b;
	text-decoration:underline;
	font-weight:bold;
	font-size:.8em;
}
.producttxt p
{
	margin:15px 0;
}


/* Product specification teaser */
.productspecteaser
{
	width:126px;
	float:left;
	margin:30px 30px 0 0;
}
.productspecteaser img
{
	border:solid 1px #95857b;
	margin:5px 0;
}
.productspecteaser.last
{
	margin-right:0;
}
.productspecteaser h3
{
	font-size:.9em;
}
.productspecteaser a
{
	color:#95857b;
	font-size:.8em;
	font-weight:bold;
	text-decoration:underline;
}

/* Product specifications */
#proddesign, #proddimension, #prodquantities, #prodsettings
{
	clear:both;
	border-top:solid #95857b 1px;
	margin-bottom:10px;
}
#prodspec img
{
	float:right;
	margin-left:10px;
}
#prodspec h2
{
	margin:15px 0 0 0;
}
#prodspec p
{
	margin:5px 0 0 0;
}
#prodspec dl
{
	margin:10px 0 0 0;
}
#prodspec dt
{
	float:left;
	font-size:.8em;
	width:5em;
}
#prodspec th
{
	text-align:left;
}
#prodspec dd table, #prodspec dd p
{
	margin:0;
}
#prodresume
{
	margin:0 0 15px 0;
}
#prodresume p
{
	margin-top:10px;
}
#prodspec a.pdf
{
	background-image:url('/Images/pdf.gif');
	padding:0 0 0 15px;
	color:#95857b;
	font-weight:bold;
	text-decoration:underline;
}
#prodspec table
{
	font-size:.8em;
	margin:10px 0 0 0;
	padding:0;
}
#prodspec table caption
{
	text-align:left;
}
#prodspec table td
{
	padding:0 5px 0 0;
}
#prodspec table tr.uneven
{
	background-color:#fbf4fd;
}
#prodspec table tr th
{
	margin:0;
	padding:0;
	font-weight:normal;
}
#prodsettings dl
{
	clear:both;
}
#prodsettings dt
{
	width:11em;
	border:solid 1px #fff;
}
#prodsettings dd
{
	margin-left:110px;
}
#proddesign th
{
	width:7em;
}
#proddimension th
{
	width:7em;
}
#prodquantities th
{
	width:10em;
}
#denester table td
{
	text-align:center;
	width:3em;
	padding:0;
}
#denester
{
	float:left;
}
#denester table
{
	padding-bottom:10px;
}
#colortable div
{
	border:solid #95857b 1px;
	width:10px;
	height:10px;
	float:left;
	margin-right:5px;
}
#printimg
{
	clear:both;
	height:1%;
}
#imglabel, #imgprintarea
{
	float:left;
}
#printimg img
{
	float:none;
	margin:0;
}
#printimg p
{
	font-weight:bold;
}
/* Box */
#leftcol .box, #rightcol .box
{
	margin:0;
	padding:0;
	width:200px;
}
#rightcol .box h2, #leftcol .box h2
{
	color:#ffffff;
	margin:0;
	padding:5px 0 5px 10px;
}
#rightcol .box .boxcontent, #leftcol .box .boxcontent
{
	margin:0;
}
#rightcol .box .boxcontent p, #leftcol .box .boxcontent p
{
	margin:0;
	padding:10px;
}
#rightcol .box .boxcontent p a, #leftcol .box .boxcontent p a
{
	background:none;
	text-decoration:underline;
	padding:0;
}
#rightcol .box .boxcontent ul, #leftcol .box .boxcontent ul
{
	list-style-image:url('/Images/dot.gif');
	font-size:0.8em;
	margin:0 0 0 10px;
	padding:0 0 10px 10px;
}
#rightcol .box .boxcontent ul a, #leftcol .box .boxcontent ul a
{
	text-decoration:underline;
	background-image: none;
	padding: 0 0 0 0;
}
#rightcol .box .boxcontent a, #leftcol .box .boxcontent a
{
	color:#000000;
}

/* Box space */

.boxspace
{
	height: 15px;
}

/* Box colors */
.green 
{
	background-color:#c8d8d3;
}
.green h2
{
	background-color:#90b1a6;
}

.lightgreen
{
	background-color: #F5F6E9;
}
.lightgreen h2
{
	background-color: #E6E8C8;
}

.blue 
{
	background-color:#b9ced4;
}
.blue h2
{
	background-color:#739ca8;
}

.brown 
{
	background-color:#edd9b2;
}
.brown h2
{
	background-color:#dbb365;
}

.purple 
{
	background-color:#d1bac7;
}
.purple h2
{
	background-color:#9a6683;
}
.bg-pic
{
	background-image:url("/Images/world_40.png");
	background-position:top left;
	background-repeat:no-repeat;
}
.bg-pic h2
{
	background-image:url("/Images/world_40.png");
	background-position:top left;
	background-repeat:no-repeat;	
}

/* News listing and paging */
#news
{
	font-size:.8em;
}
#news a
{
	background-image:none;
	padding:0;
	color:#b42025;
}
#news a:hover
{
	text-decoration:underline;
}
.pagingtop, .pagingbottom, .news
{
	padding: 5px 0;
}
.pagingtop
{
	border-top:solid 2px #95857b;
	border-bottom:solid 2px #95857b;
}
.pagingbottom
{
	border-top:solid 1px #95857b;
	border-bottom:solid 2px #95857b;
}
.news
{
	border-bottom:solid 1px #95857b;
}

.news .newstitle
{
	font-weight:bold;
	color:#b42025;
}
.news .newsdate
{
	color:#b42025;
	font-weight:normal;
}

#news p
{
	font-size:100%;
	margin:0;
}

#pagetitle span.date
{
	font-size:0.8em;
	color:#b42025;
	font-weight:normal;
}
/* Home page specific*/
#centercol .box a
{
	text-decoration:underline;
	font-weight:bold;
}
#centercol #lefttopbox
{
	position:relative;
	float:left;
	margin-bottom:15px;
}
#centercol #rightboxes
{
	float:left;
	margin-bottom:15px;
}
#centercol #lefttopbox .headline
{
	top:150px;
	width:200px;
}
#centercol #lefttopbox .headline h2
{
	margin:9px 0 0 14px;
	color:#b42025;
	font-size:1em;
}
#centercol #lefttopbox .headline p
{
	margin-left:14px;
}
#centercol #rightboxes .headline
{
	top:100px;
	left:15px;
	bottom:10px;
	padding:0;
	width:130px;
}
#centercol #rightboxes .headline p
{
	margin:5px 4px;
}
#centercol #righttopbox, #centercol #rightbottombox
{
	position:relative;
}
#centercol #centerbottombox
{
	margin:0;
	clear:both;
}
#centercol #centerbottombox img
{
	float:right;
}
#centercol #centerbottombox .headline
{
	position:static;
	top:0;
	left:0;
	float:left;
	background-image:none;
}
#centercol #centerbottombox .headline h2
{
	margin:0;
	padding:0;
	color:#b42025;
	font-size:1em;
}
#centercol #centerbottombox .headline p
{
	margin:0;
	padding:0;
}
#leftcol .home
{
	height:480px;
}
#rightcol .home
{
	height:150px;
}
/* Fonts */
h1
{
	font-size: 1.5em;
	color:#b42025;
	margin:0 0 10px 0;
}
h2
{
	font-size: 1em;
	color:#b42025;
	margin-bottom:0;
}
h3
{
	color:#b42025;
	margin:0;
	padding:0;
	font-size:.8em;	
}
p
{
	font-size: 0.8em;
	padding:0;
}
#pagetxt 
{
	font-size: 0.8em;
}
#pagetxt p 
{
	font-size:1em;
}
#pagetxt h2
{
	font-size: .8em;
	color:#b42025;
	margin-bottom:2px;
}
#pagetxt h3
{
	font-size: 1em;
	color:#b42025;
	margin-bottom:2px;
}
#prodspec h2
{
	font-size: .9em;
	margin-top:10px;
}
#prodsettings p
{
	margin-top:10px;
}.clear {
	clear:both;
}
#topnav {
	position: relative;
	overflow: visible;

	z-index:100;
	clear:both;
}
#topnav ul {
	position: relative;
	overflow: visible;
}
#topnav ul li {
	position: relative;
	overflow: visible;

	padding:0;
}
#topnav ul li a {
	background-position:7px center; 
	padding:7px 7px 7px 17px;
	position: relative;
	line-height: normal;
	float:left;
}
.js #topnav ul li ul {
	display:none;
}
#topnav ul li ul {
	position: absolute;
	width:200px;
	z-index:200;
	left:0;
	top:27px;
}
#topnav ul li ul li {
	position: static;
	height:auto;
	background-color:#F5F3F2;
	list-style:none outside none;
	padding:0;
	width:200px;
	overflow:hidden;
	border-top:1px solid #FFFFFF;
}
#topnav ul li ul li:first-child {
	border-top:1px solid #95857B;
}
#topnav ul li ul li a {
	padding:10px 0 10px 18px;
	width:180px;
	color:#95857B;
	font-size:0.9em;
	text-decoration:none;
	float:left;
	background-position:7px center; 
}
#topnav ul li.selected ul li a {
	color:#95857B;
}
#topnav ul li ul li a:focus,
#topnav ul li ul li a:hover {
	color:#000;
}
