/* blau	color: #0086A5; */
/* gruen color: #A2c046; */




/* layout spalten */

div.content2sp_33-66, div.content2sp_66-33, div.content1sp_100, div.content3sp_33-34-33	{ 	
clear:both;  
padding:1em 0;
float:left;
width:100%;
border-bottom: 1px dotted #aaa;
 }
 
div.content2sp_33-66 { background:url(../img/bg_content2sp_33-66.gif) 33% top repeat-y;
 }
 
div.content3sp_33-34-33 { background:url(../img/bg_content3sp_33-34-33.gif) 33% top repeat-y;
 }
 
div.content2sp_66-33 { background:url(../img/bg_content2sp_66-33.gif) 66% top repeat-y;
 }
div.w33 { 	width:33%;
}

div.w67 { 	width:66%;
}

div.w34 { 	width:33%; 
			margin: 0 33%;
}

div.links { 	float:left; 
}

div.rechts { 	float:right; 
}

div.c_pad { 	padding:8px; 
}



/*----------------------------------- NEUE CSS -----------------------------*/

body{
	font: normal 13px/17px Arial, Verdana, sans-serif;
	color: #333;
	background: url(../images/bg_main.jpg) repeat-x;
	background-color: #F1F6F2;	
	padding: 0;
	margin: 0;	        
}

#box{
	width: 1024px;
	margin: 0 auto;	
	background: url(../images/bg_container.jpg) no-repeat;
	padding: 0;		        
}

/* Kopfbereich */


#header{
	background: url(../images/header.jpg) no-repeat;
	width: 940px;
	height: 139px;
	padding: 0;
	margin: 0;
}


/* Eigentliche Inhaltsbox */


#layout{
	width: 940px;
	margin-left: 35px;
	background: #fff;

}


/* Bildformatierung */

.csc-textpic-text{
	padding-bottom: 20px;
}


.csc-textpic-firstcol,
.csc-textpic-lastcol{
/*	padding-top: 20px;*/
}

.csc-textpic-imagecolumn .csc-textpic-lastcol,
.csc-textpic-imagecolumn .csc-textpic-firstcol{
	padding-top: 0 !important;
}

.csc-textpic-intext-left img,
.csc-textpic-intext-right img{
	padding: 20px;
}

.csc-textpic-imagewrap{
	margin-bottom: 10px;
}

/* CONTAINER */

#container{
	width: 940px;
	clear: both;
	background: url(../images/bg_content.gif) repeat-y;
}

/* SIDEBAR */


#sidebar{
	float: left;
	width: 232px;
}


#wetter{
	background: url(../images/uebers_wetter.gif) no-repeat;
	padding-top: 60px;
	padding-bottom: 15px; 
	height: 100px;
}


/* INHALT */


#content{
	float: right;
	width: 707px;	
	padding-top: 10px;
}

#inhalt{
	width: 630px;
	padding: 10px 30px;
}

/* TEXTFORMATIERUNG */


.bodytext{
	padding: 0 0 10px 0;
	margin: 0;
}

.bodytext a{
	color: #0086A5;
	text-decoration: none;
}

.bodytext a:hover{
	text-decoration: underline;
}

#inhalt h1{
	font-weight: normal;
	font-size: 19px;
	color: #A2C046;
}


#inhalt h2{
	font-weight: bold;
	font-size: 14px;
	color: #0086A5;
	margin: 5px 0 10px 0 !important;

}

#inhalt h3{
	font-weight: bold;
	font-size: 13px;
	color: #0690B9;
	margin: 0 0 2px 0 !important;
}

#inhalt a{
	color: #0086A5;
}

#sidebar a:hover,
#inhalt a:hover{
	text-decoration: none;
}

#inhalt li{
	list-style: none;
	background: url(../images/bullet.gif) no-repeat;
	background-position: left top;
	padding-left: 25px;	
	margin: 0 0 5px 0;
}


#inhalt .chgallery-list li{
	background: none !important;
}

#inhalt blockquote{
	font-style: italic;
}

#inhalt .detail{
	font-weight: bold;
	color: #A2C046;	
}

#inhalt .imagelist{
	width: 540px;
	padding-left: 60px;
}


#inhalt .beschreibung{
	padding: 5px 0;
}

