/*
  Hengst.info -> main.css
*/

/* Seiteneinstellung Default */

body, div {
	margin: 0;
	padding: 0;
}

body {
  font-family: Arial, Sans-Serif;
  font-size: 12px;
  /* *font-size: 100%; */
  font-style: none;
  font-weight: none;
  text-decoration: none;
  background-color: #FFFFFF;
}

:focus {
	outline: none;
}

a {
	color: #6E8512;
}

p {
  line-height: 1.5em;
}

p img {
	vertical-align: middle;
}

h1 {
	clear: both;
}

hr {
	border:0;
	border-top: 1px solid #DDD;
	width: 96%;
	margin-bottom: 1.0em;
}

div.clear {
	clear: both;	
}


/* Seitenaufbau */

div#site_oben {
  width: 100%;
  height: 300px;
  background-color: #000000;
  margin: 0;
  padding: 0;
}

div#site_unten {
  width: 1000px;
  margin: 0 auto;
  padding: 0;
}


/* oberer Seitenteil */

div#head {
  background: transparent url(/anbieter/images/head_bg.jpg) no-repeat center;
  width: 1000px;
  height: 300px;
  margin: 0px auto;
}

div#infobox {
  background: url(/anbieter/images/head_infobox_bg.jpg) no-repeat;
  width: 194px;
  height: 174px;
  padding: 3px;
  text-align: left;
  float: left;
  font: 12px Sans-Serif;
  color: #CCCCCC;
  margin: 26px 0 0 0;
}

div#head_img {
  width: 590px;
  height: 180px;
  padding: 0;
  float: left;
  margin: 26px 0 0 0;
}

div#advertise {
  background: transparent;
  width: 500px;
  height: 70px;
  padding: 24px 0 0 230px;
  margin: 0
}

/* infobox */

#infobox h2 {
  margin: 0;
  margin-bottom: 10px;
  padding: 0px;
  font-size: 20px;
  font-family: Sans-Serif;
  font-weight: bold;
  color: #BBBBBB;
}


/* #advertise */

#advertise img {
  margin: 0;
  padding: 0;
  border: 0;
}

#advertise ul {
	margin: 0;
	padding: 0;
}

#advertise li {
  display: inline;
  margin: 0;
  padding: 0;
}

/* unterer Seitenteil */

div#navigation {
  background: #ffffff;
  width: 1000px;
  height: 30px;
  clear: both;
  float: left;
}

div#suchbox {
  float: right;
  width: 350px;
  text-align: right;
  margin-top: 3px;
}

div#footer {
	margin: 0;
	padding: 4px;
	width: 993px;
	height: 13px;
	background: #6e8512;
	color: #FFF;	
}

#suchbox h2 {
  font-size: 1.5em;
  font-style: none;
  color: #6e8512;
  display: inline;
}


#suchbox input.txt {
  background: url(/anbieter/images/such_loginfeld_bg.jpg) repeat-x;
  margin: 0;
  margin-bottom: 4px;
  margin-left: 10px;
  border: 1px solid #333333;
  font-family: Sans-Serif;
  font-size: 14px;
  color: #444444;
  height: 18px;
  width: 150px;
  padding-top: 3px;
  padding-left: 2px;
}

div#subnavigation {
  background-color: #6e8512;
  width: 996px;
  height: 19px;
  margin: 0;
  padding: 5px 0px 0px 5px;
  float: left;
  color: #FFFFFF;
}

div#content {
  background: transparent;
  width: 790px;
  float: left;
  padding: 10px 0;
}

div#infoleiste {
  background: transparent;
  width: 210px;
  float: right;
  margin-right: -1px;
}


/* #navigation */

#navigation ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

#navigation li {
  display: inline;
  margin: 0px 0 0 0;
  padding: 0;
  text-transform: none;
  letter-spacing: 1px;
}

#navigation a {
  float: left;
  display: block;
  font: bolder 16px Arial, Sans-Serif;
  color: #444444;
  text-decoration: none;
  margin: 0 5px 5px 0px;
  padding: 5px 4px 6px 4px;
  background-color: #AAAAAA;
}

#navigation a:active  {
  background-color: #6e8512;
  padding-top: 4px;
  padding-bottom: 25px;
  text-decoration: underline;
}

