/* load custom fonts */
@font-face {
	font-family: DINWeb-Light;
	src: url("DINWeb-Light.eot");
}

@font-face {
	font-family: DINWeb-Light;
	src: url("DINWeb-Light.woff") format("woff");
}

@font-face {
	font-family: DINWeb-Medium;
	src: url("DINWeb-Medium.eot");
}

@font-face {
	font-family: DINWeb-Medium;
	src: url("DINWeb-Medium.woff") format("woff");
}

/* clearfix */
.cf:before,
.cf:after {
	content: "";
	display: table;
}

.cf:after {
	clear: both;
}

/* For IE 6/7 (trigger hasLayout) */
.cf {
	*zoom: 1;
}

.right {
	float: right;
	text-align: right;
}

/* end clearfix */

/* general colors and styles */
body {
	font-family: Arial, sans-serif;
	font-size: 12px;
	line-height: 1.333em;
	background-color: #eceded;
	color: #666;
	min-width: 480px;
}

input, textarea, select, button {
	font-family: Arial, sans-serif;
	color: #333;
}

p {
	font-size: 1em;
	line-height: 1.231em;
}

#header, #content, #sidebar, #body, #body-nav {
	background-color: #ffffff;
}

#body-nav {
	padding-bottom: 2em;
}

#nav2Wrapper {
	width: 24%;
	padding-top: 1.9em;
	padding-right: 2.8em;
	border-top: 1px solid #d9d9d9;
}

#nav2 {
	min-width: 12em;
	border: 1px solid #d9d9d9;
	padding: 1.2em 0;
	padding-left: 1.2em !important;
}

a {
	color: #e82337;
	text-decoration: none;
}

a:link, a:visited, a:hover, a:focus, a:active {
	color: #e82337;
	text-decoration: none;
}

/* webfont for headers */
h1, h2, h3, h4, h5, h6 {
	font-family: DINWeb-Medium, "Helvetica Neue", Arial, Helvetica, sans-serif;
}

/* end colors */

/* forms */
.button {
	display: inline-block;
	margin: 0 0 0 0;
	border: 0;
	text-decoration: none;
	font-weight: bold;
	color: #ffffff;
	background: #e82337;
	cursor: pointer;
	padding: 0.2em 0.4em 0.2em 0.6em;

	-moz-border-radius: 1em;
	-webkit-border-radius: 1em;
	-khtml-border-radius: 1em;
	border-radius: 1em;
}

.button2 {
	display: inline-block;
	margin: 0.3em 0 0 0;
	border: 0;
	text-decoration: none;
	font-weight: bold;
	color: #ffffff !important;
	background: #e82337;
	cursor: pointer;
	padding: 0.417em 1em;
	font-size: 1em;

	background-image: url(../img/button_gradient.png);
	background-repeat: repeat-x;

	-moz-border-radius: 1em;
	-webkit-border-radius: 1em;
	-khtml-border-radius: 1em;
	border-radius: 1em;
}

.button2.inactive {
	color: #666666;
	background: #ffffff;
}

.button2:hover {
	color: #ffffff;
}

input[type="text"], input[type="password"] {
	border: 0;
	margin: 0.4em 0em;
}

.roundInput {
	border: 1px solid #D9D9D9;
	margin: 0;
	padding: 0.3em 0.9em;

	-moz-border-radius: 2em;
	-webkit-border-radius: 2em;
	-khtml-border-radius: 2em;
	border-radius: 2em;
}

#searchbox, #loginbox {
	float: right;

	border: 1px solid #D9D9D9;
	-moz-border-radius: 2em;
	-webkit-border-radius: 2em;
	-khtml-border-radius: 2em;
	border-radius: 2em;

	margin-bottom: 1.333em;

	background: #fff;
}

#searchbox.act, #loginbox.act {
	border: 1px solid #999;
}

#loginbox {
	margin-right: 1em;
	text-align: center;
}

#loginbox > form > button {
	display: inline-block;
	height: 22px;
	padding: 0 1em;
	color: #333;
	font-size: 1.083em;
}

#loginbox > form > button > span {
	vertical-align: top;
}

#searchbox form {
	display: inline-block;
}

#searchbox form > input[type="text"] {
	display: inline-block;
	height: 21px;
	width: 14.769em;
	margin-left: 0.833em;
	font-size: 1.083em;
	padding: 0;
}

#searchbox input[type="text"], #searchbox input[type="password"], #loginbox input[type="text"], #loginbox button {
	border: 0;
	margin: 0em 0em;
	background: none;
	vertical-align: middle;
}

#searchbox button {
	display: inline-block;
	margin: 0.083em 0.083em 0.083em 0;
	border: 0;
	width: 20px;
	height: 20px;
	text-decoration: none;
	font-weight: bold;
	color: #ffffff;
	background: #e82337;
	cursor: pointer;
	vertical-align: middle;

	background-image: url(../img/button_gradient_arrow.png);
	background-position: center center;
	background-repeat: repeat-x;

	-moz-border-radius: 1em;
	-webkit-border-radius: 1em;
	-khtml-border-radius: 1em;
	border-radius: 1em;
}

.searchButton span {
	position: absolute;
	left: -10000px;
	top: auto;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

/* end forms */

/* container layouts & styling*/
#body {
	padding: 0.6em 0em;
}

#header {
	vertical-align: bottom;
	padding-top: 1.3em;
	padding-left: 0.6em;
	padding-right: 0.6em;
}

#content {
	font-size: 1.1em; /* 13px Arial */
	width: 80%;
}

#utilities {
	margin-top: 1.333em;
	min-width: 15.833em;
}

#utilities ul {
	list-style-type: none;
}

#utilities ul li {
	float: right;
	margin-right: 16px;
}

#utilities li#font-smaller {
	margin-right: 8px;
}

#utilities li#print {
	margin-right: 0;
}

/* extra left margin if we are using a template with secondary navigation */
.withnav {
}