#inhalt .imagelist .single{
	font-size: 90%;
	height: 190px;
}



/* TABELLE ERGEBNISSE */

#inhalt table.contenttable{
	margin-bottom: 15px;
}



#inhalt table.contenttable.result{
	border: 2px solid #B5D66E;
	margin: 10px;
	text-align: center;
}

#inhalt table.contenttable.result caption{
	font-weight: bold;
}

#inhalt table.contenttable.result td{
	border: 1px solid #B4D56D;
}

#inhalt table.contenttable.result .tr-0 td{
	font-weight: bold;
	color: #0086A5;;
	padding: 1px;
}

/* TABELLE Preise */

#inhalt table.contenttable.list .td-0{
	background: url(../images/bullet.gif) no-repeat;
	background-position: left center;
	padding-left: 25px;
	padding-right: 25px;
	padding-bottom: 5px;
	width: 270px;
}


/* TABELLE Platz */

#inhalt table.contenttable.platz{
	margin: 10px;
	width: 600px;
	text-align: center;
	padding-bottom: 30px;

}

#inhalt table.contenttable.platz caption{
	font-weight: bold;
}

#inhalt table.contenttable.platz td{
	padding: 1px;
}

#inhalt table.contenttable.platz .td-4{
}

#inhalt table.contenttable.platz .tr-0 td{
	font-weight: bold;
	color: #333;
	padding: 5px;
}

#inhalt table.contenttable.platz .tr-0 .td-10,
#inhalt table.contenttable.platz .tr-0 .td-4{
	color: #911E21 !important;
}

#inhalt table.contenttable.platz .tr-0 .td-3,
#inhalt table.contenttable.platz .tr-0 .td-9{
	color: #FFD175 !important;
}

#inhalt table.contenttable.platz .tr-0 td{
	padding-bottom: 5px;
}

#inhalt table.contenttable.platz .tr-last td{
	font-weight: bold;
	padding-top: 5px;
	color: #333;
}


#inhalt table.contenttable.list .td-1{
	font-weight: bold;
}

/* TABELLE STANDARD */

#inhalt table.contenttable.standard{
	margin: 10px;
	width: 600px;
	text-align: center;
	padding-bottom: 20px;
}

#inhalt table.contenttable.standard td{
	padding: 2px;
}

#inhalt table.contenttable.standard .td-4{
}

#inhalt table.contenttable.standard .tr-0 td{
	font-weight: bold;
	color: #333;
	padding: 0 0 10px 0;
	
}

#inhalt table.contenttable.standard .td-0{
	font-weight: bold;
	color: #333;
	padding-right: 20px;
}



/* Auszeichnung der Aufzählung (unten) bei News */

.tx-ttnews-browsebox-SCell a{
	font-weight: bold;
	color: #A2C046 !important;
}

/* Paddingboxen */

.paddingtop{
	padding-top: 20px;
}

.paddingleft{
	padding-left: 15px;
}

/* Fussbereich */

#footer{
	clear: both;
	width: 940px;
	height: 26px;
	background: url(../images/footer_bg.gif) repeat-x;
	font: normal 11px/17px Arial, Verdana, sans-serif;
	color: #fff;
}

.copyright{
	float: left;
	padding: 5px 0 0 20px;
}

.toplink{
	float: right;
	padding: 5px 20px 0 0;	
}

.toplink a{
	color: #fff;
}


/* NAVIGATION NEU */



#navigation { 
	float: left;
	width: 940px;
	height: 34px; 
	position: relative; 
	background: url(../images/nav_bg.jpg) repeat-x; 
	padding: 0;
	margin: 0;
} 

#navigation ul.menu{ 
	padding: 0 0 0 80px;
	margin: 0;
} 

#navigation li{
	float: left;
	list-style: none;
} 

#navigation a span {
   visibility: hidden;
}


#navigation li a{ 
	padding: 0;
	margin: 0;
	display: block;
	text-decoration: none;
	float: none !important;
	line-height: 29px;
} 
	
#navigation li#menuitem6 a{ 
	background-image: url(../images/nav/nav_home.jpg);
	background-repeat: no-repeat;
	width: 73px;
	overflow: hidden; 	
}

