html, body {  
	height: 100%;
	margin: 0;
	padding: 0;
}

/* bewirkt immer einen Scrollbalken */

html {
	margin-bottom: 1px;
}
body {
	background: #fffff5;
	color: #000;
	text-align: center;
}
#page, #wrapper  {
     	min-height: 100%;  	
}
/* hack for all IE, who don't understand min-height */

* html #page, * html #wrapper {
	height: 100%;
}

/*hack end*/

/*----------all relative elements-----*/

body, #page, #wrapper, #footer  {
	position: relative;
}

/*---------all absolute elements-----*/

#header, #topmenu, #startbild, #topmenuFolge, #folgeseitenbild, #parentnav {
	position: absolute;
}

/*---------all floated elements left-----*/



/*---------all floated elements right-----*/

#page {
	width: 908px; 
	margin: 0 auto;
	text-align: left; 
	background: #fffbda;
	background-image: url(/fileadmin/templates/img/verlaufHintergrund.gif);
	background-repeat: repeat-y;
}
#wrapper {
	width: 908px; 
	margin: 0 auto;
	text-align: left; 
}

/*-------content elements definition-------*/

#contentAll {
	width: 840px;
	padding: 380px 30px 30px 34px;
}
#contentWrap {
	width: 908px;
	padding-bottom: 14px;
}

#contentAllLeft {
	width: 170px;
	padding: 300px 50px 30px 16px;
	float: left;
}
#contentAllRight {
	width: 638px;
	padding: 322px 30px 30px 0px;
	float: right;
}
#contentleft {
	width: 280px;	
	float: left;
	padding-right: 65px;
}
#contentmiddle {
	width: 220px;	
	float: left;
	padding-right: 50px;
}
#contentright {
	width: 225px;
	float: right;
}
#contenttop {
	width: 638px;
	float: left;
}
#contentkalender {
	width: 846px;
	float: left;
	padding: 340px 30px 30px 30px;
}
#contentbottom {
	width: 638px;
	float: left;
}
#contentleftFolge {
	width: 170px;	
	float: left;
}
#contentmiddleFolge {
	width: 386px;	
	float: left;
	padding-right: 30px;
}
#contentrightFolge {
	width: 222px;
	float: right;
}
#contentWrapBahnen {
	width: 386px;	
	float: left;
	padding-right: 30px;
}
#contentleftBahnen {
	width: 185px;	
	float: left;
	padding-right: 10px;
}
#contentmiddleBahnen {
	width: 191px;
	float: right;
}
#header {
	height: 113px;
 	top: 0;
  	left: 4px;
	width: 900px;
	background: url(/fileadmin/templates/img/verlaufHeader.gif) repeat-x;
}
#logo {
	float: left;
	width: 486px;
}
#logo a img {
	border: none;
}
#startbild {
	height: 201px;
 	top: 113px;
  	left: 4px;
	width: 900px;
}
#folgeseitenbild {
	height: 159px;
 	top: 113px;
  	left: 4px;
	width: 900px;
}
#footer {
	bottom: 0;
	width: 840px;
	height: 13px;
	text-align: left;
	border-top: 4px solid #3a4301;
	padding-left: 30px;
	padding-right: 30px;
	margin: -17px auto 0 auto;
}
#adresse {
	padding-top: 2px;
	float: left;
	width: 456px;
	font-size: 80%;
}
#copyright {
	padding-top: 2px;
	float: right;
	width: 384px;
	font-size: 80%;
	text-align: right;
}
#copyright a {
	color: #b7bd89;
}

/*-------menu elements definition-------*/

#leftmenu {
	width: 170px;
	float: left;
	background: #bbbe80;
}
#leading {
	width: 170px;
	float: left;
}
#leading a img {
	border: none;
}
#leftmenu a {
	color: #2a3300;
	text-decoration: none; 
} 
#leftmenu .ACT a:hover, #leftmenu .CUR a:hover,
#leftmenu .ACT2 a:hover, #leftmenu .CUR2 a:hover {
  	color: #2a3300;
  	background-color: transparent;
}
#leftmenu .NO a:hover, #leftmenu .NO2 a:hover {
  	color: #fff;
  	background-color: #2a3300;
}
#leftmenu .ACT a, #leftmenu .CUR a {  
  	color: #2a3300;
  	font-weight: bold;
}
#leftmenu ul {
	list-style-type: none;
	padding: 12px 0 0px 0;
	margin: 0;
	overflow: hidden;
}
#leftmenu li {
	margin: 0;
	padding: 7px 0 0px 0;
}
#leftmenu li.NO2, #leftmenu li.ACT2, #leftmenu li.CUR2 {
	padding: 3px 0 0 0;
}
#stdmenu {
	float: right;
	padding: 90px 22px 10px 0;
	width: 384px;
	text-align: right;
}
#stdmenu li {
	display: inline;
	padding-right: 8px;
}
#stdmenu a {
	color: #000;
}
#stdmenu a:hover {
	color: #fff;
	background: #000;
}

