/* Icons used in the tests */

.plusIcon, .plusBlockIcon {
	background-image: url(/icon/note.png);
	background-repeat: no-repeat; 
	width: 16px;
	height: 16px;
}
.plusBlockIcon {
	display: block;
}
.noteIcon {
	background-image: url(/icon/note.png);
	background-repeat: no-repeat; 
	width: 16px;
	height: 16px;
}
.flatScreenIcon {
	background-image: url(/icon/note.png);
	background-repeat: no-repeat; 
	width: 16px;
	height: 16px;
}
.dijitTestNodeDialog {
	position:absolute;
	top:5px;
	right:5px;
	display:block;
	width:200px;
	visibility:hidden;
	background-color:#fff !important;
	color:#000 !important; 
	border:1px solid #000;
	padding:5px; 
}
.dijitTestNodeDialog table {
	background-color:#fff !important;
}
.dijitTestNodeDialog td {
	padding:3px; 
}
.dijitTestNodeShowing {
	visibility:visible; 
}

@CHARSET "UTF-8";

/* Standard-Formular */


label {
	float: left;
	width: 150px;
}

fieldset p {
	clear: both;
}

.dijitInputInner, input {
	color: #000;
}

/* Info-Messages */

div.cms_info {
	background: url(/icon/information.png) no-repeat;
	padding: 0 0 0 20px;
	margin: 0 0 0 50px;
}
	


/* Login */

div#cms_loginform {
	float: left;
	width: 49%;
}
div#cms_loginform div.content {
	height: 120px;
}

div#cms_resendpassword {
	width: 49%;
	float: right;
}

div#cms_resendpassword div.content {
	height: 120px;
}

#cms_loginform label, #cms_resendpassword label {
	width: 105px;
	float: left;
}

.currency {
	text-align: right;
}

img.cms_icon {
	border: 0;
	padding: 0;
}

/* CMS-Klassen */

ul.auswahl {
	padding: 5px;
	list-style-type: none;
	margin-left: 15px;
}

ul.auswahl li {
	margin: 10px;
}

div.cms_blaettern {
	clear: both;
	margin-bottom: 10px;	
}

td.cms_inputdesc {
	text-align: right;
}

span.iconClassEdit {
	background-image: url(/icon/page_edit.png)
}

ul.cms_error_msgs {
	list-style-image: url(/icon/error.png);
	margin: 5px;
}

li.cms_error_msgs {
	padding: 5px;
	border-style: dotted;
	border-width: 1px;
	border-color: red;
	vertical-align: middle;
	margin: 5px;
}
ul.cms_status_msgs {
	list-style-image: url(/icon/information.png);
	margin: 5px;
}

li.cms_status_msgs {
	padding: 5px;
	border-style: dotted;
	border-width: 1px;
	border-color: green;
	vertical-align: middle;
	margin: 5px;
}

div.info_msg, div.error_msg {
	margin: 10px;
	padding: 5px;
}

div.info_msg {
	border: 1px solid green;
}

div.error_msg {
	border: 1px solid red;
	background-color: pink;
}

.linklist {
	margin: 0;
	padding: 4px;
	list-style: none;
}

.linklist li {
	margin: 2px 0px;
	border: 1px solid #000;
	overflow: hidden;
	padding: 2px;
	background-color: #FFF;
}

.linklist li a {
	text-decoration: none;
	font-size: 0.9em;
}

.linklist li a img.cms_icon {
	border-style: none;
	border-width: 0;
	vertical-align: middle;
	margin: 2px 10px 2px 2px;
	padding: 2px;
}

.linklist li a:hover img.cms_icon {
	border-style: dotted;
	border-color: #000;
	border-width: 2px;
	vertical-align: middle;
	margin: 0px 8px 0px 0px;
	padding: 2px;
}


@CHARSET "UTF-8";

/* tc_edit */

#table_controller .cms_icon  {
	border:0;
}


#table_controller div.tc_edit fieldset {
	text-align: left;
	margin: 10px;
	padding: 10px;
	border: 1px solid black;
}

#table_controller div.tc_edit legend {
	font-size: 16px;
	border: 1px solid black;
	padding: 5px;
}

#table_controller div.tc_edit label {
	float: left;
	border-bottom: 1px dotted black;
	width: 140px;
	margin-left: 10px;
}


#table_controller div.tc_edit label.tc_standard {
	font-weight: normal;
}

#table_controller div.tc_edit label.tc_required {
	font-weight: bold;
}

#table_controller div.tc_edit textarea {
	margin-left: 0;
}

#table_controller div.tc_edit div.tc_radio {
	margin-left: 150px;
}

#table_controller div.tc_edit div.tc_radio div.button {
	margin-bottom: 10px;
}	
	
#table_controller div.tc_edit div.tc_radio label {
	width: 400px;	
	float: none;
	border: 0;
		
	
}
#table_controller div.tc_edit p {
	clear: left;
	margin: 0;
	padding: 0;
	padding-top: 15px;
}

#table_controller div.tc_edit p.tc_edit_error {
	margin: 10px;
	padding: 15px 0;
	border: 1px solid red;
        list-style-image: url(/icon/error.png);
}

/* tc_list */

#table_controller table.tc_list {
	border: 1px solid black;
}


#table_controller table.tc_list tr td {
	color: #000;
	border: 1px dotted black;
	padding: 2px;
	overflow: hidden;
}

#table_controller table.tc_list tr.even:hover td, #table_controller table.tc_list tr.odd:hover td  {
	background-color: #E0E0E0;
	border: 1px solid black;
}

#table_controller table.tc_list tr.even td {
	background-color: #F0F0F0;
}

#table_controller table.tc_list tr.odd td {
	background-color: #FFF;
}

/* tc_treelist */

#table_controller div.tc_menu_entry {
	margin: 2px 0 2px 10px;
	padding: 4px;
	border: 1px solid black;
}


/* Bilder-Upload */
#table_controller tr.tc_image_list {
	border-style: solid;
	border-width: 1Px;
	border-color: #000000;
}

#table_controller td.tc_image_list {
	border-style: solid ;
	border-width: 1Px;
	border-color: #000000;
}

#table_controller table.tc_image_list {
	border-style: solid ;
	border-width: 1Px;
	border-color: #000000;
}

/* pferde_projekte.php */
	
#pferde_projekte li {
	margin: 10px 0;
}

#pferde_projekte span.projekt_link {
	background: 5px 5px  url(/icon/arrow_right.png) no-repeat;
	padding: 5px 0 0 25px;
}@CHARSET "UTF-8";

div#hilfe_content, div#hilfe_index {
	font-size: 1em;
	margin: 0;
	padding: 10px;
}

div#hilfe_content img {
	border: 1px solid black;
	padding: 4px;
	margin: 4px;
}
@CHARSET "UTF-8";
/* Mini-Galerie */

div.galerie {
	margin: 0 3px 0 3px;
	padding: 2px;
	line-height: 1em;
/*
	background-color: #FFFFFF;
	width: 776px;
*/	
}

