
html, body {height: 100%;}

body {
	margin: 0;
	padding: 0;
	behavior:  url("../styles/csshover.htc");
}
body,th,td,button,label,input,select,textarea {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
}
a, a:link, a:hover { 
	color: #3C02A4;
	font-weight: bold;
	background-color: transparent;
	text-decoration: none;	
}
a:hover {
	text-decoration: underline;
}
a img {
	border: 0;	
}
ul,ol {
	padding: 0;
	margin: 0;
	border: 0;
}
li {
	list-style-type: none;
}
hr {
	border: 0;
	border-top: 1px solid #A3C200;	
}

/* GENERAL DEFINITIONS */
.wai {
	display: none;	
}
.center {
	text-align: center;	
}
.nooverflow {
	overflow: hidden;
}	

/* HEADER */
#header {
	width: 100%;
	height: 75px;
	background-color: #3D00A4;
	background : url("../images/bg_head.gif");
	/* background : url("../images/bg_head_test.gif"); */
	background-repeat: repeat-x;
}
#logo {
	border: 0;
	padding: 0;
	margin: 0;	
}
#logo img {
	float: left;	
	width: 64px;
	height: 64px;
	padding: 6px;	
	border: 0;
}
.fish {
	float: right;
	width: 258px;
	height: 50px;
	border: 0;
}

/* MAINNAV */
#mainnav {}
#mainnav ul {
	position: absolute;
	left: 94px;
	top: 30px;
	float: left;
	right: 0;
	height: 44px;
}
#mainnav ul ul {  /* ul added */
	position: absolute;
	left: 0;
	top: 22px;
   	right: 0;
   	width: 800px;
   	height: 22px;
   	background-image : none;
	background-color: #A3C200;
	border: 0;
}
#mainnav ul ul ul { /* ul added */
	position: absolute;
	z-index: 500;
	width: 14em;
	height: auto;
	border: 0;
	left: 0;
	padding: 0;
	margin: 0;
}
#mainnav ul ul ul ul { /* ul added */
	top: 0;
	left: 100%;
	margin: 0;
}
#mainnav ul ul, /* ul added */
#mainnav ul ul ul, /* ul added */
#mainnav ul li:hover ul ul,
#mainnav ul ul li:hover ul ul,
#mainnav ul li.active ul ul {
	display: none;
}
#mainnav ul li:hover ul, /* ul added */
#mainnav ul ul li:hover ul, /* ul added */
#mainnav ul ul ul li:hover ul,
#mainnav ul li.active ul {
	display: block;
}

#mainnav ul li {
	position: relative;
	float: left;
	height: 22px;	
	border: 0;
}
#mainnav ul ul li { /* ul added */
	position: relative;
	float: left;
	height: 22px;
}
#mainnav ul ul ul li {   /* ul added */
	width: 14em;
	height: auto;
	border: 0;
	background-image: none;
	padding: 0;
	margin: 0;	
}
#mainnav ul li a {
	float: left;
	display: block;
	height: 20px;
	line-height: 20px;
	vertical-align: middle;
	padding: 0 16px;
	xborder: 1px solid #FFF;
	color: #fff;
	background-color: transparent;
	background : url("../images/nav_sep.gif")  no-repeat;
}

#mainnav ul ul li a { /* ul added */
	float: left;
	display: block;
	xheight: 20px;
	xheight: 22px;
	xline-height: 22px;
	xvertical-align: middle;
	xpadding: 0 6px;
	xborder: 1px solid #FFF;
	color: white;
	background-color: transparent;
	background-image : none;
	font-size: 10px;
}

#mainnav ul ul ul li a {
	float: none;
	xwidth: 14em;
	height: auto;
	margin: 0;
	color: #FFF;
	border: 0;
	border-bottom: 1px solid #FFF;
	font-size: 9px;
}
#mainnav ul ul ul .haschilds a {
	xbackground-image: url("images/bg_nav.gif");
	xbackground-position: right;
	xbackground-repeat: no-repeat;
}

#mainnav ul li a:hover {
	color: #98CB66;
	background-color: #3D00A4;
	text-decoration: none;
	background-color: transparent;
	background : url("../images/nav_sep.gif")  no-repeat;

}
#mainnav ul ul li a:hover {
	color: #3D00A4;
	xbackground-color: #A3C200;
	text-decoration: none;
	background-color: transparent;
	background-image : none;
}
#mainnav a:hover {
	color: #3D00A4;	
	xbackground-color: #A3C200;	
	text-decoration: none;
}

