html {
     overflow: -moz-scrollbars-vertical;
     overflow: scroll;
}

BODY {
	font: 80% arial, helvetica, sans-serif;
	text-align: justify;
	color: black;
}

* {
	padding: 0;
	margin: 0;
}

IMG {
	border-width: 0px;
}

DIV#main {
	margin-right: auto;
	margin-left: auto;
	width: 780px;
}

DIV#top {
	margin: 2ex 0 0 0;
}

#topmenu {
	padding: 0.3ex 0;
	margin: 1ex 0 1.5ex 0;
	background: url("/images/decor/topmenu-gradinv.png") repeat-x;
	list-style-type: none;
	clear: both;
}

#topmenu LI {
	display: inline;
	margin:auto;
}

#topmenu A{
	font-weight: bold;
	text-decoration: none;
	color: white;
	padding: 0.3ex 20px 0.3ex 20px;
}

#topmenu A:hover{
	color: #DADADA;
	background: #404040;
}

#secondarymenu {
	padding: 0.3ex 0;
	margin: 1.5ex 0 1ex 0;
	background: #FFFFFF;
	list-style-type: none;
	border-top: 1px solid gray;
	border-bottom: 1px solid gray;
	font-size: 90%;
	clear: both;
}

#secondarymenu LI {
	display: inline;
	margin:auto;
	border-right: 1px solid gray;
	border-left: 1px solid gray;
}

#secondarymenu A{
	text-decoration: none;
	color: black;
	padding: 0.3ex 20px;
}

#secondarymenu A:hover{
	color: #303030;
	background: #A0A0A0;
}

#bottommenu {
	padding: 0.3ex 0;
	margin: 3ex 0 1ex 0;
	background: #D0D0D0;
	list-style-type: none;
	clear: both;
}

#bottommenu LI {
	display: inline;
	margin:auto;
}

#bottommenu A{
	text-decoration: none;
	color: black;
	padding: 0.3ex 20px;
}

#bottommenu A:hover{
	color: #303030;
	background: #A0A0A0;
}

#content {
	zoom: 1;
	overflow: hidden;
}

#content P {
	margin: 1.2ex 0;
}

#content UL, #content OL {
	padding: 0 0 1ex 6ex;
}

#content UL LI, #content OL LI {
	margin: 1ex 0 1ex 1ex;
}

#content TABLE, #content TD, #content TH {
	border: 1px solid black;
	border-collapse: collapse;
	padding: 0.6ex;
}

#content TABLE {
	border: 2px solid black;
	width: 80%;
	margin-right: auto;
	margin-left: auto;
}

#content TH {
	background: #DADADA;
}

H1 {
	font-size: 170%;
	margin: 1ex 0 1ex 0;
}

H2 {
	font-size: 140%;
	margin: 1ex 0 1ex 0;
}

H3 {
	font-size: 120%;
	margin: 2ex 0 1ex 0;
}

H4 {
	font-style: italic;
	font-size: 100%;
	margin: 2ex 0 1ex 0;
}

.remark {
	font-size: 80%;
	color: #A0A0A0;
	padding: 1ex 0;
}

.smalltext {
	font-size: 80%;
}

.floatingimage {
	float: right;
	margin: 2ex;
}

.floatingimageleft {
	float: left;
	margin: 2ex;
}

.nonfloatingimage {
	float: none;
	margin: 2ex;
	text-align: center;
}

.inputform {
	width: 400px;
}

.emailinput {
	width: 100%;
	height: 8ex;
}

.queryinput {
	width: 100%;
	height: 20ex;
}

.button {
}

H2 A, H2 A:active, H2 A:hover {
	text-decoration: none;
	color: black;
}

H3 A, H3 A:active, H3 A:hover {
	text-decoration: none;
	color: black;
}

.indexmenu {
	width: 25%;
	margin: 1.2ex 2ex 2ex 0;
	float:left;
	list-style-type: none;
}

.indexmenu LI {
	margin: 0 0 0.5ex 0;
}

.indexmenu A {
	text-decoration: none;
	color: #0000A0;
}

.indexmenu A.firstorder {
	font-weight: bold;
}

.indexmenu A.secondorder {
	margin-left: 1ex;
}

.indexmenu A:hover {
	color: red;
}

.paddedtext {
	margin-left: 28%;
}

.bordered {
	padding-left: 1ex;
	padding-right: 1ex;
}

.more {
	padding: 0 1ex 1ex 2ex;
}

STRONG {
	font-weight: normal;
	font-style: italic;
}

.borderedimage {
	border: 1px solid black;
}

.clearer {
	clear:both;
}

.langselect {
	text-align: right;
	position: absolute;
	width: 780px;
	top: 25px;
}

.langselect UL {
	list-style-type: none;
}

.langselect LI {
	display: inline;
	border-right: 1px solid gray;
	border-left: 1px solid gray;
}

.langselect A {
	padding-right: 1ex;
	padding-left: 1ex;
	text-decoration: none;
	color: black;
}

.first {
	margin-top: 0;
}

#menubar {
	position: absolute;
	top: 97px;
	width: 780px;
}

.shifted1 {
	margin-top: 4ex;
}

.shifted2 {
	margin-top: 9ex;
}

#excontent {
	zoom: 1;
	overflow: hidden;
}

#shq {
	width: 400px;

}

#shq_outer {
	background: #C0C0C0;
	width: 100%;
	padding: 0.1ex 2ex;
}

#shq_link {
	text-decoration: none;
}

.crossblock {
	background: #C0C0C0;
	border: 1px solid black;
	width: 220px;
	padding: 0ex 1ex;
}

.product_description {
	float: left;
	width: 550px;
}

.verybig {
	font-size: 300%;
	font-weight: normal;
}

.pricebox {
	float: right;
	text-align: center;
	background: #DADADA;
	padding: 1ex;
	border: 1px solid black;
	margin: 2ex;
}