div.baustein {
	border: 1px solid black;
	border-color: #AAA #000 #000 #AAA;
	margin: 0px 2px 2px 0px;
	width: 88px;
	height: 130px;
	overflow: hidden;
	table-layout: fixed;
	float: left;
	padding: 4px;
}

#pferd_weitere_pferde div.baustein {
	padding: 3px;
}

.baustein:hover {
	background-color: #CEFFCE;
}

.baustein span {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
	display: block;
	padding: 2px;	
}

.baustein span.foto {
  margin: 4px 2px 4px 2px;
  height: 84px;
  width: 84px;
  display: table-cell;
  vertical-align: middle;
  background-color: #F5F5F5;
}

.baustein span.rasse {
	vertical-align: middle;
	
  	height: 21px;	
}

.baustein span.preis {
	margin: 2px;
	height: 15px;	
}


.baustein a {
	color: black;
	font-size: 10px;
	font-weight: normal;
}

.baustein  img {
	border: 0;
}

td.baustein {
	font-family:Arial,sans-serif;
	font-size:10px;
	text-align:center;
}
table.baustein {
	border: 1px solid;
	border-color: #AAA #000 #000 #AAA;
	width: 106px;
	height: 120px;
	overflow: hidden;
	table-layout: fixed;
}

table.baustein:hover {
	background-color: #888;
	color: #FFF;
}

a.baustein {
	color: black;
	font-size: 10px;
	font-weight: normal;
}

table.baustein img {
	border: 1px solid;
	border-color: #000 #AAA #AAA #000;
}
/*
 *	@title		Kill Dojo CSS
 *	@author		Agentur@Pferde.BIZ
 *	@version	Beta 7
 *	@dojo-css	tundra
 *
*/

.tundra .dijitTitlePaneTitle {
	background: url(/anbieter/images/fv_246125-009c31.jpg) repeat-y;
	color: #FFF;
	font-size: 0.9em;
	border-top: 0px;
	border-right: 0px solid #d1e094;
	border-bottom: 0px;
	border-left: 0px solid #d1e094;
	
}

.tundra .dijitTitlePaneTitle-hover {
	background: url(/anbieter/images/fv_246125-009c31.jpg) repeat-y;
	color: #FFF;	
}

.tundra .dijitTitlePaneContentOuter {
	border-top: 0px;
	border-left: 1px solid #d1e094;
	border-bottom: 1px solid #d1e094;
	border-right: 1px solid #d1e094;
}

/*
 * 	~ F O R M U L A R E ~
 * 		- Testweise -
 */

/*
#table_controller {
	background: #EEE;
	border-top: 1px solid #444;
	border-right: 3px solid #444;
	border-bottom: 3px solid #444;
	border-left: 1px solid #444;
	margin-bottom: 2em;
}
*/ul.menu {
	height: 20px;
	margin: 1px 0 0 0;
	padding: 6px 2px;
	font-size: 12Px;
        font-family: Arial, Helvetica, Sans-Serif;
        font-weight: bold;
	width: 100%;
	text-align: left;
	list-style: none;
}

.menu li {
	height: 20px;
	display: inline;
	overflow: hidden;
	padding: 2px 0.1em;
}


.menu li a, input.cms_button  {
	padding: 2px 0.3em;
	text-decoration: none;
	color: #FFFFFF;
	background: url(/anbieter/images/site/button_bg.png);
	border: 1px solid #669933;
	height: 23px;
	-moz-border-radius: 4px;
}

.menu li a:hover, input.cms_button:hover {
	background-image: none;
	background: url(/anbieter/images/site/button_bg-hover.png);
	border: 1px solid #ff5500;
}

.menu li img {
        border-style: none;
        border-width: 0px;
        vertical-align: middle;
}

.linklist {
	margin: 0;
	padding: 4px;
	list-style: none;
}


.linklist li {
	margin: 2px 0px;
	border: 1px solid #004C10;
        overflow: hidden;
        padding: 2px;
}

.linklist li.odd {
	background-color: #CEFFCE;
}

.linklist li.even {
	background-color: #CEFF9C;
}

.linklist li a {
	text-decoration: none;
}

.linklist li a img.cms_icon {
        border-style: none;
        border-width: 0;
        vertical-align: middle;
	margin: 2px 10px 2px 2px;
	padding: 2px;
}

.linklist li a:hover img.cms_icon {
        border-style: dotted;
	border-color: #009C31;
        border-width: 2px;
        vertical-align: middle;
	margin: 0px 8px 0px 0px;
	padding: 2px;
}

ul.kartenreiter {
	padding: 0;
	margin: 0;
	border: 0;
}

.kartenreiter li {
	display: inline;
        overflow: hidden;
}

.kartenreiter li a {
	display: block;
	float: left;
	padding: 4px 6px 2px 6px;
	margin: 4px 4px 0 0;
        text-decoration: none;
        color: #000000;
	background-color: white;
	border-left: 1px solid #009C31;
	border-top: 1px solid #009C31;
	border-right: 1px solid #639C00;
}

.kartenreiter li a:hover, .kartenreiter li.an a {
	padding: 8px 6px 2px 6px;
	margin: 0 4px 0 0;
        text-decoration: none;
	font-weight: bold;
        background-image: none;
        color: #FFFFFF;
	background-color: #009C31;
}
/*
 * @title	Pferdekauf-Online Seitenlayout
 * @author	Agentur@Pferde.BIZ
 * @date	15-07-2010
 * @version	1.0
 */

/*****************************************************************
 * 	WICHTIGE DEFINITIONEN UND RESETS
 *****************************************************************/
body, div {
	margin: 0;
	padding: 0;
}

.clear {
	clear: both;
}

iframe {
	background: no-repeat 50% 50% url(/icon/loading.gif);	
}

a:active, a:focus, span:active, span:focus, div:focus, div:active {
	outline: none;
}

/*****************************************************************
 * 	ALLGEMEINE SEITENEINSTELLUNGEN
 *****************************************************************/
body.tundra {
	background: #FFF;
	margin: 0;
	padding: 0;
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.5em;
	border: 0;
}

h1 {
	font-size: 1.8em;
	color: #3c7300;
	margin-top: 0.4em;
	margin-bottom: 0.4em;
}
h2 {
	font-size: 1.4em;
	color: #555;
	margin-bottom: 0.3em;
	margin-top: 1.9em;
}

div.padding > p {
	padding-top: 0.5em;
}

div.green {
	margin-bottom: 6px;
}
	
table {
	width: 100%;
}

p {
	margin: 0 0 1.0em 0; 
}
p.right {
	text-align: right;
}

a.agentur {
	font-weight: bold;
}
a {
	color: #3C7300;
}

select {
	font-size: 0.9em;
}

/**
 *	Layout Container
 */

div.col-2.col1, div.col-2.col2 {
	width: 49%;
}
div.col-2.col1 {
	float: left;
}
div.col-2.col2 {
	float: right;
}
div.center {
	width: 100%;
	text-align: center;
}
div.right {
	float: right;
}

