html, body {  
	height: 100%;
}

/* bewirkt immer einen Scrollbalken */

html {
	margin-bottom: 1px; 
}
body {
	background: #bdbdbd;
	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, #main, #bgimage, #claim{
	position: absolute;
}

/*---------all floated elements left-----*/



/*---------all floated elements right-----*/

#page {
	width: 981px; 
	margin: 10px auto 0px auto;
	text-align: left; 
	background-image:url(/fileadmin/templates/img/bgContentAll.gif);
	background-repeat: repeat-y;
	border-top: 7px solid #a2062d;
}
#wrapper {
	width: 981px; 
	margin: 0px auto 0px auto;
	text-align: left; 
}

/*-------content elements definition-------*/

#contentAll {
	width: 660px;
	padding: 323px 0 70px 0px;
	background-color: #f3f3f6;
	margin: 0 130px 0 191px;
}

#contentleft {
	width: 360px;	
	float: left;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 30px;

}
#contentmiddle {
	width: 620px;	
	float: left;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 20px;
}
#contentright {
	width: 240px;
	float: right;
	z-index:20;
	padding-right:20px;
	padding-bottom: 30px;
}
#contenttop {
	width: 638px;
	float: left;
}

#contentleftHalb {
	width: 300px;	
	float: left;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 20px;
	padding-bottom: 30px;
}
#contentrightHalb {
	width: 300px;
	float: right;
	z-index:20;
	padding-top: 20px;
	padding-right:20px;
	padding-bottom: 30px;
}
#contenttopVoll {
	width: 830px;
	float: left;
}

#contentbottom {
	width: 638px;
	float: left;
}
#contentborder {
width:335px;
}
#contentborder .csc-textpic-text p{
font-size:80%;
color: #3A4301;
background-color: #ffffcd;
padding-top:40px;
}
*+html #contentborder .csc-textpic-text p{
font-size:80%;
color: #3A4301;
background-color: #ffffcd;
padding-top:35px;
}
#contentleftFolge {
	width: 429px;	
	float: left;
}
#contentmiddleFolge {
	width: 386px;	
	float: left;
	padding-right: 30px;
}
#contentrightFolge {
	width: 200px;
	float: right;
}
#contentleftFolge2 {
	width: 310px;	
	float: left;
}
#contentrightFolge2 {
	width: 310px;
	float: right;
}

#header {
	height: 158px;
 	top: 0px;
 	background: #f3f3f6;
  	left: 191px;
	width: 660px;
	z-index:10;
	border-bottom: 1px solid #fff;
}
#logo {
	float: left;
	width: 400px;

}
#logo a img {
	border: none;
}

#main {
float:right;
top:159px;
width: 851px;
height: 158px;
border-right: 0px solid #f3f3f6;
}
#footer {
	bottom:0;
	width: 769px;
	height: 20px;
	background-color: #a2062d;
	margin: 0 auto;
	text-align: left;
	color: #fff;
	font-family: arial;
	font-size: 9px;
	padding-left: 212px;
	padding-top: 8px;
border-bottom: 45px solid #bdbdbd;
	margin: -73px auto 0 auto;
}

* html #footer {
	padding-bottom:60px;
}
#claim {
width:380px;
height: 158px;
padding-left: 19px;
color: #fff;
float:left;
border-left: 1px solid #f3f3f6;
left:191px;
z-index: 50;
}

#startbild {
width:259px;
height: 158px;
margin-right:1px;
float:right;
background-image:url(/fileadmin/templates/img/mainBG.jpg);
background-repeat: repeat-x;
}
#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 {
list-style-type: none;
	width: 181px;
	text-align:right;
	margin-right: 10px;
	float:left;
	font-size:13px;
	margin-top:0px;
	font-family:arial;
}

#leftmenu a {
	color: #a2062d;
	text-decoration: none; 
	font-family:arial;
	width: 191px;
	list-style-type: none;
	padding: 0px 0 3px 0;
} 
#leftmenu .ACT a:hover, #leftmenu .CUR a:hover,
#leftmenu .ACT2 a:hover, #leftmenu .CUR2 a:hover {
  	color: #242527;
  	list-style-type: none;
  	background-color: #fffffe;
}
#leftmenu .NO a:hover {
list-style-type: none;
  	color: #242527;
  	background-color: #fffffe;
}
#leftmenu .ACT a {  
list-style-type: none;
  	color: #242527;
  	font-weight: normal;
  	padding: 0px 0 0px 0;
  	font-size:13px;
	margin: 0px;
}
#leftmenu .CUR a {  
list-style-type: none;
  	color: #242527;
  	font-weight: bold;
  	padding: 0px 0 0px 0;
  	font-size:13px;
	margin: 0px;
}
#leftmenu ul {
	list-style-type: none;
	padding: 0px 0 0px 0;
	margin: 0;
	overflow: hidden;
}
#leftmenu li {
list-style-type: none;
	margin: 0;
	padding: 0px 0 4px 0;
	font-size:13px;
}