#mainnav ul li .first {
	background-color: transparent;
	background-image : none;
}

#mainnav ul li .first:hover {
	background-color: transparent;
	background-image : none;
}

#mainnav ul li.active a {
	color: #98CB66;
}

#mainnav ul li.active * a  {
	color: #fff;
}

#mainnav ul li ul li.active a {
	color: #3D00A4;
}

#mainnav ul li ul li.active * a {
	color: #fff;
}

#mainnav ul li ul li.active * a:hover {
	color: #3D00A4;
}

/* CONTENT */
#contentpanel {
	padding: 8px;
}
#content {
	margin-right: 270px;
}

/* ACTION */
#actions {	
	float: right;
	width: 250px;
	margin-top: 20px;
}
#actions div {
	border: 1px solid #3D00A4;
	margin-bottom: 8px;
	overflow: hidden;
}
#actions div h1 {
	display: block;
	padding: 2px;
	margin: 0;
	font-size: 11px;
	font-weight: bold;
	background-color: #A3C200;
	border-bottom: 1px solid #3D00A4;
	color: #FFF;
}
#actions div h1 a {
	color: #FFF;
	text-decoration: underline;
}
#actions div div, #actions div form, #actions div ul {
	padding: 4px;
	margin: 0;
	border: 0;
}
#actions input {
	width: 170px;
}
#actions .button {
	width: 60px;
}

/* addon specific */
#actions #addon li {
	display: block;
	padding-bottom: 4px;
	height: auto;
}
#actions #addon img {
	float: left;
	width: 24px;
	height: 32px;
	margin: 2px 4px 2px 0;		
	border: 0;;
}
#actions #addon li {
	clear: both;	
}

/* login specific */
#actions #login div {
	margin: 0;
	padding: 1px;
	line-height: 20px;
	vertical-align: middle;
}
#actions #login label {
	display: block;
	float: left;
	width: 80px;
}
#actions #login input {	
	width: 150px;
}
#actions #login .button {
	width: auto;	
}

/* FOOTER */
#clearer { 
	clear: both;
	padding-bottom: 10px;
}
#footer {
	xwidth: 100%;
	height: 20px;
	line-height: 20px;
	xbackground-color: #3D00A4;
	xcolor: #FFF;
}
#footer ul {
	text-align: center;
	vertical-align: middle;
}
#footer ul li {
	display: inline;
	padding: 0 10px;	
}
#footer ul li a {
	color: #FFF;
	color: #000;
}

/* Shoppingcart */
#simplecart h1 {
	background : url("../images/cart.gif");
	background-repeat: no-repeat;
	background-position: right;
}
#simplecart ul {
	margin: 2px;
}
#simplecart li {
	list-style-image: none;
	padding: 1px 0;
}
#simplecart th {
	vertical-align: top;	
	text-align: right;
	font-weight: normal;
}
#simplecart .sum {
	display: block;
	margin: 4px;
	text-align: right;
	border-top: 1px solid #A3C200;
}

/* BREADCRUMB */
#hierachy {
	height: 20px;
	vertical-align: middle;
}
#hierachy li {
	display: inline;
	border-left: 1px solid #A3C200;
	padding: 0 8px 0 10px;
	color: #3D00A4;
	font-weight: bold;
}
#hierachy .first {
	padding: 0 8px 0 0;
	border-left: 0;
}
#hierachy li a {
	color: #A3C200;	
}

/* Material */
#matimg {	
	float: right;
	border: 1px solid #CCC;
	border: 0;
	text-align: center;
	width: 240px;
	height: 570px;
}

#matimg img {
	display: block;
	width: 240px;
	height: 280px;
	border: 1px solid #0;	
}

span#picturelink {
	text-align: center;
}

div#bigpicture {
	width: 365px;
	height: 591px;
	border: 1px solid #CCC;
	border: 0;
	margin-left: 150px;
}

#matcontent {
	margin-right: 250px;
}
#matcontent #cupboard {
	float: left;
	margin: 0;
	padding: 0;	
}
#matcontent #cupboard li {
	float: left;
	display: inline;
	padding: 4px 16px 4px 0;
}
#matcontent #cupboard li a {
	display: block;
	cursor: pointer;
}
#matcontent #cupboard li img {
	float: none;
	width: 51px;
	height: 32px;
	border: 0;
}
#matcontent #pattern {
	display: inline;
	margin: 0;
	padding: 0;
}
#matcontent #pattern li {
	display: inline;
	padding: 0 4px 0 0;
}
#matcontent #download li {
	float: left;
	display: inline;
	padding: 0 8px 0 0;
}
#matcontent #equipments {
	margin: 0;
	padding: 0;	
}
#matcontent #equipments li {
	list-style-type: none;	
	list-style-position: outside;
}

