/* Pressemenü */
.presse_menu, .presse_suchcontainer, .pressedetail_menu {
  display: table;
  background: #F2F8FE;
  border: 1px solid #A9CCED;
  margin-bottom: 11px;
  overflow: visible;
  height: 40px;
  width: 100%;
}

#presse_startseite { font-size: 80%; }
            
.presse_menu_left  { float: left; padding: 5px; }
.presse_menu_right { text-align:right; padding: 5px; }


.presse_head p { display: none; }

/* Loop Presseservice */
.presse_container, .pressedetail_container { display: table; position: relative; border: 1px solid #A9CCED; margin-bottom: 10px; width: 100%;}
.presse_head, .pressedetail_head { display: table-row; width: 100%; background: #E4EEF9; overflow: hidden; }
.presse_text {padding: 5px;}
.presse_datum, .pressedetail_datum  { display: table-cell; float: right;  padding-right: 5px; top: 0px; left: 380px;  }
.presse_headline, .pressedetail_headline {  display: table-cell; float: left; width: 380px; padding-left: 5px; font-weight: bold; }

/* Suchformular */
.presse_suchcontainer_head { font-weight: bold; padding-left: 5px; }
.presse_suchcontainer { display: table; margin-top: 10px; }
.presse_label_suchbegriff, .presse_label_rubrik { float: left; width: 130px; padding-left: 5px; }

.presse_label_suchbegriff, .presse_field_suchbegriff { margin-top: 10px; margin-bottom: 10px;  }
.presse_search_options, .presse_search_submit {position: relative; margin-bottom: 10px; }
.presse_search_options { padding-left: 5px; }
.presse_search_submit {margin-left: 130px;  }
.presse_option_1, .presse_option_2, .presse_option_3 {margin-left: 130px;  }
.presse_option_1_text, .presse_option_2_text, .presse_option_3_text {margin-left: 150px;  clear: both; }

/* Detailansicht */

.pressedetail_menu_left { float: left; }
.pressedetail_menu_right { float: right; }

/*.pressedetail_container { border: 1px solid #A9CCED;}*/

/*.pressedetail_head { background: #E4EEF9; padding-left: 5px; padding-right: 5px; height: 5px; }*/

/* .pressedetail_headline { display: block; float: left; font-weight: bold; } */
.pressedetail_subheadline { clear: both; display: block; padding-left: 5px; font-style: italic; }

/*.pressedetail_datum {float: right; }*/
.pressedetail_text { padding-bottom: 20px; margin: 5px; border-bottom: 1px solid #A9CCED }

.pressedetail_mediencontainer { display: block; float: none; margin: 5px; padding-bottom: 20px; border-bottom: 1px solid #A9CCED; overflow: visible; }
.pressedetail_medien_text { display: block; font-weight: bold; }
.pressedetail_medien img, .pressedetail_medien p { display: block; float: none; }
.pressedetail_anbieter { display: block; clear: both; float: none; margin: 5px; padding-bottom: 20px; border-bottom: 1px solid #A9CCED }
.pressedetail_presseservice { margin: 5px; padding-bottom: 20px; }

#presse_startseite .presse_datum { top: 0px; left: 260px;  }
#presse_startseite .presse_headline { width: 250px;   }