#leftmenu .leftmenu2 {
list-style-type: none;
	margin: 0px 0 0px 0;
}
*+html #leftmenu .leftmenu2 {
list-style-type: none;
	margin: -3px 0 4px 0;
}
* html #leftmenu .leftmenu2 {
list-style-type: none;
	margin: -3px 0 4px 0;
}
#leftmenu li.NO2, #leftmenu li.ACT2, #leftmenu li.CUR2 {
	padding: 0px 0 0px 0;
	margin: 0px 0 0px 0;
	font-size:12px;
	color: #242527;
	list-style-type: none;
}
#leftmenu li.NO2 a {
list-style-type: none;
	color: #242527;
	font-weight:normal;
	font-size:12px;
}
#leftmenu li.ACT2 a {
list-style-type: none;
	color: #242527;
	font-weight:normal;
	font-size:12px;
}
#leftmenu li.CUR2 a {
list-style-type: none;
	color: #242527;
	font-weight:bold;
	font-size:12px;
}
#leftmenu .NO2 a:hover {
list-style-type: none;
  	color: #a2062d;
  	background-color: #fffffe;
}

#stdmenu {
	float: right;
	padding: 2px 20px 0px 0px;
	width: 225px;
	background: #f3f3f6;
	text-align: right;
}
#stdmenu ul {
	display: inline;
border-left: 1px solid #3a3a3a;
padding:0;
}
#stdmenu li {
	display: inline;
	padding-right: 10px;
	padding-left: 10px;
	font-size:11px;
	font-weight: normal;
	border-right: 1px solid #3a3a3a;
}
#stdmenu a {
	color: #3a3a3a;
}
#stdmenu a:hover {
	color: #a2062d;
	background: #f3f3f6;
}

#topmenu {
	top: 263px;
	width: 463px;	
	left: 515px;
	height: 25px;
	padding-top: 0px;
}
#topmenu ul {
	margin: 0;
	padding: 4px 0 0 0;
	color: #a2062d;

}
#topmenu li {
	padding-top: 0;
}
#topmenu li.NO {
	display: inline;
	padding: 0px 7px 0px 7px;
	font-size: 12px;
}

#topmenu li.ACT, #topmenu li.CUR {
background-image:url(/fileadmin/templates/img/navACT.jpg);
background-repeat:repeat-x;
height:23px;
display:inline;
font-size:12px;
padding:10px 6px 0;
}
#topmenu li.NOstart, #topmenu li.ACTstart, #topmenu li.CURstart {
	display: inline;
	padding: 10px 6px 0px 0px;
	font-size: 12px;
}
#topmenu a {
	color: #a2062d;;
}
#topmenu a:hover {
	color: #11421e;
	background: transparent;
}
#topmenu li.ACT a, #topmenu li.CUR a {
	color: #11421e;
}
#topmenu li.ACT a:hover, #topmenu li.CUR a:hover {
	color: #11421e;
	background: transparent;
}
#topmenuFolge {
	top: 263px;
	width: 463px;	
	left: 515px;
	height: 25px;
	padding-top: 0px;
}
#topmenuFolge ul {
	margin: 0;
	padding: 4px 0 0 0;
	color: #a2062d;
	height: 25px;
	background-image: url(/fileadmin/templates/img/navTopUl.jpg);
	background-repeat: repeat-x;
}
#topmenuFolge li {
	padding-top: 0;

}
#topmenuFolge li.NO {
	display: block;
	padding: 0px 7px 1px 7px;
	font-size: 12px;
	float:left;
}

#topmenuFolge li.NOstart {
height:20px;
display: inline;
	padding: 0px 6px 0px 0px;
	font-size:12px;
	float:left;
}
#topmenuFolge li.ACTstart, #topmenuFolge li.CURstart {
background-image:url(/fileadmin/templates/img/navACT.jpg);
background-repeat:repeat-x;
height:20px;
display: inline;
	padding: 0px 5px 0px 0px;
	font-size:12px;
	float:left;
	border-right: 1px solid #ffffcd;
}
#topmenuFolge li.ACT, #topmenuFolge li.CUR {
background-image:url(/fileadmin/templates/img/navACT.jpg);
background-repeat:repeat-x;
height:20px;
display:block;
font-size:12px;
	padding: 0px 6px 0px 6px;
