/* MAIN STYLES */

body {
	background: #ffffff;
	font-family: verdana, arial, sans-serif;
	font-size: 10px;
	color: #909092;
	margin: 0pt auto;
	padding: 0pt;
	width: 100%;
	height: 100%;
}

#katikamain {
	position:relative;
	width:850px;
	overflow:display;
	margin: 0px auto;
}

/* GLOBAL LINK COLORS */
a{
	color: #570009;
	font-size: 10px;
	text-decoration: none;
}

a:hover {
	color: #909092;
	font-size: 10px;
	text-decoration: underline;
}

a.nav {
	text-decoration: none;
	color: #909092;	
}
a.navContent {
	color: #707072;	
}
a:hover.nav {
	color: #570009;	
}

a.navactive {
	text-decoration: none;
	color: #570009;	
}
a:hover.navactive {
	color: #570009;	
}




/* LOGO-DIV */
#logo {
	background: transparent;
	height: 110px;
	position: relative;
	width: 850px;
}
#headernav {
	position: absolute;
	top: 40px;
	right: 20px;
	z-index: 5;
	
}
#headernav table {
	text-align:center;

}
#headernav table tr.top td {
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 1px;
	padding-top: 0px;
	vertical-align: middle;
	color: #570009;	
	text-align:center;
    border-left: 1px solid #909092;
}
#headernav table tr.top td.shoppingCart1 {
	padding-right: 0px;
	padding-left: 20px;
	border-left: 0px solid #909092;
	
}
#headernav table tr.top td.shoppingCart2 {
	padding-right: 20px;
	padding-left: 0px;
	border-left: 0px solid #909092;
}
#headernav table tr.top td.first {
	border-left: 0px;
}

/* NAVI-DIV */
#navi {
	height: 20px;
	position: relative;
	width: 830px;
	z-index: 3;
	padding: 10px;
	text-align: center;	
}
#navi table {
	text-align:center;
	width:100%;	
}
#navi table tr.top td {
	color: #570009;	
	text-align:center;
    border-left: 1px solid #909092;
}
#navi table tr.top td.first {
	border-left: 0px;
}
#navi table tr.bottom td {
	text-align: center;
}

/* CONTENT-DIV */
#content {
	background-color:#ffffff;
	min-height: 420px;
	position: relative;
	top: -5px;
	width: 850px;
	z-index: 2;
}

#sustainable {
	background-color:transparent;
	height: 102px;
	position: absolute;
	top: 333px;
	right: 31px;
	width: 87px;
	z-index: 5;
}
#content h1 {
	font-size: 15px;
	font-family: verdana, arial, sans-serif;
	font-weight: normal;
	margin-top: 20px;
}
#content h2 {
	font-size: 14px;
	font-family: verdana, arial, sans-serif;
	font-weight: normal;
	margin-top: 10px;
	margin-bottom: 10px;
}
#content h3 {
	font-size: 12px;
	font-family: verdana, arial, sans-serif;
	font-weight: normal;
	margin-top: 10px;
	margin-bottom: 10px;
}
#content p {
	margin-top: 5px;
	margin-bottom: 5px;
	line-height: 1.5;
	text-align: justify;
	font-size: 10px;
}

/* LEFT-NAVI DIV (IN CONTENT-DIV) FOR LANGUAGE-SELECTOR */
#leftnavi {
	height: 160px;
	width: 50px;
	position: absolute;
	left: -30px;
	top: 260px;
	text-align: left;
	line-height:4.3;
}
#leftnavi span {
	color: #570009;	
}

/* LEFT-NAVI DIV (IN CONTENT-DIV) FOR LANGUAGE-SELECTOR */
#slogan{
	background-image:url("/resources/images/slogan.jpg");
	background-repeat:no-repeat;
	float:right;
	height: 20px;
	width: 240px;
	position: absolute;
	right: 30px;
	top: 70px;
}

/* LEFTCONTENT-DIV (IN CONTENT-DIV) (OPTIONAL) */
#leftcontent {
	margin: 0px;
	padding: 0px;
	width: 180px;
	height: 370px;
	position: absolute;
	top: 0px;
	left: 20px;
	padding-left: 0px;
	text-align: left;
	padding-top: 50px;
}
#leftcontent div.leftcontentitem {
	position: relative;
	left: -10px;	
	margin-bottom: 30px;
}
#leftcontent div.leftcontentitem span {
    color: #570009;
    text-decoration: none;
}