#navigation a:hover, #navigation a.aktiv {
  background-color: #6e8512;
  padding-top: 4px;
  padding-bottom: 25px;
  text-decoration: none;
  color: #FFFFFF;
}

#navigation .aktiv a {
  background-color: #6e8512;
  padding-top: 4px;
  padding-bottom: 25px;
  margin-top: 3px;
  text-decoration: underline;
  color: #FFFFFF;
}

/* subnavigation */
#subnavigation a {
	color: #FFF;
	text-decoration: none;
}


/* infoleiste */

div#info_box_head {
  background: #6e8512;
  width: 200px;
  height: 21px;
  margin: 0px;
  padding: 4px 0px 0px 7px;
}

#info_box_head h2 {
  margin: 0;
  padding: 0;
  line-height: 12px;
  font-size: 13px;
  font-family: Sans-Serif;
  font-weight: bold;
  color: #FFFFFF;
}

div#info_box_cont {
  width: 195px;
  background: #EFEFEF;
  margin: -5px 0px;
  padding: 1px 6px 1px 6px;
}

#info_box_cont img {
  vertical-align: middle;
}

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

#info_box_cont ul li a {
background:transparent url(/icon/bullet_green.png) no-repeat scroll 2px center;
border:0 none;
color: #6e8512;
font-weight:bold;
margin-top:0;
padding-left:18px;
text-decoration:none;
}

#info_box_cont ul li a:hover {
background:transparent url(/icon/bullet_go.png) no-repeat scroll 2px center;
border:0 none;
color: #444444;
font-weight:bold;
margin-top:0;
padding-left:18px;
text-decoration:none;
}

#info_box_cont a {
  color: #6e8512;
  font-weight:bold;
  text-decoration:none;
}

#info_box_cont a:hover {
  color: #444444;
  font-weight:bold;
  text-decoration:none;
}


div#info_box_foot {
  background: #6e8512;
  width: 207px;
  height: 6px;
  margin: 0px 0px;
  margin-bottom: 20px;
  padding: 0;
}

div .infobox {
  margin: 0;
  padding: 0;
}

/* Loginbox */

#box_login, #box_password {
	width: 160px;
}

#loginbox {
  position: relative;
  width: 90%;
  left: 5%;
  margin: 0;
  padding: 0;
  margin-bottom: 20px;
}

#loginbox h2 {
  font-size: 1.5em;
  font-style: none;
  color: #6e8512;
  margin-top: 0px;
}

#inhalt_meine_hengste input, #inhalt_meine_hengste div.dijitTextBox {
  /* background: url(/anbieter/images/such_loginfeld_bg.jpg) repeat-x; */
  margin: 0;
  font-family: Sans-Serif;
  width: 140px;
  padding-top: 3px;
  padding-left: 2px;  
}
#inhalt_meine_hengste p {
	margin-bottom: 0;
	margin-top: 1em;
	text-align: right;
}


#inhalt_meine_hengste form {
	margin: 0;
}

#inhalt_meine_hengste img {
  vertical-align: middle;
  padding-top: 4px;
  margin: 0;
}

#inhalt_meine_hengste label {  
  margin: 0 20px 0 0;
  width: 10px;
  
}
input.button {
  position: relative;
  padding: 0;
  margin: 0;
}

input.button_finden {
  position: relative;
  padding: 0;
  margin: 0;
  width: 80px;
  height: 22px;
  border: none;
  background: url(/anbieter/images/but_find.png) no-repeat;
}

input.button_finden:hover {
  background: url(/anbieter/images/but_find_hover.png) no-repeat;
}

ul.menu {
	list-style: none;
	margin: 0;
	padding: 0;
}
ul.menu li {
	margin-right: 10px;
	padding: 2px 5px;
	display: inline;
}
ul.menu li a {
	background: url(/anbieter/images/dojo_titlepane_bg-hover.jpg) repeat-x scroll left top #FFF;
	padding: 2px 5px;
	color: #FFF;
	text-decoration: none;
	border: 1px solid #888;
}
ul.menu li:hover a {
	background: url(/anbieter/images/dojo_titlepane_bg.jpg) repeat-x scroll left top;
}