float:left;
border-right: 1px solid #ffffcd;
border-left: 1px solid #ffffcd;
}
#topmenuFolge a {
	color: #a2062d;
}
#topmenuFolge a:hover {
	color: #11421e;
	background: transparent;
}
#topmenuFolge li.ACT a, #topmenuFolge li.CUR a {
	color: #11421e;
	background-image: url(fileadmin/templates/img/navACT.jpg);
	background-repeat: repeat-x;
height:20px;
}
#topmenuFolge li.ACT a:hover, #topmenuFolge li.CUR a:hover {
	color: #11421e;
	background: transparent;
	
}
#parentnav {

	top: 320px;
	left: 100px;
	width: 158px;
	height: 23px;
	color: #11421e;
	list-style-type: none;
	font-size: 18px;
}
#parentnav a {
	color: #11421e;
		font-size: 18px;
}
#parentnav ul{
	list-style-type: none;
}

#parentnav a:hover {
	background: transparent;
}

/* Platzbelegung CSS */

table.tx-gkmbreservation-pi1-table {
	padding: 0;
	margin: 0 0 10px 0;
	width: 100%;
	border: none;
	border-collapse: collapse;
}
table.tx-gkmbreservation-pi1-table td {
	padding: 3px;
	vertical-align: top;
	font-size: 12px;
}
table.tx-gkmbreservation-pi1-table tr.evenRow td, 
table.tx-gkmbreservation-pi1-table tr.oddRow td  {
	background-color: #f3d777;
	padding-left: 10px;
	border: 1px solid #ffffcd;
}
table.tx-gkmbreservation-pi1-table tr.evenRow td.col-1,
table.tx-gkmbreservation-pi1-table tr.oddRow td.col-1 {
	background-color: #a2062d;
	padding-left: 10px;
	border: 1px solid #FFFFCD;
	background-image: none;
	font-weight: bold;
	color: #fff;
	width:20%;
}
table.tx-gkmbreservation-pi1-table tr.evenRow td.col-2,
table.tx-gkmbreservation-pi1-table tr.oddRow td.col-2,
table.tx-gkmbreservation-pi1-table tr.evenRow td.col-3,
table.tx-gkmbreservation-pi1-table tr.oddRow td.col-3,
table.tx-gkmbreservation-pi1-table tr.evenRow td.col-4,
table.tx-gkmbreservation-pi1-table tr.oddRow td.col-4 {
	width:25%;
}
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: 1%;
	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: #a2062d;
	border-top: 1px solid #ffffcd;
	border-bottom: 1px solid #ffffcd;
	border-left: 1px solid #ffffcd;
	height: 25px;
	vertical-align: middle;
	padding: 3px 3px 3px 10px;
	color: #fff;
}

/* Scorekarte CSS */

.gkmb_pscoreTable {
	border-spacing: 3px;
}
.gkmb_pscoreFooter {
	font-size: 9px;
	padding-top: 30px;
}
.gkmb_pscoreTeeSelectTee a:hover, .gkmb_pscoreTeeSelectLink a:hover {
	background-color: transparent;
	color: #bb1d03;
}
.gkmb_pscoreHcapMessage {
	padding-top: 20px;

}
.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  {
	font-size: 95%;
}
.gkmb_pscoreScTable td {
	vertical-align: middle;
}
.gkmb_pscoreTeeSelectTee {
	padding: 2px 5px;
}
/* Yahoo Weather CSS */

.tx-mvyahooweather-pi1 p font {
	font-size: 11px;
	text-align: center;
}
.my_yahoo_weather_title {
	background-color: #a2062d;
	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 #a2062d;
}
.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-bottom: 10px;
	width: 620px;
	float: left;
}

.news-latest-item {
border-bottom: 1px dotted #a2062d;
padding-top: 10px;
}
.news-latest-title {
	width: 450px;
	font-size:12px;
	float: left;
	font-weight:bold;
	padding-right:20px;
	color:#a2062d;
	margin-bottom: 10px; 
}
.news-latest-subheader {
	width: 450px;
	font-size:12px;
	padding-right:20px;
	float: left;
}
.news-latest-image {
	float: right;
	width: 150px;
}
.news-latest-image img {
	border: 1px solid #a2062d;
}
.news-latest-morelink a {
	font-size: 80%;
	color: #bb1d03;
}
.news-latest-morelink a:hover {
	background: transparent;
	color: #000;
}
.news-single-image {
	float: right;
	width: 150px;
}
.news-single-content {
	float: left;
	width: 450px;
	padding-right: 20px;
}
.news-single-item {
	width: 620px;
}
.news-single-image img {
	border: 1px solid #a2062d;
}
.news-single-backlink {
	border-bottom:1px dotted #a2062d;
	padding-top: 5px;
	margin-top: 15px;
}
.news-single-title {
	font-weight: normal;
	color: #000;
	float: left;
	width: 620px;
	font-size:18px;
	margin-bottom: 10px; 
}
.news-list-item {
	width: 620px;
	float: left;
	border-bottom: 1px dotted #a2062d;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.news-list-title {
	font-weight: normal;
	color: #000;
	float: right;
	width: 620px;
	font-size:18px;
	margin-bottom: 10px; 
}
.news-list-image {
	float: right;
	width: 150px;
}
.news-list-image img {
	border: 1px solid #a2062d;
}
.news-list-subheader {
	float: left;
	width: 450px;
	padding-right:20px;
}
.news-list-subheader p {
	margin: 0;
}

