@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;
}/* Formatierungen f�r das Men� im Header + Footer */

ul.menu {
	margin-left: auto;
	margin-right: auto;
	height: 20px;
	margin: 1px 0 0 0;
	padding: 6px 2px;
	font-size: 15px;
        font-family: Arial, 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: #FFF;
	background-color: #1b2318;
	border: 1px solid #004C10;
}

.menu li a:hover, input.cms_button:hover {
	background-image: none;
	border-style: outset;
}

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

ul.kartenreiter {
	padding: 0;
	margin: 0;
	margin-top: 20px;
	border: 0;
}

.kartenreiter li {
	font-size: 12px;
	display: inline;
        overflow: hidden;
}

.kartenreiter li a {
	text-align: center;
	width: 106px;
	display: block;
	float: left;
	margin: 0;
        text-decoration: none;
        color: #000;
	background-color: #FFF;
	font-size: 14px;
	font-weight: bold;
	padding: 4px 20px;
	border: 1px solid #1b2318;
}

.kartenreiter li.an a {
	background-color: #1b2318;
	color: #FFF;
}

.kartenreiter li a:hover a {
	background-color: #1b2318;
	color: #FFF;
}

/* Funktionen ausschalten */

li#menulink_favorite, li#menulink_recommend {
	display: none;
}
/**
	*		~ www.pferde.biz ~
	*		> Seitenlayout
	*		@author agentur@pferde.biz
	*		@date 18-01-2010
	*		@version 1.0
**/
body, img, div, span {
	margin: 0;
	padding: 0;
}

body {
	background: url(/anbieter/img/bg.jpg) repeat-x;
	font-family: Arial, Sans-Serif;
}

img {
	border: 0;
	vertical-align: middle;
}

p {
	margin: 0.5em 0 0.5em 0;
	padding: 0;
	font-size: 1em;
	line-height: 1.5em;
	color: #333;
}

h1 {
	margin: 0.8em 0 0.5em 0;
	font-size: 2em;
	font-style: italic;
	color: #5c7a14;
	font-weight: normal;
}

h2 {
	margin: 0.8em 0 0.5em 0;
	font-size: 1.5em;
	color: #777;
	font-weight: normal;
}

h3 {
	font-size: 1.3em;
	color: #777;
	
	margin: 0.8em 0 0.5em 0;
}

/* Allgemeine Einstellungen */

a {	
	text-decoration: none;
	font : bold small Arial, Helvetica, sans-serif;
}

table.blind td {
	border: 0;
	padding: 0;
	margin: 0;	
}

td {
	border: 1px solid #5c7a14;	
	padding: 4px;
}

th {
	border: 1px solid #5c7a14;
	background-color: #5c7a14;
	color : white;
	font-weight : bold;
	padding: 4px;
}

#werbemittel blockquote {
	margin: 1em;
	padding: 1em;	
}

/**
	*		STUFF
**/
div.clear {
	clear: both;
}

#wrapper {
	margin: 0 auto;
	width: 1000px;
	overflow: hidden;
	background: url(/anbieter/img/header.jpg) no-repeat;
}

* html #wrapper { /* for IE */
	text-align: center;
}

#wrapper2 {
	margin: 0 auto;
	width: 960px;
	overflow: hidden;
}

* html #wrapper2 { /* for IE */
	text-align: center;
}


/**
	*		TOP LOGIN
**/

#login {
	float: right;
	width: 468px;
}

.loginLeft {
	background: url(/anbieter/img/login-left.png) no-repeat;
	height: 30px;
	width: 8px;
	float: left;
	vertical-align: middle;
}

.loginCenter {
	height: 30px;
	background: #222222;
	width: 460px;
	float: right;
}

.loginCenter a {
	color: #d4ff3d;
	text-decoration: none;
}

.loginCenter a img {
	vertical-align: bottom;
}

.loginCenter table.login {
	margin: 3px 0 0 0;
	width: 98%;
}

.loginCenter table.login td.right {
	text-align: right;
	width: 20%;
}


/* Login Navigation */
#login_navi ul, #login_navi li, #login_navi a {
	margin: 0;
	padding: 0;
}
#login_navi, #login_navi li, #login_navi a {
	height: 19px;
}

#login_navi {
	float: right;
	width: 450px;
	color: #FFF;
	font-size: 11px;
	font-weight: bold;
}

#login_navi ul {
	list-style: none;
	float:right;
}

#login_navi li {
	display: inline;
	float: left;
}

#login_navi a {
	display: inline;
	float: left;
	color: #FFF;
	text-decoration: none;
}