ul.linklist {
	list-style: none;
	margin: 0;
	padding: 0;
}
ul.linklist li {
	
}
ul.linklist li a {
	text-decoration: none;
}
ul.linklist li a:hover {
	
}
li img.cms_icon {
	vertical-align: middle;
}

.dijitTitlePane ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.dijitTitlePane a {
	margin: 0;
	padding: 0;
	text-decoration: none;
	color: #6E8512;
	font-weight:normal;
}
.dijitTitlePane a:hover, .dijitTitlePane a:focus {
	background: #6E8512;
	color: #FFF;
}
.dijitTitlePane a:visited {
	color: #999;
}
.dijitTitlePane a:visited:hover {
	background: #999;
	color: #000;
}
.dijitTitlePane img {
	margin: 0;
	padding: 0;
	vertical-align: middle;
}



/* Formulare */
#cms_loginform p, #cms_resendpassword p {
	padding: 0 5px;
}
#cms_loginform, #cms_resendpassword {
	background: url(/anbieter/images/form/validationInputBg.png) repeat-x scroll top left #FFF;
	margin: 0 1.5em 2.0em !important;
	width: 45%;
	float: left;
	border-top: 0px;
	border-left: 1px solid #d1e094;
	border-bottom: 1px solid #d1e094;
	border-right: 1px solid #d1e094;
}
#cms_loginform h2, #cms_resendpassword h2 {
	background: #a5c61d url(/anbieter/images/dojo_titlepane_bg.jpg) repeat-x scroll top left;
	margin: 0 0 1.0em 0;
	padding: 5px;
	display: block;
	color: #FFF;
}
#cms_loginform form, #cms_resendpassword form {
	padding: 5px;
}

div#table_controller div.tc_edit fieldset {
	background: url(/anbieter/images/form/validationInputBg.png) repeat-x scroll top left #FFF;
	border: 1px solid #d1e094;
	width: 70%;
}

div#table_controller legend, div#table_controller div.tc_edit legend {
	background: url(/anbieter/images/dojo_titlepane_bg.jpg) repeat-x scroll top left #a5c61d;
	border: 0;
	border-bottom: 1px solid #AAA;
	border-right: 1px solid #AAA;
	font-size: 1.1667em;
	font-weight: bold;
	color: #FFF;
}

div.tc_edit {
	background: url(/anbieter/images/field_bg.png) no-repeat top right;
	padding: 10px;
}


/* Fotoauswahl */

div.startseitenfoto {
	float: left;
	width: 150px;
	height: 150px;
	background-color: #FFF;
}

div.auf_startseite {
	float: left;
	width: 150px;
	height: 150px;
	background-color: green;
}


.startseitenfoto img {
	padding: 5px;	
	border: 0;
	width: 140px;
	height: 140px;
}

#footer a {
	color: white;
}/*
  Thumb Picker
*/


#hengst_thumbnails .thumbScroller {
  height: 150px;  
}


.thumbWrapper img {
	height: 150px;
	max-width: 300px;
}

/*
      F O T O S T R E C K E      F O T O S T R E C K E      F O T O S T R E C K E
*/

div#fotostrecke {
  width: 750px;
  height: auto;
  padding: 0;
  margin: 5px;
  margin-top: 30px;
  float: left;
  font: 12px Sans-Serif #000000;
  clear: both;
  background: #F3F3F3;
}

#fotostrecke h2 {
  margin: -26px 0px 15px -5px;
  padding: 0;
  font-family: Georgia, Serif;
  font-size: 16px;
  font-weight: bold;
  color: #6e8512;
}

.slideShowWrapper {
-moz-border-radius-bottomleft:0pt;
-moz-border-radius-bottomright:0pt;
-moz-border-radius-topleft:0pt;
-moz-border-radius-topright:0pt;
background: #F3F3F3;
border: 0px;
overflow:hidden;
padding:8px 8px 20px;
position:relative;
text-align:center;
display: inline;
text-align: center;
}

.slideShowNav {
background-color:#F3F3F3;
bottom:-18px;
left: 25%;
padding:3px;
position:absolute;
width:50%;
}

#fotostrecke #foto {
	padding-bottom: 12px;
}
/*
#fotostrecke #foto img {
	height: 300px;
}
*/
/*
      D A T E N B O X
*/

