#tab-block {
	margin-top: 2em;
}
.tab-wrapper {
	border: 1px solid #e33324;
	padding: 0;
	margin: 0;
	overflow: hidden;
}
.tab-wrapper p, .tab-wrapper form, .tab-wrapper table {
	padding: 12px;
}
.fuchs #mainContent .tab-menu {
	list-style: none;
	padding: 0;
	margin: 0.42em 0;
	clear: both;
}
.tab-menu li {
	padding: 0;
	margin: 0;
	display: inline;
}
#tab-block .tab-menu li a {
	background-color: #bcd491;
	cursor: pointer;
	border-right: solid #ffffff 1px;
	font-size: 1em;
	padding: 0.6em 12px;
	text-decoration: none;
}
#tab-block .tab-menu li a:hover,
#tab-block .tab-menu li a:focus {
	background-color: #d16555;
	border-bottom-color: #999;
	color: #ffffff;
}
#tab-block .tab-menu li.tab-selected a {
	background-color: #d16555;
	color: #000000;
	font-weight: bold;
}


/***** CONTENT STYLING *****/
#tab-block-img form, #tab-block-img table,
#tab-block form, #tab-block table {
	
}
