/**
 * Plugin 'Branchenbuch' for the 'mh_branchenbuch' extension.
 *
 * @author	Martin Hesse <mail@martin-hesse.info>
 * 
 * SAMPLE CSS  
 */

.tx_mh_branchenbuch-standard,
.tx_mh_branchenbuch-advanced,
.tx_mh_branchenbuch-premium,
.tx_mh_branchenbuch-premium-1,
.tx_mh_branchenbuch-premium-2,
.tx_mh_branchenbuch-premium-3 {
  height:150px; 
  width:490px; 
  padding:5px;
  margin:0px; 
}

.tx_mh_branchenbuch-standard,
.tx_mh_branchenbuch-advanced
{
  border:1px solid #C3D6F7; 
}

.tx_mh_branchenbuch-premium   {
  background: #F7F9FC url(l.jpg) no-repeat;
  border:1px solid #C3D6F7; 

}


.tx_mh_branchenbuch-premium-1 {
  background: #F7F9FC url(xl_1.jpg) no-repeat; 
  border:1px solid #C3D6F7; 

}

.tx_mh_branchenbuch-premium-2 {
  background: #F7F9FC url(xl_2.jpg) no-repeat; 
  border:1px solid #C3D6F7; 

}

.tx_mh_branchenbuch-premium-3 {
  background: #F7F9FC url(xl_3.jpg) no-repeat; 
  border:1px solid #C3D6F7; 

}

.tx_mh_branchenbuch-tagcloud  { padding:3px; float:left; }

.tx_mh_branchenbuch-advertise { }

.tx_mh_branchenbuch-statistics { }


.tx_mh_branchenbuch_table {
  border:0px solid ##C3D6F7;
}

.tx_mh_branchenbuch_table th {
  background-color:#F7F9FC; color:C3D6F7;
}

.tx_mh_branchenbuch_table td {
  background-color:#fafafa;
}

/* Styled by Gregory Remington - greg@mediatech.net 2008 */

.tx_mh_branchenbuch-standard img,
.tx_mh_branchenbuch-advanced img,
.tx_mh_branchenbuch-premium img,
.tx_mh_branchenbuch-premium-1 img,
.tx_mh_branchenbuch-premium-2 img,
.tx_mh_branchenbuch-premium-3 img,
.tx_mh_branchenbuch-detail img {
  position:relative;
  left:0px;
  float:left;
  padding: 0px 8px 0px 0px;
}


.tx_mh_branchenbuch-list ul {
position:relative;
left:-8px;
}

.tx_mh_branchenbuch-list li {
  float:left;
  padding:6px;
  display: block;
  width:115px;
  background:#F7F9FC;
  border: 0px solid #C3D6F7;
  list-style: none;
}

.tx-mhbranchenbuch-pi1 hr {
border: 0;
}

#mhbranchenbuch_lettermenu {
	margin: 0;
	padding: 0;
	border: 0;
	text-transform: uppercase;
	list-style-type: none;
	color:#999;
	display: block;
}

#mhbranchenbuch_lettermenu li {
	margin: 0;
	padding: 0;
	border: 0;
	text-transform: uppercase;
	list-style-type: none;
	display: block;
	padding:3px;
	float: left;
}

#mhbranchenbuch_lettermenu li a {
	color:navy;
	padding:3px;
}

#mhbranchenbuch_lettermenu li a:hover {
	color:#fff;
	background:navy;
	padding:3px;
}


.tx_mh_branchenbuch-contact  {
  color:#000;
}

#mh_branchenbuch_contact a, .mh_branchenbuch_contact {
position:relative;
float:right;
top:-83px;
right:0px;
background:#fff;
}

.mhbranchenbuch_lettermenu .mhbranchenbuch_letter_act a {
	color:#fff;
	font-weight:bold;
	background:navy;
	padding:3px;
}



