@charset "utf-8";

/* CSS Document */
* {
	margin: 0;
	padding: 0;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	line-height: 62.5%;
	color: #333333;
	background-color: #FFFFFF;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}

* {
	font-size: 1.0em;
	line-height: 1.0em;
}

/* GENERELL ---------------------------------------------------------- */
td {
	vertical-align: top;
}

strong {
	line-height: 1.5em;
}

p {
	font-size:11px;
	line-height: 15px;
	margin-bottom: 10px;
}

a {
	line-height: 1.5em;
	font-size:11px;
}

h1 {
	color: #D20E34;
	font-weight: bold;
	line-height: 1.5em;
	font-size:11px;
	margin-bottom: 1.5em;
	text-transform: uppercase;
}

h2 {
	font-weight: bold;
	margin-bottom: 0.2em;
	color: #333333;
	font-size:11px;
	line-height: 1.5em;
}

h3 {
	font-weight: bold;
	padding-bottom: 0.5em;
	margin-bottom: 0.2em;
	color: #333333;
	line-height: 1.5em;
	font-size:1.1em;
	border-bottom: 1px solid #666666;
	text-transform: uppercase;
}

h4 {
	font-weight: bold;
	margin-top: 1.0em;
	margin-bottom: 0.5em;
	color: #D20E34;
	font-size: 1.0em;
	line-height: 1.5em;
}

img {
	border: none;
}



hr {
	background-color: #999999; /* Mozilla 1.4 */
	color: #999999; /* IE 6 */
	border: #999999; /* Opera 7.11 */
	height: 1px;
	/* in Opera fuer die Anzeige noetig, in Mozilla fuer die einheitliche Hoehe */
	margin: 0px;
	padding: 0px;
}


/* LINKS ---------------------------------------------------------- */
a {
	text-decoration: underline;
	color: #D20E34;
	font-weight: normal;
}

a:link {
	text-decoration: underline;
	color: #D20E34;
	font-weight: normal;
}

a:visited {
	text-decoration: underline;
	color: #D20E34;
	font-weight: normal;
}

a:hover {
	text-decoration: underline;
	color: #D20E34;
	font-weight: normal;
}

a:active {
	text-decoration: underline;
	color: #D20E34;
	font-weight: normal;
}

a:focus {
	text-decoration: underline;
	color: #D20E34;
	font-weight: normal;
}

h2 a {
	text-decoration: underline;
	color: #333333;
	font-weight: bold;
}

h2 a:link {
	text-decoration: underline;
	color: #333333;
	font-weight: bold;
}

h2 a:visited {
	text-decoration: underline;
	color: #333333;
	font-weight: bold;
}

h2 a:hover {
	text-decoration: underline;
	color: #333333;
	font-weight: bold;
}

h2 a:active {
	text-decoration: underline;
	color: #333333;
	font-weight: bold;
}

h2 a:focus {
	text-decoration: underline;
	color: #333333;
	font-weight: bold;
}

/* HINTERGRUND ------------------------------------------------- */
html {
	height: 100%;
	width: 100%;
}

body {
	height: 100%;
	width: 460px;
	text-align: center;
}

#mainframe {
	width: 460px;
	text-align: left;
}

* html #nonFooter {
	height: 100%;
}

#framecontent {
}

/* HILFSDIVS ---------------------------------------------------------------*/
#nonFooter {
	position: relative;
	min-height: 100%;
}

* html #mainframe {
	height: 100%;
}

.clearer {
	clear: both;
	display: block;
	height: 1px;
	margin-bottom: -1px;
	font-size: 1px;
	line-height: 1px;
}

.spacer {
	width: 20px;
	float: left;
}

.spacer_border {
	width: 16px;
	float: left;
}

.spacersmall {
	width: 3px;
	float: left;
}

.borderbottom {
	border-bottom: 1px solid black;
	width: 160px;
	height: 1px;
	margin: 0px;
	padding: 0px;
}

.borderless {
	border: none;
	margin-bottom: -3px;
}

