html {
	overflow-x: hidden;
	overflow-y: auto;
} 

body {
	background-color: #878F7E;
	font-family:"Tahoma";
	font-size: 8pt;
	color: white;
}

@media print {
	body {
		background-color: white;
		font-family:"Tahoma";
		font-size: 8pt;
		color: black;
	}
}

a:link {
	text-decoration: none;
	border: none;
	color: #FFE700;
	font-weight: bold;
}

a:hover {
   text-decoration: underline;
	color: #FFFFE0;
}

a:visited {
	color: #FFC700;
	font-weight: bold;
}

A:active {
         color: #FFFFFF;
}

img.topcategorygallery {
	margin-bottom: 5px;	
}

img.categorygallery {
	margin-bottom: 5px;	
	border: 1px solid black;
}


tr.categorygallery {
	background: #8E9B82;
	border: 2px solid gray;
}

td.categorygallery {
	height: 150px;
	border: 1px outset #9FAA97;
}

tr.artlist, tr.artlistoverstyle, tr.cartitem, tr.checkoutheader {
	background: #99CC99;
	cursor: pointer;
}

tr.cartitembuttons, td.cartitembuttons {
	background: #595959;
	padding: 5px;
	cursor: pointer;
}

td.artlist, td.artlistoverstyle, td.cartitemoverstyle {
	border: 2px outset #696969;
	color: black;
	font-family: "Tahoma";
	font-size: 8pt;
	padding: 5px;
	padding-left: 15px;
}

td.cartitem {
	border: 1px outset #696969;
	color: black;
	padding: 2px;
}

td.checkoutheader {
	border: 1px outset #696969;
	color: black;
	font-size: 10pt;
	font-weight: bold;
	font-family: "Tahoma";
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 15px;
}

td.checkoutline {
	border: 1px outset #696969;
	background-color: #BDBDBD;
	color: black;
	font-size: 8pt;
	font-weight: normal;
	font-family: "Tahoma";
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 15px;  	
}

@media print {
   td.checkoutheader {
	   background-color: silver;
		border:none;
		border-left: 1px solid black;
		border-top: 1px solid black;
		border-bottom: 1px solid black;
   }
	td.checkoutline {
	   background-color: white;
		border:none;
		border-left: 1px solid black;
		border-bottom: 1px solid black;
	}
}


tr.artlistoverstyle {
	background: #FFFF95;
}

tr.cartitemoverstyle {
	background: #A6D2A7;
}

td.categoryrow {
	background: silver;
	padding: 10px 10px 10px 35px;
	border: 2px outset #696969;
	background-image: url(bilder/categories.gif);
	background-repeat: no-repeat;
	background-position: 10px center;
	font-family: "Tahoma";
	font-size: 8pt;
	font-weight: bold;
	text-transform: uppercase; 
	color: black;
}

td.catoverstyle {
	background: #FCE07D;
	cursor: pointer;
	padding: 10px 10px 10px 35px;
	border: 2px outset #696969;
	background-image: url(bilder/categories.gif);
	background-repeat: no-repeat;
	background-position: 10px center;
	font-family: "Tahoma";
	font-size: 8pt;
	font-weight: bold;
	text-transform: uppercase; 
	color: black;	
}

td.artoverstyle {
	background: #FFFF95;
	cursor: pointer;
	border: 2px outset #696969;
	height:95px;
}

td.artrow {
	background: #99CC99;
	cursor: pointer;
	border: 2px outset #696969;
	height:95px;
}

td.artrow .title,
td.artoverstyle .title {
	text-align: left;
	vertical-align: top;
	font-family: "Tahoma";
	font-size: 8pt;
	font-weight: bold;
	color: black;	
}

td.artrow img,
td.artoverstyle img {
	border: 1px solid black;
	margin: 10px 10px 10px 10px;
	padding: 5px;
	background: #EEEEEE;
}

.cartnum {
	font-weight: bold;
	font-size: 12pt !important;
	font-family: "Tahoma";
	color: white;
	text-align: center;
}

