/* layer positioning */

#divBackground  {
	position: absolute;
	width:745px;
	top:0px;
	left:50%;
	margin-left:-372px;
	z-index: 2;
	visibility: visible;
	background-color: red;
}

#divHeader      {
	position: absolute;
	width:745px;
	top:0px;
	left:0px;
	visibility: visible;
	height: 188px;

}

#divSprachwahl  {
	position: absolute;
	width:300px;
	top:5px;
	right: 0px;
	visibility: visible;
}

#divMusicSearch {
	position: absolute;
	height:125px;
	width:209px;
	top:99px;
	left:254px;
	visibility: visible;
}

#divMovieSearch {
	position: absolute;
	height:125px;
	width:209px;
	top:99px;
	left:514px;
	visibility: visible;
}

#divToolbar {
	position: absolute;
	width:470px;
	top:193px;
	left:260px;
	visibility: visible;
}

#divContent {
	position: absolute;
	width:745px;
	top:203px;
	left:0px;
	visibility: visible;
}

#divFixcontent {
	position: absolute;
	width:620px;
	top:295px;
	left:107px;
	visibility: visible;
}

#divCatalogContent {
	position: absolute;
	top:203px;
	left:0px;
	width:620px;
	padding:50px 25px 50px 100px; 
	background-color:#CCCCCC;
	visibility: visible;
}

#divCatalogDetail {
	position: absolute;
	top:203px;
	left:0px;
	width:664px;
	padding:50px 45px 50px 36px; 
	background-color:#CCCCCC;
	visibility: visible;
}

/* html styles */

body {
  margin: 0px;
	color: #333333;
	background-color: #999999;
}

td, p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #333333;
}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	color: #333333;
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #333333;
}

a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #333333;
	text-decoration: none;
}

/* Classes */

.error {
	color: red;
}


.sprachen { 
	text-transform: lowercase;
	color: #cccccc;
}

.sprachen a { 
	color: #333333;
}

.sprachen a:hover { 
	color: #cccccc;
}

.toolbar { 
	color: #999999;
	text-transform: uppercase;
  padding:0px 10px 0px 10px;
}	

.toolbar a { 
	color: #999999;
}	

.toolbar a:hover { 
	color: #333333;
}	

.listleft {
  width: 75px;
	/* border: 1px solid black; */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000000;
}

.listright {
  width: 120px;
	/* border: 1px solid black; */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000000;
}

.textinput{
  width: 120px;
	/* border: 1px solid black; */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000000;
}

.anzahlinput{
  width: 30px;
	border: 1px solid #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-align: right;
	color: #000000;
}

.wideinput{
  width: 300px;
	border: 1px solid #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000000;
}

.tab {
	color: #999999;
	background-color: #cccccc;
	text-transform: uppercase;
  padding: 2px 10px 0px 6px;
  border-left: 1px solid #999999;
}

.tab a { 
	color: #999999 !important;
}	

.tab a:hover { 
	color: #333333  !important;
}	

.topleft {
  padding: 6px 0px 0px 4px;
  border-left: 1px solid #999999;
	background-color: #cccccc;
}

.topright {
  padding: 6px 4px 0px 4px;
  border-right: 1px solid #999999;
	background-color: #cccccc;
}

.bottomleft {
  padding: 4px 0px 5px 4px;
  border-left: 1px solid #999999;
  border-bottom: 1px solid #999999;
	background-color: #cccccc;
}

.bottomright {
  padding: 6px 4px 5px 4px;
  border-right: 1px solid #999999;
  border-bottom: 1px solid #999999;
	background-color: #cccccc;
}

.btnright {
  padding: 4px 0px 0px 2px;
}

.btn {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
  border: 1px solid #666666;
	text-decoration: none;
}

.btn:hover {
	background-color: #ffffcc;
}

.btnwide {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
  border: 1px solid #666666;
	text-decoration: none;
  width: 100px;
}

.btnwide:hover {
	background-color: #ffffcc;
}

.boxtitel a {
	padding: 5px 0px 5px 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
	color: #666666;
	/*background-color: #dfdfdf;*/
	/*border: 1px solid black;*/
}

.boxcover {
  width: 80px;
	padding: 12px 0px 0px 5px;
	background-color: #c4c4c4;
	border-top: 1px solid #999999;
	border-left: 1px solid #999999;
	border-bottom: 1px solid #999999;
}

.boxtext {
	padding: 12px 5px 12px 5px;
	background-color: #c4c4c4;
	border-top: 1px solid #999999;
	border-right: 1px solid #999999;
}

.boxtext a {
	color: #333333;
}

.boxprice {
	background-color: #c4c4c4;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
}

.boxbtns {
	background-color: #c4c4c4;
	vertical-align: bottom;
	padding: 0px 0px 0px 2px;
	border-top: 1px solid #999999;
}

.btnimg {
  display: block;
}

.listhead {
	color: #666666;
	background-color: #c4c4c4;
	font-weight: bold;
	text-transform: uppercase;
	padding: 4px 4px 4px 4px;
	border-bottom: 1px dashed #999999;
}	
  
.listtitle {
	color: #000000;
	font-weight: bold;
	text-transform: uppercase;
	padding: 0px 4px 12px 4px;
}	
  
.listentry {
	padding: 2px 4px 2px 4px;
	border-bottom: 1px dashed #999999;
}	

.listentryu {
	font-weight: bold;
	text-transform: uppercase;
	padding: 2px 4px 2px 4px;
	border-bottom: 1px dashed #999999;
}	

.listentry a {
	color: #000000;
}	
    
.listentryu a {
	color: #000000;
}	

.detailtitle {
	color: #333333;
	background-color: #c4c4c4;
	padding: 6px 6px 6px 6px;
	border-top: 1px solid #999999;
	border-bottom: 1px dashed #999999;
}	
  
.detaillabel {
	color: #666666;
	text-align: right;
	padding: 4px 10px 2px 0px;
}	
  
.detailcontent {
	color: #000000;
	padding: 4px 0px 2px 6px;
	border-bottom: 1px dashed #999999;
}	
  
.detailinterpret {
	color: #000000;
	font-weight: bold;
	text-transform: uppercase;
	padding: 0px 0px 0px 6px;
}	
  
.detailartikel {
	color: #000000;
	padding: 0px 0px 0px 6px;
}	
  
.detailbottom {
	background-color: #c4c4c4;
	border-top: 1px solid #999999;
}	
  
.orderlabel {
	color: #666666;
	padding: 2px 4px 2px 4px;
	/* border-bottom: 1px dashed #999999; */
}	
  
.ordercontent {
	color: #000000;
	padding: 2px 4px 2px 4px;
	border-bottom: 1px dashed #999999;
}	
  
.textlink { 
	text-decoration: underline;
}	

.vk {
	line-height: 17px;
}

.itemIsHidden{
	display: none;
}