#topmenu {
	top: 314px;
	width: 870px;	
	left: 4px;
	background-image: url(/fileadmin/templates/img/verlaufTopmenu.gif);
	background-repeat: repeat-x;
	height: 28px;
	padding-left: 30px;
}
#topmenu ul {
	margin: 0;
	padding: 12px 0 0 0;
}
#topmenu li {
	padding-top: 0;
}
#topmenu li.NO {
	display: inline;
	padding: 10px 10px 0px 10px;
	font-size: 100%;
	border-right: 1px solid #3a4301;
}
#topmenu li.ACT, #topmenu li.CUR {
	display: inline;
	padding: 10px 10px 0px 10px;
	font-size: 100%;
	border-right: 1px solid #3a4301;
	background-image: url(/fileadmin/templates/img/verlaufTopmenuACT.gif);
	background-repeat: repeat-x;
}
#topmenu li.NOstart, #topmenu li.ACTstart, #topmenu li.CURstart {
	display: inline;
	padding: 10px 10px 0px 10px;
	font-size: 100%;
	border-right: 1px solid #3a4301;
	border-left: 1px solid #3a4301;
}
#topmenu a {
	color: #fff;
}
#topmenu a:hover {
	color: #fff;
	background: transparent;
}
#topmenu li.ACT a, #topmenu li.CUR a {
	color: #3a4301;
}
#topmenu li.ACT a:hover, #topmenu li.CUR a:hover {
	color: #3a4301;
	background: transparent;
}
#topmenuFolge {
	top: 272px;
	width: 668px;	
	left: 4px;
	background-image: url(/fileadmin/templates/img/verlaufTopmenu.gif);
	background-repeat: repeat-x;
	height: 28px;
	padding-left: 232px;
}
#topmenuFolge ul {
	margin: 0;
	padding: 12px 0 0 0;
}
#topmenuFolge li {
	padding-top: 0;
}
#topmenuFolge li.NO {
	display: inline;
	padding: 10px 10px 0px 10px;
	font-size: 100%;
	border-right: 1px solid #3a4301;
}
#topmenuFolge li.ACT, #topmenuFolge li.CUR {
	display: inline;
	padding: 10px 10px 0px 10px;
	font-size: 100%;
	border-right: 1px solid #3a4301;
	background-image: url(/fileadmin/templates/img/verlaufTopmenuACT.gif);
	background-repeat: repeat-x;
}
#topmenuFolge li.NOstart, #topmenuFolge li.ACTstart, #topmenuFolge li.CURstart {
	display: inline;
	padding: 10px 10px 0px 10px;
	font-size: 100%;
	border-right: 1px solid #3a4301;
	border-left: 1px solid #3a4301;
}
#topmenuFolge a {
	color: #fff;
}
#topmenuFolge a:hover {
	color: #fff;
	background: transparent;
}
#topmenuFolge li.ACT a, #topmenuFolge li.CUR a {
	color: #3a4301;
}
#topmenuFolge li.ACT a:hover, #topmenuFolge li.CUR a:hover {
	color: #3a4301;
	background: transparent;
}
#parentnav {
	top: 272px;
	left: 16px;
	width: 170px;
	height: 28px;
	background-image: url(/fileadmin/templates/img/verlaufParentnav.gif);
	background-repeat: repeat-x;
	list-style-type: none;
}
#parentnav img {
	margin-left: 22px;
	margin-top: 11px;
}
#parentnav a:hover {
	background: transparent;
}

/* Platzbelegung CSS */

