@import "reset.css";

html {
	position:relative;
	margin:0px;
	padding:0px;
	height:100%;
	overflow:auto;
}

body 	{
  position:relative;
	/*font-family:Times, serif;*/
  font-family:arial, helvetica;  
	font-size:10px;
	color:#000;
	padding:0px;
	margin:0px;
	background-color:#1A1A1A;
	line-height:1.2;
	height:100%;
	}
p {         
	margin:0px;
  margin-bottom:1em;
  text-align:justify;
	}
hr {
	display:none;
}
a {
	color:#000000;
	text-decoration:underline;
	font-weight:bold;
	}
a:hover{
	color:#000000;
	text-decoration:none;
	}
h2 {
	}
h3 {
	}
h4 {
	}


/* H1 REPLACE
------------------------------*/
h1 {
	}

/* LAYOUT
------------------------------*/
#all {
	position:relative;
	width:1040px;
	margin:0 auto;
	padding:0px;
}

#all #vhead {
	position:relative;
  background-color:#000;
	width:980px;
	height:110px;
  margin:0px;
	padding:0px 30px;
  
}

#all ul#topmenu {
	position:relative;    
	display:block;
	margin:0px;
	padding:0px 0px 0px 20px;
  width:1020px;
	list-style:none;
	list-style-type:none;
  border-bottom:1px solid #FFF;
  overflow:hidden;
  background-color:#000;
}


#all ul#topmenu li {  
	display:inline;
  font-size:1.5em;         
}

#all ul#topmenu li.this a {
	display:inline-block;
  /*font-weight:bold;*/
  /*color:#A00;*/
  color:#000;
  text-decoration:none;
	padding:6px 9px 4px 9px;
	margin-bottom:0px;
	margin-right:1px;
  background-color:#AAA;
}

#all ul#topmenu li a {
	display:inline-block;
  color:#FFFFFF;
	font-weight:normal;
	text-decoration:none;
	padding:6px 9px 4px 9px;
	margin-bottom:0px;
	margin-right:1px;
}

#all ul#topmenu li a:hover,
#all ul#topmenu li a:focus {
	color:#FFF;
	text-decoration:none;
  background-color:#555;
	}
  
#all #canvas {
	position:relative;
	width:1040px;
	margin:0px;
	padding:0px;
  background: url(../gfx/canvasbg.png) repeat-y; 
}

#all #canvas #left {
	position:relative;
  float:left;
	width:260px;
	margin:0px;
	padding:0px;
}

#all #canvas #left ul#leftmenu {
	position:relative;    
	display:block;
	margin:0px;
	padding:20px 0px;
  width:200px;
  height:auto;
	list-style:none;
	list-style-type:none;
}

#all #canvas #left ul#leftmenu li {  
  /*font-size:1.5em;*/  
  font-size:15px; 
}

#all #canvas #left ul#leftmenu li a {
	position:relative;
  color:#FFF;
  width:230px;      
  display:block; 
	font-weight:normal;
	text-decoration:none;
	padding:3px 0px 1px 0px;
  padding-left:30px;
}

#all #canvas #left ul#leftmenu li a:hover,
#all #canvas #left ul#leftmenu li a:focus {
	text-decoration:none;
  background-color:#555;
	}

#all #canvas #left ul#leftmenu li.this a {
	position:relative;  
  /*color:#A00;*/
  font-weight:bold;
  width:230px;
  display:block; 
	text-decoration:none;
	padding:3px 0px 1px 0px;
  padding-left:30px;
  border-bottom:1px solid #FFF;
}

#all #canvas #left ul#leftmenu ul {
	position:relative;    
	display:block;
	margin:0px;
	padding:0px;
	list-style:none;
	list-style-type:none;
}

#all #canvas #left ul#leftmenu ul li.this a {
  width:210px;
  padding-left:50px;
  border-bottom:none;
}

#all #canvas #left ul#leftmenu ul li a {
  width:210px;
  padding-left:50px;
  font-weight:normal;
  color:#FFF;
}



#all #canvas #left ul#leftmenu ul ul {
	position:relative;    
	display:block;
	margin:0px;
	padding:0px;
	list-style:none;
	list-style-type:none;
}

#all #canvas #left ul#leftmenu ul ul li.this a {
  width:195px;
  padding-left:65px;
}


#all #canvas #left ul#leftmenu ul ul li a {
  width:195px;
  padding-left:65px;
}