/* KOPFBEREICH---------------------------------------------------------------*/
#flashbox {
	display:none;
}

#header {
	width:460px;
}

#headercontent {
}

#topnavi
{
	display: none;	
}
#mainnavi
	{
		display: none;
	}

.logo {
	width: 460px;
	text-align: left;
}

.logo img {
	border: none;
	margin-bottom:20px;	
}

/* LINKE SPALTE ---------------------------------------------------------- */
	/* ----------------------------------------------------------------------- */
#leftrow {
	display:none;
	float: left;
	width: 220px;
	height: auto;
	font-size:11px;
	background-color: #E3E3E3;
}

/* SUCHE ----------------------------------------------------------------- */
#searchtext {
	display:none;
	height: 37px;
	font-weight: bold;
	line-height: 1.8em;
	margin-top: 15px;
	font-size:11px;
}

#search_field {
	display:none;
	width: 160px;
	border: 1px solid #CCCCCC;
	height: 18px;
	line-height: 18px;
	float: left;
	padding-left: 5px;
	margin-left: 10px;
	margin-right: 10px;
}

#search_bt {
	display:none;
	width: 20px;
	height: 20px;
	background-image: url(../img/textsearch_btn.jpg);
	background-repeat: no-repeat;
	border: none;
	background-color: #ca0303;
	color: #FFFFFF;
	float: left;
	cursor: pointer;
}

/* STIER SUCHE   ---------------------------------------------------------- */
#stiersuche {
	padding: 10px;
	margin-top: 30px;
	line-height: 1.8em;
	font-size:11px;
	border-bottom: 1px solid #FFFFFF;
	border-top: 1px solid #FFFFFF;
	border-left: 1px solid #E7E7E7;
	border-right: 1px solid #E7E7E7;
	background-color: #f8f8f8;
}

#stiersearch_field {
	width: 193px;
	padding-left: 5px;
	margin-bottom: 10px;
	line-height: 18px;
	height: 18px;
	border: 1px solid #CCCCCC;
}

.checkbox {
	height: 15px;
	left: 0px;
}

#stiersearch_bt {
	background-image: url(../img/stiersearch_bgr.jpg);
	background-repeat: no-repeat;
	background-color: #ca0303;
	width: 100px;
	height: 20px;
	border: none;
	cursor: pointer;
	color: white;
	padding-left: 10px;
	margin-left: 100px;
}

.stierbox {
	padding-top: 10px;
	width: 110px;
	height: 120px;
	border: 1px solid #e3e3e3;
	border-top: 5px solid #ca0303;
	background-color: #F8F8F8;
	text-transform: uppercase;
	text-align: center;
	float: left;
	margin-bottom: 10px;
	cursor: pointer;
}

.stierbox h2 {
	height: 45px;
}

.shop_intro {
	float: left;
}

/* CONTENT   ---------------------------------------------------------- */

.blocktitle {
	height: 22px;
	color: #333333;
	text-transform: uppercase;
	font-weight: bold;
	line-height: 2.0em;
	cursor: pointer;
	border:none;
	font-size:1.1em;
	border-top: 1px solid #333333;
}

.blocktext {
	padding: 5px 0px 5px 0px;
	margin-bottom: 10px;
}

.blocktext img {
	float: left;
	margin-right: 10px;
	border: 1px solid #333333;
}

.smallbox {
	width: 220px;
	float: left;
}

.pointer {
	cursor: pointer;
}

li {
	line-height: 1.5em;
	list-style: square;
	list-style-image: url(../img/list_image.gif);
	list-style-position: outside;
	font-size:11px;
	margin-left: 25px; *
	margin-left: 20px;
}

ol li {
	line-height: 1.5em;	
	list-style: decimal;	
}	

.blocktitle_dark {
	background-color: #666666;
	border-bottom: 1px solid #FFFFFF;
	height: 22px;
	background-image: url(../img/secondnavi_bgr.jpg);
	background-repeat: repeat-y;
	color: #FFFFFF;
	text-transform: uppercase;
	font-weight: bold;
	line-height: 2.0em;
	cursor: pointer;
}