.contentBottom, .contentBottom.roundedCorners {
	overflow: hidden;
	margin: 0.6em;
	padding: 12px 11px !important;
}

.contentBottomItems {
	overflow: scroll;
	overflow-x: scroll;
	overflow-y: hidden;
	max-width: 52.154em;
	margin: 0px auto;
	height: 16.462em;
}

.prevContent {
	float: left;
	width: 28px;
	margin-top: 93px;
}

.nextContent {
	float: right;
	width: 28px;
	margin-top: 93px;
}

.contentBottomScrollable {
	position: relative;
	overflow: hidden;
	width: 52.154em !important;
	height: 22em;
}

.contentTopScrollable {
	/* TODO: hier wieder responsive machen, wenn möglich */
	position: relative;
	overflow: hidden;
	/* max-width: 63.5em; */
	width: 63.5em;
	height: 26.5em;
	min-height: 15em;
}

.contentBottomScrollable .items, .contentTopScrollable .items {
	width: 20000em;
	position: absolute;
}

.items > div {
	float: left;
}

.contentBottomItem {
	width: 150px;
	height: 16.462em;
	overflow: hidden;
	display: inline-block;
	float: left;
	position: relative;
	padding: 0 26px 0 0;
}

.contentBottomItem h3 {
	color: #e82337;
	font-size: 1.154em;
	line-height: 1.067em;
	margin: 0.467em 0 0.533em 0;
}

.contentBottomItem a {
	display: inline-block;
	position: absolute;
	bottom: 0;
	left: 0;
}

#loginAndSearchContainer {
	z-index: 100;
}

/* layouts products */

#content.withnav {
	width: 72.535%;
}

#head {
	position: relative;
}

#head img {
	padding: 1em;
}

#contentContainer #head .productNavOverlay {
	position: absolute;
	bottom: 3em;
	height: auto;
	display: inline-block;
	left: 0em;
}

#contentContainer #head .productTitleOverlay {
	position: absolute;
	top: 0em;
	left: 0em;
	height: auto;
	display: inline-block;
	width: 26em;

	padding: 1.9em 0.5em 0.5em 0em;

	/* Fallback for web browsers that doesn't support RGBa */
	background: rgb(255, 255, 255);
	background: rgba(255, 255, 255, 0.2);
	/* For IE 5.5 - 7*/
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#33FFFFFF, endColorstr=#33FFFFFF);
	/* For IE 8*/
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#33FFFFFF, endColorstr=#33FFFFFF)";

	-webkit-box-shadow: 0px 0px 4px 0px rgba(255, 255, 255, 0.2); /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
	box-shadow: 0px 0px 4px 0px rgba(255, 255, 255, 0.2); /* Opera 10.5, IE9, Firefox 4+, Chrome 6+, iOS 5 */
}

#contentContainer #head .productTitleOverlay h1, #contentContainer #head .productTitleOverlay h2 {
}

#contentContainer #head .productTitleOverlay h1 {
	font-size: 2em;
	font-weight: bold;
	line-height: 1.154em; /* 30px */
	margin-bottom: 0;
}

#contentContainer #head .productTitleOverlay h2 {
	font-size: 1.6em;
	line-height: 100%;
	font-family: DINWeb-Light, Arial;
}

#contentContainer #head .productTitleOverlay span {
	font-size: 1em;
	font-weight: bold;
}

#head .button2 {
	margin: 0.25em;
}

#head .button2 a {
	color: #ffffff;
}

#head > img {
	float: right;
	margin: 0;
	padding: 0;
}

.kibble {
	display: table;
}

.kibble span {
	display: table-cell;
	vertical-align: middle;
	font-weight: bold;
}

.kibble span span {
	font-weight: normal;
}

.mainbenefit {

}

.mainbenefit img {
	float: right;
}

/* layout products end */

/* layout content */
#head, .head {
	border-width: 1px 1px 1px 0px;
	border-style: solid;
	border-color: #d9d9d9;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}

#contentContainer {
	border-width: 1px 0 0 0;
	border-style: solid;
	border-color: #d9d9d9;
	-moz-border-radius: 0 5px 0 0;
	-webkit-border-radius: 0 5px 0 0;
	-khtml-border-radius: 0 5px 0 0;
	border-radius: 0 5px 0 0;
}

#contentContainer h1, #contentContainer > head {
	font-size: 2.5em;
	color: #333333;
}

.multiColumn2Cols, .multiColumn3Cols {
	overflow: hidden;
}

.multiColumn2Cols .column {
	width: 47%;
	float: left;
}

.multiColumn2Cols .column.first {
	width: 46%;
	padding-right: 1em;
	margin-right: 1em;
	border-right: 1px solid #d9d9d9;
}

.multiColumn3Cols .column {
	width: 30%;
	float: left;
	border-left: 1px solid #d9d9d9;
	padding-left: 1em;
	margin-left: 1em;
}

.multiColumn3Cols .column.first {
	width: 29%;
	padding-left: 0;
	margin-left: 0;
	border-left: 0;
}

#head > p {
	font-weight: bold;
}

#contentContainer p, #contentContainer ul, #contentContainer ol,
#nav2Wrapper p, #nav2Wrapper ul, #nav2Wrapper ol {
	padding: 0 0 1.231em 0; /* 16px */
}

#nav2Wrapper #nav2 ul {
	padding: 0;
}

#contentContainer ol {
	list-style-type: decimal;
	list-style-position: outside;
	margin-left: 1.538em;
}

#contentContainer p.totop {
	margin-top: 1.231em;
	padding: 0 !important;
}

#contentContainer div.abstract {
	font-weight: bold;
}

#contentContainer .item,
#nav2Wrapper .item {
	margin: 1.538em 0; /* 20px */
	overflow: hidden;
}

