
/* Linie über gesamten Content */
.shopcl{
	background-image:url(../main/contentline.gif);
	height:1px;
	overflow:hidden;
	margin-top:5px;
	margin-bottom:5px;
	clear:both;
}

/* Breaker Hoehe 1 */
.shopbrk1{
  height:1px;
  clear:both;
  overflow:hidden;
}

/* Breaker Hoehe 10 */
.shopbrk10{
  height:10px;
  clear:both;
  overflow:hidden;
}

/* Box zur Anzeige der Uebersicht */
.shopglobalbox{
  width:224px;
  margin:10px;

}          

/* text in td zellen */
.shoptd{
  font-size:12px;
  font-family:Arial, Helvetica, sans-serif;
}

/* header td zellen */
.shoptdhead{
  font-size:12px;
  font-family:Arial, Helvetica, sans-serif;  
  font-weight:bold;
  background-color:#93bceb;
  height:27px;
  margin-bottom:10px;
}

/* shop div ueberschrift */
.shopdivueber{
	clear:both;
	margin-bottom:10px;
}	

/* ueberschrift1 */
h1{
	font-size:110%;
	padding:0px;
	margin:0px;
}

/* text in td error zellen */
.shoptderror{
  font-size:12px;
  font-family:Arial, Helvetica, sans-serif;  
  font-weight:bold;
  color:#FF0000;
}

/* Links*/
a.shoplink:link{
	color: #0061C5;
}
/* Besuchte Links*/
a.shoplink:visited {
	color: #0061C5;
}
/* Mouseover*/
a.shoplink:hover {
	color: #000000;
}
/* Aktive Links*/
a.shoplink:active {
	color: #0061C5;
}
  
.shopbutton{
  border: none; 
  color: #0061C5; 
  font-weight:bold;
  text-decoration: underline; 
  cursor:hand;
}  