div.padding {
	padding: 0px 5px;
}


/*	FORMULARELEMENTE
 *****************************************************************/
input, textarea {
	background: #FFF;
	border: 1px solid #CCC;
	padding: 2px;
	font-size: 1.0em;
}

input.navi {
	vertical-align: top;
}

input:focus,  textarea:focus {
	/* background: #f0f9e6; */
	border: 1px solid #81B14D;
}

input {
	vertical-align: middle;
}

fieldset {
	background: #F6F6F6;
	border: 1px solid #CCC;
	margin-bottom: 20px;
	padding: 5px;
}

fieldset:hover {
	/* background: #f0f9e6; */
	border: 1px solid #81B14D;

}

label {
	width: 100%;
	padding-top: 2px;
	font-size: 1em;
	font-weight: bold;
	display: block;
}

legend {
	font-size: 1.1em;
	font-weight: bold;
}
select {
	border: 1px solid #CCC;
	background: #EEE;
}

textarea {
	font-family: Arial, Sans-Serif;
	font-size: 1.0em;
}

input.checkbox {
	border: 1px solid #CCC;
}


/*	Gr�ne Boxen mit Heading h2 (verschiedene Gr��en)
 *****************************************************************/
div.block {
	padding: 0px 2px 1px;
	background: url(/anbieter/images/site/bottom_100.png) no-repeat left bottom;
}


div.block h2 {
	background: url(/anbieter/images/site/heading_100.png) no-repeat left top;
	padding: 4px 8px 3px;
	display: block;
	line-height: 1.1em;
	font-size: 1.1em;
	font-weight: bold;
	color: #FFF;
	margin: 0 0 0 -2px;
	width: 101%;
}
div.block h2 a {
	color: #FFF;
}

div.zweispaltig_1 div.linke_spalte div.block h2,
div.zweispaltig_2 div.rechte_spalte div.block h2 {
	background: url(/anbieter/images/site/heading_66.png) no-repeat left top;	
}
div.zweispaltig_1 div.linke_spalte div.block,
div.zweispaltig_2 div.rechte_spalte div.block {
	background: url(/anbieter/images/site/bottom_66.png) no-repeat left bottom;	
}

div.zweispaltig_2 div.linke_spalte div.block h2,
div.zweispaltig_1 div.rechte_spalte div.block h2 {
	background: url(/anbieter/images/site/heading_33.png) no-repeat left top;	
}
div.zweispaltig_2 div.linke_spalte div.block,
div.zweispaltig_1 div.rechte_spalte div.block {
	background: url(/anbieter/images/site/bottom_33.png) no-repeat left bottom;	
}
/* Kein Hintergrund bei TitlePane */
div.dijitTitlePane, div.zweispaltig_2 div.linke_spalte div.dijitTitlePane,
div.zweispaltig_1 div.rechte_spalte div.dijitTitlePane, div.zweispaltig_1 div.linke_spalte div.dijitTitlePane,
div.zweispaltig_2 div.rechte_spalte div.dijitTitlePane  {
	background: white;
}



/*****************************************************************
 * 	HAUPTELEMENTE -> wrapper, pagewrapper, header, navigation, breadcrumb,
 *  				 main, footer
 *****************************************************************/
#wrapper {
	width: 1100px;
	margin: 0 auto;
	padding: 0;
}

#pagewrapper {
	width: 920px;
	float: left;
}

#header {
	width: 920px;
	height: 80px; /* Testweise */
}

#navigation {
	background: url(/anbieter/images/site/navi.png) no-repeat top left;
	width: 920px;
	height: 40px;
	color: #FFF;
}

#breadcrumb {
	margin-bottom: 4px;
	width: 920px;
	height: 20px;
	color: #666;
	clear: both;
}

#main {
	margin-top: 0px;
	width: 920px;
}

#footer {
	background: url(/anbieter/images/site/footer_bg.png) repeat-x top left;
	margin-top: 15px;
	width: 100%;
	height: 87px;
	clear: both;
}


/*	SUBELEMENTE HEADER -> logo, mein_pko [login, social]
 *****************************************************************/
#logo {
	width: 425px;
	height: 80px;
	float: left;
}

#mein_pko {
	width: 495px;
	float: right;
}
/* => login, social */
#login {
	padding: 3px 0 0 0;
	height: 23px;
	float: right;
	font-size: 0.9em;
	text-align: right;
	color: #666;
}
#social {
	width: 495px;
	height: 54px;
	float: left;
}


/*	SUBELEMENTE MAIN -> content, ads_skyscraper
 *****************************************************************/
#content {
	width: 920px;
	float: left;
}
#ads_skyscraper {
	margin: 0;
	width: 160px;
	float: right;
}


/*	SUBELEMENTE FOOTER -> footer_inner
 *****************************************************************/
#footer_inner {
	width: 952px;
	margin: 0 auto;
	padding: 50px 0 0 0;
	color: #FFF;
	text-align: center;
}

#footer_inner a {
	color: #FFF;
}

/*****************************************************************
 * 
 * 	SEITENELEMENTE EINSTELLUNGEN ( FEINTUNING )
 *  
 *****************************************************************/
/*	LOGIN + SOCIAL
 *****************************************************************/
a.btn_mypko {
	background: url(/anbieter/images/site/btn_mypko.png) no-repeat;
	padding: 2px 44px;
	text-decoration: none;
}
a.btn_mypko:hover {
	background: url(/anbieter/images/site/btn_mypko-hover.png) no-repeat;
}
#login a {
	color: #FF5500;
}

#login img {
	vertical-align: bottom;
}

div#funktionen {
	margin-top: 0;
	width: 300px;
	float: left;
	text-align: center;	
}

div#translate {
	margin-top: 0px;
	width: 195px;
	float: right;	
}
/*	FUNKTIONEN
 *****************************************************************/
#funktionen ul {
	list-style-type: none;
}
#funktionen li {
	margin: 0px 4px;
	padding: 2px;
	display: inline;
}
#funktionen a {
	text-decoration: none;
}


/*	NAVIGATION + DIREKT ZUM PFERD + BREADCRUMB
 *****************************************************************/
#navigation ul {
	margin: 0 0 0 5px;
	padding: 0;
	list-style-type: none;
}
#navigation li {
	display: inline;
	height: 17px;
	padding: 10px 8px 13px;
	float: left;
}
#navigation li:hover {
	background: url(/anbieter/images/site/navi_item_hover.png) repeat-x 0px center;
}
#navigation li.start {
	display: inline;
	height: 20px;
	padding: 4px 10px 0 4px;
}
#navigation li.start:hover {
	background: none transparent;
}
#navigation a {
	color: #FFF;
	font-weight: bold;
	font-family: Verdana, Sans-Serif;
	text-decoration: none;
}

#merklistenIcon {
	float: right;
	padding: 12px 20px 0 0;
}

#pferd_direkt {
	padding: 10px 8px 0 0;
	max-width: 200px;
	float: right;
}

