/* diese styles müssen angepasst werden */


/* die extensions */
div.ext_bildergalerie, div.him_dok, div.him_flv, div.him_form, div.him_news, div.him_newsletter_eintragen, div.him_podcast, div.him_registrate, div.him_search, div.him_slideshow, div.him_tell_a_friend, div.him_text, div.him_text_2_spalten {
	margin-bottom: 16px; /* alle haben den gleichen abstand */
}
div.him_dok {
	border-bottom: #000000 solid 1px;
	margin-top: -14px;
	padding-top: 2px;
	padding-bottom: 4px;
}


/* bildergalerie */
img.bild_kategorie_oben {
	margin-right: 5px;
}
img.bild_kategorie_normal {
	margin-right: 5px;
	margin-top: 5px;
}
img.bild_kategorie_rechts {
	margin-top: 5px;
}

a.event_seiten {
	color: #000000;
	text-decoration: none;
}
a.event_seiten_selected, a.event_seiten_selected:hover {
	color: #006633;
	text-decoration: underline;
	font-weight: bold;
}





a.guest_link {
	color: #FFFFFF;
	text-decoration: none;
}
a.guest_link:hover {
	text-decoration: none;
}

.kleiner_bildgalerie {
	font-size: 9pt;
}
div.infobox {
	background: #A90433;
	color:#000000;
	font:10pt sans-serif;
	width: 200px !important;
	border: solid 1px #A90433;
}
div.infoboxbody {
	background: #e0e0e0;
	color:#000000;
	font:10pt sans-serif;
	padding:2px
}

div.infoboxcaption {
	color:#FFFFFF;
	background-color:transparent;
	font:bold 10pt sans-serif;
	margin:2px;
	text-align:center
}

/* tell a friend */
.tell_a_friend {
	width: 100%;
	display: block;
	padding: 2px 0;
}	
.tell_a_friend label {
	float: left;
	width: 120px;
}
.tell_a_friend input.tell_input_text, .tell_a_friend textarea.tell_textarea {
	float: left;
	width: 250px;
}
.stern_oblig {
	font-weight: bold;
	color: #FF0000;
	font-size: 1.2em;
}

/* events */

#event_sort {
  float: left;
  margin: 15px 0 10px 0;
  padding: 0;
  width: 520px;
  height: 10px;
}

#event_sort_description {
  float: left;
  margin: 0 3px 0 0;
  padding: 2px 0 0 0;
  height: 13px;
  width: 380px;
  background: #fff9d2;
  text-align: center;
}

#event_sort_date {
  float: left;
  height: 13px;
  margin: 0 3px 0 0;
  padding: 2px 0 0 0;
  width: 94px;
  background: #fff9d2;
  text-align: center;
}

#event_sort_infos {
  float: left;
  height: 15px;
  width: 40px;
  background: #fff9d2;
}

#event_list {
  float: left;
  margin: 0;
  padding: 0;
}

.event_item {
  float: left;
  margin: 0 0 3px 0;
  padding: 0;
  height: 40px;
  width: 520px;
}

.event_description {
  float: left;
  height: 34px;
  width: 370px;
  margin: 0 3px 0 0;
  padding: 6px 0 0 10px;
  background: url('../images/template/bg_events.gif') repeat-x;
}

.event_date {
  float: left;
  height: 34px;
  width: 84px;
  padding: 6px 0 0 10px;
  margin: 0 3px 0 0;
  background: url('../images/template/bg_events.gif') repeat-x;
}

.event_infos {
  float: left;
  height: 40px;
  width: 40px;
  background: url('../images/template/bg_events.gif') repeat-x; 
}

#event_single {
  float: left;
  margin: 0;
  padding: 0;
  width: 530px;
}

#event_single_header {
  float: left;
  height: 35px;
  width: 530px;
}

#event_single_title {
  float: left;
  width: 380px;
  display: block;
  font-size: 15px;
  color: #006633;
  font-weight: bold;
}

#event_single_date {
  float: right;
  width: auto;
  font-size: 12px;
}

#event_single_content {
  float: left;
}

#event_single_backbutton {
  float: right;
  margin: 10px 0 0 0; 
}