#contentContainer .item.first {
	margin-top: 0;
	padding: 1.538em 0.846em 1.462em 0;
	border-width: 0 1px 1px 0;
	border-style: solid;
	border-color: #d9d9d9;
	-moz-border-radius: 0 5px 5px 0;
	-webkit-border-radius: 0 5px 5px 0;
	-khtml-border-radius: 0 5px 5px 0;
	border-radius: 0 5px 5px 0;
}

#nav2Wrapper .item.first {
	margin-top: 0;
}

#contentContainer .item.last,
#nav2Wrapper .item.last {
	margin-bottom: 0;
}

#contentContainer > .item > .roundedCorners {
	padding: 0.923em 0.846em 0.923em 0.846em;
	overflow: auto;
}

#contentContainer > .item > .verteilerContent {
	overflow: auto;
	margin: -0.5em;
}

#contentContainer .item p.last,
#nav2Wrapper .item p.last,
#contentContainer .item ul.last,
#nav2Wrapper .item ul.last,
#contentContainer .item ol.last,
#nav2Wrapper .item ol.last {
	padding-bottom: 0;
}

#contentContainer .contentSeparator,
#nav2Wrapper .contentSeparator {
	padding-bottom: 1.462em; /* 19px */
	border: 1px solid #D9D9D9;
	border-width: 0px 0px 1px 0px;
}

#contentContainer > .item h1 {
	font-size: 2em; /* 26px */
	color: #333333;
	line-height: 1.154em; /* 30px */
	margin-bottom: 0.462em; /* 12px */
}

#contentContainer h2,
#nav2Wrapper h2 {
	font-size: 1.462em; /* 19px */
	color: #e82337;
	line-height: 1.158em; /* 22px */
	margin-bottom: 0.737em; /* 14px */
	font-weight: normal;
}

#contentContainer .verteilerContent .tile h2 {
	margin-right: 0.5em;
	font-size: 1.154em; /* 15px */
}

#contentContainer .verteilerContent .tile p {
	margin-right: 0.2em;
	margin-left: 0em;
	color: #666;
}

h2 span.ui-icon-triangle-1-e,
h2 span.ui-icon-triangle-1-s {
	background-image: url(../img/arrows.png);
	display: inline-block;
	height: 10px;
	width: 18px;
	overflow: hidden;
	background-position: 0px 19px;
	margin-right: 5px;
}

#contentContainer h2 span.ui-icon-triangle-1-s {
	background-position: 0 9px;
}

#contentContainer ul {
	list-style-position: outside;
	padding-left: 1.3em;
}

#contentContainer ul .act {
	color: #e82337;
}

.table {
	border-width: 1px;
	border-style: solid;
	border-color: #d9d9d9;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	overflow: hidden;
}

.table div.line {
	float: left;
	clear: both;
	border: 1px solid #d9d9d9;
	border-width: 0px 0px 1px 0px;
	width: 97%;
}

.table div.line.header {
	border-color: #e2001a;
}

.table div.line:last-child {
	border: none;
}

.table div.line > span {
	float: left;
}

table {
	font-size: 1em !important;
	padding: 0.6em;
}

th, tr, td {
	background-color: #fff !important;
}

table thead tr th {
	border-bottom: 1px solid #e2001a;
	font-weight: bold;
}

table tbody tr td {
	border-bottom: 1px solid #d9d9d9;
}

table tbody tr td {
	border-bottom: 1px solid #D9D9D9;
	vertical-align: top;
	padding: 0.25em;
}

table tbody tr.last td {
	border-bottom: none;
}

table caption {
	font-weight: bold;
	background: #fff;
	padding-left: 0.6em;
}

.verteilerContent .tile {
	display: inline-block;
	position: relative;
	overflow: hidden;
	margin: 0.5em;
	width: 15.616em;
	height: 15.616em;
	float: left;
}

.verteilerContent .tile > a {
	display: inline-block;
	width: 100%;
	height: 100%;
}

.verteilerContent .tile > a > h2 {
	display: inline-block;
	position: absolute;
	top: 0.769em;
	left: 0.692em;
	font-size: 1.25em;
	color: #E82337;
	line-height: 1.158em;
	margin-bottom: 0.737em;
	font-weight: normal;
}

.verteilerContent .tile > a > p {
	position: absolute;
	font-size: 1em;
	top: 4em;
	left: 1em;
	display: none;
	background: #ffffff;
}

.verteilerContent .tile > a > img {
	visibility: visible;
	min-height: 10em;
	display: block;
	vertical-align: bottom;
	margin-left: auto;
	margin-right: auto;
	margin-top: 2.769em;
}

.verteilerContent .tile:hover > a > img {
	visibility: hidden;
}

.verteilerContent .tile:hover > a > p {
	display: inline-block;
}

.styledSelect {
	position: relative;
	display: inline-block;
	background-image: url(../img/button_gradient.png);
	background-repeat: repeat-x;
	background-color: #d9d9d9;

	-moz-border-radius: 0.2em;
	-webkit-border-radius: 0.2em;
	-khtml-border-radius: 0.2em;
	border-radius: 0.2em;

	border: 1px solid #d9d9d9;
}

.styledSelect > span {
	position: absolute;
	right: 0.3em;
	top: 0.6em;

	background-image: url(../img/arrows.png);
	display: inline-block;
	height: 10px;
	width: 18px;
	overflow: hidden;
	background-position: 0px 19px;
}

.styledSelect select {
	background: transparent;
	-webkit-appearance: none;
	display: inline-block;
	margin: 0 0 0 0;
	padding: 0.25em 0.25em 0.25em 0.25em;
	border: 0;
	text-decoration: none;
	border: none;
	font-size: 1em;
}

/* layout content end */

/* sidebar */
hr {
	margin: 0;
	border: none;
	background-color: #d9d9d9;
	color: #d9d9d9;
	height: 1px;
}

#sidebar {
	text-align: right;
	padding-top: 0.083em;
	width: 20%;
}