/* Shoppingcart */
table#datagrid {
	width: 100%;
	border-collapse: collapse;	
}
table#datagrid th {
	background-color: #A3C200;
	color: #FFF;
	padding: 2px;
	border: 1px solid #A3C200; 
	white-space: nowrap;
}

table#datagrid td {
	background-color: #FFF;
	padding: 2px;
	border: 1px solid #A3C200; 
}
table#datagrid td img {
	border: 0;	
}
table#datagrid .max {
	width: 100%;	
}
table#datagrid .currency {
	text-align: right;
}
table#datagrid .quantity, 
table#datagrid .quantity input {
	text-align: center;
}

/* Language Action */
#languageactionbox {
	margin: 0;
	padding: 0;
}
#languageactionbox li {
	display: inline;
	xmargin-right: 15px;
	margin: 0;
	padding: 0;
	border: 0;
}
#languageactionbox img {
	border: 0;
}

/* Download */
#download li a {
	display: block;
	margin: 0 4px;
	padding: 36px 0 0 0;
	text-align: center;	
}
#download .pdf {
	background : url("../images/icon/pdf.gif") center top no-repeat;		
}
#download .image {
	background : url("../images/icon/jpg.gif") center top no-repeat;		
}

/* Article Details */
body#articleinfo {
	overflow: hidden;	
}	
#articleinfohead {
	width: 100%;
	height: 32px;
	line-height: 32px;
	vertical-align: middle;
	background-color: #3D00A4;
	color: #FFF;
}
#articleinfohead .closewindow {
	float: right;	
	color: #FFF;
	margin-right: 10px;
}

/* Content Styles */
div#innercontent {
	float: left;
	width: 100%;
	min-height: 400px;	
	border: 1px solid #3D00A4;
}
div#innercontent .headline {
	margin: 0;
	padding: 2px;
	background-color: #A3C200;
	font-size: 11px;
	border-bottom: 1px solid #3D00A4;
	color: #FFF;
}
div#innercontent div {
	padding: 8px;
}
div#innercontent div div {
	padding: 0;
	overflow: visible;
}
div#innercontent hr {
	margin: 8px 0;
	border: 1px solid #A3C200;
}
div#innercontent table {
	padding: 1px;
	margin: 0;
	border: 0;
}
div#innercontent td {
	vertical-align: middle;
} 
div#innercontent ul,
div#innercontent ol {
	margin: 2px 0 2px 20px;
	padding: 0;
}
div#innercontent li {
	list-style-position: inside;
	list-style-type: square;
}
h1,h2,h3,h4,h5,h6 {
	color: #000;
	font-weight: bold;
}
h1 { font-size: 14px; color: #3C02A4; }
h2 { font-size: 13px; }
h3 { font-size: 12px; }
h4 { font-size: 11px; }
h5 { font-size: 10px; }
h6 { font-size: 10px; }

div#innercontent h2 {
	font-weight: bold;
	color: #000;
	font-size: 13px;
}
span.tips {
	color: #A4C204;
	font-weight: bold;
}
span.fazit {
	color: #3C02A4;
	font-weight: bold;
}
span.news {
	color: red;
	font-weight: bold;
}
span.bigtext {
	font-size: 13px;
}
span.blueborder {
	display: block;
	border-top: 1px solid #3C02A4;
	border-bottom: 1px solid #3C02A4;
	padding: 1px 0;
}
span.greenborder {
	display: block;
	border-top: 2px solid #A4C204;
	border-bottom: 2px solid #A4C204;
}
span.blueborder > span.greenborder {
	padding: 2px 0;
}

/* Support for the "iehover-fix.js" */

* html div#mainnav iframe {
	position: absolute;
	/* account for the border */
	left: -0.25em;
	top: -0.25em;
	z-index: 0;
	filter: progid:DXImageTransform.Microsoft.Alpha(style=0,opacity=0);
}

/* this is for IE 5.0
select.hide { visibility: hidden; }

/* End Support for the "iehover-fix.js" */