table.tx-gkmbreservation-pi1-table {
	padding: 0;
	margin: 0 0 10px 0;
	width: 100%;
	border: 1px solid #3a4301;
	border-collapse: collapse;
}
table.tx-gkmbreservation-pi1-table td {
	padding: 3px;
	vertical-align: top;
	font-size: 11px;
}
table.tx-gkmbreservation-pi1-table tr.evenRow td, 
table.tx-gkmbreservation-pi1-table tr.oddRow td  {
	background-color: #fff;
	padding-left: 10px;
	border: 1px dotted #3a4301;
}
table.tx-gkmbreservation-pi1-table tr.evenRow td.col-1,
table.tx-gkmbreservation-pi1-table tr.oddRow td.col-1 {
	background-color: #78842d;
	padding-left: 10px;
	border: 1px dotted #3a4301;
	background-image: none;
	font-weight: bold;
	color: #fff;
}
table.tx-gkmbreservation-pi1-table p {
	padding: 0px;
	margin: 0;
	line-height: 1.2em;
}
div.tx-gkmbreservation-pi1 h2, div.tx-gkmbreservation-pi1 h3 {
	font-size: 140%;
	color: #3a4301;
}
div.tx-gkmbreservation-pi1 h3 {
	font-size: 100%;
}
table.tx-gkmbreservation-pi1-table th, table.tx-gkmbreservation-pi1-table td.col-1 {
	background-color: #78842d;
	border-top: 1px solid #3a4301;
	border-bottom: 1px dotted #3a4301;
	border-left: 1px dotted #3a4301;
	height: 25px;
	vertical-align: middle;
	padding: 3px 3px 3px 10px;
	color: #fff;
	width: 16%;
}

/* Scorekarte CSS */

.gkmb_pscoreTable {
	border-spacing: 5px;
}
.gkmb_pscoreFooter {
	font-size: 9px;
	padding-top: 30px;
}
.gkmb_pscoreTeeSelectTee a:hover, .gkmb_pscoreTeeSelectLink a:hover, .gkmb_pscoreTeeSelectTeeSpacer a:hover {
	background-color: transparent;
	color: #bb1d03;
}
.gkmb_pscoreTeeSelect {
	border-top: 5px solid #FFFBDA;
}
.gkmb_pscoreTeeSelectCourseSpacer, .gkmb_pscoreTeeSelectButtonSpacer,
.gkmb_pscoreTeeSelectTeeSpacer, .gkmb_pscoreTeeSelectTeedataSpacer {
	border-top: 20px solid #FFFBDA;
}
.gkmb_pscoreRuler {
	background-color: #000000;
}
.gkmb_pscoreScHeaderRow, .gkmb_pscoreScOutRow, 
.gkmb_pscoreScInRow, .gkmb_pscoreScTotalRow {
	font-weight: bold;
}
.gkmb_pscoreTeeSelectButton a, .gkmb_pscoreTeeSelectLink a, .gkmb_pscoreTeeSelectTee a, 
.gkmb_pscorePlayhcap a, .gkmb_pscoreScCalcCell a, .gkmb_pscoreTeeSelectButtonSpacer a,
.gkmb_pscoreTeeSelectTeeSpacer a {
	font-size: 95%;
}
.gkmb_pscoreScTable td {
	vertical-align: middle;
}
.gkmb_pscoreTeeSelectTee, .gkmb_pscoreTeeSelectTeeSpacer {
	padding: 2px 5px;
}
.gkmb_pscoreTeeSelectCourse, .gkmb_pscoreTeeSelectCourseSpacer {
	font-weight: bold;
	color: #000;
	padding-right: 10px;
}
.gkmb_pscoreSelectMessage {
	padding-top: 5px;
}
.gkmb_pscoreTeeSelectButton, .gkmb_pscoreTeeSelectButtonSpacer {
	padding-right: 10px;
}
.gkmb_pscoreTeeSelectTee, .gkmb_pscoreTeeSelectTeeSpacer {
	border-right: 10px solid #FFFBDA;
}
/* Yahoo Weather CSS */

.tx-mvyahooweather-pi1 p font {
	font-size: 11px;
	text-align: center;
}
.my_yahoo_weather_title {
	background-color: #78842d;
	text-align: center;
}
.my_yahoo_weather_content {
	background-color: #fff;
	text-align: center;
}
.my_yahoo_weather_container {
	margin-bottom: 20px;
	margin-right: 20px;
	border: 1px solid #78842d;
}
.my_yahoo_weather_title p {
	margin: 5px 0;
}