#login_navi li.bg {
	background: #5c7a14;
}

#login_navi li.current {
	background: url(/anbieter/img/topnav-left.png) no-repeat left top;
	padding-left: 37px;
}

#login_navi li.login {
	background: url(/anbieter/img/topnav-cur-left.png) no-repeat left top;
	padding-left: 26px;
}

#login_navi li.current span, #login_navi li.login span {
	background: #222222;
	padding: 0 2px 0 0;
	float: left;
}

.topnavLeft, .topnavRight {
	height: 19px;
	vertical-align: top;
}

.topnavLeft {
	background: url(/anbieter/img/topnav-na-left.png) no-repeat;
	width: 28px;
}

.topnavRight {
	background: url(/anbieter/img/topnav-right.png) no-repeat;
	width: 8px;
}


/**
	*		SHOWCASE
**/
#showcase {
	margin: 20px 0 0 0;
	padding: 0;
	width: 960px;
}

div.showcase, .showcaseLeft, .showcaseRight, div.showcaseContent {
	height: 299px;
}

.showcaseLeft, .showcaseRight {
	width: 8px;
	vertical-align: top;
	float: left;
}
.showcaseLeft {
	background: url(/anbieter/img/showcase-left.png) no-repeat;
}
.showcaseRight {
	background: url(/anbieter/img/showcase-right.png) no-repeat;
}
.showcaseContent {
	width: 944px;
	background: #222222 repeat-x;
	float: left;
}

/* Showcase Content */
.showcaseContent h3 {
	margin: 18px 0 8px 0;
	padding: 0;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 11px;
	color: #383838;
}

.showcaseContent h2 {
	margin-bottom:0.643em;
	margin-top:1.929em;
	font-size: 1.8em;
	font-style: italic;
	font-weight: normal;
	color: #FFF;
}

.showcaseContent p, .showcaseContent li {
	font-family: Trebuchet MS, Arial, Sans-Serif;
	color: #c8b06e;
}
.showcaseContent p {
	margin: 0;
	padding: 0px 5px;
	font-size: 12px;
}

.showcaseContent ul {
	list-style-type: square;
}

.showcaseContent li {
	line-height: 1.6em;
	letter-spacing: 1px;
	font-size: 1.05em;
}

.sc_content {
	width: 320px;
	float: left;
}

.sc_gallery {
	width: 600px;
	float: right;
}

.showcasePicLeft, .showcasePicRight, .showcasePicContent {
	height: 242px;
	vertical-align: top;
	float: left;
}
.showcasePicLeft {
	background: url(/anbieter/img/showcase-pic-left.png) no-repeat;
	width: 9px;
}

.showcasePicRight {
	background: url(/anbieter/img/showcase-pic-right.png) no-repeat;
	width: 9px;
}

.showcasePicContent {
	background: url(/anbieter/img/showcase-pic.png) repeat-x;
	width: 582px;
	padding: 8px 0px;
}


/* Showcase Navigation */
#navi, #navi ul, #navi li, #navi a, #navi li:hover, #navi li:hover a, #navi li.current, #navi li.current a {
	margin: 0;
	padding: 0;
	height: 19px;
}
#navi {
	width: 950px;
}

#navi ul {
	list-style: none;
	float: left;
}

#navi li  {
	display: block;
	padding: 0 0 0 16px;
	line-height: 18px;
	float: left;
	background: url(/anbieter/img/nav-spr.png) no-repeat left -34px;
}

#navi a {
	padding: 0 16px 0 0;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
	background: url(/anbieter/img/nav-spr.png) no-repeat right -34px;
	display: block;
}

/* navi :hover */
#navi li:hover {
	display: block;
	padding-left: 16px;
	line-height: 18px;
	float: left;
	background: url(/anbieter/img/nav-spr.png) no-repeat left top;
}

#navi li:hover a {
	margin: 0;
	padding: 0 16px 0 0;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
	background: url(/anbieter/img/nav-spr.png) no-repeat right top;
	display: block;
}

/* navi active */
#navi li.current {
	padding-left: 16px;
	line-height: 18px;
	float: left;
	background: url(/anbieter/img/nav-spr.png) no-repeat left top;
}

#navi li.current a {
	margin: 0;
	padding: 0 16px 0 0;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
	background: url(/anbieter/img/nav-spr.png) no-repeat right top;
	display: block;
}


/**
	*		CONTENT
**/
#cnt_wrap {
	margin: 0;
	padding: 10px 0 0 0;
	width: 960px;
	background: url(/anbieter/img/content_top.png) no-repeat right top;
}