.blocktext_dark {
	background-color: #E3E3E3;
	padding: 5px 10px 5px 10px;
	margin-bottom: 10px;
}

a.link {
	font-weight: bold;
	line-height: 1.5em;
	text-decoration: none;
}

/* NEUE STIERE   ---------------------------------------------------------- */
.newstier {
	float: left;
}

.newstier img {
	margin-bottom: 5px;
}

.newstier_intro {
	width: 400px;
	float: left;
}

/* FILTER   ---------------------------------------------------------- */
.filter {
	font-weight: bold;
	height: 25px;
}

.line {
	display: block;
	clear: both;
	height: 22px;
}

.filter .title {
	width: 120px;
	float: left;
}

.filter .selectbox {
	width: 100px;
	float: left;
}

.filter .selectbox .filterselect {
	width: 230px;
}

/*DETAILANSICHTEN -------------------------------------------------------*/
.detailbox {
	margin-bottom: 10px;
}

.details_img {
	width: 220px;
	margin-right: 10px;
	float: left;
}

.details_text {
	float: left;
}

/* RECHTE SPALTE------------------------------------------------------- */
	/* -------------------------------------------------------------------- */
#rightrow {
	display:none;
	margin-top: 10px;
	float: left;
	width: 220px;
	margin-bottom: 30px;
	font-size:11px;
}

/* STIEREIGENSCHAFTEN---------------------------------------------------- */
.eigenschaft {
	border-bottom: 1px solid #FFFFFF;
	line-height: 1.5em;
	padding-top: 5px;
	padding-bottom: 5px;
	height: 12px;
}

.eigenschaft .title {
	font-weight: bold;
	float: left;
	width: 100px;
}

.titlesmall {
	font-weight: bold;
	float: left;
	width: 60px;
}

.eigenschaft .textsmall {
	width: 40px;
	float: left;
}

/* INTERESSENSGEBIET---------------------------------------------------- */
#interessensgebiet {
	font-size: 1.0em;
	font-weight: bold;
	line-height: 1.8em;
	height: 37px;
	margin-top: 6px;
}

#interessensgebiet select {
	width: 220px;
	height: 20px;
	margin-bottom: 10px;
}

/* WARENKORB TEASER --------------------------------------------------------------- */
.artikel {
	margin-bottom: 4px;
}

.delete {
	width: 15px;
	float: left;
}

.stiername {
	width: 145px;
	float: left;
}

.betrag {
	text-align: right;
	float: left;
	text-align: right;
	width: 40px;
}

.total {
	margin-top: 4px;
	padding-top: 4px;
	padding-bottom: 4px;
	margin-bottom: 4px;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	border-top: 1px solid #FFFFFF;
}

.zwischentotal {
	height: 11px;
	width: 120px;
	padding-top: 2px;
	padding-bottom: 2px;
	font-weight: bold;
	float: left;
}

.betragtotal {
	padding-top: 2px;
	padding-bottom: 2px;
	font-weight: bold;
	text-align: right;
}

/* FUSSZEILE ---------------------------------------------------------- */
#footerbox {
	display:none;
	position: relative;
	width: 100%;
	margin: -27px auto 0px auto;
	height: 27px;
	float: left;
	text-align: center;
}

#footer {
	text-align: right;
	bottom: 0px;
	width: 960px;
	margin: 0px auto 0px auto;
	font-size: 1.0em;
	line-height: 1.5em;
	border-bottom: 5px solid #ca0303;
	padding-bottom: 5px;
	text-transform: uppercase;
}

#footer a {
	color: #333333;
}

#footer a.selected {
	font-weight: bold;
}

/* Tooltip ---------------------------------------------------------- */
.xstooltip {
	visibility: hidden;
	position: absolute;
	z-index: 2;
	background-color: #666666;
	color: #FFFFFF;
	width: 456px;
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
}

/* Besamungsdienst ---------------------------------------------------------- */
.besamungsdienst tr {

}