td.artrow p, td.artrow ul, td.artrow li, td.artlist p, td.artlistoverstyle p,
td.artoverstyle p, td.artoverstyle ul, td.artoverstyle li {
	margin: 10px 10px 10px 10px;
	text-align: justify;
	vertical-align: top;
	font-family: "Tahoma";
	font-size: 8pt;
	color: black;	
}

td.cartitem p, td.cartitemoverstyle p {
	margin:0;
	vertical-align: top;
	font-family: "Tahoma";
	font-size: 7pt;
	color: black;	
	text-align: left;
}

@media screen {
	#symbol {
		float:right;
		display: inline;
		white-space: nowrap;
		text-align: center;
		clear: both;
		width: 60px;
		margin: -20px 10px 10px 10px;
	}
}

@media print {
	#symbol img {
		visibility: hidden;
	}
}


a.artlist, a.artrow, a.cartitem {
	color: black;
	text-decoration:none;
}

a:visited.artlist, a:visited.artrow, a:visited.cartitem {
	color: #333333;
	
	text-decoration:none;
}

a:hover.artlist, a:hover.artrow, a:hover.cartitem {
	color: Maroon;
   text-decoration: underline;
}


tr.row1 {
  background: #66CC66;
}

tr.row2 {
  background: #99CC99;	
}


.catlink {
	text-decoration: none;
	border: none;
}

.flag {
	float: right; 
	position: absolute; 
	top: 20px;
}

.searchcontainer {
	float: right; 
	position: absolute; 
	top: 15px;
	right: 5px;
}

input.search {
	position: absolute; 
	color: black;
	background: #FFF4CF;
	border: 1px ridge #FEFAE2;
	font-size: 8pt; 
	font-family:'Tahoma'; 
	font-weight:bold;
	padding: 5px 3px 3px 10px;
	height: 25px;
	width: 100px;
	top: 0px;
	right: 0px;
}

@media print {
	a.button {
		visibility: hidden;
	}
}

@media screen {
a.button {
	display: block;
	margin: 1px;
	text-align: center;
	text-decoration: none;
	font-family: Tahoma;
	font-size: 9pt;
	color: #008C00;
	background-color: #DDDDDD;
	padding: 2px 10px 2px 10px;
	white-space: nowrap;
	border: 2px outset white;	
	background-position: left center;
	background-repeat: no-repeat;
}

a:visited.button {
	display: block;
	text-align: center;
	text-decoration: none;
	font-family: Tahoma;
	font-size: 9pt;
	color: #008C00;
	background-color: #DDDDDD;
	padding: 2px 10px 2px 10px;
	white-space: nowrap;
	border: 2px outset white;	
	background-position: left center;
	background-repeat: no-repeat;
}

a:hover.button {
	display: block;
	text-align: center;
	text-decoration: none;
	font-family: Tahoma;
	font-size: 9pt;
	color: #008C00;
	background-color: #DDFFDD;
	white-space: nowrap;
	border: 2px outset white;	
	background-position: left center;
	background-repeat: no-repeat;
}
}


input.searchbutton {
	position: absolute;
	color: black;
	background: #FFEDAF;
	border-width: 1px;
	font-size: 8pt; 
	font-family:'Tahoma'; 
	padding: 2px 3px 3px 3px;
	height: 25px;
	width: 60px;
	top: 0px; 
	right: 102px; 
}

.articlebox {
	background-color: white;
	border: 3px double black;	
	padding: 15px 15px 15px 15px;
	min-height: 600px;
}

.articlebox p {
	padding: 5px 5px 5px 5px;
	width: 590px !important;
	font-family:"Tahoma";
	font-size:8pt;
	color: #222222;
}

.articlecontainer {
	display:block;
	margin:0;
	height:auto;
}

.articlename {
   border-top: 1px dashed #aaaaaa;
	border-bottom: 1px dashed #aaaaaa;
	padding: 10px 0px 10px 0px;
	color:#222222;
	font-family:"Tahoma";
	font-weight: bold;
	font-size:16pt;
	vertical-align:middle;
	text-align: left;
}

