/*Farben:
orange #FEBF00
sand #FFDB90
grün:rgb(0, 204, 51);
*/

* {
	margin: 0;
}

td,body {
	font-family:'Arial',sans-serif;
	border-color: black;
	color:black;
	font-weight:normal;
	font-size:12px;
}

body{
	background-color:#FFDB90;
	border:0px;
	padding:0px;
	
	background-image:url("bgpage.gif");
	background-repeat:repeat-y;
	background-position:center top;
}

a	{
	color:#993300;
	border:0px none;
}
	a:hover {
		color:#692300;
	}
	a img {	
		border:0px none;
	}

th {
	text-align:left;
	font-size:12px;
}

ul,ol {
	list-style-type:square;
}

/*Seiten-Bereiche */
html, body {
	height: 100%;
}

div#wrapper {
	width:970px;
	margin:0 auto -140px;
	border:0px none;
	border-right:1px solid #000;
	border-left:1px solid #000;	
	min-height: 100%;
	height: auto !important;
	height: 100%;
	background-color:#F8F0CD;
}

div#head {
	width: 970px;
	background-color:#FEBF00;
	height:119px;
}

	div#head div.banner_468 {
		position:relative;
		margin-left:495px;
		width:468px;
		border:2px solid #000;
		margin-top:-116px;
	}
	div#head a#title {
		position:absolute;
		margin:-53px 0 0 20px;
		width:215px;
		height:85px; 
		display:block;
	}
	div#head h1 {
		visibility:hidden;
		font-size:12px;
	} 


div#head_data {
	width: 970px;
	background-color:#FFDB90;
}
div#head_data.head_data_open,
div#head_data div.guest {
	border-top:1px solid #9B6B3D;
}
	div#head_data .pulldown {
		padding:3px 5px;
		border:1px solid #000;
		width:16px;
		position:absolute;
		margin:0px 0 0 943px;
		background-color:#F8F0CD;
		left:auto;
	}

div#main_content {
	width: 940px;
	padding:15px;
	padding-top:0px;
	background-color:#F8F0CD;
}
	div#main_content p,
	div#main_content {
		line-height:20px;
	}
	#main-content ul {
		margin:12px 0;
	}


div.push {
	height:140px;
}

div#footer {
	width: 970px;
	height:140px;
	margin:0 auto;
	border:0px none;
	background-image:url("../WRFooter.png");
	background-repeat:no-repeat;
	background-position:bottom left;
}
	div#footer span.copyright {
		display:block;
		margin-left:310px;
		padding-top:80px;
		width: 370px;
		text-align:center;
	}
	div#footer span.menu {
		display:block;
		padding-top:5px;
		margin-left:300px;
		width: 390px;
		text-align:center;
	}
	div#footer span.menu ul {
		margin-left:0px;
		padding-left:0px;
	}
	div#footer span.menu ul li {
		float:left;
		padding-left:10px;
		display:block;
	}

/* Navigation */
div#navigation {
	width:970px;
	height:22px;
	background-image:url("navi_bg.gif");
	background-repeat:repeat-x;
	background-position:bottom left;
	border-bottom:1px solid #000;
	border-top:1px solid #9B6B3D;/*000*/
	padding-top:3px;
}

	div#navigation ul {
		margin-left:5px;
		padding-left:5px;
	}
	div#navigation ul li {
		display:inline;
		float:left;
		padding-right:20px;
		padding-bottom:3px;
	}

	div#navigation a {
		text-decoration:none;
		color:#3F240A;
		border-bottom:1px dotted #9B6C3E;
		display:block;
		float:left;
	}
		div#navigation a:hover,
		div#navigation a.active{
			text-decoration:none;
			color:#000;
			border-bottom:1px solid #7A4F26;
		}
		div#navigation a.active{
			font-weight:bold;
		}

