.empfehlungenbox {
	background-color: #F3FCD9;
	margin: 0px;
	padding: 0px;
	border: 1px solid #84B002;
	font-family: Tahoma, verdana, arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	margin-bottom:20px;
}

.empfehlungenboxcontent h1 {
	margin:0 0 2px 0;
	font-size: 19px;
}

.empfehlungenboxcontent h2 {
	margin:0 0 12px 0;
	font-size: 11px;
	font-weight:normal;
	color: #A1A1A1;
}
.empfehlungenboxcontent h2 a{
	color: #A1A1A1;
	text-decoration:none;
}

.empfehlungenboxcontent h2 a:hover{
  color: #A1A1A1;
  text-decoration:underline;
}

.empfehlungenboxcontent p {
	margin:0 0 6px 0;
}
.empfehlungenboxcontent {
	margin:12px;
}

.empfehlungenboxcontent img {
	margin-right:12px;
}

.empfehlungenboxcontent .empfehlungenboxtitel {
  font-weight:bold;
	float:left;
}
.empfehlungenboxcontent .sterne {
	margin-top:5px;
}
.empfehlungenboxcontent .sterne img {
	margin:0 0 0 0;
}

.empfehlungenboxfooter {
	height:15px;
	background-color:#84B002;
}
.empfehlungenboxfooter .empfehlungenboxfooterleft {
	float:right;
	width:30px;
	height:15px;
	background-image:url(images/empfehlungenboxfooterleft.gif);	
}
.empfehlungenboxfooter .empfehlungenboxfootercenter {
	float:right;
	background-color:#F3FCD9;
	height:15px;
}
.empfehlungenboxfooter .empfehlungenboxfooterright {
	float:right;
	width:30px;
	height:15px;
	background-image:url(images/empfehlungenboxfooterright.gif);	
}
.empfehlungenboxfootercenter a{
	color:#84B002;
	font-weight:bold;
	text-decoration:none;
	
}
.empfehlungenboxfootercenter a:hover{
	color:#84B002;
	font-weight:bold;
}

/* TABS: */

.empfehlungenboxtabs{
  margin:20px;
}

.subsection_tabs {
  list-style:none;
  margin:0;
  padding:0;
  clear:both;
  height:20px;
}

.subsection_tabs li {
  float:left;
  margin-right:5px;
  width:100px;
  text-align:center;
}

.subsection_tabs li a {
  display:block;
  height:20px;
  padding:0 3px 0 3px;
  background-color:#eee;
  color:#666;
  text-decoration:none;
  
}

.subsection_tabs li a:hover {
  background-color:#84B002;
  text-decoration:none;
  color:#fff;
}

.subsection_tabs li a.active {
  background-color:#84B002;
  color:#fff;
}

.subsection_tabs div {
  clear:both;
}
.tabscontent{
  background-color:#84B002;
  padding:12px;
  color:#fff;
}