/* Web.de Routenplaner CSS */

.routenplaner_start, .routenplaner_ziel {
	background-color: #fff;
	border: 1px solid #BCD3CE;
}
.routenplaner_button {
	padding-top: 15px;
}

/* goof_fotoboek CSS */

.tx-gooffotoboek-pi1 img {
	margin-right: 5px;
	margin-bottom: 5px;
}
.gfpb_landscape a:hover, .tx-gooffotoboek-pi1 a:hover {
	background: transparent;
}

/* tt_news CSS */

.news-latest-item, .news-latest-container {
	padding:0;
	padding-bottom: 10px;
	width: 220px;
	float: left;
}
.news-latest-title {
	width: 220px;
	float: left;
}
.news-latest-morelink a {
	font-size: 80%;
	color: #bb1d03;
}
.news-latest-morelink a:hover {
	background: transparent;
	color: #bb1d03;
}
.news-single-image {
	float: right;
	width: 204px;
}
.news-single-content {
	float: left;
	width: 404px;
}
.news-single-item {
	width: 638px;
}
.news-single-image img {
	border: 1px solid #3a4301;
}
.news-single-backlink {
	border-top: 1px solid #3a4301;
	padding:0;
	padding-top: 5px;
	margin-top: 15px;
}
.news-single-title {
	font-weight: bold;
	color: #3a4301;
	float: left;
	width: 638px;
	font-size: 16px;
	margin-bottom: 10px; 
}
.news-list-title {
	font-weight: bold;
	color: #3a4301;
	float: right;
	width: 405px;
}
.news-list-image {
	float: left;
	width: 120px;
}
.news-list-image img {
border: 1px solid #3a4301;
}
.news-list-subheader {
	float: right;
	width: 405px;
}
.news-list-subheader p {
	margin: 0;
}
.news-list-item {
	width: 545px;
	float: left;
	border-bottom: 1px solid #7a7a7a;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.news-list-title-intern {
	font-weight: bold;
	color: #3a4301;
	float: right;
	width: 386px;
}
.news-list-subheader-intern {
	float: right;
	width: 386px;
}
.news-list-subheader-intern p {
	margin: 0;
}
.news-list-item-intern {
	width: 386px;
	float: left;
	border-bottom: 1px solid #7a7a7a;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.news-list-browse {
	float: left;
	width: 545px;
}
/* Bahnseiten CSS */

.bahntabelle {
	border: 1px solid #3a4301;
	background: #fff;
}
.bahntabelle td {
	border: 1px solid #3a4301;
}

.textalign {
	text-align: center;
	color: #000;
	border: none;
}
.textalign td {
	border: none;
}

/* Print Layout CSS */

.printbacklink, .printmessage {
	padding-top: 20px;
}

/* css classes to deactivate floats */

.clearer {
	clear: both;
	display: block;
	height: 1px;
	margin-bottom: -1px;
	font-size: 1px;
	line-height: 1px;
}
.clearfix:after {
      content: ".";
      display: block;
      clear: both;
      height: 0;
      visibility: hidden;
}
.clearfix {
      display: block;
}
/* without IE Mac \*/
* html .clearfix {
      height: 1%;
}
.clearfix {
      display: block;
}
/* End without IE Mac */


/* Pflegeplan CSS */

.gkmb_pflegeplan_table {
background-color: #fffbda;
border-spacing: 3px;
}
.gkmb_pflegeplan_td_header {
background-color: #fffbda;
color: #000;
font-size:12px;
font-weight: bold;
padding: 2px 3px;
vertical-align: bottom;
}
.gkmb_pflegeplan_td_active {
background-color: #bb1d03;
padding: 2px 3px;
color: #fff;
}
.gkmb_pflegeplan_td {
	color: #78842d;
	font-size:12px;
	padding: 2px 3px;
}
.gkmb_pflegeplan_td_day{
background-color: #fff;
color: #fff;
border: 1px solid  #78842d;
}
.gkmb_pflegeplan_td_header_day, .gkmb_pflegeplan_td_area, .gkmb_pflegeplan_td_period, .gkmb_pflegeplan_td_height, .gkmb_pflegeplan_td_frequency {
background-color: #78842d;
color: #fff;
padding: 2px 3px;
vertical-align: middle;
}
.gkmb_pflegeplan_service a {
	color: #B7BD89;
	font-size: 9px;
	font-weight: normal;
}



