	@import "basics.css";
	@import "navigation.css";
	@import "kopf.css";
/* Grundlegende Stilvorgaben */
body.screen {
	background-color: #fffff3;
}
body.print {
	margin: 1em;
}
/* Standardschriftart */
body, td {
	color: #000;
	font: 8pt Verdana, sans-serif;
	line-height: 135%;
}
#body_inside {
	border: 0px solid #CCC;
	color: #000;
	background-color: #FFF;
	padding:  0.7em 0.7em 0.7em 0.0em;
	width: 800px;
}
#body_inside.loggedin {
	background-color: #ECFFE9;
}
/* Top Extra Nav */
div#top_extra_nav {
	font-size: 10px;
	width: 790px;
	height: 16px;
	background-image: url(/img/luf_topnavi_bg.png);
	padding-right: 10px;
	margin-bottom: 1px;
}
div#top_extra_nav a {
	color: #004D17;
	height: 14px;
	background-image: url(/img/luf_topnavi_edge.png);
	background-repeat: no-repeat;
	display: block;
	float: left;
	padding: 1px 15px;
	text-decoration: none;
}
/* Kopfbereich */
#header {
	width: 100%;
	margin-top: 1em;
	border-spacing: 0;
	position: relative;
	border: 1px solid #eee;
}
#header_logo {
	width: 155px;
	text-align: center;
	vertical-align: middle;
}
#header_content {
	width: 80%;
	height: 77px;
	padding: 0.25em 0;
	background-image: url(kopf.jpg);
	background-repeat: no-repeat;
}
	/* Top-Links (oberer Headerbereich;
rechtsbuendig) */
#header ul#toplinks2 {
	list-style-type: none;
	padding: 0;
	margin: 0;
	font-size: 0.8em;
	float: right;
}
#header ul#toplinks2 li {
	display: inline;
	padding: 0 2em;
	border-left: 1px solid #000;
	margin: 0;
	text-indent: 0;
	font-weight: bold;
}
#header ul#toplinks2 a:link, #header ul#toplinks2 a:visited {
	text-decoration: none;
	color: #000;
}
/* Suchbox */
#suche {
	position: absolute;
	top: 25px;
	left: 300px;
}
#suche label {
	font-size: 0.8em;
	font-weight: bold;
}
#suche input {
	border: 1px solid #ffa70b;
}
#suchbutton {
	background-color: #ffc70b;
}