/* RIGHTCONTENT-DIV (IN CONTENT-DIV) (OPTIONAL) */
#rightcontent {
	min-height: 395px;
	position: relative;
	top: 0px;
	background-color:white;
	padding-left: 25px;
	padding-right: 10px;
	padding-bottom: 15px;
	top: 0px;
	left: 200px;
	width: 615px;
	padding-top: 10px;
}
#rightcontentNewsletter {
	height: 410px;
	position: absolute;
	top: 0px;
	background-color:white;
	padding-left: 25px;
	padding-right: 10px;
	position:absolute;
	top: 0px;
	left: 10px;
	width: 805px;
	overflow: auto;
	padding-top: 10px;
}
#rightcontent2 {
	min-height: 395px;
	position: relative;
	top: 0px;
	background-color:white;
	padding-left: 25px;
	padding-right: 10px;
	top: 0px;
	left: 0px;
	width: 100%;
	padding-top: 10px;
}
/* ContentNavi bottom */
#contentnavibottom {
	height: 15px;
	position: absolute;
	left: 200px;
	width: 605px;
	bottom: 2px;
	text-align: left;
	padding-left: 40px;
	padding-right: 10px;
}
/* FOOTER-DIV */
#footer {
	background-color:#ffffff;
	position: relative;
	width: 830px;
	padding: 10px;
	padding-bottom: 2px;
	padding-top: 0px;
	text-align: left;
	margin: 0px auto;
	}
#footer table {
	/*text-align:center;*/
	width:100%;	
}
#footer table tr.bottom td {
	/*color: #570009;
	text-align:center;
    border-left: 1px solid #909092;*/
}
#footer table tr.bottom td.first {
	border-left: 0px;
}

	
	
	
#printFooter {
	background-color:#ffffff;
	padding: 10px;
	text-align: left;
	position:absolute;
	margin: 0px auto;
	display: none;
	}
	
/* OLD but used Styles*/
/*Showrooms*/
.tooltip {
	position: fixed;
	display: none;
	background-color: #FFFFFF;
}
.tooltip2 {
	position: fixed;
	display: none;
	background-color: #FFFFFF;
	border-width: 1px;
	border-style: solid;
	border-color: #000000;
	padding: 2px;
}
.tooltip2 .head{
	background-color: #d4c4ab;
	color: black;
	font-weight: bold;
	padding: 2px;
}
.tooltip2 .content{
	color: 000066;
	font-size: 10px;
	border-size: 4px;
}
.tooltip2 .content td{
	width: 50%;
	font-size: 10px;
	text-align: center;
}
.tooltip3 {
	position: fixed;
	display: none;
}
.tooltip3 img {
	-moz-opacity: 0.4;
	filter: alpha(Opacity=40);
}

.adresse_karte{
	display: none;
}

img{
border:0px;
}

td.smallPicsNumbers{
	width: 20px;
	text-align:center;
	border: solid 1px #8f8f8f;
	
}

td.groupIndexProduct{
	text-align:center;
}
/* FORM */
input, textarea, select {
	
	font-family: verdana;
	font-size: 8pt;
}

input.image{
	border: solid 0px #8f8f8f;
}

input.error {
	border: solid 1px #ff0000;
	font-family: verdana;
	font-size: 8pt;
}
/* Theme page*/
td.theme{
	padding-top: 10px;
	padding-left: 5px;
	padding-bottom: 5px;
	color: #ffffff;
	font-family: helvetica;
}

td.shoppingcart{
	padding-bottom: 5px;
	border-bottom: solid 1px #D5D5D5;
}

td.shoppingcart_values{
	padding-bottom: 5px;
	padding-top: 5px;
	padding-left: 2px;
	border-bottom: solid 1px #D5D5D5;
}
td.newsletter{
	height:84px; 
	width:178px; 
}
/* Table Shoppingcart */
table{
font-size:10px;
}

table.productitem{
	width: 100%;
}

table.productitem td{
	width: 33%;
	vertical-align: top;
}
/* Table Process*/
table.step{
	width: 98%;
	
}
td.productpic{
	vertical-align: top;
	width: 320px;
	/*border-right: 1px solid #A0A0A2;*/
}
td.productdefinition{
	vertical-align: top;
}

table.productdefinition{
	border: 0px;
	width: 100%;
}

td.colums3{
	width: 33%;
	vertical-align: top;
}

td.groupNavigation{
	padding: 0px;
	padding-top: 15px;
	padding-bottom: 10px;
	border: 0px;
	margin: 0px;
}
table.report {
	border: 1px solid #A0A0A2;
	border-spacing: 0px;
	border-collapse: collapse;
	width: 100%;

}
table.report th {
	border: 1px solid #0000A2;
}
table.report td {
	border: 1px solid #A0A0A2;

}
table.reportMinWidth {
	border: 1px solid #A0A0A2;
	border-spacing: 0px;
	border-collapse: collapse;

}
table.reportMinWidth th {
	border: 1px solid #0000A2;
}
table.reportMinWidth td {
	border: 1px solid #A0A0A2;

}

table.noborder {
	border: 0px solid #A0A0A2;
	border-spacing: 0px;
	border-collapse: collapse;
	width: 100%;

}
table.noborder th {
	border: 0px solid #0000A2;
}
table.noborder td {
	border: 0px solid #A0A0A2;

}

span.labelNg{width:120px;float:left;} 
span.buttonNg {padding-left:120px;} 