/* Zweit-Navigation */
div#zweitnavigation {
	max-width:970px;
	padding-right:20px;
	min-height:22px;
	background-image:url("input_bg.gif");
	background-repeat:repeat-x;
	background-position:bottom left;
	border-bottom:1px solid #9B6B3D;
	padding-bottom:5px;
	background-color:#FFDB90;
}
	div#zweitnavigation ul li {
		padding-top:5px;
		display:inline;
		float:left;
		padding-right:15px;
	}
	div#zweitnavigation a {
		text-decoration:none;
		color:#3F240A;
		border-bottom:1px dotted #9B6C3E;
	}
		div#zweitnavigation a:hover,
		div#zweitnavigation a.active{
			text-decoration:none;
			color:#000;
			border-bottom:1px solid #7A4F26;
		}
		div#zweitnavigation a.active{
			font-weight:bold;
		}

/*Kopfbereich*/
div#head_data div#horses {
	width: 655px;
	float:left;
	min-height:100px;
	position:absolute;
}

div#head_data div#user_info {
	width: 314px;
	float:right;
	min-height:100px;
}

	div#head_data div.guest#horses {
		width: 600px;
		overflow:hidden;
	}
	div#head_data div.guest#user_info {
		width: 369px;
	}

/*Styling Seite*/
h2 {
	font-family:'Arial Narrow','Arial',sans-serif;
	font-size:26px;
	line-height:110%;
	margin-bottom:5px;
	padding-top:15px;
}
	.text_start h2 {
		padding-top:0px;
	}

h3 {
	font-size:16px;
	margin:23px 0px 3px 0px;
}
	div#user_info h3 {
		margin-top:0px;
	}
h4 {
	margin:3px 0px;
	font-size:1.0em;
}
	#horse_races_list h4 {
		margin:0px 0px;
	}

p {
	margin-bottom:8px;
}


em {
	font-weight:bold;
	font-style:normal;
}

iframe {
	border:0px none;
}

div.text_block {
	margin-bottom:20px;
}

div.text_image,
div.text_image_odd,
div.text_image_even
{
	border:1px solid black;
	float:left;
	margin-right:10px;
	margin-bottom:10px;
	margin-left:0px;
	margin-top:0px;
}	
	div.text_image img,
	div.text_image_odd img,
	div.text_image_even img
	{
		padding:0px;
	}
	div.text_image_odd {
		float:right;
		margin-right:0px;
		margin-left:10px;
	}
	div.text_image_even {
		float:left;
		margin-right:10px;
		margin-left:0px;
	}



/* Zweispaltiges Layout */
body.two_rows div#main_content div#left_spalte {
	width:610px;
	float:left;
}
body.two_rows div#right_spalte,
body.two_rows div#help_spalte {
	width:300px;
	float:right;
	margin-top:0px;
}


/*Boxen rechts (wenn zweispaltig) */
.news_block,
.fohlen_block,
#mitglieder_online {
	border:1px solid #7C5630;
	margin-bottom:10px;
}
	#mitglieder_online li {
		float:left;
		padding-right:15px;
	}
	#mitglieder_online ul.startloggedin {
		overflow:auto;
		max-height:100px;
		padding-left:18px;
	}
	/*#mitglieder_online li .userPanelName {
		display:block;
	}*/
	div#right_spalte .fohlen_block div.geschlecht {
		float:right;
		padding:5px;
		width:20px;
	}
	#mitglieder_online div {
		margin-bottom:7px;
	}
	div#left_spalte #mitglieder_online h3,
	div#left_spalte .news_block h3	{
		margin-top:0px;
	}
	.news_block .news_date {
		display:inline;
		font-weight:normal;
		font-size:10px;
	}
	.news_block h3,
	.fohlen_block h3,
	#mitglieder_online h3 {
		font-size:12px;
		margin-bottom:0px;
		background-image:url("navi_bg.gif");
		background-repeat:repeat-x;
		padding:5px;
		background-position:bottom left;
		background-position:bottom left;
		background-color:#FFDB90;
		padding-left:5px !important;
	}

	div.news_block p,
	.fohlen_block p {
		padding:3px;
		margin:0;
	}