#subnavi ul {
	margin: 0 0 0 10px;
	list-style-type: none;
}
#subnavi li {
	display: inline;
}

div#breadcrumb {
	float: left;
	width: 300px;
}	 

#subnavi a {
	padding: 0;
	margin: 0 0 0 10px;
	color: #666;
	font-weight: bold;
	text-decoration: none;
	
}
div#projektlinks {
	float: right;
	margin: 0;
	padding: 0;
}
	

#projektlinks a {
	margin: 0;
}

/*	CONTENT
 *****************************************************************/
div.halbiert div.linke_spalte {
	float: left;
	width: 49%;
}
div.halbiert div.rechte_spalte {
	float: right;
	width: 49%;
}

div.zweispaltig_1 div.linke_spalte {
	float: left;
	width: 66%;
}
div.zweispaltig_1 div.rechte_spalte {
	float: right;
	width: 304px;
}
div.zweispaltig_2 div.linke_spalte {
	float: left;
	width: 304px;
}
div.zweispaltig_2 div.rechte_spalte {
	float: right;
	width: 66%;
}

div.dreispaltig div.spalte {
	float: left;
	width: 33%;
}

div.box100_top {
	background: url(/anbieter/images/site/box_top.png) no-repeat left top;
	height: 8px;
	width: 920px;
	clear: both;
}
div.box100 {
	background: url(/anbieter/images/site/bottom_100.png) no-repeat left bottom;
	padding: 0 10px 10px;
	width: 900px;
}

div.contentbox_top {
	background: url(/anbieter/images/site/contentbox_top.jpg) no-repeat left top;
	width: 740px;
	height: 10px;
}
div.contentbox_bottom {
	background: url(/anbieter/images/site/contentbox_bottom.jpg) no-repeat left top;
	width: 740px;
	height: 10px;
}
div.contentbox {
	background: url(/anbieter/images/site/contentbox_bg.jpg) repeat-y left top;
	padding: 0 10px;
	width: 720px;	
}

div.infobox_top {
	background: url(/anbieter/images/site/infobox_top.jpg) no-repeat left top;
	width: 170px;
	height: 10px;
}
div.infobox_bottom {
	background: url(/anbieter/images/site/infobox_bottom.jpg) no-repeat left top;
	width: 170px;
	height: 10px;
}
div.infobox {
	background: url(/anbieter/images/site/infobox_bg.jpg) repeat-y left top;
	padding: 0 5px;
	width: 160px;
}

.infobox p {
	margin-bottom: 0;
	text-align: center;	
}

/*	GALERIE + STARTSEITENGALERIE
 *****************************************************************/
#startseite_galerie {
	background: none;
	padding: 0;
}
div.baustein {
	padding: 3px;
}

div.box_oben {
	background: url(/anbieter/images/site/box_top.png) no-repeat left top;
	height: 8px;
}
div.box_unten {
	background: url(/anbieter/images/site/box_bottom.png) no-repeat left top;
	height: 8px;
	width: 920px;
	margin-bottom: 15px;
}
div.box_main {
	background: url(/anbieter/images/site/box_bg.png) repeat-y center top;
}
.box_main h2 {
	margin: 0;
}
div.block h1 {
	background: url(/anbieter/images/site/heading_grey_100.png) no-repeat left top;
	margin: 0;
	padding: 4px 8px 3px;
	display: block;
	line-height: 1.1em;
	font-size: 1.1em;
	font-weight: bold;
	font-style: normal;
	color: #666;
}
div.block h1 a {
	color: #62942c;
}

/*	STARTSEITE KARTENREITER + �BERSICHT
 *****************************************************************/
.startseite_kartenreiter {
	height: 19px;
}
.startseite_kartenreiter ul {
	margin: 0 0 0 1px;
	padding: 0;
}
.startseite_kartenreiter li {
	margin: 0px -1px;
	padding: 3px 0px 3px 7px;
	display: inline;
}
.startseite_kartenreiter li.an {
	background: url(/anbieter/images/site/tab_green_left.png) no-repeat left top;
}
.startseite_kartenreiter li.aus {
	background: url(/anbieter/images/site/tab_grey_left.png) no-repeat left top;
}
.startseite_kartenreiter li.aus:hover {
	background: url(/anbieter/images/site/tab_green_left.png) no-repeat left top;
}
.startseite_kartenreiter li a {
	padding: 3px 7px 3px 0px;
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
}
.startseite_kartenreiter li.an a {
	background: url(/anbieter/images/site/tab_green_right.png) no-repeat right top;
}
.startseite_kartenreiter li.aus a {
	background: url(/anbieter/images/site/tab_grey_right.png) no-repeat right top;
	color: #666;
}
.startseite_kartenreiter li.aus:hover a {
	background: url(/anbieter/images/site/tab_green_right.png) no-repeat right top;
	color: #FFF;
}

.startseite_uebersicht {
	background: url(/anbieter/images/site/overview_bg.png) repeat-y center top;
	margin: 0 0 10px 0;
	padding: 3px 0 1px;
}
.startseite_uebersicht td {
	padding: 0px 3px;
	width: 25%;
}
.startseite_uebersicht a {
	color: #3c7300;
}
.startseite_uebersicht a:hover {
	color: #222;
}
.startseite_uebersicht tr.even {
	background: #F6F6F6;
}
table.start_uebersicht {
	width: 100%;
	border-spacing: 0;
}
table.start_uebersicht tr.even {
	background: #F6F6F6;
}
table.start_uebersicht a {
	color: #3c7300;
}
table.start_uebersicht a:hover {
	color: #222;
}
table.start_uebersicht td {
	padding: 2px 3px;
	width: auto;
}
#dojo_ReiterMain {
	
}
.uebersicht {
	margin: 0;
	/* height: 348px; */
	background: url(/anbieter/images/site/overview_bottom.png) no-repeat bottom center;
}
.uebersicht_ns {
	margin: 0;
	background: url(/anbieter/images/site/overview_bottom.png) no-repeat bottom center;
}

div#uebersicht_suche {
	background: url(/anbieter/images/site/test.jpg) no-repeat scroll 273px bottom transparent;
	margin-right: -4px;
	height: 100%;	
}

/*	STARTSEITE �BERSICHT - DOJO
 *****************************************************************/