div .datenbox {
  background-color: #F3F3F3;
  width: 360px;
  height: auto;
  padding: 5px;
  margin: 38px 5px 5px 5px;
  float: left;
  font: 12px Sans-Serif;
  color: #222222;
  min-height: 100px;
}

.datenbox h2 {
  margin: -26px 0px 8px -5px;
  padding: 0;
  font-family: Georgia, Serif;
  font-size: 16px;
  font-weight: bold;
  color: #6e8512;
}

.datenbox ul {
  margin: 0;
  margin-top: -4px;
  padding: 0;
  list-style: none;
}

.datenbox li {
  margin: 0px 0px 0px 3px;
  padding: 0;
  line-height: 1.8;
}

.datenbox li label {
  margin: 0;
  color: #444444;
  font-weight: bold;
}

.datenbox label {
  margin: 0;
  color: #444444;
  font-weight: bold;
}

.datenbox p {
  margin: 0;
  margin-top: 6px;
  padding: 0;
  line-height: 1.5;
}

.datenbox li p {
  margin: 0;
  margin-top: -2px;
  padding: 0;
  line-height: 1.5;
}

/*
      A B S T A M M U N G
*/

div#abstammung {
  padding: 0;
  margin: 5px;
  margin-top: 50px;
  float: left;
  font: 12px Sans-Serif #000000;
}

#abstammung h2 {
  margin: 0px 0px 15px 0px;
  padding: 0;
  font-family: Georgia, Serif;
  font-size: 16px;
  font-weight: bold;
  color: #6e8512;
}


/* Stammbaum */

#Stammbaum {
  border: 0;
  margin: 0;
  padding: 0;
  width: 700px;
}

div.pferd {
  float: left;
  height: 50%;
  width: 25%;
  min-width: 25%; 
  border: 0px dashed #CC0000;
  height: 100%;
  position: relative;
}

#Stammbaum td {
	vertical-align: middle;
	margin: auto;
	border: 0;
	height: 24px;
	min-width: 25%; 
}

#Stammbaum .link {
	min-width: 0px;
}

td div.vater {
  margin: 0;
  padding: 4px 0 0 22px;
  height: 20px;
  border: 1px solid #D6D6D6;
  background: url(/images/stammbaum/Stammbaum_bg_m.jpg) no-repeat;
}

td div.mutter {
  margin: 0;
  padding: 4px 0 0 22px;
  height: 20px;
  border: 1px solid #D6D6D6;
  background: url(/images/stammbaum/Stammbaum_bg_f.jpg) no-repeat; 
}

/* add this buttons */
div.add_this_default_style {
	padding-top: 10px;
}

/* Karte */

div#deckstation_map {
	width: 200px;
	height: 300px;
}/* A U F L I S T U N G */

table#hengste {
	width: 100%;
}

.listing {
  padding: 0;
  margin: 0;
}

th {
  font-size: 14px;
  font-weight: bold;
  vertical-align: middle;
  padding: 2px;
  border: 1px solid #000000;
  text-align: center;
}

.center {
  text-align: center;
}


.list_foto {
  padding: 0px;
  width: 60px;
  height: 60px;
  text-align: center;
}

.list_name {
  padding-left: 5px;
}

.list_name a {
  text-decoration: none;
  font-weight: bold;
  color: #6e8512;
}

.list_name a:hover {
  text-decoration: none;
  font-weight: bold;
  color: #999999;
}

.list_rasse {  
}

.list_farbe {
  text-align: center;
}

.list_stockmass {
  margin-right: 8px;
  text-align: center;
}

.list_standort {
  width: 20%;
}
/*
      H E N G S T B O X      H E N G S T B O X      H E N G S T B O X
*/

div#hengstbox {
  margin: 0;
  padding: 0;
  width: auto;
  float: left;
  clear: both;
}

div#start_hengst {
  background: #EEE url(/anbieter/images/horsebox_bg.jpg) repeat-x bottom center;
  width: 380px;
  height: 130px;
  padding: 0;
  margin: 5px;
  float: left;
  border: 1px solid #AAAAAA;
  font: 11px Sans-Serif;
}

div#start_hengst_img {
  width: 90px;
  height: 120px;
  margin: 5px 7px;
  padding: 0;
  float: left;
  overflow: hidden;
}