/* Header-Bereich */
#user_info {
	border-left:1px solid #7C5630;
}
	#user_info #info_guest,
	#user_info #thats_you {
		padding:3px;
		border-bottom:1px solid #000;/*7C5630*/
		background-image:url("navi_bg.gif");
		background-repeat:repeat-x;
		background-position:bottom left;
	}
	#user_info #user_logout a {
		color:#333;
		font-size:0.8em;
	}
	#user_info form {
		padding:3px;
	}
	#user_info h3 {
		font-size:12px;
	}
	#user_info #user_konto,
	#user_info #user_pns {
		margin:5px;
	}

	/*User: PNs*/
	table.user_pns {
		border-collapse:collapse;
		border:1px solid #9B6B3D;
	}
		table.user_pns th {
			padding:2px 4px;
			font-weight:normal;
		}
			table.user_pns th.pn_typ {
				text-align:right;
			}

		table.user_pns td {
			padding:2px;
		}
		table.user_pns th, 
		table.user_pns td {
			border-top:1px dotted #9B6B3D;
		}

	table.user_pns_mod td, table.user_pns_mod th {
		font-size:8px;
		line-height:11px;
		height:11px;
	}
	div.user_pns_mod {
		margin-bottom:0px;
		/*height:50px;*/
		overflow:auto;
		max-width:200px;
	}

/*Meldungen*/
div.meldung {
	border:1px solid #9B6C3E;
	padding:7px;
	background-color:#FFDB90;
	background-image:url("input_bg.gif");
	background-repeat:repeat-x;
	background-position:bottom left;
}
	div.meldung img.info_img {
		vertical-align: top; 
		padding-right: 5px;
		padding-top:1px;
		padding-left:2px;
	}


a.pwvergessen {
	font-size:0.8em;
}

/* Formular-Elemente */
input,select,textarea {
	font-size:12px;
	padding:2px;
	border:1px solid #7C5630;
	margin:1px;
	background-color:#FFDB90;
	background-image:url("input_bg.gif");
	background-repeat:repeat-x;
	background-position:bottom left;
}

input,button {
  width: auto;
  overflow: visible;
}

/*Login-Formular*/
form.loginform label {
	width:100px;
	display:block;
	float:left;
	padding-top:3px;
}

form.loginform a {
	width:100px;
	display:block;
	float:left;
}

/*Pferdefotos*/
div.horse_foto {
	margin-left:-1px;
	font-size:90%;
	text-align:right;
	margin-top:10px;
}

div.foto_field {
	width:322px;
	padding:0px;
	text-align:center;
	border:1px solid #9B6B3D;
}

div.horse_foto_info {
	width:320px;
	padding:0px 1px;
	border:1px solid #9B6B3D;
	border-top:0px none;
}

img.horsephoto {
	padding:1px;
	background-color:#FFF;
}

/*Infopanel*/
span.userPanelMitglied,
span.userPanelGast, 
span.userPanelNoUser, 
span.userPanelModerator, 
span.userPanelAdmin  {
	line-height:1.5em;
	font-size:0.8em;
}
	span.userPanelName {
		font-size:1.2em;
		padding: 0px 2px;
	}
	span.userPanelId  {
		padding: 0px 5px;
	}
		/*span.userPanelId:before  {
			content:"(ID: ";
		} 
		span.userPanelId:after  { 
			content:")";
		}*/
	span.userPanelMail { 
		margin-top:1px;
	}

span.horsePanelLebt, 
span.horsePanelTot,
span.horsePanelExtern,
span.horsePanelUnbekannt{
	line-height:1.5em;
	font-size:0.8em;
}
	span.horsePanelName {
		font-size:1.2em;
		padding: 0px 2px;
	}
	span.horsePanelId  {
		padding: 0px 5px;
	/*	vertical-align:bottom;*/
	}
		span.horsePanelId:before  {
			content:"(ID: ";
		} 
		span.horsePanelId:after  { 
			content:")";
		}

