@charset "utf-8";
/* content.css
------------------------------------------------------------------------
This stylesheet contains the basic  contentCSS rules for badsteben
Author: inpublica.de
--------------------------------------------------------------------- */
/* lightbox for standard typo3 content text/image */
.csc-textpic-imagewrap {
	position:relative;
	padding-bottom:5px;
}
div.csc-textpic div.csc-textpic-imagewrap dl.csc-textpic-image {
	padding-bottom:10px;
}

a.lightbox div.zoom {
	position: absolute;
	top: 0px;
	left: 0px;
	background-image: url(../img/lightbox/zoom.gif);
	background-repeat: no-repeat;
	width: 13px;
	height: 13px;
	cursor: pointer;
}
/* CONTENT */
.formatierung {
	font-family: "Tahoma", Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #444444;
	margin-bottom:20px;
}
.formatierung .bold{
	font-weight: bold;
}
.formatierung a{
	color: #154587;
	text-decoration: underline;
}
.formatierung a:hover{
	color: #ff8d16;
	text-decoration: none;
}
.formatierung a img {border: 0px none;}
h1 {
	display: none;
}
h2 {
	font-size: 1em;
	color: #154587;
	font-weight: bold;
	margin-bottom: 8px;
	padding: 0px;
}
h3 {
	font-size: 1em;
	color: #154587;
	font-weight: bold;
	margin-bottom: 8px;
	padding: 0px;
}
h4 {
	font-size: 1em;
	color: #444444;
	font-weight: bold;
	margin-bottom: 8px;
	padding: 0px;
}
.formatierung .imageRight {
	position: relative;
	float: right;
	margin-left: 16px;
	margin-bottom: 16px;
	width: 107;
	clear: both;
}
.formatierung .imageRight .zoom {
	position: absolute;
	top: 0px;
	left: 0px;
	background-image: url(../img/lightbox/zoom.gif);
	background-repeat: no-repeat;
	width: 13px;
	height: 13px;
	cursor: pointer;
}
/* PRODUKTTEASER */
#produktteaser{
	position: relative;
	margin: 0;
	padding-top: 8px;
	padding-bottom: 8px;
	font-family: "Tahoma", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #444444;
	width: 170px;
}
#produktteaser .headline{
	color: #154587;
	width:100%;
	font-weight: bold;
	padding-bottom: 4px;
	padding-top: 4px;
}
#produktteaser mehrdazu{
	margin-top: 4px;
	float: right;
}
#produktteaser a{
	color: #154587;
	text-decoration: underline;
}
#produktteaser a:hover{
	color: #ff8d16;
	text-decoration: none;
}
/* suchparameter oberhalb listenansicht */
div.listViewSearchParams {
	margin:0px 0px 4px 0px;
}
/* pager f�r listenansicht */
div.listViewPager {
}
div.listViewPager table {
	border-collapse: collapse;
	margin:0px 0px 8px 0px;
}
div.listViewPager td {
	padding:1px 0px 1px 0px;
	vertical-align:middle;
}