/* JW Calendar General */

div.tx-jwcalendar-pi1{
	padding: 0;
	margin: 0;
}
div.tx-jwcalendar-pi1 a, div.tx-jwcalendar-pi1 table a {
	color: #bb1d03;
}
div.tx-jwcalendar-pi1 a:hover, div.tx-jwcalendar-pi1 table a:hover {
	background-color: transparent;
	color: #bb1d03;
}
div.jwcalendar_month, div.jwcalendar_week, div.tx-jwcalendar-pi1 div.jwcalendar_list {
	padding: 0;
	margin:0;
	border: none;
	background-color: #fffbda;
}
div.jwcalendar_month div.title, div.jwcalendar_week div.title, div.jwcalendar_list .title {
	font-size: 14px;
	color: #3a4301;
}
div.tx-jwcalendar-pi1 .tx_jw_input_button {
	background-color: #fff;
	color: #3a4301;
	border: 1px solid #78842d;
}
div.tx-jwcalendar-pi1 .tx_jw_select {
	border: 1px solid #78842d;
}

/* JW Calendar Month View */

div.jwcalendar_month table.days td.outside_weekend, 
div.jwcalendar_month table.days td.outside {
	border:1px dotted #78842d;
	background-color: #fff;
}
div.jwcalendar_month table.dayitem td.itemcat,
div.jwcalendar_month table.dayitem td.itemcat a{
	font-size:11px;
	color: #3a4301;
	font-weight: bold;
}
div.jwcalendar_month table.singleday td.dayitem a {
	font-size: 10px;
	color: #ffffff;
}
div.jwcalendar_month table.singleday td.dayitem a:hover {
	background-color: transparent;
	color: #fff;
}
div.jwcalendar_month table.months td.current_month { 
	background-color: #78842d;
	border-right: 1px solid #78842d;
	border-bottom: 1px solid #78842d;
	border-left: none;
	border-top: none;
}
div.jwcalendar_month table.months td.current_month a { 
	color: #ffffff;
}
div.jwcalendar_month table.months td.other_month a { 
	color: #3a4301;
}
div.jwcalendar_month table.months td.other_month, 
div.jwcalendar_month table.year td.last_year, 
div.jwcalendar_month table.year td.next_year {
	background-color: #fff;
	border: 1px #78842d dotted;
	color: #3a4301;
}
div.jwcalendar_month table.singleday {
	background: #F5F9E0;
	border: none;
}
div.jwcalendar_month table.days td {
	border: 1px dotted #78842d;
}
div.jwcalendar_month table.days td.dayname {
	background-color: #3a4301;
	border-top: 1px solid #78842d;
	border-bottom: 1px dotted #78842d;
	border-left: 1px dotted #78842d;
	height: 25px;
	vertical-align: middle;
	padding: 3px 3px 3px 10px;
	color: #ffffff;
}
div.jwcalendar_month table.days td.inside_weekend {
	background-color: #fff;
}
div.jwcalendar_month table.singleday td.dayitem, 
div.jwcalendar_month td.inside_weekend table.singleday td.dayitem {
	background-color: #78842d;
	color: #ffffff;
	border: 1px solid #78842d;
}
div.jwcalendar_month table.days,
div.jwcalendar_month table.days td.inside table.singleday {
	border: none;
}
div.jwcalendar_month table.days td.inside {
	background-color: #fff;
}
div.jwcalendar_month table.days td.today {
	border: 1px #78842d dotted;
}
div.jwcalendar_month table.dayitem td.item, 
div.jwcalendar_month table.dayitem td.item a,
div.jwcalendar_month table.dayitem td.itemcat {
	text-align: left;
	color: #3a4301;
}
div.jwcalendar_month table.dayitem td.itemcat {
	background-color: #fff;
	border: 1px solid #fff;
	padding: 5px;
	margin: 0;
}
div.jwcalendar_month table.dayitem td.itemcat a:hover {
	background-color: transparent;
	color: #3A4301;
}
div.jwcalendar_month table.year {
	margin-top: 15px;
}
div.jwcalendar_month .days_view table.days td.today {
	background-color: #fff;
}
html > body div.jwcalendar_month {
	padding: 0;
	margin:0;
	border: none;
	
}
div.jwcalendar_month .navi, div.jwcalendar_month table.navs, div.jwcalendar_month .days_view {
	margin: 0;
	padding: 0;
}
div.jwcalendar_month table.months {
	margin: 0;
	padding: 0;
	border-spacing: 10px;
}
div.jwcalendar_month table.days td.week {
	background-color: #f1c860;
	color: #fff;
}
div.jwcalendar_month table.days td.inside table.dayitem td.item a:hover,
div.jwcalendar_month div.days_view table.days td.today table.dayitem td.item a:hover,
div.jwcalendar_month div.days_view table.days td.inside_weekend table.dayitem td.item a:hover {
	background-color: transparent;
	color: #3a4301;
}
div.jwcalendar_month table.days td.inside table.dayitem td.item a,
div.jwcalendar_month div.days_view table.days td.today table.dayitem td.item a,
div.jwcalendar_month div.days_view table.days td.inside_weekend table.dayitem td.item a {
	color: #3a4301;
}
div.jwcalendar_month table.dayitem, div.jwcalendar_month table.dayitem a {
	border: none;
}