#kopfnav #detailsuchbutton {
	width: 100px;
}
/* Hauptbereich */
#main {
	width: 100%;
	margin-top: 20px;
	border-spacing: 0;
}
/* Inhaltsbereich - Uebersicht */
#content_inside {
	margin: 0 10px;
}
#content a:link, #content a:visited {
	color: #f9212e;
	text-decoration: none;
}
#content a:hover {
	text-decoration: underline;
}
#content a:link img, #content a:visited img {
	border-style: none;
}
/* Zusatzspalte */
#rechts {
	width: 20%;
}
#content h1 {
	font-size: 1em;
	clear: both;
}
#rechts h2 {
	background-color: #cdcdcd;
	color: #000;
	font-size: 1em;
	text-align: left;
	margin: 0;
	padding: 0.25em 0.5em;
	font-weight: bold;
}
#rechts div.box {
	border: 1px solid #cdcdcd;
	margin-bottom: 1em;
	padding: 0.4em;
}
#rechts a:link, #rechts a:visited {
	color: #000;
	text-decoration: none;
}
#rechts a:hover {
	text-decoration: underline;
}
/* Inhalt */
#content h1, #content h1 a:link, #content h1 a:visited {
	font-weight: bold;
	font-style: normal;
	padding: 3px 8px;
	margin: 0;
	background-color: #e85754;
	color: #fff;
}
#content .tarmstedt h1 {
	background-color: #2C64AE;
}
#content .premium h1 {
	background-color: #77A924;
}
#content .service h1 {
	background-color: #8D8888;
}
#content .pay h1 {
	background-color: #f58220;
}
#content .messe h1 {
	background-color: #2c64ae;
}
#content .default h1 {
	background-color: #CDCDCD;
	color: #000;
}
#content h2 {
	font-size: 1.25em;
	font-weight: bold;
	font-style: normal;
}
#editor_inhalt #vorspann {
	margin: 1em 0em;
	font-weight: bold;
}
#editor_inhalt .text_small a:link, #editor_inhalt .text_small a:visited {
	color: #000000;
}
#editor_inhalt .rubrik {
	float: left;
	color: #e85754;
	text-transform: uppercase;
	font-size: 0.9em;
	font-weight: bold;
	margin-top: 1em;
	letter-spacing: 0.05em;
}
.premium #editor_inhalt .rubrik, .premium #editor_inhalt .rubrik a:link, .premium #editor_inhalt .rubrik a:visited {
	color: #77A924;
}
.service #editor_inhalt .rubrik, .service #editor_inhalt .rubrik a:link, .service #editor_inhalt .rubrik a:visited {
	color: #8D8888;
}
.pay #editor_inhalt .rubrik, .pay #editor_inhalt .rubrik a:link, .pay #editor_inhalt .rubrik a:visited {
	color: #f58220;
}
.messe #editor_inhalt .rubrik, .messe #editor_inhalt .rubrik a:link, .messe #editor_inhalt .rubrik a:visited {
	color: #2c64ae;
}
#editor_inhalt .rubrik a:link, #editor_inhalt .rubrik a:visited {
	color: #E85754;
	text-decoration: none;
}
#editor_inhalt .datum {
	font-size: 0.8em;
	text-align: right;
	margin-top: 1em;
}
#editor_inhalt h2 {
	margin: 0.5em 0 0 0;
	padding-bottom: 0.5em;
	border-bottom: 1px dotted #000;
}
#artikeltext {
	font-size: 1.1em;
	line-height: 145%;
}
#editor_inhalt #bild {
	padding-top: 1em;
	float: right;
	margin: 0 0 4px 4px;
}
#editor_inhalt #bild .unterschrift {
	background-color: #ccc;
	padding: 2px 4px;
}
/* Die Leiste mit zurueck, nach oben usw. */
#leisteUnten table {
	width: 450px;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 2px;
}
#leisteUnten a:link, #leisteUnten a:visited {
	color: #000;
	text-decoration: none;
}
#leisteUnten a:hover {
	text-decoration: underline;
}
#leisteUnten td {
	border: 1px solid #e85754;
	border-collapse: collapse;
	background-color: #ffe1d3;
	text-align: center;
	vertical-align: middle;
}
.premium #leisteUnten td {
	border: 1px solid #38ae54;
	background-color: #d9eddb;
}
.service #leisteUnten td {
	border: 1px solid #8D8888;
	background-color: #F2F2F2;
}
.pay #leisteUnten td {
	border: 1px solid #f58220;
	background-color: #ffe8c2;
}
.messe #leisteUnten td {
	border: 1px solid #2c64ae;
	background-color: #d2dff1;
}

div#footer {
	width: 800px;
	padding-top: 15px;
	text-align: center;
	font-family: Tahoma;
	font-size: 11px;
}

div#footer a:link, div#footer a:visited{
	color: #000;
	text-decoration: none;
}

div#footer a:hover, div#footer a:active{
	color: #000;
	text-decoration: underline;
}