#sidebar .sidebarContent {
	display: block; /* inline-block */
	margin: 1em 0 1em 0.6em;
	padding: 0.917em 1em !important;
	text-align: left;
}

.sidebarContent h1 {
	text-align: left;
	font-size: 1.250em; /* 15px */
	line-height: 1.1em;
	color: #e82337;
	position: relative;
}

.sidebarContent h1 span {
	position: absolute;
	right: 0em;
	top: 0.3em;
}

.sidebarContent h1 div {
	text-align: center;
}

.sidebarContent p {
	line-height: 1.4em;
	text-align: left;
	margin-bottom: 0.583em;
}

.sidebarContent hr {
	margin-top: 1.2em;
	margin-bottom: 1.2em;
}

.accordionSeparator {
	margin-top: 1em !important;
	margin-bottom: 0.5em !important;
}

.sidebarContent .smallText {
	font-size: 0.9em;
}

.sidebarContent input[type="text"], .sidebarContent input[type="password"] {
	border: none;
	width: 95%
}

#sidebar .sidebarMultiContent {
	padding: 0.667em 1em 0.5em 1em !important; /* other line-height h1 in sidebarMultiContent */
}

.sidebarMultiContent h1 {
	line-height: 1.833em;
	font-size: 1.1em;
	position: relative;
}

.sidebarMultiContent h1 span {
	position: absolute;
	right: 0em;
	top: 0.4em;
}

.sidebarMultiContent p {
	margin-bottom: 0.583em;
}

.loginControls {
	margin-bottom: 1em;
}

.loginControlsContent {
	padding-top: 1.083em; /* 13px */
}

.loginControlsContent .roundInput {
	-moz-border-radius: 0.2em;
	-webkit-border-radius: 0.2em;
	-khtml-border-radius: 0.2em;
	border-radius: 0.2em;

	font-size: 1.083em; /* 13px */
}

.loginControlsContent .button2 {
	margin: 0 0 1em 0;
}

.contentTop {
	color: #333;
	margin: 0.6em;
}

#contentTopItems {
	position: relative;
	height: 24.154em;
}

.contentTopItemsNav {
	position: absolute;
	bottom: 1.25em;
	z-index: 1000;
	left: 0.523em;
}

.contentTopItemsNav span {
	padding: 1px;
}

.contentTopItem {
	position: relative;
}

.contentTopItem img {
	width: 100%;
}

.contentTopItemOverlay {
	position: absolute;
	top: 3em;
	height: auto;
	display: inline-block;
	left: 0.923em;
	font-family: DINWeb-Light, "Helvetica Neue", Arial, Helvetica, sans-serif;
}

.contentTopItemOverlay strong {
	font-family: DINWeb-Medium, "Helvetica Neue", Arial, Helvetica, sans-serif;
}

.contentTopItemOverlay div {
	line-height: 1em;
	font-size: 2em;
}

.contentTopItemOverlay .button2 {
	font-family: Arial, sans-serif;
	font-size: 1em;
	margin-top: 1em;
}

.contentButton {
	width: 1.4em;
	height: 1.4em;
	background-color: #fff;
	border: 1px solid #b0b0b0;
	display: inline-block;
	margin: 0em 0.4em;

	-moz-border-radius: 2em;
	-webkit-border-radius: 2em;
	-khtml-border-radius: 2em;
	border-radius: 2em;

	cursor: pointer;
}

.contentButtonOn {
	background-image: url(../img/button_gradient.png);
	background-color: #b0b0b0;
}

/* footer */
#footer {
	color: #696969;
	margin-top: 1.4em;
	margin-bottom: 1.4em;
	margin-left: 1em;
}

#footerCopyright {
	text-align: right;
}

#footerCopyright p {
	margin-right: 0.2em;
	display: inline-block;
}

#footerCopyright p.p2n {
	background: url('../img/footer_pipe.png') center left no-repeat !important;
	padding-left: 1.2em;
	margin-left: 0.5em;
}

#footerCopyright p.p2n a {
	display: inline-block;
	color: #696969;
}

#footerCopyright p.p2n a:hover {
	color: #E82337;
}

#footerImpressum {
	text-align: left;
	vertical-align: top;
}

#footerImpressum ul {
	list-style-type: none;
}

#footerImpressum li {
	float: left;
	background: url('../img/footer_pipe.png') center right no-repeat !important;
	padding-right: 1.2em;
	margin-right: 0.5em;
}

#footerImpressum li.last {
	background: none;
}

#footerImpressum a {
	color: #666666;
}

#footerImpressum a:hover,
#footerImpressum li.act a {
	color: #e82337;
}

#footerImpressum .addthis_default_style {
	background: none !important;
	margin-top: -1px;
}