#all #canvas #left ul#leftmenu ul ul ul {
	position:relative;    
	display:block;
	margin:0px;
	padding:0px;
	list-style:none;
	list-style-type:none;
}

#all #canvas #left ul#leftmenu ul ul ul li.this a {
  width:180px;
  padding-left:80px;
}


#all #canvas #left ul#leftmenu ul ul ul li a {
  width:180px;
  padding-left:80px;
}





  
#all #canvas #body {
	position:relative;
  color:#FFF;
  font-size:1.4em;
  float:left;
	width:710px;
	padding:25px;
  padding-left:35px;
  margin:0px; 
}

#all #canvas #body p.itemname {
	position:relative;
  text-align:center;
  font-size:1.3em;
	padding:1px;
  margin:0px; 
  font-weight:bold;
}
#all #canvas #body p.itembold {
	position:relative;
  text-align:center;
  font-size:1em;
	padding:0px;
  margin:0px; 
  font-weight:bold;
}
#all #canvas #body p.itemother {
	position:relative;
  text-align:center;
  font-size:1em;
	padding:0px;
  margin:0px; 
  font-weight:normal;
}
#all #canvas #body p.itemother2 {
	position:relative;
  text-align:center;
  font-size:1em;
	padding:0px;
  margin:0px;
  margin-top:8px; 
  font-weight:normal;
}


#all #canvas #body .ods {
  margin-left:100px; 
  margin-top:20px;
}

#all #canvas #body a {
  color:#FFF;
  text-decoration:underline;
  font-weight:bold;
}

#all #canvas #body a:hover {
  color:#FFF;
  text-decoration:none;
  font-weight:bold;
}

#all #canvas #body a img.lineb {
  border:1px solid #FFF;
}

#all #canvas #body .red {
  /*color:#A00;*/
  font-weight:bold;
}

#all #canvas #body .bold {
  font-weight:bold; 
}

#all #canvas #body .bigger {
  font-size:1.1em;
  font-weight:bold;
}

#all #canvas #body .lined {
  border-bottom:1px solid white;
  border-top:1px solid white;
  margin-bottom:15px; 
}

#all #canvas #body .rfloatbutt {
  position:relative;
  float:right;
  width:155px;
  height:52px;
  padding-top:11px;
  font-size:1.2em;
  background: url(../gfx/redbutton2.png) no-repeat;
  text-align:center; 
}

#all #canvas #body .rbutt {
  position:relative;
  width:175px;
  height:66px;
  margin:0;
  padding-top:12px;
  font-size:1.2em;
  background: url(../gfx/redbutton1.png) no-repeat;
  text-align:center; 
}

#all #canvas #body .gbutt {
    position:relative;
    width:175px;
    height:66px;
    margin:0;
    padding-top:12px;
    font-size:1.2em;
    background: url(../gfx/greenbutton1.png) no-repeat;
    text-align:center;
}

#all #canvas #body .third {
  position:relative;
  display:block;
  font-size:0.9em;
  float:left;
  width:224px;
  height:246px;
  padding:0px;
  margin:0px 0px 18px 18px;
  text-align:center;
  color:#FFF;
  background-color:#000;
  overflow:hidden; 
}

#all #canvas #body .third p {
  text-align:center;
  padding:3px 0px;
  margin:0px;
}

#all #canvas #body .third table {
  position:relative;
  padding:0px;
  margin:0px;
}

#all #canvas #body .third table td {
  position:relative;
  width:224px;
  height:222px;
  vertical-align:middle;
  text-align:center;
  padding:0px;
  margin:0px;
  background-color:#420001;
}

#all #canvas #body .rfloatbutt a {
  color:#FFF;
  text-decoration:none; 
}

#all #canvas #body .rbutt a {
  color:#FFF;
  text-decoration:none; 
}

#all #canvas #body table td {
  vertical-align:top;
  padding:3px 5px 3px 0px;
  margin:0px; 
}

#all #canvas #body h1 {
  font-size:1.7em;
  color:#BBB;
  font-weight:bold;
  margin-bottom:15px;
}

#all #canvas #body h2 {
  border-bottom:1px solid white;
  font-size:1.1em;
  font-weight:bold;
}

#all #canvas #body table.kontakt td {
	vertical-align:top;
  color:#FFF;
  font-size:1em;
  padding:0px 25px 10px 0px;
}