.besamungsdienst .blocktitle {
	cursor: auto;
}

.besamungsdienst th {
	background-color: white;
	vertical-align: bottom;
}

.besamungsdienst td {
	text-align: left;
	vertical-align: middle;
	line-height: 1.6em;
	padding-top: 2px;
	padding-bottom: 2px;
}

.besamungsdienst td p {
	padding-bottom: 0em;
}

.besamungsdienst tr:hover {
	background-color: #333333;
	color: white;
}

/* Kontakte --------------------------------------------------------- */
table.kontakte {
	width: 460px;
}

.kontakte img {
	border: none;
	margin-right: 5px;
}

.kontakte tr {
	background-color:white;
}

.kontakte .blocktitle {
	cursor: auto;
}

.kontakte th {
	background-color: white;
	vertical-align: bottom;
	border-bottom: 2px solid #333333;
}

.kontakte td {
	text-align: left;
	vertical-align: middle;
	line-height: 1.6em;
	padding-top: 2px;
	padding-bottom: 2px;
	border-bottom: 1px solid #333333;	
}

.kontakte td p {
	padding-bottom: 0em;
}

.kontakte tr:hover {
	background-color: #333333;
	color: white;
}

/* PDFLISTE ---------------------------------------------------------- */

.pdflist {
	width: 460px;
}
.pdflist img {
	border: none;
}

.pdflist th {
    background-color: white;
    vertical-align: bottom;
    cursor: auto;
}

.pdflist tr:hover {
	background-color: #333333;
	color: white;
}

.pdflist tr:hover a:link {
    background-color: #333333;
    color: white;
}

.pdflist a
{
    line-height: 1.8em;	
    color:  #333333; 
}

.pdflist tr {
	background-color: #e7e7e7;
}

.pdflist td {
	vertical-align: middle;
	line-height: 1.6em;
	padding-top: 2px;
	padding-bottom: 2px;	
	border-bottom: 1px solid #333333;
}

.pdflist td p {
	padding-bottom: 0em;
}

.pdf_img {
	width: 20px;
}

.pdf_filesize_title {
	text-align: right;
}

.pdf_filesize {
	width: 70px;
	text-align: right;
}

/* Tabelle für die Vorlagen 1-3 Spaltige Tabelle--------------------------------------------- */
table.contenttable {
	width: 460px;
	font-size:11px;
	text-align: left;
}

.contenttable img {
	border: none;
	margin-right: 5px;
}

.contenttable tr {
	
}

.contenttable th {
	border-bottom: 1px solid #000;
	font-size: 11px;
	font-weight: bold;
}

.contenttable td {
	font-size: 11px;
}

.contenttable .blocktitle {
	cursor: auto;
}

.contenttable th {
	background-color: white;
	height: 22px;
	color: #333333;
	text-transform: uppercase;
	font-weight: bold;
	line-height: 2.0em;
}

.contenttable td {
	text-align: left;
	vertical-align: middle;
	line-height: 1.6em;
	padding-top: 2px;
	padding-bottom: 2px;
}

.contenttable td p {
	padding-bottom: 0em;
}

.contenttable tr:hover {
	background-color: #333333;
	color: white;
}
.contenttable tr:hover a:link {
    background-color: #333333;
    color: white;
}

.contenttable tr:hover a {
    background-color: #333333;
    color: white;
}

/* ICONS --------------------------------------------- */
.kontakt
{
	border: none;	
}
.plan
{
	border: none;	
}

/* STIERLISTE  ---------------------------------------------------------- */
.stierlist {
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	text-align: right;
	border: 1px solid black;
}

.stierlist  tr {
	height: 22px;
	vertical-align: top;
}


.stierlist  tr.open {
	background-color: #666666;
	color: #000;
}

.stierlist .shortdesc {
	margin: 0;
	padding: 0;
	vertical-align: bottom;
}