/*Tabellen ganz allgemein*/
#main_content table {
	margin:10px 0;
}

	#main_content table td {
		vertical-align:top;
	}

th.verticaltable {
	text-align:right;
}

/*Verkaufs-Tabellen*/
table.handel,
table.styled {
	text-align:left;
	border-collapse:collapse;
}
	table.handel tr td,
	table.styled tr td {
		padding:10px 5px 7px;
		border-right:1px dashed #9B6B3D;
		border-left:1px dashed #9B6B3D;
		border-bottom:1px solid #000;
	}
	table.handel tr th ,
	table.styled tr th {
		padding:5px;
		border-bottom:1px solid #000;
		border-top:1px solid #9B6B3D;
	}

	table.styled tr,
	table.handel tr,
	#ajax_table tbody tr {
		border-left:1px solid #000;
		border-right:1px solid #000;
		background: url(bg_tabelle.jpg) repeat-x bottom;
	}	
		table.handel tbody tr:hover,
		table.styled tbody tr:hover,
		table#ajax_table tbody tr:hover{
			background-color:#FFDB90;
			background-image:none;
		}
		table.styled thead tr {
			background-color:#FFDB90;
			background-image:url(navi_bg.gif);
			background-position:right bottom;
			background-repeat:repeat-x;
			border-top:1px solid #9B6B3D;
		}

	table.handel td.handel_preis {
		width:60px;
		text-align:right;
	}
	table.handel td.handel_objekte {
		width:180px;
	}
	table.handel td.handel_besitzer {
		width:150px;
	}
	table.handel td.handel_gebot {
		width:150px;
	}
	table.handel td.handel_ueberboten {
		width:8px;
	}



/* Randspalten-Div's */
div#help_spalte div,
div#right_spalte div{
	border:1px solid #000;
	margin-bottom:10px;
	width:301px;
}
	div#help_spalte div div,
	div#right_spalte div div {
		border:0px none;
	}
	div#help_spalte div h2,
	div#right_spalte div h2{
		font-size:16px;
		margin-bottom:0px;
		background-image:url("navi_bg.gif");
		background-repeat:repeat-x;
		background-position:bottom left;
		border-bottom:1px solid #7C5630;
		padding:5px;
		background-color:#FFDB90;
	}
	div#help_spalte div h3,
	div#right_spalte div h3{
		font-size:12px;
		margin-top:0px;
		margin-bottom:0px;
		background-image:url("navi_bg.gif");
		background-repeat:repeat-x;
		background-position:bottom left;
		border-bottom:1px solid #7C5630;
		padding:5px;
		background-color:#FFDB90;
	}
	div#help_spalte div p,
	div#right_spalte div p {
		padding:5px;
	}
	div#help_spalte div ul,
	div#right_spalte div ul {
		padding:5px;
		padding-left:20px;
	}
		div#help_spalte div ul li {
			list-style-position:outside;
			list-style-type:square;
		}
	div#news .news_block_all {
		padding:3px;
		padding-bottom:0px;
	}


/*Zusammenfaltbare Blöcke*/
.collapsible {
	padding-left:20px;
	background-image: url("desc.gif");
	background-repeat:repeat-x;
	background-position:bottom right;
	margin-top:20px;
}
h2.collapsible,
h3.collapsible {
	min-height:20px;
}

div.collapsible_block {
	/*Inhalt*/
}


/*Steckbriefe*/
table.steckbrief {
	border-collapse:collapse;
	margin:5px 0px !important;
	width:300px;
	border:1px solid #9B6B3D;
}

table.steckbrief th,table.steckbrief td {
	border-top:1px dotted #9B6B3D;
}
	table.steckbrief td {
		padding:3px;
		padding-top:7px;
		width:160px;
	}
	table.steckbrief th {
		text-align:right;
		width:120px;
		padding:3px;
		vertical-align:bottom;
	}

	table.steckbrief ul {
		list-style:none outside;
		margin:0px;
		padding:0px;
	}