#navigation li#menuitem15 a{ 
	background-image: url(../images/nav/nav_news.jpg);
	background-repeat: no-repeat;
	width: 79px;
	overflow: hidden; 
}

#navigation li#menuitem14 a{ 
	background-image: url(../images/nav/nav_golfclub.jpg);
	background-repeat: no-repeat;
	width: 106px;
	overflow: hidden; 	 	
}

#navigation li#menuitem13 a{ 
	background-image: url(../images/nav/nav_golfplatz.jpg);
	background-repeat: no-repeat;
	width: 112px; 	
	overflow: hidden; 	
}

#navigation li#menuitem10 a{ 
	background-image: url(../images/nav/nav_interaktion.jpg);
	background-repeat: no-repeat;
	width: 124px; 	
	overflow: hidden; 	
}

#navigation li#menuitem12 a{ 
	background-image: url(../images/nav/nav_turniere.jpg);
	background-repeat: no-repeat;
	width: 98px; 	
	overflow: hidden; 	
}

#navigation li#menuitem11 a{ 
	background-image: url(../images/nav/nav_gaesteinfo.jpg);
	background-repeat: no-repeat;
	width: 113px; 	
	overflow: hidden; 
}

#navigation li#menuitem9 a{ 
	background-image: url(../images/nav/nav_kontakt.jpg);
	background-repeat: no-repeat;
	width: 98px; 	
	overflow: hidden; 	
}

#navigation a:hover { 
	background-position: 0 -29px; 
	float: left;
	padding: 0;
	margin: 0;
	border: 0;
}

#navigation li a:hover .active, 
#navigation li a.active{ 
	background-position: 0 -58px; 
}



/* IE-Hack für die Breite */

*html ul.menu ul {
    width: 140px !important;
}


ul.menu ul {
    margin: 0 0 0 0px !important;
    padding: 0 0 5px 0;
    position: absolute;
    background-color: #AACF65;
    display: none;
    width: 140px;
    z-index: 1;
}


ul.menu ul li {
    margin:0;
    padding: 0;
	text-indent: 0 !important;
}


ul.menu ul li a{
	padding: 4px 10px !important;
	margin: 0;
	background: none !important;
	color: #fff;
	text-decoration: none;
	display: block;
	float: left;
	width: 120px !important;
	font: bold 13px/19px Arial, Verdana, sans-serif; 
	line-height: 1.3em !important;
	border-top: 1px solid #C4D9A0;
}

ul.menu ul li a:hover{
    background-color: #388194 !important;
	border-top: 1px solid #C4D9A0 !important;
}

.imgtext-table{
	clear: both;
	padding: 10px 0;
}

/* Dies sind die Klassenstile für das Untermenü wenn sich die Maus */

/* über der Liste  befindet (.hover siehe JavaScript oben) */

ul.menu ul.hover, ul.menu li.hover ul, ul.menu li:hover ul  {
    display:block;
}



.clearer {
	clear: both;
	display: none;
}

/*-------- Galerie  -----------*/


/*-- Admin Interface  --*/

.jm-gallery-new-album-container h3,
.jm-gallery-edit-images-container h3,
.jm-gallery-edit-album-images,
.jm-gallery-edit-album-upload,
.jm-gallery-edit-album-header,
.jm-gallery-admin-category-header{
	background-color: #F1F6E3 !important;
}

.jm-gallery-admin-element,
.jm-gallery-admin-album-container{
	background-color: #fff !important;
	border: 1px solid #CCC !important;
}


.jm-gallery-album-entry{
	border: none !important;
}

.jm-gallery-album-entry a{
	text-decoration: none !important;
}

.jm-gallery-album-entry a strong{
	text-decoration: underline;
}


.jm-gallery-image-entry img,
.jm-gallery-album-entry img{
	padding: 3px;
	border: 1px solid #CCC !important;
}

.jm-gallery-image-single img{
	padding: 5px;
	border: 1px solid #CCC !important;
}	

.jm-gallery-image-browser span{
	padding: 0 20px !important;
}

.tx-chgallery-pi1 .single{
}

.chgallery-list img{
	padding: 2px;
	border: 1px solid #5399AC !important; 
}
 
.chgallery-list .description{
	color: #A2c046;
	font-weight: bold;
}