.editsymbol {
   display: inline;
	background-image:url(bilder/edit.png);
	background-position: center;
	background-repeat: no-repeat;
	padding: 10px;
	float: right;
	margin-top: -35px;
	border: 2px outset #99CC99;
}

td.edittable, td.edittable p {
	background-color: #8E9B82;
	font-size: 8pt;
	font-family:"Tahoma";
	font-weight: bold;
	color: white;
	padding: 2px;
	padding-top: 5px;
	padding-bottom: 5px;
	vertical-align: top;
}


.edittable input, select, textarea, input.file {
	border: 1px solid #6F590D;
	background-color: #F0F0F0;
	width: 90% !important;	
	padding:5px;
	font-weight: bold;
   font-family: "Tahoma";
   font-size: 9pt;
}

.edittable option {
  padding-bottom: 2px;
  padding-top: 2px;
  font-weight: normal;
  font-size: 7pt;
}


.edittable input:focus, select:focus, textarea:focus, input.file:focus {
  background-color: #F0FFF0;
}


.articledesc {
	background:#F7FFEF;
	border-left:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
	border-top:1px solid #cccccc;
	border-right:1px solid #cccccc;
	color:#444444;
	font-family:"Tahoma";
	font-size:9pt;
	margin-top: 1px;
	vertical-align: top;
	padding: 5px 5px 5px 5px;
	text-align: justify;
	line-height: 14pt;
	width:auto;
}

.artno {
	color:#660000;
	font-family:"Tahoma";
	font-weight: bold;
	font-size:9pt;
	border-top: 1px dotted #222222;
	display: block;
}

.colors {
   display: inline;
	border: 1px solid black;
	padding: 2px 3px 2px 3px;
	color: #CCCCCC;
	font-weight: normal;
	line-height: 16pt;
}

.articledetails {
	color:#222222;
	font-family:"Tahoma";
	font-size:9pt;
	font-weight: bold;
	vertical-align: top;
	text-align: justify;
	line-height: 12pt;
}

img.articleimg {
   float:right;
  	border:1px dotted #cccccc;
	margin-left: 10px;
	margin-top: 1px;
}

table.variant, table.seealso {
	border: 1px dotted #cccccc;
	padding: 5px 5px 5px 5px;
	min-width: 240px;
}


tr.variant {
	background: #66CC66;
	font-family:"Tahoma";
	font-size:9pt;
	font-weight: bold;
}

tr.seealso {
	background: #6666CC;
	font-family:"Tahoma";
	font-size:9pt;
	font-weight: bold;
}

.hovermenu ul{
font: bold 11px Tahoma;
padding-left: 0;
margin: 0;
position: absolute;
top:15px;
right: 190px;
}

.hovermenu ul li{
list-style: none;
display: inline;
}

.hovermenu ul li a{
padding: 5px 0.5em;
text-decoration: none;
float: left;
color: black;
background-color: #FFE07F;
border: 1px outset #FFE07F;
white-space: nowrap;
margin-right:1px;
}

.hovermenu ul li a:hover{
background-color: #FEFAE2;
border: 1px dotted #FEFAE2;
border-style: inset;
color: black;
text-decoration: none;
}

.hovermenu ul li a:visited {
color: black;
}

html>body .hovermenu ul li a:active{ /* Apply mousedown effect only to NON IE browsers */
border-style: inset;
color: black;
}

tr.var1, tr.var2, tr.curvar, tr.seealso1, tr.seealso2 {
   color: black;
	font-family:"Tahoma";
	font-size:8pt;
	font-weight: bold;
}

tr.varoverstyle {
	background: #FFE07F;
	cursor: pointer;
   color: black;
	font-family:"Tahoma";
	font-size:8pt;
	font-weight: bold;
}


tr.var1, tr.seealso1 {
	background: #cccccc;
}

tr.var2, tr.seealso2 {
	background: white;
}