/* gradients */
.linearGradient {
	background-color: #fff;
	background-image: url(../img/fallbackGradient.png);
	background-repeat: repeat-x;
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#d9d9d9), to(#fff));
	background-image: -webkit-linear-gradient(top, #d9d9d9, #fff);
	background-image: -moz-linear-gradient(top, #d9d9d9, #fff);
	background-image: -ms-linear-gradient(top, #d9d9d9, #fff);
	background-image: -o-linear-gradient(top, #d9d9d9, #fff);
}

/* rounded corners */
.roundedCorners,
div.csc-textpic-border div.csc-textpic-imagewrap .csc-textpic-image img,
div.csc-textpic-border div.csc-textpic-single-image img {
	border-width: 1px;
	border-style: solid;
	border-color: #d9d9d9;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	padding: 0.6em !important;
}

/* rounded corners */
.important {
	border-width: 1px;
	border-style: solid;
	border-color: #d9d9d9;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	padding: 0.6em !important;
	text-align: center;
	font-weight: bold;
}

/* box shadows */
.boxShadow {
	/* TODO: implement proper IE fallback drop-shadow */
	border: 1px solid #dcdcdc\9; /* IE7 & IE8 only hack */
	-webkit-box-shadow: 0px 0px 10px 0px #cccccc; /* Saf3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
	-moz-box-shadow: 0px 0px 10px 0px #cccccc; /* FF3.5 - 3.6 */
	box-shadow: 0px 0px 10px 0px #cccccc; /* Opera 10.5, IE9, FF4+, Chrome 6+, iOS 5 */
}

.boxShadowThin {
	border-bottom: 1px solid #9f9f9f !important;
	border: 1px solid #dfdfdf\9; /* IE7 & IE8 only hack */
	-webkit-box-shadow: 0px 1px 0px 0px #dfdfdf; /* Saf3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
	-moz-box-shadow: 0px 1px 0px 0px #dfdfdf; /* FF3.5 - 3.6 */
	box-shadow: 0px 1px 0px 0px #dfdfdf; /* Opera 10.5, IE9, FF4+, Chrome 6+, iOS 5 */
}

/* sprites */
.arrowDown_m {
	background-image: url(../img/arrows.png);
	display: inline-block;
	height: 10px;
	width: 18px;
	overflow: hidden;
	background-position: 0px 19px;
	cursor: pointer;
}

.arrowUp_m {
	background-image: url(../img/arrows.png);
	display: inline-block;
	height: 10px;
	width: 18px;
	overflow: hidden;
	background-position: 0px 10px;
	cursor: pointer;
}

.arrowRight_s {
	background-image: url(../img/arrows.png);
	display: inline-block;
	height: 12px;
	width: 11px;
	overflow: hidden;
	background-position: 1px 33px;
	margin-right: 5px;
}

.arrowDown_s {
	background-image: url(../img/arrows.png);
	display: inline-block;
	height: 10px;
	width: 11px;
	overflow: hidden;
	background-position: -10px -1px;
}

.arrowLeft_s {
	background-image: url(../img/arrows2.png);
	display: inline-block;
	height: 12px;
	width: 11px;
	overflow: hidden;
	background-position: 1px 35px;
	margin-right: 5px;
}

.arrowUp_s {
	background-image: url(../img/arrows2.png);
	display: inline-block;
	height: 10px;
	width: 11px;
	overflow: hidden;
	background-position: -10px -1px;
}

.arrowNone_s {
	background-image: url(../img/arrows.png);
	display: inline-block;
	height: 10px;
	width: 11px;
	overflow: hidden;
	background-position: 24px -7px;
}

.bigArrowRightOff {
	background-image: url(../img/arrows.png);
	display: inline-block;
	height: 33px;
	width: 18px;
	overflow: hidden;
	background-position: -36px 0px;
	float: right
}

.bigArrowLeftOff {
	background-image: url(../img/arrows.png);
	display: inline-block;
	height: 33px;
	width: 18px;
	overflow: hidden;
	background-position: -18px 0px;
}

.bigArrowRight {
	background-image: url(../img/arrows.png);
	display: inline-block;
	height: 33px;
	width: 18px;
	overflow: hidden;
	background-position: -72px 0px;
	cursor: pointer;
	float: right;
}

.bigArrowLeft {
	background-image: url(../img/arrows.png);
	display: inline-block;
	height: 33px;
	width: 18px;
	overflow: hidden;
	background-position: -54px 0px;
	cursor: pointer;
}

.collapsible > h2, .collapsible > h1, .collapsibleDown > h1 {
	cursor: pointer;
	margin-bottom: 0 !important;
}

#contentContainer .collapsible .accordion-content,
#nav2Wrapper .collapsible .accordion-content {
	margin-top: 0.737em; /* 14px */
}

.collapsibleDown > div {
	display: block;
	text-align: center;
}

/* some fixed size helps positioning */
#header, .container {
	min-width: 53.333em;
}

/* smaller screen resolution styles - only that which doesn't affect the general layout, ie, button widths, etc, but not floating */
/* below 1027 pixel, reduce the button size in the top menu so it doesn't start wrapping */
/*@media handheld, only screen and (max-width: 1027px) {
}*/

@media handheld, only screen and (max-width: 1027px) {
	#content.withnav {
		width: 70%;
	}
}

@media handheld, only screen and (max-width: 1010px) {
	#sidebar {
		margin: 0;
		width: 100%;
		text-align: center;
		overflow: hidden;
		vertical-align: top;
	}

	#loginAndSearchContainer {
		position: absolute;
		right: 1em;
		top: 2em;
	}

	#header {
		min-width: 54.833em;
	}

	.container {
		min-width: 53.333em;
	}

	#content.withnav {
		width: 70%;
	}

	.verteilerContent .tile {
		display: inline-block;
		position: relative;
		overflow: hidden;
		margin: 0.5em;
		width: 12.308em;
		height: 12.308em;
		float: right;
	}

	#sidebar .sidebarContent {
		display: inline-block;
	}
}

@media handheld, only screen and (max-width: 800px) {
}

@media handheld, only screen and (max-width: 679px) {
	.contentTopItemOverlay {
		width: 21em;
	}

	.contentTopItemOverlay span {
		font-size: 1.5em;
	}
}

/* Lightview */
.lv_content .message {
	width: 35em;
}

.lv_content a, .lv_content a:hover {
	color: #e82337;
	text-decoration: none;
}

.lv_content a:link, .lv_content a:visited, .lv_content a:hover, .lv_content a:focus, .lv_content a:active {
	color: #e82337;
	text-decoration: none;
}

.lv_content h1, .lv_content h2 {
	color: #333;
	font-family: DINWeb-Medium, "Helvetica Neue", Arial, Helvetica, sans-serif;
}

.lv_content h2 {
	font-size: 1.462em; /* 19px */
	color: #e82337;
	line-height: 1.158em; /* 22px */
	margin-bottom: 0.737em; /* 14px */
	font-weight: normal;
}