div#start_hengst_data {
  width: 260px;
  height: 120px;
  padding: 0;
  margin: 5px;
  float: left;
}

/* start_hengst_img */

#start_hengst_img img {
  border: 1px solid #666666;
  width: 98%;
}

/* start_hengst_data */

#start_hengst_data ul {
  margin: 0;
  margin-top: 7px;
  padding: 0;
  list-style: none;
}

#start_hengst_data li {
  margin: 0px 0px 2px 0px;
  padding: 0;
  line-height: 1.2em;
}

#start_hengst_data b {
  color: #555555;
}

#start_hengst_data a.start_hengst_name{
  margin: 0;
  padding: 0;
  font-size: 12px;
  font-family: Sans-Serif;
  font-weight: bold;
  text-decoration: underline;
  color: #333333;
}

#start_hengst_data a:hover.start_hengst_name{
  margin: 0;
  padding: 0;
  font-size: 12px;
  font-family: Sans-Serif;
  font-weight: bold;
  text-decoration: none;
  color: #333333;
}

#start_hengst_data font.start_hengst_geb {
  padding: 0;
  font-size: 11px;
  font-family: Sans-Serif;
  font-style: italic;
}

#start_hengst_data font.start_hengst_neu {
  padding: 0;
  font-family: Sans-Serif;
  font-size: 12px;
  color: #FF0000;
  font-weight: bolder;
}



/* 
      N E W S B O X      N E W S B O X      N E W S B O X
*/

div#news_column {
  width: 390px;
  margin: 0;
  margin-top: 10px;
  padding: 0;
  float: left;
  
}

div#termin_column {
  width: 390px;
  margin: 10px 0 0 2px;  
  padding: 0;
  float: left;  
}


div.news {
  background: #EBEBEB url(/anbieter/images/newsbox_bg.jpg) repeat-x top;
  width: 370px;
  
  padding: 5px;
  margin: 5px;
  float: left;
  border: 1px solid #AAAAAA;
  font: 12px Sans-Serif;
  color: #222222;
}
div#news_column h2, div#termin_column h2 {
	margin: 5px 0;
}

div.news h3 {
  margin: 0;
  padding: 0;
  font-size: 14px;
  font-family: Sans-Serif;
  font-weight: bold;
  color: #6e8512;
}

div.news p {
  margin: 8px 2px 8px 1px;
  line-height: 1.3em;
}

div.news_pic {
	width: 120px;
	float: left;	
}

div.news_pic img {
	margin: 5px;
	width: 90px;
}

div.news_cnt {
	width: 240px;
	float: right;
}

div.readmore {
  display: inline;
  margin: 0;
  padding: 0;
  font: 12px Georgia, Serif;
  float: right;
}

div.readmore a {
  margin: 0;
  padding: 0;
  color: #6e8512;
  text-decoration: none;
  font-weight: none;
  font-style: italic;
}

div.readmore a:hover {
  margin: 0;
  padding: 0;
  color: #AAAAAA;
  text-decoration: none;
  font-weight: none;
  font-style: italic;
}@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;
}tr.even td {
	color:black;
	background-color:rgb(180,225,180);
}

tr.even td a {
	color:black;
	background-color:rgb(180,225,180);
}

tr.odd td {
	color: #000;
	background-color: rgb(200,250,200);
}

tr.odd td a {
	color: #000;
       background-color: rgb(200,250,200);
}


/* tc_edit */


#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 {
	width: 180px;
}

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

div.tc_edit p {
	clear: left;
	margin: 0;
	padding: 0;
	padding-top: 15px;
}

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.tc_list tr th {
	background: url(/anbieter/images/dojo_titlepane_bg.jpg);
	padding: 2px;
	height: 20px;
	background-color: #6E8512;
	color: #FFF;
}

table.tc_list td {
        padding: 2px;
        overflow: hidden;
}

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

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

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


/* Video-Funktionen */

div.tc_video_list th {
	background-color:rgb(0,102,0);
	color: #FFF;
}

div.tc_video_list table {
	border: 1px solid black;
	width: 100%;
}


div.tc_video_form table {
	border: 1px solid black;
	width: 100%;
}

