@charset "utf-8";
/*äöüß*/
/* Styles für den Lindentaler - DRUCK */
body {
	font: 12px/1.4em Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #515050;
	margin: 0;
	padding: 0px;
	text-align: left;
	background: #fff url(none);
}
#inhaltRahmen {
	margin: 0px auto;
	width: 980px;
	padding: 0px;
	text-align: left;
	min-height: 500px;
	background: #fff;
}
/* Die StyleSheets für die Leiste mit dem Logo */		
#head {
	margin: 0px;
	padding: 5px 5px 5px 20px;
	background: #fff;
}
#content {
	float: left;
	width: 660px;
	margin: 0px;
	padding: 30px 100px 30px 30px;
}
/* Die StyleSheets für den Kasten mit dem Menu */		
#navMain {
	margin: 0px;
	padding: 0 0 0 10px;
	background:#ccc;
	height: 27px;
	border-top: 1px solid #999;
	border-right: 0px solid #999;
	border-bottom: 1px solid #999;
	border-left: 0px solid #999;
}
.menuItem {
	float:left;
	padding: 5px 10px;
	margin: 0;
	border: none;
	border-right: 1px solid #fff;
	height: 17px;
	background: transparent;
}
.menuItem:hover {
	background: #bbb;
}
.menuItemOut {
	float: right;
	padding: 5px 10px;
	margin: 0;
	height: 17px;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: 1px solid #fff;
}
#navMain ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#navMain a:link,
#navMain a:visited {
	color:#394d18;
	text-decoration: none;
}
#navMain a:hover,
#navMaina:active {
	color:#fff;
}
#navMain .nav_sek_aktiv:link,
#navMain .nav_sek_aktiv:visited {
	color:#fff;
}
#navLinks {
	float: left;
	width: 150px;
	padding: 37px 20px 20px;
	margin: 0px;
	font-size: 0.95em;
}
#navLinks ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	border: none;
}
.nav {
	color: #666;
	padding: 0.5em 0px;
	line-height: normal;
	text-decoration: none;
	margin: 0;
}
li.nav {
	margin: 0;
	border-top: 1px solid #999;
	border-right: 0px solid #999;
	border-bottom: 0px solid #999;
	border-left: 0px solid #999;
	background: transparent;
}
li.nav:hover {
	background: #eee;
}
li.nav a:link,
li.nav a:visited {
	color: #999;
	display: block;
	margin: 0px;
	height: auto;
	width: 100%;
	padding: 0 3px;
}
li.nav a:hover,
li.nav a:active {
	color: #c60;
}
li.nav .nav_aktiv:link,
li.nav .nav_aktiv:visited {
	color: #000;
}
/* Anmelde Link Login Name und Link zum Admin Bereich */ 
.bem {
	font-size: 0.9em;
	font-style: italic;
}
#content ul li.nav_0 {
	font-size: 1.2em;
	margin: 1em 0px 0.25em;
	border-top: 1px solid #73A029;
	border-right: 1px none #999;
	border-bottom: 1px none #999;
	border-left: 1px none #999;
	padding: 1em 0px 0px;
}
#content ul li.nav_1 {
	font-size: 1em;
}
#content ul li.nav_2 {
	font-size: 0.9em;
}
/* Navigation Sektionen */ 
table {
	table-layout: auto;
}
#kasten_login {
	font-size: 0.9em;
	background-color: #eee;
	border: 1px solid #ddd;
	margin:2em 0px 0px;
	padding: 5px;
}
#kasten_login input {
	font: 1em Verdana, Arial, Helvetica, sans-serif;
	width: 125px;
	height: 20px;
	margin-bottom: 0.75em;
	padding: 1px 5px;
	background: #fff;
}
#kasten_login input:hover,
#kasten_login input:focus {
}
#kasten_login input[type=submit] {
	background-color:#9DD100;
	text-align:center;
	color:#fff;
	font: 1em Verdana, Arial, Helvetica, sans-serif;
	width: 100%;
	height: 2.5em;
	margin-bottom: 0.75em;
	padding: 1px 5px;
	-webkit-box-shadow: -1px -1px 4px rgba(0, 0, 0, 0.6) inset; /* webkit browser*/
	-moz-box-shadow: -1px -1px 4px rgba(0, 0, 0, 0.6) inset; /* firefox */
	box-shadow: -1px -1px 4px rgba(0, 0, 0, 0.6) inset;
}
#kasten_login input[type=submit]:hover,
#kasten_login input[type=submit]:active {
	color:#c60;
	-webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.6) inset; /* webkit browser*/
	-moz-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.6) inset; /* firefox */
	box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.6) inset;
	cursor: pointer;
}
.login_feld {
}
.fehler_text {
	color:#c60;
}
.fehler_textB {
	color:#c60;
	font-weight:bold;
}
/* Die Fette Überschrift in der Kopfbereich */
.fettoben {
	font-size: 21px;
	font-weight: bold;
	color: #FFFFFF;
}
/* Normaler Text im der Kopfbereich */
.textoben {
	color : #FFFFFF;
	font-size : 10px;
	text-align : left;
}
/*  Die Styles für die Eingabeformulare */
input,
select,
textarea {
	font: 1em/normal Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #000;
	border : 1px solid #ccc;
	padding: 1px 5px;
}
input:hover,
select:hover,
textarea:hover {
	border : 1px solid #76a32c;
}
input:focus,
select:focus,
textarea:focus {
	border : 1px solid #c60;
}
select {
	padding: 0;
}
input[type=submit],
input[type=button] {
	border : 1px solid #999;
	background-color:#ddd;
	text-align:center;
	color:#666;
	font: 1em Verdana, Arial, Helvetica, sans-serif;
	margin-bottom: 0.75em;
	padding: 1px 5px;
	-webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1); /* webkit browser*/
	-moz-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1); /* firefox */
	box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
}
input[type=submit]:hover,
input[type=submit]:active,
input[type=button]:hover,
input[type=button]:active {
	border : 1px solid #c60;
	background-color:#eee;
	color:#c60;
	cursor: pointer;
}
input[type=radio],
input[type=check] {
	border : none;
}
fieldset {
	border:1px solid #bbb;
	padding: 1em 1em 0.5em 1em;
	background: #efefef;
	margin: 1em 0 1.5em 0;
	-webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1); /* webkit browser*/
	-moz-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1); /* firefox */
	box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
	border-radius: 5px;
	-moz-border-radius: 5px;
}
legend {
	font-size: .8em;
	text-transform: uppercase;
	color: #999;
	margin: -1em 0 0 0;
}
label {
	clear: both;
	width: 120px;
	float: left;
	margin: 0px 0px 1em;
}
.inpAnm {
	width: 300px;
	margin: 0px 0px .5em;
	float: left;
}
.floatL {
	float: left;
}
.floatR {
	float: right;
}
h1,
h2,
h3,
h4,
h5 {
	color: #507013;
	line-height: normal;
}
h1 {
	font-size: 2em;
	font-weight: normal;
	margin: 0px 0px 1em 0;
	padding: 0px;
}
.h1_rot {
	font-size: 2em;
	font-weight: normal;
	color: #f00;
	margin: 0px 0px 1em 0;
	padding: 0px;
}
h2 {
	font-size: 1.8em;
	font-weight: normal;
	margin: 1em 0px 1em 0;
	padding: 0px;
}
.h2_rot {
	font-size: 1.8em;
	font-weight: normal;
	color: #f00;
	margin: 1em 0px 1em 0;
	padding: 0px;
}
h3 {
	font-size: 1.6em;
	font-weight: normal;
	margin: 1em 0px 0.5em 0;
	padding: 0px;
}
.h3_rot {
	font-size: 1.6em;
	font-weight: normal;
	color: #f00;
	margin: 1em 0px 0.5em 0;
	padding: 0px;
}
h4 {
	font-size: 1.4em;
	font-weight: normal;
	margin: 0.75em 0 0.5em 0;
	padding: 0px;
}
.h4_rot {
	font-size: 1.4em;
	font-weight: normal;
	color: #f00;
	margin: 0.75em 0 0.5em 0;
	padding: 0px;
}
h5 {
	font-size: 1.2em;
	font-weight: normal;
	margin: 0.75em 0 0.5em 0;
	padding: 0px;
}
.h5_rot {
	font-size: 1.2em;
	font-weight: normal;
	color: #f00;
	margin: 0.75em 0 0.5em 0;
	padding: 0px;
}
div.container {
	width: 120px;
	height: 80px;
}
#lay_regel { /* Der Layer für die Regeln beim anmelden */
	position: fixed;
	overflow: auto;
	border: 1px;
	left: 50px;
	top:50px;
	width:700px;
	height:450px;
	z-index:10;
	padding: 30px;
	margin: 0px;
	visibility: hidden;
	border: 1px solid #999;
	background: #fff;
	font-size: 0.9em;
	line-height: normal;
	-webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.3); /* webkit browser*/
	-moz-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.3); /* firefox */
	box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.3);
}
#div_aendern {
	top: 50px;
	position: fixed;
	width:700px;
	height:450px;
	z-index:1000;
	border: 1px solid #999;
	padding: 0px 30px;
	visibility: hidden;
	overflow: auto;
	background: #fff;
	left: 50px;
	-webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.3); /* webkit browser*/
	-moz-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.3); /* firefox */
	box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.3);
}
#div_neuanlage {
	top: 50px;
	position: fixed;
	width:700px;
	height:450px;
	z-index:1000;
	border: 1px solid #999;
	padding: 0px 30px;
	visibility: hidden;
	overflow: auto;
	background: #fff;
	left: 50px;
	-webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.3); /* webkit browser*/
	-moz-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.3); /* firefox */
	box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.3);
}
#ausgabe { /* die Empfängerauswahl bei Überweisungen */
	position: fixed;
	top: 400px;
	left: 500px;
	width: 500px;
	height: 300px;
	z-index: 1000;
	background-color: #fff;
	border: 1px solid #999;
	padding: 10px;
	margin: 0;
	visibility: hidden;
	overflow: auto;
	-webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.3); /* webkit browser*/
	-moz-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.3); /* firefox */
	box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.3);
}
.clearboth {
	clear: both;
}
#kasten_login p {
	margin: 0px;
	padding: 0px;
}
p {
	padding: 0px;
	margin: 0em 0em 0.5em 0;
}
a:link,
a:visited {
	color: #73a029;
	text-decoration: none;
}
a:hover,
a:active {
	color: #c60;
	text-decoration: none;
}
#oben {
	font-size: 0.1em;
	line-height: 0.1em;
	height: 0px;
	width: 0px;
}
.locator {
	font-size: 0.8em;
	border: 1px solid #ddd;
	clear: both;
	margin: 0px;
	padding: 0px 20px;
	overflow: auto;
	background: #eee;
	height: 18px;
}
.locPath {
	float: left;
	display: inline;
}
.locPath a:link,
.locPath a:visited {
	margin: 0 10px 0 0;
	color: #999;
}
.locPath a:hover,
.locPath a:active {
	color: #c60;
}
.locSubmenu {
	text-align: right;
	float: right;
	display: inline;
}
.locSubmenu a:link,
.locSubmenu a:visited {
	margin: 0px 10px;
	color: #999;
}
.locSubmenu a:hover,
.locSubmenu a:active {
	color: #c60;
}
.hauptLink {
	font-size: 1.6em;
	height: 40px;
	width: 360px;
	text-align: left;
	background: #eee;
	padding: 20px;
	-webkit-box-shadow: -1px -1px 4px rgba(0, 0, 0, 0.3) inset; /* webkit browser*/
	-moz-box-shadow: -1px -1px 4px rgba(0, 0, 0, 0.3) inset; /* firefox */
	box-shadow: -1px -1px 4px rgba(0, 0, 0, 0.3) inset;
	border-radius: 7px;
	-moz-border-radius: 7px;
}
.hauptLink a:link,
.hauptLink a:visited {
	background: #fff;
	padding: 10px;
	display: block;
	border-top: 1px solid #ccc;
	border-right: 1px solid #666;
	border-bottom: 1px solid #666;
	border-left: 1px solid #ccc;
	-webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.3); /* webkit browser*/
	-moz-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.3); /* firefox */
	box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.3);
	color: #394d18;
	border-radius: 5px;
	-moz-border-radius: 5px;
}
.hauptLink a:hover,
.hauptLink a:active {
	background: #fff;
	padding: 10px;
	display: block;
	border-top: 1px solid #666;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #666;
	-webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.3) inset; /* webkit browser*/
	-moz-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.3) inset; /* firefox */
	box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.3) inset;
	color: #76a32c;
}
#content ul {
	margin: 0.5em 0;
	padding: 0px 0px 0px 16px;
	list-style: circle url(images/bullet1.gif);
}
#content ul li {
	padding: 0px;
	margin: 0 0 0.25em 0px;
}
#content ol {
	margin: 0px;
	padding: 0px 0px 0px 20px;
}
#content ol li {
	padding: 0px;
	margin: 0.5em 0px;
}
#linkToTop {
	font-size: 0.8em;
	text-align: right;
	margin: 2em auto 0px;
	padding: 0.5em 0;
	border: none;
	border-top: 1px dotted #b9cf94;
}
.hauptLink a img {
	float: right;
	margin-top: -8px;
	border-style: none;
}
.loginName {
	font-size: 0.9em;
	padding: 0px;
	line-height: normal;
	color: #999;
	text-align: center;
}
.login_button {
	border : 1px solid #999;
	background-color:#ddd;
	text-align:center;
	color:#666;
	margin-bottom: 0.75em;
	padding: 5px;
	display: inline;
	-webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1); /* webkit browser*/
	-moz-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1); /* firefox */
	box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.login_button:hover {
	background-color: #eee;
	border: 1px solid #c60;
}
.login_button a:link,
.login_button a:visited {
	color: #666;
}
.login_button a:hover,
.login_button a:active {
	color: #c60;
}
.loginBtn {
	background-color: #ddd;
	border: 1px solid #999;
	text-align: center;
	width: 150px;
	-webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1); /* webkit browser*/
	-moz-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1); /* firefox */
	box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.loginBtn:hover {
	background-color: #eee;
	border: 1px solid #c60;
}
.loginBtn a:link,
.loginBtn a:visited {
	color: #666;
	display: block;
}
.loginBtn a:hover,
.loginBtn a:active {
	color: #c60;
}
.ktTab {
	font-size: 0.9em;
	border-top: 1px solid #999;
	border-right: 0px solid #999;
	border-bottom: 1px solid #999;
	border-left: 0px solid #999;
}
.ktTab td,
.ktTab th {
	padding: 3px;
}
.ktTab th {
	background: #ddd;
	font-weight: normal;
	color: #507013;
	border-top: 0px solid #999;
	border-right: 0px solid #999;
	border-bottom: 1px solid #999;
	border-left: 0px solid #999;
	padding: 0 3px;
}
.ktTab tr:hover {
	background: #fd9;
}
.ktTR0 {
	background: #eee;
}
.ktSum {
	font-size: 1.2em;
	color: #507013;
	border-top: 0px double #507013;
	border-right: 0px double #507013;
	border-bottom: 3px double #507013;
	border-left: 0px double #507013;
	font-weight: bold;
}
img {
	border-style: none;
}
.headAngebote {
	font-size: 1.2em;
	background: #8fb354;
	padding: 3px 1em;
	margin: 1em 0;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	border: 1px solid #999;
	color: #fff;
	-webkit-box-shadow:0px 1px 1px rgba(255,255,255,.75) inset, 1px 1px 3px rgba(0,0,0,.25);
	-moz-box-shadow:0px 1px 1px rgba(255,255,255,.75) inset, 1px 1px 3px rgba(0,0,0,.25);
	box-shadow:0px 1px 1px rgba(255,255,255,.75) inset, 1px 1px 3px rgba(0,0,0,.25);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.inpSuche {
	width: 300px;
}
.angHead {
	font-weight: bold;
	font-size: 1.1em;
	color: #507013;
	clear: both;
}
.angTxt {
	clear: both;
	margin: 1em 0;
	padding: 0.5em 0;
	border-top: 1px solid #ddd;
	border-right: 1px none #ddd;
	border-bottom: 1px solid #ddd;
	border-left: 1px none #ddd;
}
.angTbl {
	font-size: 0.85em;
	width: 100%;
	table-layout: fixed;
	line-height: normal;
	color: #777;
}
.angTbl p {
	margin: 0;
	padding: 0;
}
.angTbl td {
	width: 33%;
}
.txt09 {
	font-size: 0.9em;
}
.gross13 {
	font-size: 1.3em;
}
#noscript {
	color: #c60;
	background: #Fd9;
	border: 1px solid #c60;
	padding: 1em;
	margin: 1em 0;
}
hr {
	height: 1px;
	color: #7f997f;
	background-color: #7f997f;
	border: 0;
	margin: 1em 0;
}
hr.gruen {
	height: 1px;
	color: #7f997f;
	background-color: #7f997f;
	border: 0;
	margin: 1em 0;
}
.dynCalendar {
	font-size: 0.9em;
	background: #fff;
	z-index: 1000;
	-webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.3); /* webkit browser*/
	-moz-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.3); /* firefox */
	box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.3);
}
.dynCalTab {
	background: #ccc;
	border: 1px solid #999;
	padding: .25em;
}
.dynCalTab2 {
	background: #fff;
	border: 1px solid #999;
	border-width: 0 1px 1px 1px;
	padding: 0.25em;
	width: 100%;
}
.border999 {
	padding: 10px 5px 5px 5px;
	border: 1px solid #999;
	-webkit-box-shadow: -1px -1px 4px rgba(0, 0, 0, 0.6) inset; /* webkit browser*/
	-moz-box-shadow: -1px -1px 4px rgba(0, 0, 0, 0.6) inset; /* firefox */
	box-shadow: -1px -1px 4px rgba(0, 0, 0, 0.6) inset;
}
.infoTRrot {
	background: #fd9;
	padding: 5px;
}
.infoTRrot td {
	padding: 0 5px;
}
.infoTRrot:hover {
	cursor: pointer;
}
.infoTR {
	background: #eee;
	padding: 5px;
}
.infoTR:hover {
	background: #fd9;
	cursor: pointer;
}
.infoTR td {
	padding: 0 5px;
}
#content ul.siteMap {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
/*** Buttons Startseite ***/
#content ul.strtBtns {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#content ul.strtBtns li {
	list-style: none;
	margin: 0px 0px 1em;
}
.strtBtn {
	padding:0 0 0 100px;
	width: 300px;
	height:60px;
	display:block;
	position:relative;
	-webkit-box-shadow:0px 1px 1px rgba(255,255,255,.9) inset, 1px 1px 3px rgba(0,0,0,.5);
	-moz-box-shadow:0px 1px 1px rgba(255,255,255,.9) inset, 1px 1px 3px rgba(0,0,0,.5);
	box-shadow:0px 1px 1px rgba(255,255,255,.9) inset, 1px 1px 3px rgba(0,0,0,.5);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	overflow:hidden;
}
a.strtBtn:link, a.strtBtn:visited {
	color: #fff;
}
a.strtBtn:hover, a.strtBtn:active {
	color: #ff0;
}
.strtBtn:hover {
	-webkit-box-shadow:0px 1px 1px rgba(255,255,255,0.8) inset, 1px 1px 10px rgba(0,0,0,0.5);
	-moz-box-shadow:0px 1px 1px rgba(255,255,255,0.8) inset, 1px 1px 10px rgba(0,0,0,0.5);
	box-shadow:0px 1px 1px rgba(255,255,255,0.8) inset, 1px 1px 10px rgba(0,0,0,0.5);
}
.strtBtn:hover img {
	opacity:0;
}
.strtBtn:hover .strtRubr {
	opacity:1;
}
.strtBtn img {
	position:absolute;
	left:10px;
	top:5px;
	border:none;
}
.strtBtn .strtRubr { /* price */
	position:absolute;
	font-size: 5em;
	top: 15px;
	left: 20px;
	color:#fff;
	text-shadow:0px -1px 2px #333;
	opacity:0;
}
.strtLindGlatt { /*beginner */
	border:1px solid #507013;
	background:#73a029;
}
.strtLindGlatt .strtText {
	text-shadow:0px -1px 2px #333;
}
.strtGrau { /* grau */
	border:1px solid #999;
	background:#ccc;
}
.strtGrau .strtText {
	text-shadow:0px -1px 1px #333;
}
.strtLindVerl { /* lindgruen */
	border:1px solid #73a029;
	background:#73a029;
}
.strtLindVerl .strtText {
	text-shadow:0px -1px 2px #333;
}
.strtText { /* description */
	padding-top: 7px;
	display:block;
	font-size:1em;
	line-height: normal;
}
.strtText strong {
	display:block;
	font-size: 2em;
	font-weight: normal;
}