#content {
	margin: 0;
	padding: 10px;
	width: 940px;
	background: none;
	min-height: 400px;
}

#content.white {
	background: #FFF;
}

ul.logo_bullets {
	list-style: url(/anbieter/img/listenelement.png);
}


ul.logo_bullets li {
	color: #333;
}

#content a {
	font-weight: bold;
	text-decoration: none;
	color: #5c7a14;
}

#content a:hover {
	color: #666;
}


/* Projekte */
#projekte h2, #projekte_news h2, #projekte hr, #projekte_news hr {
	margin: 0;
	padding: 0;
}
#projekte {
	width: 640px;
	float: left;
}

#projekte .news, #projekte_news .news {
	vertical-align: middle;
	float: left;
	background: url(/anbieter/img/shine_64/23_64x64.png) no-repeat center 0px;
	height: 58px;
	width: 64px;
}

#projekte h2, #projekte_news h2 {
	padding: 25px 0 0 5px;
	font-size: 26px;
	font-style: italic;
	color: #5c7a14;
	font-weight: normal;
	float: left;
}

#projekte hr, #projekte_news hr {
	margin: 0 0 6px 0;
	height: 1px;
	width: 100%;
	color: #ddf0c8;
	clear: both;
}

#projekte div.projekt {
	margin: 0px 15px;
	width: 280px;
	float: left;
	min-height: 445px;
}

#projekte div.projekt a {
	color: #5c7a14;
	text-decoration: none;
	font-weight: bold;
}

#projekte div.projekt a:hover {
	color: #555;
}

#projekte div.projekt h1 {
	margin: -1px 0 0 0;
	padding: 0px 8px;
	font-family: Verdana, Arial, Sans-Serif;
	font-weight: bold;
	font-size: 13px;
	display: block;
	background: #5c7a14;
	line-height: 16px;
}

#projekte div.projekt h1 a {
	color: #FFF;
	text-decoration: none;
	font-style: normal;
}

#projekte div.projekt_titel {
	min-height: 45px;
}

#projekte div.projekt .titel_oben {
	vertical-align: top;
	background: url(/anbieter/img/proj-header-top.png) no-repeat center 0px;
	height: 9px;
	width: 280px;
}

#projekte div.projekt .titel_unten {
	vertical-align: top;
	background: url(/anbieter/img/proj-header-bottom.png) no-repeat center 0px;
	height: 8px;
	width: 280px;
}

#projekte div.projekt .projekt_img {
	margin: 8px 0 0 0;
	width: 280px;
	height: 200px;
}

#projekte div.projekt .projekt_img img {
	width: 280px;
	height: 200px;
}

#projekte div.projekt .projekt_beschreibung {
	margin: 8px 0 0 0;
	width: 280px;
	font-size: 12px;
}

#projekte div.projekt .projekt_beschreibung p {
	font-size: 1em;
	color: #000;
}

#projekte div.projekt .projekt_footer {
	width: 280px;
	min-height: 30px;
}

#projekte div.projekt .projekt_footer a {	
	font-size: 1.25em;
}

#projekte_news {
	float: right;
	width: 300px;
}

#projekte_news .news {
	background: url(/anbieter/img/shine_64/2_64x64.png) no-repeat center 0px;
}

#projekte_news hr.break {
	color: #DDD;
}

#projekte_news h3 {
	margin: 0;
	font-size: 18px;
	color: #81aa03;
	font-style: italic;
	font-weight: normal;
	line-height: 20px;
}

#projekte_news p.artikel_link a {
	font-weight: bold;
	text-decoration: none;
	color: #5c7a14;
}
#projekte_news p.artikel_link a:hover {
	color: #333;
}

#projekte_news p.artikel_link {
	margin-bottom: 1.0em;
}

#projekte_news .artikelfoto {
	margin: 10px 10px 0 3px;
	height: auto;
	width: auto;
	float: left;
	overflow: hidden;
}

#projekte_news .newsitem {
	margin-bottom: 40px;
}

#projekte_news .newsitem p {
	margin: 8px 0 0 0;
	padding: 0;
	text-align: justify;
	font-size: 1em;
	color: #000;
}

#projekte_news .news_datum {
	width: 30px;
	float: left;
	background: url(/anbieter/img/news_date.png) no-repeat top center;
	text-align: center;
}

#projekte_news .news_headline {
	margin: -2px 0 0 0;
	padding: 0;
	width: 257px;
	float: right;
}

#projekte_news span.datum_tag {
	font-size: 14px;
	font-weight: normal;
	color: #444;
}