.stierlist th {
	border-bottom: 1px solid #FFFFFF;
	padding-left: 2px;
	padding-right: 2px;
	vertical-align: middle;
	color: #000;
	text-align: left;
	font-weight: bold;
	border: 1px solid #000;		
}

.stierlist  th a {
	color: #000;
	text-decoration: none;
}

.stierlist  th a.sortby {
	text-decoration: underline;
}

.stierlist  td a {
	line-height: 11px;
	color: #000;
	text-decoration: none;
}

.stierlist  td a.sortby {
	text-decoration: underline;
	line-height: 11px;
}

.stierlist td a.title {
	color: #de0403;
	text-decoration: underline;
}

.stierlist td {
	cursor: pointer;
	line-height: 1.5em;
	padding-left: 2px;
	padding-right: 2px;
	vertical-align: top;
	font-size: 10px;
	border: 1px solid #000;	
}

.stierlist .img_basket {
	padding-top: 4px;
}

.subtitle td {
	color: #000;
	text-align: center;
}

#navigationTop {
	width: 100%;
}

#navigationTop .navigation {
	vertical-align: middle;
}

#navigationTop .navigationDisabled {
	color: #D4D0C8;
}

.left {
	text-align: left;
}

.right {
	text-align: right;
}

/* Tooltip ---------------------------------------------------------- */
.listToolTip {
	position: absolute;
	z-index: 2;
	background-color: #666666;
	color: #FFFFFF;
	width: 353px; *
	width: 352px;
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
}

.divTooltip {
	border-top: 1px solid #FFFFFF;
	display: block;
	clear: both;
	height: 65px;
}

.divTooltip .img_stier {
	width: 95px;
	float: left;
}

.divTooltip  img {
	float: left;
	margin-right: 50px;
}

/* STIEREIGENSCHAFTEN HOVER---------------------------------------------------- */
.eigenschaftenliste {
	float: left;
}

 .titlesmall {
	width: 75px;
	font-weight: normal;
}

 .eigenschaft {
	border-bottom: 1px solid #e3e3e3;
	line-height: 1.5em;
	padding-top: 6px;
	padding-bottom: 3px;
	height: 11px; *
	height: 12px;
}

 .eigenschaft .textsmall {
	width: 52px;
	float: left;
}

 .img_stier img {
	float: left;
	margin-right: 5px;
	margin-top: 2px;
}

/* STIEREIGENSCHAFTEN DETAIL ---------------------------------------------------- */
#stierdetail h2 {
	padding-top: 4px;
	padding-bottom: 4px;
	color: #bf0302;
}

#stierdetail .shortdesc {
	padding:0;
}

#stierdetail .border {
	border: 1px solid #e3e3e3;
}

#stierdetail .grey {
	background-color: #e3e3e3;
}

#stierdetail img {
	border: none;
}

#stierdetail .anzahl {
	width: 20px;
	border: 1px solid #CCCCCC;
	padding-left: 2px;
	height: 20px;
	line-height: 18px;
}

#stierdetail hr {
    margin-bottom:2px;
    margin-top:2px; 
    padding: 0px;
}

#stierdetail .divline {
    height:1px;
    width: 100%;
    border-bottom: 1px solid #999999;
    line-height: 1px;
}

/* Header
_______________________________________________*/
#stierdetail .divheader {
	height: 20px;
	margin-bottom:6px;*
	margin-bottom:4px;
}

#stierdetail .title {
	float: left;
	width: 340px;
}

#stierdetail .price {
    float: left;
    width: 60px;
}

#stierdetail .basket {
	text-align: right;
	float: left;
	width: 60px;
}

#stierdetail .basket_notavailable {
    text-align: center;
    float: left;
    width: 60px;
    color: #c10303;
}

/* Image
_______________________________________________*/
#stierdetail .divimage {
    text-align: center;
    margin-top:10px;
    margin-bottom:10px;
    padding:10px;
    width: 440px;
    background-color: #e3e3e3;
    border: 1px solid #cccccc;
}

#stierdetail .divimage img {
    border: 1px solid #000000;
    cursor: pointer;
}

