/* ------------------------------------------------------------------- */
* {
	font: 11px Verdana, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}
form {
  display: inline;
}
img {
  vertical-align: middle;
}
/* ------------------------------------------------------------------- */
table#layout {
  width: 980px;
  padding: 0px;
  border-collapse: collapse;
  border-right: 1px solid #DF800F; /* Keil: Sonnenorange */
}
table#layout td#layout_head {
  width: 980px;
  padding: 0px;
}
table#layout_head_wrap {
  width: 980px;
  padding: 0px;
  border-collapse: collapse;
}
table#layout_head_wrap td#layout_head_left {
  width: 380px;
  height: 45px;
  padding: 0px;
}
table#layout_head_wrap td#layout_head_right {
  width: 600px;
  height: 45px;
  padding: 0px;
}
table#layout td#layout_middle {
  width: 980px;
  padding: 0px;
}
table#layout_middle_wrap {
  width: 980px;
  padding: 0px;
  border-collapse: collapse;
}
table#layout_middle_wrap td#layout_middle_left {
  width: 160px;
  padding: 0px 10px 0px 10px;
  vertical-align: top;
  background-color: #f7f7f7; /* Keil: Hellgrau */
  border-right: 1px solid #5D6838; /* Fritz */
  border-bottom: 1px solid #5D6838; /* Fritz */
}
table#layout_middle_wrap td#layout_middle_center {
  width: 620px;
  padding: 0px 10px 0px 10px;
  vertical-align: top;
  background-color: #f7f7f7; /* Keil: Hellgrau */
}
table#layout_middle_wrap td#layout_middle_right {
  width: 200px;
  padding: 0px 10px 0px 10px;
  vertical-align: top;
  background-color: #f7f7f7; /* Keil: Hellgrau */
  border-left: 1px solid #5D6838; /* Fritz */
  border-bottom: 1px solid #5D6838; /* Fritz */
}
table#layout td#layout_foot {
  width: 980px;
  padding: 0px;
  color: #ffffff; /* White */
  background-color: #666666; /* Dark Gray */
  border-top: 2px solid #CCCC99; /* Hubert */
}
table#layout td.layout_row_spacer {
  width: 980px;
  height: 10px;
  padding: 0px;
  background-color: #f7f7f7; /* Keil: Hellgrau */
  empty-cells: show;
}
/* ------------------------------------------------------------------- */
div#div_head_top_line {
  margin-left: 170px;
}
div#div_head_top_menue {
  margin-top: 10px;
  text-align: right;
}
div#div_head_top_klocke {
  color: #666666; /* Dark Gray */
  text-align: right;
  padding-right: 7px;
}
/* ------------------------------------------------------------------- */
div.div_sel_logo {
  position: absolute;
  top: 0px;
  left: 0px;
}
div.div_sel_srch {
  width: 130px;
  margin-bottom: 10px;
  padding: 120px 5px 5px 5px;
}
div.div_sel_reset {
  width: 130px;
  margin-bottom: 10px;
  padding: 10px 5px 5px 5px;
  border-top: 1px solid #CCCC99; /* Hubert */
}
div.div_sel_show {
  width: 140px;
  margin-bottom: 10px;
  border-top: 1px solid #CCCC99; /* Hubert */
  padding-top: 5px;
}
table.table_sel_show {
  border-collapse: collapse;
  width: 100%;
  empty-cells: show;
}
table.table_sel_show tr.tr_sel_visible {
  visibility: visible;
}
table.table_sel_show tr.tr_sel_hidden {
  display: none;
  visibility: hidden;
}
table.table_sel_show th {
  padding: 3px;
  color: #DF800F; /* Keil: Sonnenorange */
  text-align: left;
  font-weight: bold;
}
table.table_sel_show td {
  padding: 3px;
}
table.table_sel_show td.td_sel_act_list {
  padding-left: 10px;
}
/* ------------------------------------------------------------------- */
div#div_center_top_menue {
  width: 580px;
  height: 20px;
  border-bottom: 1px solid #CCCC99; /* Hubert */
  padding-bottom: 5px;
}
div.div_center_data_sheet_item {
  width: 580px;
  margin-top: 10px;
  background-color: #FFFFFF; /* Keil: Weiss */
  border: 1px solid #CCCC99; /* Hubert */
}
div.div_center_data_sheet_item p.sheet_item_date_location {
  padding: 5px 5px 0px 5px;
}
p.sheet_item_date_location span.span_date_time {
  font-weight: bold;
}
div.div_center_data_sheet_item p.sheet_item_titles {
  margin-left: 10px;
  padding: 5px;
}
div.div_center_data_sheet_item_detail {
  width: 580px;
  background-color: #FFFFFF; /* Keil: Weiss */
  border-left: 1px dashed #CCCC99; /* Hubert */
  border-right: 1px dashed #CCCC99; /* Hubert */
  display: none;
  visibility: hidden;
}
div.div_center_data_sheet_item_detail table {
  border-collapse: collapse;
  width: 100%;
}
div.div_center_data_sheet_item_detail td {
  vertical-align: top;
  padding: 5px;
  border-bottom: 1px dashed #CCCC99; /* Hubert */
}
div.div_center_data_sheet_item_detail td.row_title {
  font-weight: bold;
  color: #5D6838; /* Fritz */
  width: 1%;
}
/* ------------------------------------------------------------------- */
div.tmn_floater_sheet_item_detail {
  margin-left: 10px;
  margin-top: 10px;
  width: 760px;
  background-color: #f7f7f7; /* Keil: Hellgrau */
  border: 1px solid #DF800F; /* Keil: Sonnenorange */
  padding: 2px;
  background-color: #FFFFFF; /* Keil: Weiss */
}
div.tmn_floater_sheet_item_detail table {
  border-collapse: collapse;
  width: 100%;
}
div.tmn_floater_sheet_item_detail th {
  vertical-align: top;
  padding: 5px;
  color: #DF800F; /* Keil: Sonnenorange */
  text-align: right;
  background-color: #FFFFFF; /* Keil: Weiss */
}
div.tmn_floater_sheet_item_detail td {
  vertical-align: top;
  padding: 5px;
  border: 1px solid #FFFFFF; /* Keil: Weiss */
  background-color: #f7f7f7; /* Keil: Hellgrau */
}
div.tmn_floater_sheet_item_detail td.row_title {
  font-weight: bold;
  color: #5D6838; /* Fritz */
  width: 1%;
}
div.tmn_floater_sheet_item_detail td.col_title {
  font-weight: bold;
  color: #5D6838; /* Fritz */
  text-align: center;
}
/* ------------------------------------------------------------------- */
div#div_center_data_sheet {
  width: 580px;
  margin-top: 10px;
}
div#div_center_pager_foot {
  width: 580px;
  margin-top: 10px;
  height: 20px;
  border-top: 1px solid #CCCC99; /* Hubert */
  padding-top: 10px;
}
table.table_center_data_sheet {
  border-collapse: collapse;
  width: 100%;
}
table.table_center_data_sheet th {
  color: #5D6838; /* Fritz */
  font-weight: bold;
  border: 1px solid #CCCC99; /* Hubert */
  background-color: #EAE8D0; /* Franz */
  padding: 3px;
}
table.table_center_data_sheet td {
  background-color: #F9F9F9; /* Karla */
  text-align: left;
  border: 1px solid #CCCC99; /* Hubert */
  padding: 5px;
}
table.table_center_pager {
  border-collapse: collapse;
  width: 100%;
}
table.table_center_pager td {
  padding: 0px;
  text-align: center;
  vertical-align: middle;
}
/* ------------------------------------------------------------------- */
div.div_topic_show {
  width: 180px;
  margin-bottom: 10px;
  background-color: #FFFFFF; /* Keil: Weiss */
  border: 1px solid #CCCC99; /* Hubert */
  padding: 5px 7px 5px 7px;
}
div.div_topic_show p.p_show_title {
  color: #DF800F; /* Keil: Sonnenorange */
  font-weight: bold;
}
div.div_topic_show p.p_show_body {
  color: #666666; /* Dark Gray */
  margin-top: 5px;
}
/* ------------------------------------------------------------------- */
div#div_foot {
  width: 980px;
  padding-top: 5px;
  padding-bottom: 5px;
  text-align: center;
  letter-spacing: 1px;
}
/* ------------------------------------------------------------------- */
div#div_sel_reg_act, div#div_sel_kat_act {
  z-index: 10;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 180px;
  display: none;
  visibility: hidden;
}
table.table_sel_act {
  border-collapse: collapse;
  width: 100%;
  empty-cells: show;
}
table.table_sel_act th {
  color: #ffffff;
  background-color: #008200; /* Keil: Gruen*/
  border: 1px solid #CCCC99; /* Hubert */
  padding: 2px;
}
table.table_sel_act td.td_sel_act_cbox {
  width: 1%;
  background-color: #EAE8D0; /* Franz */
  text-align: center;
  border: 1px solid #CCCC99; /* Hubert */
  padding: 2px;
}
table.table_sel_act td.td_sel_act {
  background-color: #EAE8D0; /* Franz */
  text-align: left;
  border: 1px solid #CCCC99; /* Hubert */
  padding: 2px 2px 2px 5px;
}
table.table_sel_act td.td_sel_act_foot {
  text-align: center;
  border: 1px solid #CCCC99; /* Hubert */
  background-color: #008200; /* Keil: Gruen*/
  padding: 2px;
}
/* ------------------------------------------------------------------- */
span.top_line {
  color: #DF800F; /* Keil: Sonnenorange */
  font-size: 18px;
  font-weight: bold;
}
/* ------------------------------------------------------------------- */
a.lighter {
  color: #ffffff; /* White */
}
a.lighter:hover {
  color: #FF9933; /* Light Hard Orange */
}
a.darker {
  color: #333333; /* Obscure Gray */
}
a.darker:hover {
  color: #CC6600; /* Dark Hard Orange */
}
a.darker_bold_shiny {
  color: #DF800F; /* Keil: Sonnenorange */
  font-weight: bold;
}
a.darker_bold_shiny:hover {
  color: #CC6600; /* Dark Hard Orange */
  font-weight: bold;
}
a.dizzy {
  color: #999999; /* Obscure Gray */
}
a.dizzy:hover {
  color: #FF9933; /* Light Hard Orange */
}
a.topic {
  color: #666666; /* Obscure Gray */
  padding-left: 2px;
}
a.topic:hover {
  color: #FF9933; /* Light Hard Orange */
  padding-left: 2px;
}
a.evergray {
  color: #666666; /* Obscure Gray */
  font-weight: bold;
}
a.evergray:hover {
  color: #FF9933; /* Light Hard Orange */
  font-weight: bold;
}
a.evergreen {
  color: #008200; /* Keil: Gruen*/
  font-weight: bold;
}
a.evergreen:hover {
  color: #FF9933; /* Light Hard Orange */
  font-weight: bold;
}
/* ------------------------------------------------------------------- */
input.input_txt_search_ftxt_150px {
  display: inline;
  border: 1px solid #CCCC99; /* Hubert */
  width: 120px;
  padding: 1px;
}
input.input_txt_search_date_90px {
  display: inline;
  border: 1px solid #CCCC99; /* Hubert */
  padding: 1px;
  width: 80px;
}
input.input_cbox_list {
  display: inline;
}
select.select_sel_pager {
  width: 50px;
  border: 1px solid #CCCC99; /* Hubert */
  display: inline;
}
/* ------------------------------------------------------------------- */
ul.menue_block {
  list-style:none;
  white-space: nowrap;
  padding-right: 5px;
  display: inline;
}
li.menue_item {
  display: inline;
  text-align: center;
}