table.horse_abstammung {
	border-collapse:collapse;
	border:1px solid #9B6B3D;
	width:300px;
}
	table.horse_abstammung th,
	table.horse_abstammung td {
		min-width:120px;
		padding:3px;
		border:1px dotted #9B6B3D;
	}

div.steckbrief_block {
	margin-right:19px;
	float:left;
}
	div.steckbrief_block div.horse_steckbrief_box{
		width:279px;
		padding:3px 1px 1px 3px;
		border:1px solid #9B6B3D;
		background-color:#f7fce7;
		margin:5px 0px 0px 0px;
	}
	div.steckbrief_block div.steckbrief_warning {
		background-image:url("../icon/exclamation_ecke2.png");
		background-position:left top;
		background-repeat:no-repeat;
	}
	div.steckbrief_block div.warning {
		float:left;
	}
	div.steckbrief_block div.info {
	}
	div.steckbrief_block a.option {
		display:block;
		float:right;
		margin:2px;
		margin-bottom:1px;
		text-decoration:none;
		padding-left:14px;
		background-image:url("../icon/cog_12.png");
		background-position:left center;
		background-repeat:no-repeat;
	}
	div.pills {
		float:left;
		padding:5px;
		padding-left:0px;
		width:20px;
		text-align:left;
	}
	div.pills_fortschritt {
		background-image:url("../icon/pill_green.png");
		background-position:left center;
		background-repeat:no-repeat;
		display:inline;
		padding-left:9px;
		opacity:0.8;
	}

div.steckbrief_block_3 {
	margin-right:0px !important;
}
	div.steckbrief_block_3 .steckbrief {
		max-width:285px;
	}
	div.steckbrief_block h3 {
		margin-top:20px;
	}


div.steckbrief_header {
	width:900px;
}
	div.steckbrief_header h2 {
		padding:10px 0 10px 10px;
	}
	div.steckbrief_header h2,
	div.steckbrief_header div.links {
		min-width:270px;
		max-width:600px;
		margin-bottom:0px;
	}
	div.steckbrief_header div.links {
		border-bottom:1px solid #9B6B3D;
		border-right:1px solid #9B6B3D;
		border-top:1px solid #9B6B3D;
		height:18px;
		margin-left:-15px;
		padding:5px 0 5px 21px;
		background-color:#F7FCE7;
		width:293px;
	}

	a.horse_internlink {
		padding-top:0px;
		margin-bottom:10px;
		text-decoration:none;
	}
		a.horse_internlink:hover {
			text-decoration:underline;
		}
	div.steckbrief_header div.links div.active {
		font-weight:bold;
	}
	div.steckbrief_header div.links div {
		background-position:left center;
		background-repeat:no-repeat;
		height:18px;
		padding-left:20px;
		float:left;
		width:70px;
	}
		div#horse_internlink_daten {
			background-image:url("../icon/daten.png");
		}
		div#horse_internlink_koennen {
			background-image:url("../icon/koennen.png");
		}
		div#horse_internlink_training {
			background-image:url("../icon/training.png");
		}


div.horse_steckbrief_photo div.steckbrief_block {
	margin-right:7px;
}
div.horse_steckbrief_photo div.steckbrief_block_2 table {
	width:324px;
}

div.horse_steckbrief_all h2 {
	height:25px;
}

div.horse_steckbrief_all table.steckbrief.horse_turnierdata {
	width:302px;
	max-width:302px;
}



ul.steckbrief_jobliste,
ul.steckbrief_pferdeliste {
	margin-left:0px;
	margin-top:5px;
	padding-left:0px;
	list-style:inside;
	overflow:auto;
	display:block;
	border-top:1px dotted #9B6B3D;
}
	ul.steckbrief_jobliste {
		width:300px;
	}
	ul.steckbrief_pferdeliste {
		width:300px;
		height:320px;
	}