.lv_content .button2 {
	display: inline-block;
	margin: 0.5em 0 1em 0;
	border: 0;
	text-decoration: none;
	font-weight: bold !important;
	color: #ffffff !important;
	background: #e82337 !important;
	cursor: pointer;
	padding: 0.417em 1em;
	font-size: 1em;

	background-image: url(../img/button_gradient.png) !important;
	background-repeat: repeat-x;

	-moz-border-radius: 1em;
	-webkit-border-radius: 1em;
	-khtml-border-radius: 1em;
	border-radius: 1em;
}

/* General Forms */
label {
	color: #666;
	display: block;
	margin: 0 0 0.385em 0;
}

input[type="text"], input[type="password"] {
	font-size: 1em;
	color: #333;
	border: 1px solid #D9D9D9;
	margin: 0 0 0.667em 0;
	padding: 0.308em 0.308em 0.231em 0.308em;

	-moz-border-radius: 0.250em;
	-webkit-border-radius: 0.250em;
	-khtml-border-radius: 0.250em;
	border-radius: 0.250em;
}

textarea {
	font-size: 1em;
	color: #333;
}

/* p2_zendform & specialist_form & breedfinder (user-rcipd-pi5) */
.zendform h2 {
	margin-bottom: 0.186em !important;
}

.zendform .errors p,
.zendform .errors ul,
.zendform .errors label,
.zendform .errors span.label {
	color: #E82337;
}

.zendform #recaptcha_widget_div {
	margin: 0 0 0.923em 0;
}

.zendform .row {
	margin: 0 0 0.923em 0;
}

.zendform hr {
	margin: 0.231em 0 0.539em 0;
}

.zendform .multiColumn2Cols .column {
	float: left;
	font-size: 1em !important;
	width: 25.461em;
	padding: 0;
	margin-right: 1.846em;
	border: none;
}

#pet-info-accordion h2.ui-accordion-header {
	padding-top: 0.4em;
	border-top: 1px solid #D9D9D9;
}
#pet-info-accordion h2.ui-accordion-header:first-child {
	padding-top: 0;
	border-top: none;
}

.zendform .pet-info .multiColumn2Cols .column,
.zendform #pet-info-accordion .multiColumn2Cols .column {
	float: left;
	font-size: 1em !important;
	width: 24em;
	padding: 0;
	margin-right: 1.846em;
	border: none;
}

.zendform .multiColumn2Cols .column.last {
	margin-right: 0 !important;
}

.zendform label, span.label {
	font-weight: bold;
}

.zendform span.label {
	margin: 0 0 0.385em 0;
}

.zendform .radio-element span.label {
	display: block;
	font-weight: bold;
}

.zendform input[type="text"], .zendform input[type="password"], .zendform select,
#specialist_form input[type="text"], #specialist_form input[type="password"], #specialist_form select {
	width: 24.684em;
}

.zendform .pet-info input[type="text"], .zendform .pet-info input[type="password"], .zendform .pet-info select,
.zendform #pet-info-accordion input[type="text"], .zendform #pet-info-accordion input[type="password"], .zendform #pet-info-accordion select {
	width: 23em;
}

#specialist_form select {
	width: 25.384em;
}

.zendform select, #specialist_form select, .user-rcipd-pi5 .user-rcipd-pi5-selector {
	font-size: 1em;
	color: #333;
	border: 1px solid #D9D9D9;
	margin: 0 0 0.667em 0;
	padding: 0.308em 0.308em 0.231em 0.308em;

	-moz-border-radius: 0.250em;
	-webkit-border-radius: 0.250em;
	-khtml-border-radius: 0.250em;
	border-radius: 0.250em;
}

.user-rcipd-pi5 .user-rcipd-pi5-selector {
	width: 30%;
	margin-right: 3%;
}

.zendform input[type="text"].small, .zendform input[type="password"].small {
	width: 12.342em !important;
}

.zendform textarea {
	width: 52.4em;
	height: 6.692em;
	border: 1px solid #D9D9D9;
	margin: 0 0 0.667em 0;
	padding: 0.308em 0.308em 0.231em 0.308em;

	-moz-border-radius: 0.250em;
	-webkit-border-radius: 0.250em;
	-khtml-border-radius: 0.250em;
	border-radius: 0.250em;
}

.zendform .radio-element {
	padding-left: 0.3em;
}

.zendform .radio-element .radio-element-single {
	float: left;
	width: 14em;
}

.zendform .radio-element label {
	font-weight: normal;
}

.zendform .radio-element .label-inline {
	margin-left: 0.3em;
}

.zendform .checkbox-element .checkbox {
	float: left;
	margin-right: 0.818em;
}

.zendform .checkbox-element label {
	font-weight: normal;
}

.zendform .submit-element {
	clear: both;
	float: right;
	text-align: right;
	overflow: hidden;
}

/* specialist_form */
#specialist_form table tbody tr td {
	border: none;
}

#specialist_form input[type=submit] {
	display: inline-block;
	margin: 0.3em 0 0 0;
	border: 0;
	text-decoration: none;
	font-weight: bold;
	color: #ffffff !important;
	background: #e82337;
	cursor: pointer;
	padding: 0.417em 1em;
	font-size: 1em;

	background-image: url(../img/button_gradient.png);
	background-repeat: repeat-x;

	-moz-border-radius: 1em;
	-webkit-border-radius: 1em;
	-khtml-border-radius: 1em;
	border-radius: 1em;
}

/* login form */
#loginFormContainer {
	width: 35em;
}

#loginFormContainer button {
	margin-bottom: 1em;
}

#loginFormContainer input {
	width: 95%;
}

/* solr */
.tx-solr-search-form {
	background-color: #f2f2f2;
	border: 1px solid #cfcecf;
	padding: 10px;
	margin-bottom: 10px;
}

.tx-solr-q {
	border: 1px solid #cfcecf;
	padding: 5px;
	width: 80%;
}

.tx-solr-submit {
	background-color: #cfcecf;
	border: none;
	padding: 6px;
	color: #494949;
	font-weight: bold;
	width: 15%;
}