/* JW Calendar List View */

html > body div.jwcalendar_list {
	padding-left: 0;
	margin-left: 90px;
}
div.jwcalendar_list table.items td.item {  
	background-color: #fff;  
	width: 67%; 
	border: 1px dotted #78842d;  
	vertical-align: top;  
	padding: 5px;
	color: #3a4301;
}
div.jwcalendar_list table.items td.item a:hover {
	background-color: transparent;
	color: #bb1d03;
}
div.jwcalendar_list table.items td.item a {
	color: #bb1d03;
	font-weight: bold;
}
div.jwcalendar_list .itemslist {
	padding: 0;
	margin: 0;
	border: none;
}
div.jwcalendar_list table.items td.label {
	background: #78842d; 
	border:1px dotted #78842d;
	padding:5px;
	vertical-align: top;
	width:33%;
	color: #ffffff;
}
div.jwcalendar_list table.items {
	border-spacing: 0;
	border: 1px solid #78842d;
}
div.jwcalendar_list .title{
	font-weight: bold;
	padding: 0px 5px 8px 5px;
}
div.jwcalendar_list table.items td.catcolor {
	border: none;
}

/* JW Calendar Week View */

div.jwcalendar_week {
	color: #3a4301;
}
div.jwcalendar_week table.times td.time, 
div.jwcalendar_week table.days td.event {
	border: 1px solid #78842d;
	background-color: #78842d;
}
div.jwcalendar_week .days_view table.days table.day_events td.event a:hover {
	color: #3a4301;
	background-color: #78842d;
}
div.jwcalendar_week table.day_events {
	border: 1px solid #78842d;
}
div.jwcalendar_week .days_view table.days table.day_events td.event a {
	color: #3a4301;
}
div.jwcalendar_week table.times td.time {
	color: #fff;
	border-right: 2px solid #fff;
	font-weight: bold;
}
div.jwcalendar_week table.days td.dayname td.times,
div.jwcalendar_week div.days_view table.days {
	margin: 0;
	padding: 0;
	border: none;
}
div.jwcalendar_week table.days td.dayname {
	background-color: #78842d;
	color: #3a4301;
	border: 2px solid #fff;
	padding: 0 0 0 5px;
	text-align: left;
	font-weight: bold;
}
div.jwcalendar_week div.days_view {
	padding: 0;
	margin: 0;
	background-color: #fff;
	border: none;
}

/* JW Calendar Single View */

