/**
 * renders list for MTDownloadCenter, MTList, MTTourDerWoche, MTVortragsListe MTCustomSearch
 */

section.ListModuleSection article.ListModuleArticle .downloadheader{
  width:557px;
}

section.listModule div.paging ul, section.CustomSearchResult div.paging ul {
  list-style-type: none;
  float: left;
  width: 566px;
  margin: 0 auto;
  padding: 0;
}

section.listModule div.paging ul li, section.CustomSearchResult div.paging ul li {
  float: left;
  font-size: 14px;
  margin: 0 2px;
}

section.listModule div.paging ul li a , section.CustomSearchResult div.paging {
  padding: 2px 5px;
}

section.listModule div.paging ul li.active a, section.CustomSearchResult div.paging ul li.active span {
  color: #fff;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}

section.listModule div.paging a,
section.listModule div.paging a:link,
section.CustomSearchResult div.paging a,
section.CustomSearchResult div.paging a:link{
  text-decoration: none;
  color: #4E432D;
}
section.CustomSearchResult div.paging ul li.active span{
  font-weight:bold;
}
section.listModule {
	clear: both;
	width: 566px;
	margin-top: 35px;
}

section.listModule header h2 , section.searchmodule header h2 {
	font-size: 18px;
	line-height: 20px;
	font-weight: bold;
	border-bottom: 1px solid #C5BEAF;
	padding-bottom: 3px;
	margin-bottom: 10px;
}

section.listModule header h3, section.CustomSearchResult header h3 {
	font-size: 13px;
	line-height: 18px;
	font-weight: normal;
	padding-bottom: 3px;
	margin-bottom: 10px;
  margin-top:0px;
}

section.listModule div.listModuleInputHolder, section.searchmodule .searchModuleInputHolder{
	clear: both;
	float: left;
	width: 566px;
	padding: 8px 0;
}

section.listModule div.listModuleInputHolder p {
  float: left;
  padding: 5px 5px 0 5px;
  color: #59AA27;
}

section.listModule div.listModuleInputHolder label,
section.listModule div.listModuleInputHolder input,
section.searchmodule input.searchsubmit,
section.listModule div.listModuleInputHolder select {
	float: left;
}

section.listModule div.listModuleInputHolder label, section.event_reservation div.listModuleInputHolder label {
	clear: both;
}

section.listModule div.listModuleInputHolder input,
section.searchmodule input.searchsubmit,
section.listModule div.listModuleInputHolder select {
	width: 251px;
}
section.listModule div.listModuleInputHolder select{
  width:264px;
}

section.listModule div.listModuleInputHolder input.floatingInput {
  clear: none;
}

section.listModule div.listModuleInputHolder div.listModuleRadio {
	float: left;
	width: 184px;
	margin: 7px 0;
}

section.listModule div.listModuleInputHolder div.listModuleRadio label {
	float: left;
	clear: none;
	width: 155px;
}

section.listModule div.listModuleInputHolder div.listModuleRadio input {
	float: left;
	clear: none;
	width: 15px;
	height: 20px;
	margin: 0;
	padding: 0;
	margin-right: 7px;
}

section.listModule div.ListModuleTable {
  clear: both;
  float: left;
  width: 564px;
  margin-top: 45px;
}

section.listModule div.ListModuleTable div.table {
  float: left;
  width: 564px;
  font-size: 13px;
  line-height: 18px;
  font-weight: bold;
  border-bottom: 1px solid #C5BEAF;
}

section.listModule div.ListModuleTable div.table div.gebirgsgruppe,
section.listModule div.ListModuleTable div.table div.maxHoehe,
section.listModule div.ListModuleTable div.table div.bergsportArt,
section.listModule div.ListModuleTable div.table div.gehzeit,
section.listModule div.ListModuleTable div.table div.hoehenunterschied {
  color: #59AA27;
}

section.listModule div.ListModuleTable div.gebirgsgruppe,
section.listModule div.ListModuleTable div.maxHoehe,
section.listModule div.ListModuleTable div.bergsportArt,
section.listModule div.ListModuleTable div.gehzeit,
section.listModule div.ListModuleTable div.hoehenunterschied {
  color: inherit;
}

section.listModule div.ListModuleTable div.table div.gebirgsgruppe,
section.listModule div.ListModuleTable div.gebirgsgruppe {
  width: 130px;
  float: left;
}

section.listModule div.ListModuleTable div.table div.maxHoehe,
section.listModule div.ListModuleTable div.maxHoehe {
  width: 95px;
  float: left;
}

section.listModule div.ListModuleTable div.table div.bergsportArt,
section.listModule div.ListModuleTable div.bergsportArt {
  width: 167px;
  float: left;
}

section.listModule div.ListModuleTable div.table div.gehzeit,
section.listModule div.ListModuleTable div.gehzeit {
  width: 83px;
  float: left;
}

section.listModule div.ListModuleTable div.table div.hoehenunterschied,
section.listModule div.ListModuleTable div.hoehenunterschied {
  width: 74px;
  float: left;
}

section.listModule  section.ListModuleSection {
  clear: both;
  width: 564px;
  margin-top: 10px;
}

section.listModule  section.ListModuleSection footer {
  clear: both;
  float: left;
  width: 564px;
  margin: 0;
  padding: 0;
}

section.listModule  section.ListModuleSection.detail footer {
  border-bottom: 1px solid #C5BEAF;
  text-align: right;
}

section.listModule section.ListModuleSection.detail section.ListModuleSupporter {
  clear: both;
  float: left;
  width: 564px;
}

section.listModule section.ListModuleSection.detail section.ListModuleSupporter figure {
  margin: 0;
  padding: 0;
}

section.listModule section.ListModuleSection.detail section.ListModuleSupporter h5 {
  margin: 8px 0 17px 0;
  padding: 0;
}

section.listModule section.ListModuleSection header h3,
section.searchElementList header h3,
section.CustomSearchResult header h3
{
  font-size: 18px;
  line-height: 22px;
  font-weight: bold;
  color: #59AA27;
  padding-right: 30px;
  font-family: Verdana,adelle,serif;
}

section.listModule section.ListModuleSection article.ListModuleArticle, section.searchElementList, section.searchElement {
  margin: 10px 0;
}

section.listModule  section.ListModuleSection article.ListModuleArticle.closed div.ListModuleArticleDescription,
section.searchElement article.ListModuleArticle.closed .ListCustomSearchArticleDescription{
  display: none;
}

section.listModule  section.ListModuleSection article.ListModuleArticle.opened div.ListModuleArticleDescription,
section.searchElement article.ListModuleArticle.opened .ListCustomSearchArticleDescription{
  display: block;
}

section.listModule  section.ListModuleSection article.ListModuleArticle header,
section.vortraglist  section.vortragitem article.vortrag header,
section.searchElementList section.searchElement header,
section.vortrtadetail h1{
  border-bottom: 1px solid #C5BEAF;
  position: relative;
}

section.listModule  section.ListModuleSection article.ListModuleArticle header h3,
section.listModule  section.ListModuleSection article.ListModuleArticle header,
section.searchElementList section.searchElement header h3,
  section.vortraglist  section.vortragitem article.vortrag header h3,
section.searchElementList section.searchElement header{
  font-size: 18px;
  line-height: 22px;
  font-weight: bold;
  color: #4E432D;
  margin-bottom: 2px;
  position:relative;
  font-family:adelle,serif;
}

article.ListModuleArticle div.ListModuleArticleDescription section.gallery {
  margin-top: 25px;
}

section.listModule section.ListModuleSection article.ListModuleArticle div.ListModuleArticleDescription section.gallery header {
  border-bottom: 0;
}

section.listModule section.ListModuleSection article.ListModuleArticle div.ListModuleArticleDescription section.gallery header h3 {
  font-size: 13px;
}