#projekte_news span.datum_monat {
	font-size: 11px;
	font-weight: bold;
	color: #999;
}

/* Slideshow */
.mtKenBurns {
		    margin: 0px;
		    border: 0;
		    width: 582px
		    height: 242px;
		  }
		  


img { border-style: none; }

tr.odd td {
	background-color: #F0F0F0;
}

tr.even td {
	background-color: #E0E0E0;
}

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

table {
    width: 100%;
}


th a.link {
        color : white;
        font-weight: bold;
}

td { vertical-align: top }

/* 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; }


tr.mahnstufe_0 td {
	border-color: green;
}

tr.mahnstufe_1 td {
	border: 2px solid yellow;
}

tr.mahnstufe_2 td {
	border: 2px solid #fd890b;
}

tr.mahnstufe_3 td {
	border: 3px solid red;
}

tr.mahnstufe_4 td {
	border: 3px solid purple;
}

div#benutzerdaten {
	width: 300px;
}

#benutzerdaten th {
	width: 100px;
}

/**
 * webdesign.html
 */
 
div.zweispaltig {
	width: 400px;
	float:left;	
}/**
	*		~ www.pferde.biz ~
	*		> Formulare
	*		@author agentur@pferde.biz
	*		@date 18-01-2010
	*		@version 1.0
**/
input, button {
	font-family: Arial, Sans-Serif;
}
input {
	font-size: 0.9em;
	color: #555555;
}

button {
	font-size: 11px;
	color: #d4ff3d;
}

/* Top Page Login */
.loginTop_input_left, .loginTop_input_right, .loginTop_input, .loginTop_btn_left, .loginTop_btn_right, .loginTop_btn {
	margin: 2px 0 0 0;
	padding: 0;
	height: 20px;
	float: left;
}
.loginTop_input_left, .loginTop_input_right {
	width: 7px;
	vertical-align: middle;
}

.loginTop_input_left {
	background: url(/anbieter/img/forms/input-left.png) no-repeat;
}
.loginTop_input_right {
	background: url(/anbieter/img/forms/input-right.png) no-repeat;
	margin-right: 3px;
}
.loginTop_input {
	background: transparent url(/anbieter/img/forms/input.png) repeat-x;
	padding: 2px 0 0 0;
	width: 116px;
	line-height: 20px;
	border: 0;
}


.loginTop_btn_left, .loginTop_btn_right {
	margin: 0;
	width: 7px;
}

.loginTop_btn_left {
	background: url(/anbieter/img/forms/button-left.png) no-repeat;
}

.loginTop_btn_right {
	background: url(/anbieter/img/forms/button-right.png) no-repeat;
}

.loginTop_btn {
	background: transparent url(/anbieter/img/forms/button.png) repeat-x;
	margin: 0;
	line-height: 20px;
	border: 0;
}


/*
 *		BENUTZERVERWALTUNG
*/
/**
	*		~ www.pferde.biz ~
	*		> CMS Layout
	*		@author agentur@pferde.biz
	*		@date 18-01-2010
	*		@version 1.0
**/

/* AUFTEILUNG */
.linklist li a:hover img.cms_icon {
	border-style:none;
	border-width:0;
	margin:2px 10px 2px 2px;
	padding:2px;
	vertical-align:middle;
}

/* Mein Pferde.biz Benutzermenü */
#u_inhalt .block {
	margin-bottom: 12px;
}

#u_inhalt .block h2 {
	margin-bottom: 0;
}

#u_inhalt .block ul {
	margin: 0;
}

#u_inhalt .block  .linklist li {
	margin: 0;
	padding: 0;
	font-size: 13px;
	border: 0;
}
#u_inhalt .block .linklist li:hover {
	background: #EEE;
}

#u_inhalt .block .linklist li a {
	font-weight: normal;
}

/* Title Pane */
.soria .dijitTitlePaneTitle {
	background: url(/anbieter/img/titlePane.png) repeat-x scroll left top;
}

.soria .dijitTitlePaneTitle-hover {
	background: #F9F9F9 url(/anbieter/img/titlePane-hover.png) repeat-x scroll center top;
}/**
	*		~ www.pferde.biz ~
	*		> Seitenlayout - white
	*		@author agentur@pferde.biz
	*		@date 24-02-2010
	*		@version 1.0
**/

div.schriftblock {
	margin: 3em 0 0 0;
	padding: 0;
}

#content.white a {
	margin: 0;
	padding: 1px 3px;
	font-weight: normal;
	text-decoration: underline;
}

#content.white a:hover {
	color: #5c7a14;
	background: #ebf8ca;
	text-decoration: none;
}