p.mitglied_steckbrief {
	width:300px;
	margin:0px;
	font-size:95%;
}


ul.steckbrief_jobliste li,
ul.steckbrief_pferdeliste li {
	padding:5px;
	border:1px dotted #9B6B3D;
	border-top:0px none;
}

table.training_log {
	border-collapse:collapse;
}
	table.training_log td {
		border:1px solid #9B6B3D;
		padding:3px;
	}
	table.training_log th {
		border:1px dotted #9B6B3D;
		padding:5px;
		text-align:left;
	}

table.collapsitable_top {
	margin-bottom:0px !important;
}
table.collapsitable_bottom {
	margin-top:0px !important;
}


/* Jobs */
ul.job_liste {
	padding-left:0px;
	margin-bottom:30px;
}
	ul.job_liste li {
		width:200px;
		float:left;
		display:block;
	}



/*Balkengrafiken*/
table.Balkengrafik {
	border:0px none;
	border-collapse:collapse;
	margin:2px !important;
	margin-right:0px !important;
}
	table.Balkengrafik td {
		border:1px solid black;
		font-size:9px;
		line-height:11px;
		height:11px;
		text-align:right;
		padding-right:2px;
	}
	table.Balkengrafik tr.names td {
		border:0px none;
	}




/*PanelUser*/
div.fullPanelUser {
}
	div.fullPanelUser div.status {
		display:block;
		width:150px;
	}
	div.fullPanelUser_Administratorin,
	div.fullPanelUser_Moderatorin,
	div.fullPanelUser_Sonderaccount{
		color:#167c00;
		font-weight:bold;
	}
	div.fullPanelUser div.user_wrData {
		width:140px;
		float:left;
	}
	div.fullPanelUser div.user_userData {
		width:140px;
		float:right;
	}

div.fullPanelHorse div.horse_wrData {
	width:100px;
	float:left;
}
div.fullPanelHorse div.horse_extraData {
	width:180px;
	float:right;
}

/*Blättern-Funktion*/
ul.scroll_navigation {
	margin:5px;
}
	ul.scroll_navigation ul {
		list-style-type:none;
	}
	ul.scroll_navigation li {
		list-style-type:none;
		float:left;
		margin-right:5px;
	}
		ul.scroll_navigation li a {
			background-color:#FFDB90;
			font-weight:bold;
		}
		ul.scroll_navigation li a,
		ul.scroll_navigation li.points,
		ul.scroll_navigation li.self {
			display:block;
			padding:8px;
			border:1px solid #9B6B3D;
			text-decoration:none;
		}

/*Ajax-Suchen*/
table#ajax_table {
	border:1px solid #000;
	border-collapse:collapse;
}
	table#ajax_table td {
		border:1px solid #9B6B3D;
		padding:3px;
	}


/*Anmeldehinweis*/
div.anmeldeHinweis {
	width:400px;
	border:1px solid #000;
	padding:5px;
}
div.anmeldeHinweis a#anmeldestern {
	float:right;
	position:relative;
	margin:0px;
}


input.user_selector {
	background-image:url("../icon/user.png");
	background-position:right;
	background-repeat:no-repeat;
}


div.training_full_icontext,
div.training_full_iconbig {
	font-family:'Eras Medium ITC','Arial',sans-serif;
	font-size:16px;
	width:130px;
	float:left;
	margin-bottom:10px;
}

div.training_full_text {
	margin-bottom:10px;
}
div.training_full_text h3 {
	margin-top:0px;
}

p.training_typinfo {
	margin:10px;
	padding:5px;
	border:1px solid #9B6B3D;
}


/*Anmeldestern*/
a#anmeldestern {
	background-image:url(anmelden_test.png);
	height:46px;
	background-position:left bottom;
	margin-left:445px;
	margin-top:-75px;
	position:absolute;
	width:155px;
	z-index:100;
}
	a#anmeldestern span {
		display:none;
	}
	a#anmeldestern:hover {
		background-position:top left;
	}