td.var1,td.var2, td.variant, td.curvar, td.seealso1, td.seealso2 {
  padding: 5px 10px 5px 10px;
  min-width: 120px;
}

tr.curvar {
	background: #F9E9E9;
}

.imageframe {
    float:left;
	 border:2px solid #E8EFE0;
    padding: 3px;
    background-color:#cccccc;
    width:auto;
}

.new {
	color:red;
	font-weight:bold;
	margin-bottom:10px;
	font-size: 9pt;
	text-transform: uppercase;
	border-top: 2px solid black;
	border-bottom: 2px solid black;
}

.brandnew {
	color:red;
	font-weight:bold;
	margin-bottom:10px;
	font-size: 9pt;
	border-top: 2px solid black;
	border-bottom: 2px solid black;
	border-left: 8px solid red;
	border-right: 8px solid red;
	padding-left: 10px;
}

.protected {
	color:red;
	font-weight:bold;
	margin-bottom:10px;
	margin-top:10px;	
	font-size: 14pt;
	border-top: 2px solid black;
	border-bottom: 2px solid black;
	padding: 3px 0 3px 0;
	line-height: 18pt;
}


.hinweis {
	font-size: 0.92em;
	border: 2px solid #B22222;
	padding: 0.3em 1em 1em 1em;
	background: #F9E9E9;
	margin-top: 20px;
	margin-bottom: 10px;
}

.hinweis p {
	margin:0;
	padding: 0.3em 1em 0.3em 2em;
	width: auto !important;
}

.hinweis h3 {
	font-family:"Tahoma";
	font-size:8pt;
	font-weight: bold;
	margin-top: 5px;
   margin-bottom: 10px;
	color: #A00000;
	text-transform: uppercase;
	border: none;
}

.optionright
{
	float:right;
	position:absolute;
	right:25px !important;
	top:40px;
	font-family:"Tahoma";
	font-size:8pt;
	background: #696969;
	color:white;
	border: 1px dashed white;
	padding: 5px 15px 6px 15px;
	margin: 0;
}

.optionrightsmall
{
	float:right;
	font-family:"Tahoma";
	font-size:8pt;
	font-weight: normal;
	color:white;
	width: auto;
	line-height: auto;
	height: auto;
	text-transform: none;
	background-image: none;
	border:none;
}

p {
	line-height: 14px;
	font-family:"Tahoma";
	font-size:8pt;
	text-align: justify;
}

.header {
   display: block;
	width: 100%;
	background:gray;
	padding: 10px 0 10px 30px;
	font-family:"Tahoma";
	font-size:16pt;
	font-weight: bold;
	line-height:auto;
	height:auto;
	color:white;
	text-transform: uppercase;
	margin: 0;
	background-image: url(bilder/brushed_metalx.jpg);
	border:1px outset silver;
	white-space: nowrap;
	vertical-align: middle;
}

.header2 {
	display: block;
	width: 100%;
	height:20px;
	background:#8B0000;
	padding: 0 0 0 30px;
	font-family:"Tahoma";
	font-size:8pt;
	line-height:25px;
	height:25px;
	color:#F0F8FF;
	text-transform: uppercase;
	margin: 0;
	border:1px outset white;
}

h1
{
	width: 100%;
	background:gray;
	padding: 10px 0 10px 30px;
	font-family:"Tahoma";
	font-size:16pt;
	font-weight: bold;
	line-height:auto;
	height:auto;
	color:white;
	text-transform: uppercase;
	margin: 0;
	background-image: url(bilder/brushed_metalx.jpg);
	border:1px outset silver;
	white-space: nowrap;
	vertical-align: middle;
}  

h2
{
   display: block;
	height:20px;
	background:#8B0000;
	padding: 3px 0 3px 30px;
	font-family:"Tahoma";
	font-size:8pt;
	line-height:20px;
	height:20px;
	color:#F0F8FF;
	text-transform: uppercase;
	margin: 0;
	border:1px outset white;
}  