#stierdetail .divimage a {
    text-decoration: none;
    
}

#stierdetail .divimage a.mark {
    text-decoration: underline;
    
}

/* Abstammung
_______________________________________________*/
#stierdetail .divdescent {
	width: 460px;
	margin-top:10px;
	margin-bottom:10px;
}

#stierdetail .divdescent table {
	width: 460px;
}

#stierdetail .divdescent td {
	vertical-align:top;
	line-height: 14px;
}

#stierdetail .divdescent .nopadding {
	padding: 0;
}

/* Gesamt- und Teilzuchtwerte / Produktion
_______________________________________________*/

#stierdetail .zuchtwerteproduktion {
    width:100%;
    float:left;
    margin-top:10px;    
    margin-bottom:10px;    
}

#stierdetail .zuchtwerte {
	width: 200px;
	float: left;
}

#stierdetail .zuchtwerte table{
    width: 99%;
}

#stierdetail .zuchtwerte .mainvalue {
	background-color: #bf0302;
	color: #FFFFFF;
}

#stierdetail .zuchtwerte td {
	padding:2px;
	text-align: center;
}

#stierdetail .produktion {
	width: 260px;
	float: left;
}

#stierdetail .produktion table{
    width: 99%;
}


#stierdetail .produktion td {
	width:65px;
	padding:2px;
	text-align: left;
	vertical-align: top;
}

#stierdetail .produktion td strong {
    line-height: 10px;
}

/* Funktionale Merkmale und lineare Beschreibung
_______________________________________________*/
#stierdetail .diagramm {
	width: 460px;
    margin-top:10px;
    margin-bottom:10px; 
}

#stierdetail .diagramm .grey {
    height: 3px;
}

#stierdetail .diagramm table {
	width: 460px;
}

#stierdetail .diagramm td {
	padding: 1px;
	vertical-align: middle;
    border:1px solid #ccc;	
}

#stierdetail .diagramm .desc {
	width: 140px;
}

#stierdetail .diagramm .skala {
	width: 55px;
	padding-left: 6px;*
	padding-right: 6px;*
	padding-left: 4px;
    padding-right: 4px;
}

#stierdetail .diagramm .rating {
	width: 159px;
	padding: 0;
}

#stierdetail .diagramm .rating td {
	padding: 0;
}

#stierdetail .diagramm .mark { 
	border-bottom: 1px solid black;
}

#stierdetail .diagramm .ratingInfo {
    width: 159px;
    padding: 0;
    color: #999999;
    font-size: 9px;
}

#stierdetail .diagramm .ratingInfo td {
    padding: 0;
}

#stierdetail .diagramm .nomark {
	background-color: #F8F8F8;
}

#stierdetail .diagramm .mainvalue {
	/*background-color: #E3E3E3;*/
	/*border: 1px solid #494D6F;*/
	width: 40px;
	font-weight: bold;
}

#stierdetail .diagramm .normvalue {
	width: 40px;
}

#stierdetail .diagramm .img_rating {
	height: 12px;


	border: 1px solid black;
}

#stierdetail .diagramm .img_rating_arrow_right {
    position:relative;
    width:8px;
    margin-left:77px;*
    margin-left:0px;
    left:0px;*
    left:6px;
}
/* Internet Explorer 6.0*/
*html #stierdetail .diagramm .img_rating_arrow_right {
    position:absolute;
    width:8px;
    left:673px;
}


#stierdetail .diagramm .img_rating_arrow_left {
    position:relative;
    width:8px;
    margin-left:-8px;*
    margin-left:0px;    
    left:0px;*
    left:-8px;
}
/* Internet Explorer 6.0*/
*html #stierdetail .diagramm .img_rating_arrow_left {
    position:absolute;
    width:8px;
    left:512px;
}

/* GENERELL ----------------------------------------------------------------------- */
.anzahl {
	width: 20px;
	border: 1px solid #CCCCCC;
	padding-left: 2px;
	height: 20px;
	line-height: 18px;
	float: left;
}

