@import url(global.css);
@import url(rte.css);
/**
 * CSS styles for Golfclub Schloss Kressbach
 * (c) 2008, Benjamin Zaiser
 * *** printer friendly *** 
 * info@benjamin-zaiser.de
 */

body{
  text-align: left;
}

/**
 * MetaNavigation
 */
#metanavi{
  display: none;
} 



/**
 * Header mit Keyvisual + Logo
 */
#header{
  border-bottom: 1px solid #c0c0c0;
  margin-bottom: 10px;
  padding-bottom: 10px;
  text-align: center;
}
.keyvisual{
  display: none;
}
.logo{
  display: none;
} 



/**
 * Navigation
 */
#navi{
  display: none;
}




/**
 * Subnavigation
 */
#subnavi{
  display: none;
} 



/**
 * Schnellnavigation SelectBox
 */
#schnellnavi{
  display: none;
}



/**
 * 3 Columns
 */
#columns{
  padding-top: 25px;
}
#columns #main{
  float: left;
  width: 440px;
}
#columns #border{
  float: right;
  width: 212px;
  margin-left: 30px;
}
#columns #ext{
  display: none;
}



/**
 * SubsubNavigation
 */ 
#subsubnavi{
  display: none;
}




/**
 * Address for print
 */
address{
  border-top: 1px solid #c0c0c0;
  margin-top: 10px;
  padding-top: 10px;
  text-align: center;
  font-style: normal;
  font-size: 11px;
} 



/**
 * FCE Boxen
 */ 
.fce_box{
  
}



/**
 * IndexedSearch
 */
.tx-indexedsearch-searchbox fieldset{ border: 0px; }
.tx-indexedsearch-searchbox legend{ display: none; }
.tx-indexedsearch-browsebox{ margin-bottom: 15px; }
.tx-indexedsearch-res .res{
  border-top: 1px dotted #a89b92;
  padding-top: 1px;
  padding-left: 15px;
  padding-bottom: 15px;
}
.tx-indexedsearch-res h3{ margin-top: 15px; }
.tx-indexedsearch-res .tx-indexedsearch-text-item-mtime{
  display: block;
  font-weight: normal;
}
.tx-indexedsearch-res .tx-indexedsearch-title a{
  text-decoration: none;
}



/**
 * News
 */
.news-list-container .news-list-item{
  border-bottom: 1px dotted #c0c0c0;
  padding-top: 15px;
  padding-bottom: 15px;
} 
.news-list-container .news-list-item h3{ color: #006600; }
.news-list-container .news-list-item h3 .news-list-date{
  display: block;
  font-weight: normal;
  color: #333333;
}
.news-list-container .news-list-item .clearer{
  visibility: hidden;
}

.news-single-item h2{ color: #006600; }
.news-single-item .bodytext{ margin-bottom: 20px; } 

