html {
	overflow:-moz-scrollbars-vertical;
	overflow-y:scroll;
}
body {
	background-color:#DDD;
	color:#333;
	font-family:arial, helvetica, sans-serif;
}
html, body {
	margin:0;
	padding:0;
	height:100%;
	text-align:center;
}

a {
	color:#006;
}

.page {
	width:800px;
	margin:0 auto;
	text-align:left;
	position:relative;
	min-height:100%;
	height:auto !important;
	height:100%;
	background:#fff;
}

.menuArea {
    position:absolute;
    width:200px;
    left:0px;
    top:0px;
	background:#fff;
	z-index:100;
}
.contentArea {
    margin-left:200px;
    width:500px;
    padding-bottom:0;
    clear:both;
	min-height:600px;
	height:100%;
	border-left:1px solid #ccc;
	background:url('../img/bg.jpg');
	background-repeat:no-repeat;
}
.footerArea {
	position:absolute;
	bottom:0px;
    height:21px;
    width:100%;
    color:#666;
    font-size:10px;
    border-top:1px solid #ccc;
}
.footerArea a {
	color:#333;
}

div.logo {
	width:200px;
	height:160px;
	font:normal 10px Verdana;
	text-align:center;
}
div.logo div.title, div.logo div.sub {
	position:relative;
	top:50px;
}
div.logo div.title {
	font:bold 23px Verdana;
	color:#006;
}
.level0 div, .level1 div, .level2 div {
	height:24px;
	margin:0px 0px 1px 0px;
	padding:0px 0px 0px 10px;
	font-size:12px;
	line-height:22px;
	overflow: hidden;
	text-transform: uppercase;
	color:#fff;
	filter:alpha(opacity=86);
	-moz-opacity:.86;
	cursor:pointer;
	background-color:#333;
}
.level0 div.hasSub, .level1 div.hasSub, .level2 div.hasSub {
	background-image:url('../img/arrow.gif');
	background-position:right;
	background-repeat:no-repeat;
}
.level1 div, .level2 div {
	background-color:#666;
}
.level1 {
	position:absolute;
	top:0px;
	left:201px;
	width:160px;
	display:none;
	z-index:1001;
}
.level2 {
	position:absolute;
	top:0px;
	left:362px;
	width:160px;
	display:none;
	z-index:1001;
}
.sub1area, .sub2area {
	position:absolute;
	top:0px;
	left:201px;
	width:160px;
	height:600px;
	filter:alpha(opacity=66);
	-moz-opacity:.66;
	background-color:#ccc;
	display:none;
	z-index:1000;
}
.sub2area {
	left:362px;
	width:160px;
}

div.menuspacer {
  height:340px;
  background:#999;
}

.productBG, .product, .contentBG, .content {
	position:absolute;
	top:0px;
	left:523px;
}
.productBG, .contentBG {
	width:277px;
	height:600px;
	display:none;
	background-color:#fff;
	filter:alpha(opacity=66);
	-moz-opacity:.66;
}
.product, .content {
	width:238px;
	height:560px;
	margin:10px;
	display:none;
	background-color:#fff;
	padding:10px;
	font-size:12px;
}
.contentBG, .content {
	left:201px;
}
.contentBG {
	width:597px;
	height:600px;
}
.content {
	width:558px;
	height:560px;
}
.product h1, .content h1 {
	font-size:14px;
	font-weight:bold;
	margin:0px;
	color:#999;
}
.product h2, .content h2 {
	font-size:12px;
	font-weight:bold;
	margin:0px;
	color:#006;
}
.product p, .content p {
	padding-bottom:10px;
	border-bottom: 1px dashed rgb(204,204,204);
}
.product ul, content ul {
	border-bottom:0px;
}

.product img {
	margin-bottom:14px;
}

.mailform td {
	vertical-align:top;
	font-size:12px;
}
.mailform input {
	font-size:10px;
	width:228px;
}
.mailform textarea {
	font-family:arial, helvetica, sans-serif;
	font-size:11px;
}
.mailform span {
	color:#ff0000;
}

.farbpalette div {
	font-size:10px;
	width:140px;
	height:20px;
	margin:0px 20px 10px 20px;
}