div#adbanner_oben {
	padding: 0.7em;
	margin-top: 5px;
	text-align: left;
	padding-bottom: 2px;
	width: 800px;
	text-align: center;
}
div#adbanner_unten, div#adbanner_links, div#adbanner_rechts, div#adbanner_mitte, div#adbanner_links_zwei {
	margin: 5px auto;
	text-align: center;
	padding-bottom: 2px;
}
div#adbanner_links, div#adbanner_rechts, div#adbanner_mitte, div#adbanner_links_zwei {
	background-color: #fff;
	border: 1px solid #ccc;
}
div.adbanner_label {
	font-size: 0.8em;
	text-align: right;
	background-color: #ccc;
	margin: 0 0 2px 0;
	padding: 2px;
}
#adbanner_oben div.adbanner_label, #adbanner_unten div.adbanner_label {
	display: none;
}
div#adbanner_oben {
	text-align: center;
}
div#adbanner_mitte {
	/*border: 1px solid #000;
*/
}
.adbanner_links_single {
	text-align: center;
	margin: 10px 0 10px 0;
}
/* Skyscraper Floater */
#floater {
	position: absolute;
	left: 820px;
	top: 85px;
	visibility: visible;
	width: 114px;
}
/* Faktenkasten */
div#infokasten {
	width: 100%;
}
div#infokasten_tabs {
	display: none;
}
div#infokasten_tabs ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
div#infokasten_tabs li {
	margin-right: 0px;
	padding: 0;
	display: block;
	float: left;
	padding: 4px 6px;
	border: 1px solid #8f8f8f;
	text-align: center;
	position: relative;
	top: 1px;
	background-color: #ededed;
}
div#infokasten_tabs li.selected {
	color: #fff;
	border-color: #ffc300;
	background-color: #ffc300;
	font-weight: bold;
}
div#infokasten_tabs a:link, div#infokasten_tabs a:visited {
	text-decoration: none;
	color: #000;
}
div.infokasten_page {
	clear: both;
	border: 1px solid #ffc300;
	padding: 5px;
	background-color: #ffffcd;
}
table#weitere_artikel {
	width: 100%;
}
table#weitere_artikel td {
	border-bottom: 1px dotted #000;
}
.bild_copyright {
	font-size: 10px;
	color: #8D8888;
	margin-right: 5px;
	display: block;
	text-align: right;
}
.bild_description {
	font-size: 11px;
	color: #000000;
	margin: 5px 5px 5px 5px;
	display: block;
}
#content .pferdelinks {
	height: 20px;
	padding-bottom: 8px;
	padding-left: 5px;
}
#content .pferderechts {
	height: 20px;
	padding-bottom: 8px;
	padding-left: 0px;
}
#content .pferdebutton {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #B00F4C;
}
#content .pferderubrik {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #990033;
	font-weight: bold;
	margin: 3px;
	padding-top: 5px;
	padding-right: 3px;
	padding-bottom: 8px;
	padding-left: 0px;
	clip: rect(auto,auto,auto,auto);
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top: 1px dotted #000;
}
#content .versetzt {
	position: relative;
	top: 3px;
}
#content .pferdeinput {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	height: 18px;
	border: 1px solid #929292;
	text-indent: 2px;
}
#content .pferdebuttongrau {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	background-color: #FFA900;
	width: 120px;
	height: 20px;
	margin-top: 4px;
	position: relative;
	top: 2px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #929292;
	border-right-color: #929292;
	border-bottom-color: #929292;
	border-left-color: #929292;
}
#content .pferderubrik-links {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #990033;
	font-weight: bold;
	margin: 3px;
	padding-top: 5px;
	padding-right: 3px;
	padding-bottom: 8px;
	padding-left: 5px;
	clip: rect(auto,auto,auto,auto);
	border-top: 1px dotted #000;
}
#content .breite-links {
	width: 230px;
}
/* Faktenkasten */
div#infokasten {
	margin-top: 10px;
	width: 100%;
}
div#infokasten_tabs {
	display: none;
}
div#infokasten_tabs ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
div#infokasten_tabs li {
	margin-right: 0px;
	padding: 0;
	display: block;
	float: left;
	padding: 4px 6px;
	border: 1px solid #8f8f8f;
	text-align: center;
	position: relative;
	top: 1px;
	background-color: #ededed;
}
div#infokasten_tabs li.selected {
	color: #fff;
	border-color: #ffc300;
	background-color: #ffc300;
	font-weight: bold;
}
div#infokasten_tabs a:link, div#infokasten_tabs a:visited {
	text-decoration: none;
	color: #000;
}
div.infokasten_page {
	clear: both;
	border: 1px solid #ffc300;
	padding: 5px;
	background-color: #ffffcd;
}
div#l_extra_style1 {
}
div#l_extra_style2 {
	width: 153px;
}
div#l_extra_style3 {
	width: 159px;
}
.terminTitel {
	position: relative;
	display: block;
	width: 344px;
	background-color: #E5E5E5;
	padding: 2px 2px 3px 110px;
	font-weight: bold;
	margin-top: 10px;
}
.terminDaten {
	position: relative;
	display: block;
	width: 344px;
	padding: 2px 2px 3px 110px;
	border-bottom: 2px solid #E5E5E5;
}
div.copyTeaser {
	position: relative;
	color: #000000;
	display: block;
	line-height: 14px;
	width: 450px;
	margin-bottom: 16px;
	margin-left: 10px;
	line-height: 14px;
	margin-top: 10px;
}
.form_lable {
	padding-bottom: 5px;
	display: block;
}
.form_form {
	display: block;
}
.pollButton {
	background-color: #DCFFD6;
	margin: 8px 0px 8px 8px;
	padding: 5px;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
}
#video {
	padding-left: 110px
}


#aktionBlank {
	position: absolute;
	width: 99px;
	z-index: 100;
	color: #ffffff;
	background-color: #77A924;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 6px;
	visibility: visible;
	top: 1px;
}
div.artikelservice {
	position: relative;
	display: block;
	height: 60px;
}
.artikelservice {
	position: relative;
	display: block;
	height: 60px;
	width: 460px;
}

#Layer1 {
  position:absolute; 
  width:100px; 
  height:43px; 
  z-index:1; 
  left: 350px; 
  top: 17px;
}