div.jwcalendar_single {
	background-color: #fffbda;
	border: none;
	margin: 0px;
	padding: 0;
}
div.jwcalendar_single div.submit input.tx_jw_input_button {
	background-color: #fff;
	border: 1px solid #78842d;
}
div.jwcalendar_single div.submit {
	background-color: #fffbda;
}
div.jwcalendar_single div.header div.headerie div.category, 
div.jwcalendar_single div.header div.headerie div.title {
	color: #ffffff;
	background-color: #78842d;
	font-size: 14px;
	border: none;
	margin: 0;
	padding: 6px 5px 6px 10px;
}
div.jwcalendar_single .catcolor {
	width: 0px;
}
div.jwcalendar_single div.content div.contentie,
div.jwcalendar_single div.org div.orgie {
	background-color: #fff;
	border: 1px dotted #78842d;
	margin: 0;
	padding: 0;
}
div.jwcalendar_single div.content div.contentie div.itemtext {
	margin: 6px 10px 6px 9px;
}
div.jwcalendar_single div.content div.contentie div.itemtext span.itemtitle p,
div.jwcalendar_single .itemtitle p:first-letter {
	font-size: 13px;
	color: #3a4301;
	font-weight: bold;
}
div.jwcalendar_single div.header div.headerie {
	border: none;
	border-right: 2px solid #78842d;
}
div.jwcalendar_single .teaser {
	font-size: 11px;
	color: #3a4301;
	font-weight: normal;
	font-style: normal;
}
div.jwcalendar_single div.org div.orgie div.item {
	font-size: 11px;
	color: #3a4301;
	font-weight: bold;
}
div.jwcalendar_single .item, div.jwcalendar_feEntry .item {
	color: #3a4301;
}
div.jwcalendar_single .item a:hover, div.jwcalendar_feEntry .item a:hover {
	color: #bb1d03;
	background-color: transparent;
}
div.jwcalendar_single .label, div.jwcalendar_feEntry .label, div.jwcalendar_feEntry .timelabel {
	color: #3a4301;
	text-align: left;
	float: left;
}
div.jwcalendar_single .desc {
	color: #3a4301;
}

/* JW Calendar Organiser & Location View */

div.jwcalendar_organizer .contentie, div.jwcalendar_organizer .headerie, 
div.jwcalendar_organizer .orgie, div.jwcalendar_location .contentie, 
div.jwcalendar_location .headerie, div.jwcalendar_location .orgie {
	border: 1px solid #78842d;
	background-color: #fff;
}
div.jwcalendar_organizer .contentie, div.jwcalendar_organizer .orgie {
	padding: 5px 10px;
}
div.jwcalendar_location .contentie, div.jwcalendar_location .orgie  {
	padding: 0;
}
div.jwcalendar_organizer .contentie a:hover, div.jwcalendar_organizer .headerie a:hover, 
div.jwcalendar_organizer .orgie a:hover, div.jwcalendar_location .contentie a:hover, 
div.jwcalendar_location .headerie a:hover, div.jwcalendar_location .orgie a:hover {
	color: #fff;
	background-color: #bb1d03;
}
div.jwcalendar_location div.back input.tx_jw_input_button,
div.jwcalendar_organizer div.back input.tx_jw_input_button {
	background-color: #fff;
	border: 1px solid #78842d;
}
div.jwcalendar_organizer .contentie, div.jwcalendar_location .contentie {
	background-color: #78842d;
}
div.jwcalendar_organizer .contentie .text {
	margin: 0;
}
div.jwcalendar_organizer .back, div.jwcalendar_location .back {
	text-align: center;
	padding-top: 10px;
	background-color: #fffbda;
	border: none;
}
div.jwcalendar_organizer .orgie .label, div.jwcalendar_organizer .label {
	font-weight: bold;
	padding: 3px 4px;
}
div.jwcalendar_organizer, div.jwcalendar_location {
	border: none;
	background-color: #fff;
	color: #3a4301;
	margin: 0;
	padding: 0;
}
div.jwcalendar_location .name, div.jwcalendar_organizer .name {
	font-size: 14px;
	color: #3a4301;
}

/* css Setup for gkmb_groups */

.gkmb_groupsModeselectorLinks, .gkmb_groupsModeselectorText, 
.gkmb_groupsFooter tr td {
	font-size: 10px;
}
table.gkmb_groupsStats {
	border: 1px solid #78842d;
}
table.gkmb_groupsPageHeader, table.gkmb_groupsStats {
	border-collapse: collapse;
}
.gkmb_groupsPageHeaderLabels, .gkmb_groupsHandicapStats td, 
.gkmb_groupsAgeStats td, .gkmb_groupsGroupStats td {
	background-color: #78842d;
	border-top: 1px solid #78842d;
	border-bottom: 1px dotted #78842d;
	border-left: 1px dotted #78842d;
	border-right: 1px dotted #78842d;
	height: 25px;
	vertical-align: middle;
	padding: 3px 3px 3px 10px;
	color: #fff;
	font-weight: bold;
}
.gkmb_groupsGroupLevel, .gkmb_groupsStatsHeaderText, 
.gkmb_groupsHeader tr td {
	font-weight: bold;
	line-height: 20px;
	font-size: 14px;
}
.gkmb_groupsRuler {
	background-color: #fffbda;
	border: 0px;
}
.gkmb_groupsRowclassEven td, .gkmb_groupsRowclassOdd td {
	border: 1px dotted #78842d;
	background-color: #fff;
	padding: 3px 3px 3px 10px; 
}
.gkmb_groupsStatsTableHeaderText {
	font-weight: bold;
	line-height: 20px;
	padding: 3px 3px 3px 10px; 
}
.gkmb_groupsHandicapStatsCount td, .gkmb_groupsHandicapStatsAvg td, 
.gkmb_groupsAgeStatsAge td, .gkmb_groupsGroupStatsGroup td {
	border: 1px dotted #78842d;
	padding: 3px 3px 3px 10px; 
}