/* Table-Controller-Formulare */
td.desc_cell { color: rgb(0,52,0); }
td.value_cell { font-size:12px; color: rgb(0,52,0); }
td.publish_cell { color: rgb(0,102,0); }
th.tc_edit { font-size: 12px; color: #003400; }
td.tc_edit { font-size: 12px; color: black; }

/* Table-Controller-Listen */
table.tc_list { width: 500px; border-width: 2px; border-color:black; border-style:solid; }
tr.tc_list { border: 1px; gray; solid; }
th.tc_list { color: white; background-color:rgb(0,102,0); }
td.tc_list_odd { color:black; background-color:#c8fac8; }
td.tc_list_even { color:black; background-color:rgb(180,225,180); }


/* pferd--abstammung */

#pferd_abstammung {
	text-align: left;	
}

#pferd_abstammung table {
	clear: both;
	margin: 10px 0;
	border-collapse: separate;
}

#pferd_abstammung td {
	vertical-align: middle;
	margin: auto;
	border: 0;
	width: 20%;
	height: 24px;
}

#pferd_abstammung td.link {
  margin: 0;
  padding: 0;
  width: 0.1%;
  text-align: center;
}

#pferd_abstammung div {
	padding: 0;
	background-color: #F2F2F2;
}


#pferd_abstammung div a {
	color: #000;
}


#pferd_abstammung td div.vater {
  margin: 0;
  padding: 4px 0 0 22px;
  height: 20px;
  border: 1px solid #D6D6D6;
  background: url(/images/stammbaum/Stammbaum_bg_m.jpg) no-repeat;
}

#pferd_abstammung td div.mutter {
  margin: 0;
  padding: 4px 0 0 22px;
  height: 20px;
  border: 1px solid #D6D6D6;
  background: url(/images/stammbaum/Stammbaum_bg_f.jpg) no-repeat; 
}

#pferd_abstammung div {
background-color:#F2F2F2;
padding:0;
}
#pferd_abstammung .dijitTextBox {
	width: 14em;	
}

img.cms_icon {
	margin: 2px;
	padding: 0;
}

div#cms_loginform {

	width: 350px;
}


div#cms_resendpassword {
	width: 350px;
	
}/*
 *	@title		Kill Dojo CSS
 *	@author		Agentur@Pferde.BIZ
 *	@version	Beta 7
 *	@dojo-css	tundra
 *
*/

.tundra .dijitTitlePaneTitle {
	background: url(/anbieter/images/dojo_titlepane_bg.jpg) repeat-x;
	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/dojo_titlepane_bg-hover.jpg) repeat-x;
	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;
}
*/

/*
.tundra .dijitTextBox, .tundra .dijitComboBox, 
.tundra .dijitSpinner, .tundra .dijitTextArea, .tundra .dijitInlineEditor input {
	background: url(/anbieter/images/form/validationInputBg.png) repeat-x scroll top left #f7fdde;
	border: 1px solid #bcd161;
} */

.tundra .dijitTextBoxFocused, .tundra .dijitComboBoxFocused, 
.tundra .dijitSpinnerFocused, .tundra .dijitSpinnerUpArrowActive, 
.tundra .dijitSpinnerDownArrowActive, .tundra .dijitTextAreaFocused {
	background: url(/anbieter/images/form/validationInputBg.png) repeat-x scroll top left #f7fdde;
	border: 1px solid #bcd161;
}

.tundra .dijitError  {
background-color:#F9F7BA;
background-image:none;
}





#pferd_abstammung .dijitTextBox {
	border: 1px solid #BBB;
}


input:focus {
	outline: none;
}
input.cms_button {
	background: url(/anbieter/images/dojo_titlepane_bg-hover.jpg) repeat-x scroll top left #FFF;
	border: 1px solid #888;
	color: #FFF;
	padding: 2px 5px;
}
input:hover.cms_button {
	background: url(/anbieter/images/dojo_titlepane_bg.jpg) repeat-x scroll top left #FFF;
}

textarea {
	background: url(anbieter/images/form/validationInputBg.png) repeat-x scroll top left #FFF;
	border: 1px solid #B3B3B3;
}
textarea:focus {
	background: url(/anbieter/images/form/validationInputBg.png) repeat-x scroll top left #f7fdde;
	border: 1px solid #bcd161;
}