#Layer2 { 
  position:absolute;
  width:140px;
  height:21px;
  z-index:101;
  top: 21px;
}
#aktion1 {
	position: absolute;
	width: 100px;
	z-index: 100;
	color: #FFFFFF;
	background-color: #77A924;
	padding: 3px 0px 3px 6px;
	visibility: hidden;
	top: 1px;
}

#aktion2 {
	position: absolute;
	visibility: hidden;
	width: 100px;
	z-index: 100;
	color: #FFFFFF;
	background-color: #77A924;
	padding: 3px 0px 3px 6px;
	top: 1px;
}

#aktion4 {
	position: absolute;
	visibility: hidden;
	width: 100px;
	z-index: 100;
	color: #FFFFFF;
	background-color: #77A924;
	padding: 3px 0px 3px 6px;
	top: 1px;
}
	
		/* Galerie Teaser */
div.galerie_teaser {
	margin: 5px 0px;
	height: 169px;
	position: relative;
}

h2.galerie_teaser_header {
	font-weight: bold;
	font-size: 15px;
	color: #142401;
	position: absolute;
	margin: 0px;
	padding: 0px;
	top: 10px;
	left: 28px;
}

a.galerie_teaser_more:link,a.galerie_teaser_more:visited {
	position: absolute;
	top: 10px;
	right: 28px;
	padding-top: 2px;
	background-position: 0px 5px;
}

a.galerie_teaser_more:hover {
	background-position: 0px 5px;
}

div.galerie_teaser_bilder {
	position: absolute;
	top: 35px;
	left: 28px;
	height: 97px;
	/*width: 549px;*/
	width: 363px;
}

div.galerie_teaser_bilder img {
	margin-bottom: 3px;
	border: 1px solid #142401;
}

div.galerie_teaser_bilder a:link,div.galerie_teaser_bilder a:visited {
	width: 130px;
	height: 96px;
	float: left;
	display: block;
	margin: 0px 10px 0px 0px;
	font-weight: bold;
	color: #000;
}

a.galerie_teaser_pfeil_links:link,a.galerie_teaser_pfeil_links:visited {
	width: 13px;
	height: 9px;
	display: block;
	position: absolute;
	left: 6px;
	top: 75px;
	background: url(/images/blaetterpfeil_links_gruen.gif) no-repeat;
}

a.galerie_teaser_pfeil_links:hover {
	background: url(/images/blaetterpfeil_links_cyan.gif) no-repeat;
}

a.galerie_teaser_pfeil_rechts:link,a.galerie_teaser_pfeil_rechts:visited
	{
	width: 13px;
	height: 9px;
	display: block;
	position: absolute;
	right: 6px;
	top: 75px;
	background: url(/images/blaetterpfeil_rechts_gruen.gif) no-repeat;
}

a.galerie_teaser_pfeil_rechts:hover {
	background: url(/images/blaetterpfeil_rechts_cyan.gif) no-repeat;
}

h2.galerie_teaser_headline {
	font-size: 15px;
	font-weight: bold;
}

h2.galerie_teaser_headline a:link,h2.galerie_teaser_headline a:visited {
	color: #1b3001;
}

h2.galerie_teaser_headline a:hover {
	color: #00c6ff;
}

div.galerie_teaser_gross_bilder {
	margin: 5px 0px 5px 0px;
	width: 418px;
}

a.galerie_teaser_gross {
	display: block;
	float: left;
	background-color: #fff;
	width: 130px;
	height: 101px;
	margin: 0px 5px 5px 0px;
	padding: 1px;
}

a.galerie_teaser_gross img {
	border: 1px solid #1b3001;
	width: 130px;
	height: 96px;
}

div.galerie_teaser_gross_text {
	margin-left: 10px;
	padding-top: 1px;
}

#allGalerieRow a:hover {
	color: #00c6ff;
}

/* endof Galerie Teaser */
	
	div.galerieBild {
	position: relative;
	height: 120px;
	width: 134px;
	float: left;
	margin: 5px;
	padding: 0px;
}

div.artikel_hauptbild a.zoom,div.galerieBild a.zoom {
	display: block;
	position: absolute;
	right: 0px;
	bottom: 6px;
	width: 15px;
	height: 15px;
	z-index: 1000000;
	margin: 0px;
	padding: 0px;
}

div.artikel_hauptbild img.zoom,div.galerieBild img.zoom {
	border: none;
	border-top: 1px solid #1b3001;
	border-left: 1px solid #1b3001;
	z-index: 100000;
}