div#gratisstern {
	position:absolute;
	margin-left:13px;
	margin-top:-148px;
	z-index:100;
}


/*Shop-Button*/
a#shop_link {
	background-image:url(Shop.png);
	background-position:left bottom;
	width:192px;
	height:155px;
	z-index:100;
	display:block;
}
	a#shop_link span {
		display:none;
	}
	a#shop_link:hover {
		background-position:bottom right;
	}

a#shop_link_ext {
	background-image:url(Shop_link.png);
	background-position:left bottom;
	width:192px;
	height:155px;
	z-index:100;
	display:block;
}
	a#shop_link_ext span {
		display:none;
	}
	a#shop_link_ext:hover {
		background-position:bottom right;
	}



/* -------------------------------------------------------------------------- */

/* tables */

#horses table.tablesorter {
	font-size: 10px;
	width: 100%;
	text-align: left;
	border-collapse:collapse;
}
#horses table.tablesorter td,
#horses table.tablesorter td span {
	font-size: 10px;
}
#horses table.tablesorter thead tr th, table.tablesorter tfoot tr th {
	border-bottom: 1px solid #000;
	font-size: 8pt;
	padding: 4px;
}
table.tablesorter thead th {
	background-image:url("navi_bg.gif");
	background-color:#FFDB90;
	background-repeat:repeat-x;
	background-position:bottom right;
	font-weight:normal;
}
table.tablesorter thead th.header{
	background-image:url("bg.gif");
	cursor: pointer;
}
#horses table.tablesorter tbody td {
	padding: 4px;
	border-top:1px solid #9B6B3D;
	border-right:1px solid #9B6B3D;
	vertical-align:middle;
}

table.tablesorter thead tr .headerSortUp {
	background-image: url("asc.gif");
	background-repeat:repeat-x;
	background-position:bottom right;
}
table.tablesorter thead tr .headerSortDown {
	background-image: url("desc.gif");
	background-repeat:repeat-x;
	background-position:bottom right;
}
table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
}

/*Höhen*/
div#horses {
	height:100px;
	overflow:auto;
}

span.tablehorses_showmore {
	border-left: 1px solid #000;
	padding:0 5px 0 3px;
	display:block;
	float:right;
}

h2.tablesorter {
	display:none;
}




/*Pokalschrank*/
.Pokalschrank {
	width:300px;
	height:150px;
	border:1px solid #9B6B3D;
	margin:5px 0;
}
	.Pokalschrank ul {
		margin:0px;
		padding:0px 13px;
		list-style:none;
		list-style-type:none;
	}
	.Pokalschrank li {
		float:left;
		height:140px;
		width:136px;
		text-align:center;
		display:block;
		border:dotted #9B6B3D;
		border-width:0px 1px;
		margin-left:-1px;
		padding-top:10px;
	}
	.Pokalschrank .text {
		position:absolute;
		margin-top:-10px;
		width:139px;
		text-align:center;
	}
		.Pokalschrank .text .titel {
			display:block;
		}
		.Pokalschrank .text .platz {
			display:block;
			width:60px;
			float:left;
		}
		.Pokalschrank .text .datum {
			display:block;
			width:78px;
			float:right;
		}
	.Pokalschrank a.vor,
	.Pokalschrank a.zurueck {
		display:block;
		height:70px;
		margin-top:35px;
		position:absolute;
		width:12px;
		background-position:left center;
		background-repeat:no-repeat;
	}
	.Pokalschrank a.vor {
		margin-left:287px;
		background-image:url("/icon/resultset_next.png");
	}
	.Pokalschrank a.zurueck {
		margin-left:-1px;
		background-image:url("/icon/resultset_previous.png");
	}

		.Pokalschrank a.vor span,
		.Pokalschrank a.zurueck span {
			display:block;
			height:0;
			font-size:5px;
		}

