/* =multievents
--------------------------------------------------------------- */
#multievents {
	
	}
#showSuche a {
	background: url(/pictures/search_button.png) no-repeat 0 0;
	padding-left: 18px;
	}
/* changes PNG-Icon to GIF just for IE6 */
* html #showSuche a {
	background-image: url(/pictures/search_button_ie.gif);
	}
#showSuche a:hover {
	background-position: 0 -21px;
	}
#multievents p#anzahl {
	margin: 10px 0;
	padding: 10px 15px;
	background-color: #f7fbff;
	border: 1px solid #e5eff8;
	}
#suchForm {
	width: 522px;
	}
/* =styling searchbox
--------------------------------------------------------------- */
#search-options {
	/*display: none;*/
	}
#search-options fieldset {
	border: 1px solid #b7b7b7;
	padding: 0 15px 10px 15px;
	}
#search-options legend {
	font-weight: bold;
	padding: 0;
	padding-bottom: 10px;
	}
#search-options p {
	margin: 3px 0;
	}
#search-options label.left {
	width: 80px;
	float: left;
	margin-top: 3px;
	text-align: right;
	padding-right: 15px;
	}
#search-options label.right {
	margin-right: 8px;
	}
#search-options input, #search-options select {
	border: 1px solid #b7b7b7;
	padding: 2px;
	margin-right: 8px;
	}
#search-options #submit {
	margin: 8px 0 0 95px;
	}
.pdferstellen {
float: right;
font-weight: bold;
color: #2b2b2b;
background-color: #eaeaea;
border: 1px solid #888;
padding: 3px 6px;
}


.pdferstellen:hover {
color: #fff !important;
background-color: #888 !important;
cursor:pointer;
}
/* =styling table
--------------------------------------------------------------- */
table#result {
	width: 558px;
	border-collapse: collapse;
	border-spacing: 0;
	}
table#result th {
	text-align: left;
	vertical-align: top;
	border-top: 1px solid #ced8e0;
	border-bottom: 1px solid #ced8e0;
	padding: 5px 15px 5px 0;
	background-color: #d6d6d6;
	color: #000;
	}
table#result th a,
table#result th.sortactive a:hover {
	display: block;
	width: 100%;
	background: #d6d6d6 url(/custom/multi_pool/images/th_arrows_bg.png) no-repeat right -114px;
	}
table#result th a:hover {
	background-position: right 5px;	
	}
table#result th.sortactive a {
	background-position: right 5px;
	}
table#result td {
	border-bottom: 1px solid #e5eff8;
	padding: 3px 15px 3px 0;
	vertical-align: top;
	}
table#result td strong a {
	font-weight: normal;
	font-style: normal;
	}
table#result td.event_date {
	white-space: nowrap;
	text-align: right;
	}
	
/* =styling details
--------------------------------------------------------------- */
#multievents_detail {
padding: 20px;
	}
#detail_datum p {
	margin-top: 1em;
	background-color: #fefbca;
	padding: 5px;
	}
.datum_ddmmyy {
	font-weight: bold;
	}
#multievents_detail address {
	font-weight: normal;
	font-style: normal;
	}
#multievents_detail #footerlinks {
	border-top: 1px solid #ced8e0;
	margin: 1em 0;
	padding: 0;
	list-style: none;
	}
#multievents_detail #footerlinks li {
	float: left;
	}
#multievents_detail #footerlinks li a {
	display: block;
	padding: 5px 10px 5px 0;
	}

.sortable td {
	padding: 3px 1px 3px 1px;
	}
/* =alternate table rows with JS
--------------------------------------------------------------- */
tr.zeile1 td {
	background-color: #f2f2f2;
	}
tr.zeile2 td {
	
	}
tr.trhover td {
	
	}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> global settings needed for thickbox <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
*{padding: 0; margin: 0;}
/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
.TB_window {
  font: 12px Arial, Helvetica, sans-serif;
  color: #333333;
}
#TB_secondLine {
  font: 10px Arial, Helvetica, sans-serif;
  color:#666666;
}
.TB_window a:link {color: #666666;}
.TB_window a:visited {color: #666666;}
.TB_window a:hover {color: #000;}
.TB_window a:active {color: #666666;}
.TB_window a:focus{color: #666666;}
/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
.TB_overlay {
	display: block;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	position: fixed;
	z-index: 2000;
	background: url(/pictures/bg_overlay.png) repeat;
	}

.TB_window {
	background: #fff none repeat scroll 0 0;
	display: block;
	left: 45%;
/*	left: 50%;	 */
	margin-left: -17em;
	padding: 10px 20px 10px;
	position: absolute;
	text-align: left;
	top: 60px;
	width: 600px;
	/*width: 400px;	 */
	z-index: 2001;
}
.TB_window img#TB_Image {
  display:block;
  margin: 15px 0 0 15px;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #666;
  border-left: 1px solid #666;
}
#TB_caption{
  height:25px;
  padding:7px 30px 10px 25px;
  float:left;
}
#TB_closeWindow{
  height:25px;
  padding:11px 25px 10px 0;
  float:right;
}
#TB_closeAjaxWindow{
  padding:7px 10px 5px 0;
  margin-bottom:1px;
  text-align:right;
  float:right;
}
#TB_ajaxWindowTitle{
  float:left;
  padding:7px 0 5px 10px;
  margin-bottom:1px;
}
#TB_title{
  background-color:#e8e8e8;
  height:27px;
}
#TB_ajaxContent{
  clear:both;
  padding:2px 15px 15px 15px;
  overflow:auto;
  text-align:left;
  line-height:1.4em;
}
#TB_ajaxContent.TB_modal{
  padding:15px;
}
#TB_ajaxContent p{
  padding:5px 0px 5px 0px;
}

#TB_iframeContent{
  clear:both;
  border:none;
  margin-bottom:-1px;
  margin-top:1px;
}
.detailClose {
	float: right;	
	}
.detailEvent h1 {
	margin-top: 10px;
	}
address {
	padding-top: 10px;	
	}