#all #canvas #body .shopitem {
	position:relative;
  float:left;
	width:335px;
  height:100px;
	margin:0px 20px 20px 0px;
  padding:0px; 
  color:#FFF;
  overflow:hidden;
}

#all #canvas #body .shopitem .image {
	position:relative;
  float:left;
	width:90px;
  height:90px;
	margin:0px;
  padding:5px;
  background-color:#000;
  margin-right:10px;
  text-align:center;
}

#all #canvas #body .shopitem:hover .image { 
  background-color:#AAA;
}

#all #canvas #body ul {
	padding-left:15px;
  margin-left:0px;
  list-style-type:square;
}

#all #canvas #body ul li {
  margin-bottom:10px;
}

#all #canvas #body #detailrightblock {
	position:relative;
  float:right;
	width:175px;
	margin:0px;
  padding:0px;
}

#all #canvas #body #navigator {
	position:relative;
	width:175px;
  height:auto;
	margin:0px;
  padding:0px;
  margin-bottom:15px;
  text-align:center;
}

#all #canvas #body #navigator .prev a {
	position:relative;
  display:inline-block;
  width:44px;
  height:27px;
  background: url(../gfx/previous2.png) no-repeat;
  background-color:#EEE;
}

#all #canvas #body #navigator .prev a:hover {
	position:relative;
  background: url(../gfx/previous2_.png) no-repeat;
}

#all #canvas #body #navigator .close a {
	position:relative;
  display:inline-block;
  width:61px;
  height:27px;
  margin:0px 9px;
  background: url(../gfx/close3.png) no-repeat;
}

#all #canvas #body #navigator .close a:hover {
	position:relative;
  background: url(../gfx/close3_.png) no-repeat;
}

#all #canvas #body #navigator .next a {
	position:relative;
  display:inline-block;
  width:44px;
  height:27px;
  background: url(../gfx/next2.png) no-repeat;
  background-color:#EEE;
}

#all #canvas #body #navigator .next a:hover {
	position:relative;
  background: url(../gfx/next2_.png) no-repeat;
}

#all #canvas #body #detailvariants,
#all #canvas #body #detailmaster {
	position:relative;
  font-size:13px;
	width:165px;
  height:auto;
	margin:0px;
  padding:4px;
  background-color:#404040;
  border:1px solid #AAA;
}

#all #canvas #body #detailvariants table,
#all #canvas #body #detailmaster table {
	width:100%;
}

#all #canvas #body #detailvariants table td.main,
#all #canvas #body #detailmaster table td.main {
  width:100%;
  padding:0px;
  padding-top:5px;
}

#all #canvas #body #detailvariants table td.mainred,
#all #canvas #body #detailmaster table td.mainred {
  width:100%;
  padding:0px;
  padding-top:10px;
  font-size:19px;
  font-weight:bold;
  border-bottom:1px solid #AAA;
  /*color:#A00;*/
}

#all #canvas #body #detailvariants table td.price,
#all #canvas #body #detailmaster table td.price {
  width:20%;
  padding:0px;
}

#all #canvas #body #detailvariants table td.name,
#all #canvas #body #detailmaster table td.name {
  width:80%;
  padding:0px;
}

#all #canvas #body #detail {
	position:relative;
  float:none;
	width:520px;
  height:auto;
	margin:0px;
  padding:0px;
  text-align:center;
}

#all #canvas #body #detail img {
	position:relative;
	margin-bottom:15px;
}

br.cleaner {
	clear:both;
}

#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(../gfx/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../gfx/prev.gif) left 50% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../gfx/next.gif) right 50% no-repeat; }

/*** START : next / previous text links ***/
#nextLinkText, #prevLinkText{
color: #FF9834;
font-weight:bold;
text-decoration: none;
}
#nextLinkText{
padding-left: 20px;
}
#prevLinkText{
padding-right: 20px;
}
/*** END : next / previous text links ***/
/*** START : added padding when navbar is on top ***/

.ontop #imageData {
    padding-top: 5px;
}

/*** END : added padding when navbar is on top ***/

#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	}

#imageData{
	padding:0 10px;
	}
#imageData #imageDetails{ width: 80%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}
#imageData #helpDisplay {clear: left; float: left; display: block; }

#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	display: none;
	}
	

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

* html>body .clearfix {
	display: inline-block; 
	width: 100%;
	}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
	}	
	