#tx-solr-search .tx-solr-search-word {
	font-weight: bold;
}

#tx-solr-search .tx-pagebrowse {
	margin-top: 10px;
}

#tx-solr-search .results-list {
	margin-top: 10px;
}

#tx-solr-search .results-list li {
	list-style: none inside;
	margin-left: 0px;
}

#tx-solr-pagination-bottom {
	margin-top: 0px;
}

.results-entry {
	border-bottom: 1px solid #cfcecf;
	margin-bottom: 20px;
}

.results-topic {
	font-weight: bold;
	margin-bottom: 5px;
}

.result-content {
	clear: both;
}

.results-highlight {
	background: #fdee53;
}

.relevance {
	height: 20px;
}

.relevance-label,
.relevance-bar,
.relevance-percent {
	float: left;
	margin-right: 3px;
}

.relevance-bar {
	height: 20px;
	padding-top: 3px;
}

.tx-solr-relevance-bar {
	width: 100px;
	height: 8px;
	border: 1px solid #ccc;
	font-size: 1px;
	padding: 1px;
}

.tx-solr-relevance,
.tx-solr-relevance-fill {
	margin-right: 0px !important;
	height: 8px;
	padding: 0px;
	float: left;
}

.tx-solr-relevance {
	background-color: #E82337;
}

.tx-solr-relevance-fill {
	background-color: #ccc;
}

.tx-solr-pagination {
	margin: 20px 0px;
	height: 20px;
	text-align: center;
}

.tx-pagebrowse li {
	float: left;
	list-style: none outside none;
	margin-right: 10px;
}

#contentContainer #tx-solr ol {
	margin-left: 3em;
}

#contentContainer #tx-solr #tx-solr-pagination-top ol,
#contentContainer #tx-solr #tx-solr-pagination-bottom ol {
	margin-left: 0.5em;
}

#tx-solr-pagination-results-per-page {
	float: left;
}

#tx-solr-pagination-results-per-page select {
	margin-left: 5px;
}

.tx-solr-pagination .tx-pagebrowse-pi1 {
	margin-left: auto;
	margin-right: auto;
	display: inline-block;
}

#tx-solr-search .tx-solr-pagination ul.tx-pagebrowse {
	margin-top: 0px;
	padding-top: 2px;
}

#contentContainer .item .contentContainer .item.last {
	margin-bottom: 0;
}

div.csc-textpic div.csc-textpic-imagewrap .csc-textpic-image {
	margin-bottom: 0;
}

div.csc-textpic div.csc-textpic-imagewrap .csc-textpic-image .csc-textpic-caption {
	font-size: 0.846em; /* 11px */
	line-height: 0.923em; /* 12px */
	margin-top: 0.538em;
}

div.csc-textpic-intext-left div.csc-textpic-imagewrap, div.csc-textpic-intext-left-nowrap div.csc-textpic-imagewrap {
	margin: 0 1em 1em 0;
}

div.csc-textpic-intext-right div.csc-textpic-imagewrap, div.csc-textpic-intext-right-nowrap div.csc-textpic-imagewrap {
	margin: 0 0 1em 1em;
}

div.csc-textpic-center div.csc-textpic-imagewrap {
	margin: 1em auto;
}

div.csc-textpic-center div.csc-textpic-imagewrap .csc-textpic-image {
	margin: 0 0 0 1em;
}

/* bookshelf */
.tx-p2nbookshelf-pi1 ul {
	background-image: url('/typo3conf/ext/p2n_bookshelf/res/shelf.png');
	list-style: none;
	background-position: 0 86px;
	overflow: hidden;
	min-height: 420px;
	margin: -10px 0 0 0;
	padding: 0 0 0 44px;
}

.tx-p2nbookshelf-pi1 ul li {
	float: left;
	height: 136px;
	width: 100px;
	position: relative;
}

.tx-p2nbookshelf-pi1 ul li a {
	float: left;
	position: absolute;
	bottom: 0;
}

/* züchtersuche */
.tx-p2nrcbreeders-pi1 {

}

.tx-p2nrcbreeders-pi1 .rcbreeders-form select {
	font-size: 1.083em;
}

.tx-p2nrcbreeders-pi1 li {
	list-style-type: none;
	float: left;
}

.tx-p2nrcbreeders-pi1 table#rcbreeders-list {
	border-width: 1px;
	border-style: solid;
	border-color: #d9d9d9;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	overflow: hidden;
}

.tx-p2nrcbreeders-pi1 label {
	float: left;
	display: inline-block;
	width: 5em;
}

.tx-p2nrcbreeders-pi1 select {
	width: 18em;
}

.tx-p2nrcbreeders-pi1 strong {
	display: inline-block;
	margin-bottom: 0.6em;
}

.tx-p2nrcbreeders-pi1 .rcbreeders-head {
	font-size: 1.6em;
	line-height: 100%;
	font-weight: bold;
	font-family: DINWeb-Medium, "Helvetica Neue", Arial, Helvetica, sans-serif;

	margin-bottom: 0.6em;
	margin-top: 0.6em;
}

.tx-p2nrcbreeders-pi1 .rcbreeders-date, .tx-p2nrcbreeders-pi1 .rcbreeders-total, .tx-p2nrcbreeders-pi1 .rcbreeders-breeddesc, .tx-p2nrcbreeders-pi1 #rcbreeders-detail {
	font-size: 1.2em;
	line-height: 100%;
	font-family: DINWeb-Light, Arial;

	margin-bottom: 0.6em;
}

.tx-p2nrcbreeders-pi1 .rcbreeders-date, .tx-p2nrcbreeders-pi1 .rcbreeders-total {
	font-weight: bold;
}

.tx-p2nrcbreeders-pi1 .rcbreeders-total, .tx-p2nrcbreeders-pi1 .rcbreeders-breeddesc {
	padding-bottom: 0.6em; /* 19px */
}