h3 {
   display: block;
	font-family:"Tahoma";
	font-size:8pt;
	font-weight: bold;
	border-bottom: 1px solid black;
	margin-top: 15px;
   margin-bottom: 10px;
	color: #555555;
}

/* Impressum */
.impressumbox {
   width:250px;
	border:2px solid white;
	margin: 0px auto;
	background-color:#8E9B82;
   font-size: 9pt;
	font-family: "Tahoma";
	color:white;
	padding:15px;
	margin-top: 30px;
	margin-bottom: 20px;
	position:absolute;
	left:50%;
	margin-left: -133px;	
	
}

.impressumbox p {
	text-align: center;
	width: auto;
}

.impressumbox h3, .contactbox h3 {
	color: #FFE17F;
	padding:3px;
	border-color: #FFE17F;
	margin-top: 0px;
	padding-top: 0px;
}

.configbox h3 {
	color: #FFE17F;
	padding:3px;
	border-color: #FFE17F;
	font-size: 14pt;
	font-weight:bold;
	padding-top: 0px;	
}

.contactbox {
	border:2px solid white;
	background-color:#8E9B82;
   font-size: 9pt;
	line-height: 16pt;
	font-family: "Tahoma";
	color:white;
   text-align:justify;	
	padding:15px;
	padding-left: 30px;
	margin-right: 10px;
}

.configbox {
	border:2px solid white;
	background-color:#8E9B82;
   font-size: 9pt;
	line-height: 16pt;
	font-family: "Tahoma";
	color:white;
   text-align:justify;	
	padding:15px;
	padding-left: 30px;
	margin-right: 10px;
}

td.persdata {
	background-color: #727272;
	border: 1px outset black;
	padding: 10px;
}

p.persdata {
	color: #FFE17F;
}

p.persdata input, textarea, select {
	width: 100%;
	border: 1px solid #6F590D;
	background-color: #F0F0F0;
	padding:5px;
	font-weight: bold;
   font-family: "Tahoma";
   font-size: 9pt;
}

p.persdatasubmit input {
	width: 100%;
	background-color: #FFE17F;
	padding:5px;
	font-weight: bold;
   font-family: "Tahoma";
   font-size: 9pt; 	
}

p.persdata input:focus {
	background-color: #F0FFF0;
}

div.formrow {
  clear: both;
  padding-top: 10px;
  }

div.formrow span.label {
  float: left;
  width: 100px;
  text-align: right;
  font-weight: bold;
  color: #FAFAD2;
  margin-top: 3px;
  white-space: nowrap;
  }

div.formrow span.formw {
  float: right;
  width: 400px;
  text-align: left;
} 

span.formw input, textarea, select {
	border: 1px solid #6F590D;
	background-color: #F0F0F0;
	width: 320px;	
	padding:5px;
	font-weight: bold;
   font-family: "Tahoma";
   font-size: 9pt;
	margin-left: 20px;
}

span.formw input:focus, textarea:focus, select:focus {
	background-color: #F0FFF0;
}

span.formw input {
  height:28px;
}

span.formsub input {
	background-color: #FFE17F;
	width: 150px;
	padding: 5px;
}

span-formsub input:focus {
	background-color: #F0FFF0;
}

.loginbox {
	position:absolute;
	left:29px;
	top: 16px;
	width: 35px;
	height: 15px;
}

.logintable {
  width: 100%;
  height: 100%;	
}

/* Navi bar */

.navibar {
   display: block;
   width: 100%;
   font-family:"Tahoma";
	font-size:8pt;
	font-weight: normal;
	border:1px outset white;
	padding: 3px 0 3px 30px;
	line-height:15px;
	height:15px;
	background-color: black;
	color: Silver;
}


.desc{
	width: 100%;
	float: right;	
	background:#FFEFFF;
	border-top:medium solid black;
	padding: 5px 0 5px 60px;
	font-family:"Tahoma";
	font-size:10pt;
	font-weight: bold;
	line-height:10px;
	height:10px;
	color:black;
}