.Fotoschrank {
	width:820px;
	height:620px;
	border:1px solid #9B6B3D;
	margin:5px 0;
}
	.Fotoschrank ul {
		margin:0px;
		padding:0px 13px;
		list-style:none;
		list-style-type:none;
	}
	.Fotoschrank li {
		float:left;
		height:300px;
		width:260px;
		text-align:left;
		display:block;
		border:dotted #9B6B3D;
		border-width:0px 1px 1px 1px;
		margin-left:-1px;
		padding-top:10px;
	}
		.Fotoschrank div.foto_field {
			width:250px;
			border:0px none;
			padding:0px;
		}
	.Fotoschrank .foto_info {
		font-size:85%;
	}

	.Fotoschrank a.vor,
	.Fotoschrank a.zurueck {
		display:block;
		height:70px;
		margin-top:235px;
		position:absolute;
		width:12px;
		background-position:left center;
		background-repeat:no-repeat;
	}
	.Fotoschrank a.vor {
		margin-left:807px;
		background-image:url("/icon/resultset_next.png");
	}
	.Fotoschrank a.zurueck {
		margin-left:-1px;
		background-image:url("/icon/resultset_previous.png");
	}

		.Fotoschrank a.vor span,
		.Fotoschrank a.zurueck span {
			display:block;
			height:0;
			font-size:5px;
		}


#shop {
	float:right;
}

body.index #left_spalte #mitglieder_online {
	width:400px;
}

.Pokalschrank .info_text {
	margin-top:60px;
	text-align:center;
	width:100%;
}

.ajax_loading_box {
	width: 945px; 
	height: 500px; 
	position: absolute; 
	margin-top: -50px; 
	background-image: url(/images/suchhintergrund.png); 
	margin-left: -1px;
}
	.ajax_loading_box img {
		margin: 40px auto;
	}





body.small {
}
	body.small label{
		display:block;
	}
	body.small input[type=submit] {
		padding:5px;
		margin-top:10px;
	}


img.koennensbalken {
	border:1px solid #000000;
}
.koennen_desc {
	display:block;
	width:302px;
	font-size:0.8em;
	text-align:right;
}

div.koennensbalken.koennen_scala {
	width:302px;
	height:40px;
}

div.koennensbalken .koennen_desc {
	text-align:left;
}

div.koennensbalken.koennen_scala .koennensbalken_skala {
	position:absolute;
	margin-top:11px;
	width:302px;
	height:24px;
	display:none;
}
	div.koennensbalken.koennen_scala .koennensbalken_skala.skala_dressur,
	div.koennensbalken.koennen_scala .koennensbalken_skala.skala_springen {
		background-image:url('/style/skala_dressur.png');
	}
	div.koennensbalken.koennen_scala .koennensbalken_skala.skala_barock {
		background-image:url('/style/skala_barock.png');
	}
	div.koennensbalken.koennen_scala .koennensbalken_skala.skala_trennen {
		background-image:url('/style/skala_trennen.png');
	}
	div.koennensbalken.koennen_scala .koennensbalken_skala.skala_frennen {
		background-image:url('/style/skala_frennen.png');
	}
	div.koennensbalken.koennen_scala .koennensbalken_skala.skala_hrennen {
		background-image:url('/style/skala_hrennen.png');
	}
	div.koennensbalken.koennen_scala .koennensbalken_skala.skala_fahren {
		background-image:url('/style/skala_fahren.png');
	}
	div.koennensbalken.koennen_scala .koennensbalken_skala.skala_military {
		background-image:url('/style/skala_military.png');
	}
	div.koennensbalken.koennen_scala .koennensbalken_skala.skala_distanz {
		background-image:url('/style/skala_distanz.png');
	}
	div.koennensbalken.koennen_scala .koennensbalken_skala.skala_toelt {
		background-image:url('/style/skala_toelt.png');
	}
	div.koennensbalken.koennen_scala .koennensbalken_skala.skala_pass {
		background-image:url('/style/skala_pass.png');
	}
div.koennensbalken.koennen_scala:hover .koennensbalken_skala {
	display:block;
}