/* ZUSATZPRODUKTE LISTE  ---------------------------------------------------------- */
.zusatzprodukte {
	border-bottom: 1px solid #333333;
	margin-bottom: 10px;
}

.zusatzprodukte .shop_intro {
	width: 358px;
	margin-bottom: 10px;
}

.zusatzprodukte img {
	border: 1px solid #333333;
	float: left;
	margin-right: 10px;
}

.zusatzprodukte .optionen
{
	float: left;
	margin-bottom: 1px;
	background-color: #E7E7E7;
}

.zusatzprodukte .option
{
	width: 190px;
	float: left;
	line-height:1.8em;
	padding-left: 10px;
}

.zusatzprodukte .currency
{
	width: 30px;
	float: left;
	line-height:1.8em;
}

.zusatzprodukte .price
{
	width: 40px;
	float: left;
	text-align: right;
	margin-right: 38px;
	line-height:1.8em;	
}

.zusatzprodukte .basket
{
	width: 49px;
	float: left;
}



/* DETAILANSICHT ZUSATZPRODUKTE ------------------------------------------- */
.details .optionen
{
	float: left;
	margin-bottom: 1px;
	background-color: #E7E7E7;
}

.details .option
{
	width: 293px;
	float: left;
	line-height:1.8em;
	padding-left: 10px;
}

.details .currency
{
	width: 30px;
	float: left;
	line-height:1.8em;
}

.details .price
{
	width: 40px;
	float: left;
	text-align: right;
	margin-right: 38px;
	line-height:1.8em;	
}

.details .basket
{
	width: 49px;
	float: left;
}

table.stiertable {
	width: 100%;
}

.stiertable th {
	border-bottom: 1px solid #D20E34;
	padding: 3px;
	padding-top: 0px;
}

.stiertable .stiername {
	text-transform: uppercase;
	font-weight: bold;
	width: 80px;
	clear:both;
	float: none;
	text-align: left;
}
.stiertable .stierid {
	text-transform: uppercase;
  	font-weight: normal;
}
.stiertable .stierprice {
  	text-transform: uppercase;
  	font-weight: bold;	
}

/* Subtabellen */
.stiertable_sub1 {
	margin-top: 5px;
  	border: 1px solid black;
  	height: 77px;
  	width: 80%;
}
.stiertable_sub1 .title {
  	text-transform: uppercase;
  	font-weight: bold;
}

.stiertable_sub2 {
  margin-top: 5px;
  border: 1px solid black;
  height: 77px;
  width: 100%;
}
.stiertable_sub2 .title {
  text-transform: uppercase;
  font-weight: bold;
}

/* Styles für IE */
.stiertable_sub2 {
  width: 98%;
}

/* Limousin Tabelle */

.limousin .title {
  font-weight: bold;
  padding-bottom: 5px;
  border-bottom: 1px solid #D20E34;
  text-align: left;
  width: 200px;
  text-transform: uppercase;
}
.limousin .preis {
  font-weight: bold;
  padding-bottom: 5px;
  border-bottom: 1px solid #D20E34;
  text-align: left;
  text-transform: uppercase;
}
.limousin .image img {
  margin-top: 10px;
  margin-bottom: 10px;
}

/* Stierenmütter Vorlage */
.stieremuetter .stiertable_sub {
  margin-top: -5px;
  width: 100%
}
.stieremuetter .stiertable .stiertable_sub td{
  border: 1px solid #D20E34;
  padding: 3px;
  text-align: center;
  vertical-align: middle;
  background-color: #ECBBB1;
  color: #D20E34;
  font-weight: bold;
}
.stieremuetter .stiertable .stiertable_sub .name {
  height: 100px;
}

.stieremuetter .stiertable .stiertable_sub td p {
  margin-bottom: 0px;
}
.stieremuetter .stiername {
  float:none;
  width:100%;
  border-bottom: 1px solid #D20E34;
  color: #000000;
  margin-bottom: 5px;
  padding-bottom: 5px;
  font-weight: bold;
}