.tundra .dijitTabContainerTop-tabs, .tundra .dijitTabContainerBottom-tabs {
	padding-left:0;
}
.tundra .dijitTab {
	background:url("/anbieter/images/site/tab_grey_right.png") no-repeat scroll right top transparent;
	margin-right: 1px;
	border: none;
}
.tundra .dijitTabInnerDiv {
	background:url("/anbieter/images/site/tab_grey_left.png") no-repeat scroll left top transparent;
	padding:2px 8px 2px 9px;
}
.tundra .dijitTabContainerTop-tabs .dijitTabChecked {
	background:url("/anbieter/images/site/tab_green_right.png") no-repeat scroll right top transparent;
}
.tundra div.dijitTabChecked div.dijitTabInnerDiv {
	background:url("/anbieter/images/site/tab_green_left.png") no-repeat scroll left top transparent;
	padding:2px 8px 2px 9px;
}
/* Dojo Rahmen ausblenden */
.tundra .dijitTabPaneWrapper {
	border: none;
}
.dijitTabContainerTop-tabs {
	border: none;
}
.tundra .dijitTabChecked {
	border: none;
	color: #FFF;
	font-weight: bold;
}
.tundra .dijitTabHover {
	border: none;
}
.tundra .dijitTabContainer .dijitTabCheckedHover {
	border:none;
	color: #FFF;
	font-weight: bold;
}
/* Runder Rahmen einf�gen */
.tundra .dijitTabContainerTop-dijitContentPane {
	background: url(/anbieter/images/site/overview_top_rund.png) no-repeat top center;
}
.tundra .dijitTabPaneWrapper {
	background: url(/anbieter/images/site/overview_bg.png) repeat-y top center;
}


/*	SONDERANZEIGEN
 *****************************************************************/
#sonderanzeigen {
	height: 330px;
}
#sonderanzeigen p.info {
	margin: 5px 0;
	padding-bottom: 3px;
	text-align: center;
	line-height: 1.5em;
	font-weight: bold;
}
#sonderanzeigen p.info a {
	color: #3c7300;
}
.sonderanzeigen_pferd {
	width: 49%;
	height: 140px;
}
.sonderanzeigen_pferd a {
	color: #3c7300;
}
.sonderanzeigen_pferd h5 {
	margin: 0;
	padding: 0 5px;	
}
.sonderanzeigen_pferd h5 a {
	font-weight: bold;	
}
.sonderanzeigen_pferd.odd {
	float: left;
}
.sonderanzeigen_pferd.even {
	float: right;
}
.sonderanzeigen_pferd_foto {
	padding: 5px;
	width: 110px;
	height: 100px;
	float: left;
}
.sonderanzeigen_pferd_foto img {
	text-align: center;
	vertical-align: top;
}
.sonderanzeigen_pferd_foto p {
	text-align: left;
}
.sonderanzeigen_pferd_foto a {
	font-weight: bold;
	
}
.sonderanzeigen_pferd_details {
	float: left;
}
.sonderanzeigen_pferd_details a {
	font-size: 0.9em;
}
.sonderanzeigen_pferd_details p {
	margin: 3px 0 3px;
	line-height: 1.2em;
}


/*	TOP 20
 *****************************************************************/

#top20 table {
	width: 100%;
}
#top20 td {
	padding: 2px 0;
}
#top20 td.top20_name {
	width: 70%;
	font-weight: bold;
}
#top20 td.top20_pferde {
	width: 28%;
}
#top20 tr {
	padding: 0;
	margin: 0;
}
#top20 tr a {
	text-decoration: underline;
}
tr.even, #top20 tr.even, #top20 tr.even .top20_pferde a {
	background: #f6f6f6;
	color: #666;
}
tr.odd, #top20 tr.odd, #top20 tr.odd .top20_pferde a {
	background: #edf9e0;
	color: #3c7300;
}
#top20 tr.odd .top20_pferde a:hover, #top20 tr.even .top20_pferde a:hover {
	color: #ff5500;
}


.top20_item {
	display: inline-block;
	width: 100%;
	clear: both;
	padding: 5px 0;
	line-height: 1.5em;
}

.top20_pic {
	padding: 7px 0;
	width: 15%;
	float: left;
	text-align: center;
	
}
.top20_pic img {
	vertical-align: middle;
}
.top20_name {
	padding: 0px 1px;
	width: 70%;
	float: left;
}
.top20_name span {
	cursor: help;
}
.top20_pferde{
	width: 28%;
	text-align: right;
	float: left;
}
.top20_pferde a {
	font-weight: bold;
	text-decoration: none;
}
.top20_pferde a:hover {
	color: #FF5500;
}

/*	ADS_SKYSCRAPER
 *****************************************************************/
#ads_skyscraper p {
	padding: 0;
	margin: 0;
	background: #FFF;
	display: block;
	font-size: 10px;
	color: #BBB;
}


/*	PARTNER
 *****************************************************************/
#partner {
	color: #999;
	font-size: 0.9em;
	text-align: center;
	clear: both;
}
#partner a {
	color: #999;
}



/*	WERBUNG �BER CONTENT
 *****************************************************************/
#ps_ads {
	margin-bottom: 20px;
	height: 92px;
}
#ps_ads div.fullsize_banner {
	float: left;
	margin: 5px;
}
#ps_ads div.halfsize_banner {
	float: right;
	margin: 5px;
}
#pferd_zeigen_superbanner {
	padding: 6px 0;
	text-align: center;
}
/**
 *	PREISE
 */
 
table.preise {
	border-spacing: 0;
	width: 700px;
	margin: auto;
}
table.preise h3 {
	margin: 0;
	color: #3c7300;
}
table.preise th {
	padding: 4px 0;
	text-align: center;
}
table.preise th.heading {
	background: #f1f8e8 url(/anbieter/images/site/table_element_odd.png) repeat-x left top;
	text-align: center;
	-moz-border-radius: 8px 0 0 8px;
}
table.preise th a {
	color: #000;
	font-weight: bold;
	text-decoration: none;
}
table.preise tr.top {
	padding: 0px 4px;
}
table.preise tr.top th {
	background: url(/anbieter/images/site/table_head.png) no-repeat left top;
	text-align: center;
	-moz-border-radius: 8px 8px 0 0;
}
table.preise tr.top th.first {
	background: #FFF;
	border-top: 0px;
}
table.preise tr {
}
table.preise td {
	text-align: center;
	background: #FFF url(/anbieter/images/site/table_element.png) repeat-x left top;
}
table.preise td.odd {
	background: #f1f8e8 url(/anbieter/images/site/table_element_odd.png) repeat-x left top;
}
/**
 * 	PFERDE SUCHE
 */  
 
/*	SUCHFORMULAR */

div#pferdesuche {
	float: left;
}

#pferdesuche ul {
	margin: 0;
	padding: 0;
}
#pferdesuche li {
	list-style: none;
	margin: 0;
	padding: 0;	
}
#pferdesuche h1 {
	background: url(/images/search//suche_h1.jpg) no-repeat left top;
	margin: 0 0 0 5px;
	padding-left: 40px;
	font-size: 1.3em;
	font-style: normal;
	font-weight: bold;
	color: #81b14d;
	line-height: 1.3em;
	text-transform: uppercase;
}

#pferdesuche h2, .sf h3 {
	border-bottom: 1px solid #999;
	margin: 10px 0 4px 0;
	font-size: 1.1em;
	font-weight: bold;
	color: #999;
	text-transform: uppercase;
}

#pferdesuche label {
	margin-top: 10px;
	font-weight: bold;
	display: block;
}
#pferdesuche input {
	background-color: #EEE;
}