.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-morelink a {
	font-size: 80%;
	color: #bb1d03;
}
.news-list-morelink a:hover {
	background: transparent;
	color: #000;
}
.news-list-date {
font-size: 80%;
font-weight:normal;
}
.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 */



/* 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 */

.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;

}
*+html .c2l1-left { 
	border-right: none;
	float: left;
}
.c2l1-middle {
padding-left:24px;
white-space:normal;
width:50%;
}

.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;
}

#motioncontainer_10 img{
border: 2px solid #fff;
}
#motioncontainer_10 {
height:79px;
}

.csc-textpic-image .csc-textpic-lastcol {width:1000px;}

a img {border:0;}

.my_yahoo_weather_title {
background-color:#a2062d;
}

.tx-gkmbreservation-pi2-szolink {
border-bottom: 1px dotted #a2062d;
padding-bottom:10px;
}
div.csc-textpic div.csc-textpic-imagewrap .csc-textpic-image {margin:0;}
form #mailform {
background-color: #f3f3f6
}
.csc-mailform{
background-color: #f3f3f6
}
.tx-powermail-pi1, #kontaktformular, fieldset {
background-color: #f3f3f6;
border-top: 1px solid #a2062d;
border-bottom: 1px solid #a2062d;
}
fieldset.tx-powermail-pi1_fieldset{
background-color:#f3f3f6;
border:0px solid #aaa;
padding:10px;
padding-left:0;
}
fieldset.tx-powermail-pi1_fieldset div.even {
background-color:#f3f3f6;
}
fieldset.tx-powermail-pi1_fieldset input.powermail_text, fieldset.tx-powermail-pi1_fieldset textarea.powermail_textarea, fieldset.tx-powermail-pi1_fieldset select.powermail_select {
width:210px;
}
fieldset.tx-powermail-pi1_fieldset label {
clear:both;
display:block;
float:left;
font-weight:bold;
width:120px;
}
fieldset.tx-powermail-pi1_fieldset legend{
font-size:0;
}
p.tx_powermail_pi1_fieldwrap_html_checkbox_title, p.tx_powermail_pi1_fieldwrap_html_radio_title, .tx_powermail_pi1_fieldwrap_html .powermail_radio_inner label {
	font-weight: normal;
}
img.tx-srfreecap-pi2-image {
margin-left:0.8em;
margin-right:1em;
margin-top:1em;
vertical-align:middle;
width:245px;
}
.tx-srfreecap-pi2-cant-read {
color:#000;
font-size:0.9em;
display:block;
}

#bgimage {
z-index:0;
width:399px;
height: 158px;
color: #fff;
float:left;
left:191px;
display:inline;
border-left: 1px solid #f3f3f6;
background-image:url(/fileadmin/templates/img/mainBG.jpg);
background-repeat: repeat-x;

}
.bgMagenta {
background-color: #A2062D;
}
.tx-indexedsearch-searchbox td {
font-size: 12px;
}
.tx-indexedsearch-searchbox-button {
font-size: 12px;
margin: 5px 0 5px 3px;
color: #a2062d;
}
.tx-indexedsearch-searchbox-sword, .tx-indexedsearch-selectbox-sections, .tx-indexedsearch-selectbox-results {
margin: 2px 0 2px 5px;
}
.tx-indexedsearch-selectbox-defop {
margin: 2px 0 2px -80px;
}
#contentleft .csc-textpic-imagewrap li, #contentrightHalb .csc-textpic-imagewrap li, #contentright .csc-textpic-imagewrap li, #contentleftHalb .csc-textpic-imagewrap li, #contentmiddle .csc-textpic-imagewrap li {
	list-style-type: none;
	background: none;
	padding-left:0px;
	padding-right: 10px;
}