/* gkmb_events styles */

div.tx-gkmbreservation-pi2-szodatum {
	color: #000;
	font-size: 80%;
}

div.tx-gkmbreservation-pi2-szotname {
	color: #000;
	font-size: 90%;
	font-weight: bold;
}

div.tx-gkmbreservation-pi2-szotart {
	color: #000;
	font-size: 90%;
}

div.tx-gkmbreservation-pi2-szoinfo {
	color: #000;
	font-size: 90%;
	font-weight: normal;
}

div.tx-gkmbreservation-pi2-szomeldung {
	color: #000;
	font-weight: normal;
	font-size: 90%;
}
div.tx-gkmbreservation-pi2-szomeldung strong {
	color: #000;
	font-weight: normal;
	font-size: 100%;
}
.tx-gkmbreservation-pi2-szolink a {
	color: #bb1d03;
	font-size: 90%;
}
.tx-gkmbreservation-pi2-szolink a {
	color: #bb1d03;
	background: transparent;
}

/* RTE styles */

.gruen222breit { 
	color: #fff;  
	width: 192px; 
	padding: 15px 15px 25px 15px;
	background: url(/fileadmin/templates/img/contentrightende.gif) bottom left no-repeat #78842d;
}	
.gruen222breit strong { color: #323a01; }
.gruen222breit a {
	font-weight: normal;
	color: #fff;
}
.gruen222breit a:hover {
	background-color: transparent;
	color: #fff;
}
.historie {
	color: #323a01;  
	width: 386px; 
	padding: 0px 0px 0px 12px;
	background: url(/fileadmin/templates/img/historieHG.gif) bottom left no-repeat #fffbda;
	font-weight: bold;
	margin-bottom: 5px;
}
.c2l1-left { 
	border-right: none;
	padding-right:25px;
}

.tx-felogin-pi1 {
	width: 156px;
	background: #BBBE80;
	padding: 7px;
}
.tx-felogin-pi1 legend {
	padding: 5px 0 2px 0;
	color: #fff;
	font-weight: bold;
}
.tx-felogin-pi1 h3 {
	color: #3a4301;
	font-size: 12px;
	margin: 0 0 5px 0;
}
.tx-felogin-pi1 fieldset {
	background: #BBBE80;
}
.tx-felogin-pi1 input {
	margin-bottom: 7px;
}
/* google Weather CSS */
.tx-pitgoogleforecast-pi1 {
	float: left;
	width: 222px;
}
.tx-pitgoogleforecast-pi1 .umbruch {
	float: left;
	width: 150px;
	margin-right:10px;
	margin-bottom:10px;
	border: 1px solid #78842D;
	background-color: #fff;
	height: 125px;
}
.forecast-info {
	float: right;
	width: 35px;
	height: 35px;
	border: 1px dotted #78842D;
	margin-top: 7px;
	margin-right: 7px;
	text-align: right;
	padding-top: 5px;
	padding-right: 10px;
	background: #fff;
}
.forecast-icon {
	float:left;
	border: 1px solid #78842D;
	margin-bottom: 8px;
	margin-top: 7px;
	margin-left: 7px;
}
.forecast-condition {
	float:left;
	width: 150px;
	padding: 0px 0 0 7px;
	text-align: left;
}
.forecast-wind {
	float: left;
	text-align: left;
	padding: 0px 0 3px 4px;
	width:150px;
}
.forecast-date {
	background-color: #78842D;
	color: #fff;
	text-align: center;
	width: 150px;
	height: 18px;
	padding: 3px 0 0 0;
	font-weight:bold;
}
.forecast-high, .forecast-low {
	color: #000;
	font-size: 110%;
}