#pferdesuche td {
	vertical-align: top;	
}
#pferdesuche td.left, #pferdesuche td.right {
	padding: 0 10px;
	width: 48%;	
}

span.einheit {
	font-size: 0.9em;
	font-weight: normal;
	color: #CCC;
}
input.suche_numberSpinner {
	width: 50px;
}

td.sf_ms_select {
	width: 300px;
}

div.eig_top {
	background: url(/images/search//suche_eig-top.jpg) no-repeat left top;
	margin-top: 20px;
	height: 8px;
	width: 345px;
}
div.eig_bottom {
	background: url(/images/search//suche_eig-bottom.jpg) no-repeat left top;
	height: 8px;
	width: 345px;
	clear: both;
}
div.eig_content {
	background: url(/images/search//suche_eig-bg.jpg) repeat-y left top;
	padding: 0 10px;
	width: 325px;
}

div.eig_content ul {
	margin-bottom: 0;
	padding: 0;
}

div.eig_klappbar {
	margin-top: 14px;
}
div.eig_klappbar ul {
	margin: 0;
	padding: 5px 12px;
}
div.eig_klappbar li {
	width: 158px;
	display: inline-block;
	float: left;
}
div.eig_klappbar input {
	vertical-align: middle;
}

ul.eig_item {
	margin: 0;
}

li.eig_item {
	margin-left: 0;
	list-style: none;
	padding: 2px;
	height: 28px;
	display: block;
}
span.eig_check, span.eig_class {
	padding: 5px 0 0 0;
}
span.eig_check {
	width: 120px;
	float: left;
	clear: left;
}
span.eig_check input {
	vertical-align: middle;
}
span.eig_pic {
	width: 100px;
	float: left;
}
span.eig_class select {
	margin-top: 5px;
	width: 70px;
}
div#eig_more span.eig_check {
	width: auto !important;
	margin-right: 20px;
}
div#eig_more div.left span.eig_pic, div#eig_more div.right span.eig_pic {
	float: right;
	width: auto !important;
}

div#eig_more {
	margin: 28px 0 0 0;
	padding: 0;
	height: 32px;
}
div#eig_more div.left, div#eig_more div.right {
	width: 40%;
}
div#eig_more div.left {
	float: left;
}
div#eig_more div.right {
	float: right;
}

div#pferdesuche_infos {
	float: right;
}
div.btn_infobox {
	background: url(/images/search//btn_infobox.png) no-repeat left top;
	margin: 5px 0;
	height: 28px;
	width: 170px;
}
div.btn_infobox a {
	padding: 5px;
	color: #000;
	text-decoration: none;
	display: block;
}


div#pferdesuche_galerie {
	margin-top: 20px;
}


div.sgal_item {
	border-bottom: 1px solid #DDD;
	margin: 10px auto;
	padding: 5px 3px;
	width: 134px;
	font-size: 0.9em;
}
div.sgal_item:first-child {
	margin: 0px auto;
}
div.sgal_item:last-child {
	border-bottom: none;
	margin: 0px auto;
}

div.sgal_item span.foto {
	text-align: center;
	display: block;
}
div.sgal_item span.rasse {
	text-align: center;
}
div.sgal_item span.rasse a {
	font-weight: bold;
	color: #666;
	text-decoration: none;
	display: block;
}
div.sgal_item span.preis {
	text-align: center;
	display: block;
}
div.sgal_item span.preis img {
	vertical-align: text-bottom;
}
/*****************************************************************
 * 
 * 	PFERD - DETAILANSICHT
 *  
 *****************************************************************/
#pferd {
	width: 920px;
}
#pferd h2 {
	border-bottom: 1px solid #CCC;
	font-size: 1.1em;
	font-weight: bold;
	text-transform: uppercase;
	color: #999;
}

/*	KARTENREITER
 *****************************************************************/
#pferd_kartenreiter div {
	padding-right: 4px;
	float: right;
}
#pferd_kartenreiter div a {
	font-size: 0.9em;
	font-weight: bold;
	color: #999;
	text-decoration: none;
	opacity: 0.6;
}
#pferd_kartenreiter div a:hover {
	color: #999;
	opacity: 1.0;
}
#pferd_kartenreiter ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	float: left;
}
#pferd_kartenreiter li {
	padding: 2px 1px 1px 11px;
	display: inline;
}
#pferd_kartenreiter li a {
	padding: 2px 8px 1px 0;
	text-decoration: none;
	color: #000;
}
#pferd_kartenreiter li.an {
	background: url(/anbieter/images/site/tab_green_left.png) no-repeat left top;
}
#pferd_kartenreiter li.an a {
	background: url(/anbieter/images/site/tab_green_right.png) no-repeat right top;
	font-weight: bold;
	color: #FFF;
}
#pferd_kartenreiter li.aus {
	background: url(/anbieter/images/site/tab_grey_left.png) no-repeat left top;
}
#pferd_kartenreiter li.aus a {
	background: url(/anbieter/images/site/tab_grey_right.png) no-repeat right top;
}

#pferd_kartenreiter img, #pferd_kartenreiter input {
	vertical-align: text-bottom;
}

/*	HEADLINE + BREADCRUMB
 *****************************************************************/
#pferd_headline {
	border-bottom: 1px solid #999;
	padding-top: 20px;
	padding-bottom: 5px;
	width: 900px;
}
#pferd_headline h1 {
	margin: 0;
	padding: 0 0 2px 0;
	width: 700px;
	display: inline-block;
	font-size: 1.3em;
	font-weight: bold;
	font-style: normal;
}
#pferd_headline div.right {
	width: 200px;
	display: inline-block;
	color: #999;
	text-align: right;
}

#pferd_breadcrumb {
	margin-bottom: 10px;
	padding-top: 5px;
	text-align: right;
	font-size: 0.9em;
	color: #999;
}
#pferd_breadcrumb a {
	color: #81B14D;
	font-weight: bold;
	text-decoration: none;
}
#pferd_breadcrumb ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#pferd_breadcrumb li {
	margin: 0 8px;
	padding-bottom: 1px;
	display: inline;
}
#pferd_breadcrumb li:first-child {
	margin: 0 8px 0 0;
}
#pferd_breadcrumb li:last-child {
	margin: 0 0 0 8px;
}
#pferd_breadcrumb li:hover a {
	color: #999;
}
#pferd_breadcrumb img.cms_icon {
	margin-right: 2px;
	vertical-align: sub;
}


/*	INFOBOX (#pferd_basisdaten, )
 *****************************************************************/
#pferd_infobox {
	margin-bottom: 50px;
	float: left;
}
 