.tx-p2nrcbreeders-pi1 tr td {
	padding-bottom: 0.6em;
	border: none;
}

.tx-p2nrcbreeders-pi1 #tabnav a, .tx-p2nrcbreeders-pi1 #tabnav span {
	display: inline-block;
	margin: 0.3em 1em 0 1em;
	border: 0;
	text-decoration: none;
	font-weight: bold;
	color: #ffffff !important;
	background: #e82337;
	cursor: pointer;
	padding: 0.417em 1em;
	font-size: 1em;

	background-image: url(../img/button_gradient.png);
	background-repeat: repeat-x;

	-moz-border-radius: 1em;
	-webkit-border-radius: 1em;
	-khtml-border-radius: 1em;
	border-radius: 1em;

	font-family: Arial, sans-serif;
}

.tx-p2nrcbreeders-pi1 #tabnav span {
	color: #666 !important;
	background: white;
	border: 1px solid #D9D9D9;
}

.rcbreeders-detail-data form select {
	font-size: 1.2em;
	font-weight: bold;
	font-family: DINWeb-Medium, "Helvetica Neue", Arial, Helvetica, sans-serif;

	-moz-border-radius: 1em;
	-webkit-border-radius: 1em;
	-khtml-border-radius: 1em;
	border-radius: 0;
	border-color: #666;
	color: #666;
}

.rcbreeders-detail-data form {
	padding-bottom: 0.6em; /* 19px */
	border: 1px solid #D9D9D9;
	border-width: 0px 0px 1px 0px;
}

.tx-p2nrcbreeders-pi1 #tabnav {
	padding-left: 0em;
}

.tx-p2nrcbreeders-pi1 #rcbreeders-detail {
	padding-top: 0.6em; /* 19px */
	margin-top: 1.2em;
}

.tx-p2nrcbreeders-pi1 #rcbreeders-detail .rcbreeders-detail-data-0, .tx-p2nrcbreeders-pi1 #rcbreeders-detail .rcbreeders-detail-data-1 {
	font-size: 1.2em;
	line-height: 120%;
}

.tx-p2nrcbreeders-pi1 #rcbreeders-detail .rcbreeders-detail-data-0 {
	width: 30%;
	color: #333;
}

.tx-p2nrcbreeders-pi1 #rcbreeders-detail .rcbreeders-detail-data-1 {
	width: 70%;
	font-size: 1em;
	font-family: Arial, sans-serif;
}

.tx-p2nrcbreeders-pi1 .rcbreeders-litter {
	float: left;
	width: 40%;
}

/* productfinder tx-locator-pi1 */
.tx-locator-pi1 .tx_locator_searchform td {
	border-bottom: none;
}

/* login */

.tx-felogin-pi1 .button2 {
	margin-bottom: 1em;
}

/* news */
.newsListItem {
	overflow: hidden;
}

/* jquery-ui tabs from Blitzer theme (modified red) */

.ui-tabs {
	position: relative;/* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
	padding: .2em;
}
.ui-tabs .ui-tabs-hide {
	display: none!important;
}
#contentContainer .ui-tabs ul.ui-tabs-nav {
	margin: 0!important;
	padding: .2em .2em 0!important;
}
.ui-tabs .ui-tabs-nav li {
	list-style: none;
	float: left;
	position: relative;
	top: 0;
	margin: 1px .2em 0 0;
	border-bottom-width: 0;
	padding: 0;
	white-space: nowrap;
}
.ui-tabs .ui-tabs-nav li a {
	float: left;
	padding: .5em 1em;
	text-decoration: none;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
	margin-bottom: -1px;
	padding-bottom: 1px;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active a,
.ui-tabs .ui-tabs-nav li.ui-state-disabled a,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading a {
	cursor: text;
}
.ui-tabs .ui-tabs-nav li a, /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active a {
	cursor: pointer;
}
.ui-tabs .ui-tabs-panel {
	display: block;
	border-width: 0;
	padding: 1em 1.4em;
	background: none;
}

.ui-widget-header {
	border: 1px solid #ccc;
	background: #ccc;
	color: #ffffff;
	font-weight: bold;
}
.ui-widget-header a {
	color: #ffffff;
}

.ui-widget-content {
	border: 1px solid #D9D9D9;
	background: #ffffff url(images/ui-bg_flat_75_ffffff_40x100.png) 50% 50% repeat-x;
	color: #666;
}
.ui-widget-content a {
	color: #666;
}

/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
	border-top-left-radius: 6px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
	border-top-right-radius: 6px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
	border-bottom-left-radius: 6px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
	border-bottom-right-radius: 6px;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
	border: 1px solid #d8dcdf;
	background: #eeeeee url(images/ui-bg_highlight-hard_100_eeeeee_1x100.png) 50% 50% repeat-x;
	font-weight: bold;
	color: #666;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
	color: #666;
	text-decoration: none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
	border: 1px solid #cdd5da;
	background: #f6f6f6 url(../img/ui-bg_highlight-hard_100_f6f6f6_1x100.png) 50% 50% repeat-x;
	font-weight: bold;
	color: #111111;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited {
	color: #111111;
	text-decoration: none;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
	border: 1px solid #eeeeee;
	background: #ffffff url(../img/ui-bg_flat_65_ffffff_40x100.png) 50% 50% repeat-x;
	font-weight: bold;
	color: #000;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
	color: #000;
	text-decoration: none;
}

ul.breed-grooming {
	*zoom: 1;
}

ul.breed-grooming:after {
	clear: left;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}

ul.breed-grooming li {
	width: 17px;
	height: 21px;
	float: left;
	overflow: hidden;
}

ul.breed-grooming li {
	background-color:#CBCBCB;
}

ul.breed-grooming li.active {
	background-color: #E82337;
}

p.breed-weight {
	xline-height: 1em;
}

p.breed-weight span {
	padding-top: 0.9em;
	padding-left: 1.3em;
	display: block;
	color: #E82337;
}