/*----  tt_news LATEST view  ------*/

.news-latest-container {
  font-size:0.9em;
  padding-bottom: 10px;
  clear: both;
}


.news-latest-container H2,
.news-latest-gotoarchive {
  color:#fff;
  padding:0px;
  margin:0px;
}

#news .news-latest-container H2{
	background: url(../images/uebers_news.gif); 
	height: 48px;
	text-indent: -9000px;
	margin-bottom: 10px;
}

#infos .news-latest-container H2{
	background: url(../images/uebers_platzinfo.gif); 
	height: 57px;
	text-indent: -9000px;
	margin-bottom: 10px;
	
}

div#extra .news-latest-container H2{
  margin-bottom: 5px;
  border: none;
  color: #fff;  
}

.news-latest-item {
  padding: 0 10px 8px 20px;
  margin: 0px;
}

.news-latest-item a{
  padding: 0px;
  color: #333333;
}

.news-latest-date,.news-latest-morelink,.news-latest-category {
  color:#666;
  padding: 0;
  margin: 0;
}

.news-latest-headline{
  font-weight: bold;
  clear: both;
  padding-bottom: 10px;
}

.news-latest-date a{
  text-decoration: none;
}

.news-latest-headline a{
  color: #0086A5;
}





/*-------- tt_news LIST view  -----------------------------------*/

.news-list-container {
 
}
div.news-list-container div.news-list-item h3{
  margin:0px 0px 4px 0px;
  background:none;
  padding:0;
}

.news-list-item {
  padding: 10px 0 20px 0;
  margin:0px;
  border-bottom: 1px dotted #CCC;
  }

.news-search-form {
  padding:3px;
  margin-bottom:5px;
  border:1px solid #666;
  background-color:#F9FFE5;

}
.news-search-emptyMsg{
  margin:0px;
}
.news-search-form FORM {
  margin:0px;
}
.news-list-container H3 A:LINK,.news-list-container H3 A:VISITED,.news-list-container H3 A:HOVER,.news-list-container H3 A:ACTIVE{
  color:#333;
  padding:0px;
  font-size:1em;
  margin: 0px 0px 0px 0px;
}
.news-list-container H3 A:HOVER {
 
}
.news-list-container P {
  padding:0px;
}
.news-list-date {
  color: #999;
  text-align: left;
  margin-top: 0px;
  margin-left: 0px;
  font-size: 10px;
  font-weight: normal;
  /*background-color: #ffffff;*/
}

.news-list-imgcaption {
  float: right;
  padding-top:3px;
  padding-right:3px;
  font-size: 9px;
}

.news-list-container IMG {
  float: right;
  padding: 0 0 20px 10px;
  margin-left: 0px;
}
.news-list-container H3 IMG {
  float: none;
  border:0px solid #666;
  margin-bottom:2px;
  margin-right:2px;
  margin-left:0px;

}

.news-list-morelink,.news-list-category {
  font-size:12px;
  margin-left: 0px;
  padding-top: 10px; 
}


/*-------- tt_news SINGLE view  -----------------------------------*/


.news-single-item {
  padding:3px;
  margin-bottom:5px;
  /*width: 500px;
  background-color:#ffffff;*/

}
.news-single-item a{
         /*white-space: pre;*/
}

.news-single-titel {
  font-size: 1.2em;
  font-weight:bold;
  color: #e60003;
  margin-bottom: 5px;

}
.news-single-titel H2 {
  font-size: 15px;
  font-weight:bold;
  color: #333333;
  margin: 0 0 0 5px !important;
  padding: 0 !important;
}
.news-single-item H3 {
    font-size: 12px;
  font-weight:bold;
  margin-bottom: 6px;
}
.news-single-img {
  float: right;
  padding: 0 10px 0 30px;
  margin: 0;
}

.news-single-timedata{
  color: #999;
 
}

.news-single-backlink{
	padding: 20px 0 20px 0;
}


.clubmagazin a img{
	border: 2px solid #fff;
}

.clubmagazin a:hover img{
	border: 2px solid #4F9BC0;
}


#inhalt ul{
	padding: 0 0 10px 0 !important;
	margin: 0 !important;
}


.csc-textpic-text ul{
	padding: 0 !important;
	margin: 0 !important;
}