div#pferd_basisdaten {
	width: 340px;
}
	 
 
#pferd_basisdaten th, #pferd_basisdaten td {
	vertical-align: top;
}
#pferd_basisdaten tr {
	min-height: 20px;
}
#pferd_basisdaten th {
	border-right: 1px solid #CCC;
	padding-bottom: 10px;
	font-weight: bold;
}
#pferd_basisdaten td {
	padding-left: 10px;
	line-height: 1.6em;
}
#pferd_basisdaten span.preisart {
	margin: 0;
	padding: 4px 0 0 0;
	font-size: 0.9em;
	color: #999;
	line-height: 1em;
	display: block;
}
#pferd_basisdaten span.preis {
	margin: 0;
	padding: 3px 0 8px 0;
	font-size: 1.2em;
	font-weight: bold;
	color: #000;
	line-height: 1em;
	display: block;
}
#pferd_basisdaten span.ausbildungsstand {
	font-weight: bold;
	color: #3c7300;
}
#pferd_basisdaten span.ausbildungsstand_klasse {
	font-weight: bold;
	color: #999;
}

#pferd_basisdaten ul.ausbildungsstand {
	margin: 0 0 8px 0;
	padding: 0;
	list-style-type: none;
}
#pferd_basisdaten ul.ausbildungsstand li {
	margin: 0;
	padding-left: 15px;
}
td#eignungen img {
	margin: 0px 5px 6px;
}

span.eignung {
	border: 1px dotted #3c7300;
	padding: 1px;
	margin: 2px;
	line-height: 1.8em;
	whitespace: no-wrap;
}


/*	FOTOBOX (#pferd_foto, #pferd_fotovorschau) 
 *****************************************************************/
#pferd_fotobox {
	background: #FFF;
	margin: 0 0 20px 0;
	padding-left: 10px;
	width: 550px;
	float: right;
}

#pferd_foto {
	text-align: center;
}

#pferd_fotovorschau {
	margin: 10px 0;
	width: 550px;
}
#pferd_fotovorschau div.thumb {
	border: 1px solid #999;
	width: 28px;
	height: 28px;
	overflow: hidden;
	text-align: center;
	display: inline-block;
}

#pferd_fotovorschau ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#pferd_fotovorschau li {
	margin: 0 2px;
	display: inline;
	float: left;
}


/*	FUNKTIONEN
 *****************************************************************/
#pferd_funktionen {
	margin: 0 0 10px 0;
}



/*	KONTAKTDATEN
 *****************************************************************/
#pferd_kontaktdaten {
	width: 550px;
}
#pferd_kontaktdaten a {
	font-weight: bold;
	text-decoration: none;
}
#pferd_kontaktdaten a:hover {
	text-decoration: underline;
}
#pferd_kontaktdaten a.btn_send {
	background: #d6e6d2;
	border: 1px solid #b2d28e;
	padding: 4px;
}
#pferd_kontaktdaten a.btn_send:hover {
	border: 1px solid #81B14D;
	cursor: pointer;
	text-decoration: none;
}
#pferd_kontaktdaten h4 {
	margin: 0;
	font-size: 0.9em;
	font-weight: normal;
	color: #666;
}
#pferd_kontaktdaten img {
	margin-right: 2px;
	vertical-align: text-top;
}
#pferd_kontaktdaten p {
	margin: 0 0 0.2em 0;
	line-height: 1.2em;
}
#pferd_kontaktdaten p.icon {
	line-height: 1.8em;
}
div.pferd_kontaktdaten_top {
	background: url(/anbieter/images/site/pferd_kontakt_top.png) no-repeat left top;
	height: 10px;
	width: 550px;
}
div.pferd_kontaktdaten_content {
	background: url(/anbieter/images/site/pferd_kontakt_bg.png) repeat-y left top;
	width: 530px;
	padding: 0 10px;
}
div.pferd_kontaktdaten_bottom {
	background: url(/anbieter/images/site/pferd_kontakt_bottom.png) no-repeat left bottom;
	height: 10px;
	width: 550px;
}

#pferd_kontaktdaten_daten {
	width: 310px;
	float: left;
}
#pferd_kontaktdaten_map {
	border: 1px solid #999;
	height: 200px;
	width: 200px;
	float: right;
	overflow: hidden;
}
#pferd_kontaktdaten_funktionen {
	margin-top: 10px;
	width: 100%;
	text-align: right;
}



/*	BESCHREIBUNG
 *****************************************************************/
#pferd_beschreibung {
	clear: left;
	/* clear: both; */
}



/*	ABSTAMMUNG
 *****************************************************************/
#pferd_abstammung {
	display: block;
	clear: both;
}
table.abstammung {
	margin: 0 auto;
	font-size: 0.9em;
	font-weight: bold;
	color: #666;
}
table.abstammung td {
	width: 214px;
}
table.abstammung td.link {
	width: 8px;
}
table.abstammung div.vater, table.abstammung div.mutter {
	padding: 1px 2px 0 4px;
	height: 20px;
	display: block;
}
table.abstammung div.vater {
	background: #D3DEF3;
	border: 1px solid #A6BBE3;
}
table.abstammung div.mutter {
	background: #F2A5A5;
	border: 1px solid #DE7E7E;
}
table.abstammung div img {
	vertical-align: middle;
}

/* VERSION 2 */
/*
table.abstammung div.vater {
	background: #ecf0f8;
	border: 0px;
	border-left: 3px solid #A6BBE3;
}
table.abstammung div.mutter {
	background: #f5e6e6;
	border: 0px;
	border-left: 3px solid #DE7E7E;
}
*/

/* VERSION 3 */

table.abstammung div.vater, table.abstammung div.mutter {
	background: #F6F6F6;
	border-top: 1px solid #CCC;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
}
table.abstammung div.vater {
	border-left: 3px solid #A6BBE3;
}
table.abstammung div.mutter {
	border-left: 3px solid #DE7E7E;
}




/*****************************************************************
 * 
 * 	PFERD - GALERIE
 *  
 *****************************************************************/
#pferd_galerie {
	margin: 0 auto;
}
#pferd_slideshow {
	margin: 0 auto !important;
	width: 720px !important;
}
#pferd_galerie .slideShowWrapper {
	border: none !important;
}
#pferd_galerie .slideShowCounterText {
	font-size: 0.8em;
}
#pferd_galerie .slideShowCtrlPlay {
	margin: 0 !important;
}



/*****************************************************************
 * 
 * 	PFERD - KONTAKT
 *  
 *****************************************************************/
 #pferd_kontakt h2:first-child, #pferd_feedback h2:first-child {
	margin-top: 0;
}
#pferd_kontakt {
	border: 1px solid #CCC;
	background: #F6F6F6;
	padding: 5px;
	width: 300px;
	float: right;
}
#pferd_kontakt a {
	font-weight: bold;
	text-decoration: none;
}
#pferd_kontakt img.cms_icon {
	margin-right: 2px;
}
#pferd_kontakt a:hover {
	text-decoration: underline;
}
#pferd_kontakt div.kontakt_adresse p {
	margin: 0;
}
#pferd_kontakt div.kontakt_adresse p:first-child {
	margin-bottom: 1.0em;
	font-weight: bold;
}
#pferd_kontakt div.kontakt_kommunikation {
	margin-top: 20px;
}
#pferd_kontakt div.kontakt_kommunikation p {
	margin: 0 0 0.6em 0;
}
#pferd_kontakt_map {
	border: 1px solid #CCC;
	width: 298px;
	height: 298px;
}

/*********** Pferd bearbeiten ***************/

div#pferd_bearbeiten {
	clear: both;
}

/*	FEEDBACK
 *****************************************************************/
#pferd_feedback {
	width: 550px;
	float: left;
}
#pferd_feedback p {
	clear: both;
}
#pferd_feedback p.betreff {
	padding-left: 2px;
	font-size: 1em;
	font-weight: bold;
	font-style: normal;
	color: #81B14D;
	clear: none;
}
#pferd_feedback textarea {
	height: 160px;
	width: 532px;
}
#pferd_feedback label {
	width: 120px;
	color: #999;
	display: inline-block;
}
#pferd_feedback legend {
	background: #F6F6F6;
	border: 1px solid #CCC;
	border-bottom: 0;
	margin: -10px 0 0 0;
	padding: 0 8px;
}
#pferd_feedback fieldset {
	margin-bottom: 40px;
}
#pferd_feedback fieldset:first-child {
	margin-top: 20px;
}
#pferd_feedback fieldset:last-child {
	margin-top: 40px;
	margin-bottom: 0;
}

div #pferd_weitere_pferde {
	clear: both;
} 


/*****************************************************************
 * 
 * 	HORSE LIST / PFERDE LISTE
 *  
 *****************************************************************/
/*	SEARCH_OPTIONS
 *****************************************************************/
div#search_options {
	float: left;
}

/*	HORSE_LIST
 *****************************************************************/
div#horse_list {
	float: right;
}
#horse_list div.contentbox {
	padding: 0 5px !important;
	width: 730px;
}
/* 5px mehr Einr�ckung wegen der Werbung �ber der Liste */
#pferdeliste {
	padding: 0 5px;
}

/***** WERBUNG *****/
div.pferdeliste_werbung {
	width: 100%;
	display: block;
}
div.pferdeliste_werbung p {
	margin: 0;
	padding: 0;
	font-size: 0.8em;
	color: #BBB;
}
div.pferdeliste_werbung div.fullsize_banner {
	float: left;
}
div.pferdeliste_werbung div.halfsize_banner {
	float: right;
}

/*	TABELLEN HEADER + TABELLEN ELEMENT
 *****************************************************************/
#pferdeliste table {
	border-collapse: collapse;
	border-spacing: 0;
	table-layout: fixed;
	width: 100%;
}
#pferdeliste tbody tr {
	border-top: 1px solid #CCC;
}
#pferdeliste table td {
	padding: 5px 0;
	vertical-align: top;
}
#pferdeliste table#pferdearchiv td {
	padding: 5px 5px 5px 0;
	vertical-align: top;
}

#pferdeliste table#pferdearchiv_drucken td {
	padding: 5px;
	vertical-align: top;
}

th.beschreibung {
	width: 430px; 
}
th.alter, th.stockmass, th.preis, td.alter, td.stockmass, td.preis {
	text-align: right;
}
th.extras {
	width: 1px;
}
th.alter {
	width: 70px;
}
th.stockmass {
	width: 70px;
}
th.preis {
	width: 90px;
}
td.extras {
	vertical-align: bottom !important;
}


/***** BESCHREIBUNG *****/
div.pferd-foto {
	text-align: center;
	float: left;
	width: 145px;
}

tr.basis div.pferd-foto {
	height: 55px;
}

tr.standard div.pferd-foto { 
	height: 66px;
}

tr.premium div.pferd-foto {
	height: 100px;
}

tr.premiumplus div.pferd-foto {
	height: 140px;
}

div.pferd-text, div.pferd-icons {
	width: 315px;
	float: left;
}
div.pferd-text {
	margin-left: 5px;
	overflow: hidden;
}
div.pferd-text p {
	margin: 0.8em 0 0 0;
	line-height: 1.3em;
}
div.pferd-text strong {
	background: url(/anbieter/images/site/icon_doppelpfeil-rechts.png) no-repeat -4px 2px;
	padding-left: 14px;
	display: block;
}
div.pferd-text strong a {
	color: #333;
	text-decoration: none;
}
div.pferd-icons {
	margin: 10px 0 0 0;
	height: 22px;
}
div.pferd-icons img {
	margin: 0 3px;
}
div.pferd-icons img:first-child {
	margin: 0 3px 0 0;
}
div.pferd-icons img:last-child {
	margin: 0 0 0 3px;
}

/***** EXTRAS *****/
div.extras-wrapper {
	width: 250px;
	position: relative;
	z-index: 1;
}
div.extras-icons, div.pferd-merken {
	width: 100%;
	text-align: right;
	display: block;
}
div.pferd-merken {
	margin-top: 10px;
}
div.pferd-merken strong {
	margin: 0 8px 0 0;
	font-size: 0.9em;
	color: #999;
}
div.pferd-merken input {
	margin-right: 1px;
}


/***** PREIS *****/
td.preis div img {
	vertical-align: text-bottom;
}


/*****************************************************************
 * 
 * 	SEARCH AGENT
 *  
 *****************************************************************/
/* 5px mehr Einr�ckung wegen der Werbung �ber der Liste */
#search_agent {
	padding: 0 5px;
}
#search_agent h2 {
	margin-top: 0;
}
/*	SEARCH_AGENT_ITEM
 *****************************************************************/
span.search_agent_item {
	background: url(/anbieter/images/site/sa_item-close.png) no-repeat right top;
	border: 1px solid #81B14D;
	margin-right: 4px;
	padding: 2px;
}
span.search_agent_item a {
	padding: 2px 1px 2px 0;
}
span.search_agent_item img {
	height: 8px !important;
	width: 8px !important;
}

/**
 * Suchformular am linken Rand, Grundlage sind die Styles in pferdesuche.css
 */

#verkaufspferde span.eig_check {
	width: 90px;
}


#verkaufspferde  span.eig_class select {
	margin-top: 5px;
	width: 30px;
}

#verkaufspferde div.eig_klappbar {
	width: 158px;
}

input.btn_go {
	vertical-align: top;
	background: url(/images/search/btn_go.png) no-repeat left top;
	margin-left: 4px;
	border: none;
	height: 20px;
	width: 20px;
	cursor: pointer;
}
input.btn_hits {
	background: url(/images/search/btn_hits.png) no-repeat left top;
	border: none;
	margin: 10px 0 0 0;
	padding: 0 30px 2px 0;
	height: 32px;
	width: 142px;
	cursor: pointer;
	color: #FFF;
	font-size: 1.0em;
	font-weight: bold;
	font-family: Arial, Sans-Serif;
}
#verkaufspferde input.navi {
	border: 1px solid #888;
	width: 80px;
}
#verkaufspferde input.btn_go, #verkaufspferde input.navi, #verkaufspferde img.horse_icon {
	vertical-align: middle;
}

/*	Bilderpositionierung
 *****************************************************************/
img.horse_icon {
	margin-right: 8px;
}
img.cms_icon {
	vertical-align: text-top;
}
