.fe_content {
  float: left;
  width: 100%;
}

/*** Containerelement wo Inhalte hineingezogen werden koennen ***/

.fcontent_container {
  margin-bottom: 13px;
}


/*** Bildunterschriften ***/

DL {
  padding: 0;
  margin: 0;
}

DD {
  padding: 2px 0 5px 0;
  margin: 0;
  font-size: 85%;
  color: #444;
  text-align: left;
}


/*** Mehrspaltendarstellung Inhaltsbereich ***/

.multicols_2_left {
  float: left;
  width: 48%;
  padding: 0;
}

.multicols_2_right {
  float: right;
  width: 48%;
  padding: 0;
}

.multicols_2_left_default {
  float: left;
  width: 66%;
  padding: 0;
  margin: 0;
}

.multicols_2_right_default {
  float: right;
  width: 32%;
  padding: 0;
}

.multicols_3_left {
  float: left;
  width: 31%;
  padding: 0;
}

.multicols_3_right {
  float: right;
  width: 31%;
  padding: 0;
}

.multicols_3_middle {
  margin: 0 34.5%;
  padding: 0;
}

.multicols_4 {
  float: left;
  width: 22%;
  margin-right: 4%;
  padding: 0;
}

.multicols_4_right {
  float: left;
  width: 22%;
  margin: 0;
  padding: 0;
}

.text_editable {
  line-height: 1.5em;
}

.text_editable P {
  margin: 0; padding: 0;
  line-height: 1.5em;
}

/*** Bild- und Textkombinationen ***/

.felement_container {
}

.felement1 IMG {
  float: left; 
}

.felement1 DIV.text {
  margin-left: 160px;
}

.felement1 DIV.text IMG {
  float: none;
}

.felement2 IMG {
  float: right;
}

.felement2 IMG.mail_img {
  float: left;
  margin-bottom: 10px;
}

.felement2 P {
  clear: left;
}

.felement2 DIV.text {
  margin-right: 160px; 
}


/*** Video Play Button ***/

.video_container {
  position: relative;
}

.video_top_layer {
  position: absolute; 
  left: 0px; 
  top: 0px; 
  z-index: 1; 
  background-image: url(../cms/images/video_play.png);
  background-repeat: no-repeat;
  background-position: center;
  cursor: url(../module/tools/highslide/graphics/zoomin.cur), pointer;
}


/*** Seitenmodule Slider ***/

.bx-window {
}

/* Pager */

.slider-pager {
  position: relative;
  float: left;
  margin-top: 10px;
}

.slider-pager a, .slider-pager-current, .slider-pager-total {
  display: inline-block;
  width: 16px;
  height: 16px;
  line-height: 16px;
  text-align: center;
  text-decoration:none;
  font-weight: normal;
  font-size: 11px;
}

.bx-pager-current, .bx-pager-total {
  color: #000;
}

.bx-pager-current:hover, .pager-link:hover, .slider-pager .pager-active {
  background-color: #005192;
  text-decoration: none;
}

a.bx-pager-current:hover, a.pager-link:hover, a.pager-active {
  color: #FFF;
  text-decoration: none;
}

.pager-link {
  margin: 0px 1px 0px 0px;
  background-color: #F2ECE1;
  color: #005192;
  text-decoration: none;
}

/* Vor-, Zurück-Buttons */

.slider-prev, .slider-next {
  position: relative;
  float: right;
  margin-top: 10px;
  text-indent: -999999px;
  width: 16px;
  height: 16px;
}

.slider-next {
  background: url(../uploads/Symbole/slider/next.png) no-repeat 0 -16px;
}

.slider-prev {
  background: url(../uploads/Symbole/slider/prev.png) no-repeat 0 -16px;
  margin-right: 1px;
}

.slider-prev:hover, .slider-next:hover {
  background-position: 0 0;
  cursor: pointer;
}


/* Start/Stop Button */

.bx-auto, .bx-start {
  position: absolute;
  bottom: 1px;
  right: 38px;
  z-index: 1;
  text-indent: -999999px;
  width: 16px;
  height: 16px;
}

.bx-start.stop {
  background: url(../uploads/Symbole/slider/auto.png) no-repeat 0 -16px;
}

.bx-start.start {
  background: url(../uploads/Symbole/slider/auto.png) no-repeat 0 0px;
}

/* JS Rotator */
.camera_wrap .camera_pag .camera_pag_ul li {
	-webkit-border-radius: 0px; /* Rund: width/2 px */
	-moz-border-radius: 0px;
	border-radius: 0px;
	height: 16px;
	width: 16px;
  line-height: 16px;
	margin: 20px 5px;
  font-size: 11px; 
  font-weight: bold;
}
.camera_wrap .camera_pag .camera_pag_ul li > span {
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	position: absolute;
	top: 0px;
	left: 0px;
	height: 16px;
	width: 16px;
}
.camera_wrap .camera_pag .camera_pag_ul li.cameracurrent > span {
  color: #000;
}
.camera_caption H1 {
  width: auto;
  margin: 20px 0;
  font-size: 100%;
  font-weight: bold;
}
.camera_caption .link_container {
  width: 100%;
  text-align: center;
}
.camera_caption A {
  display: inline-block;
  margin: 20px 0;
  padding: 5px 20px 5px 7px;
  color: #000;
  font-weight: bold;
  border: none; 
  background-color: #EEE; 
  background-image: url(../uploads/Symbole/arrow_right.gif);
  background-repeat: no-repeat;
  background-position: right center;
  text-decoration: none; 
  cursor: pointer;
}
.camera_caption A:hover {
  background-color: #CCC; 
}


/* Glossar */

.glossary {
  line-height: 1.5em;
}

.glossary H2 A {
  font-size: 90%;
  color: #000;
  text-decoration: none;
  cursor: default;
}

.glossary_header {
  margin-bottom: 10px;
  text-align: center;
}

.glossary_header A {
  padding: 0 7px;
  font-size: 110%;
  font-weight: bold;
}

.glossary_header A.inactive {
  filter: alpha(opacity=40); -moz-opacity: 0.4; opacity: 0.4;
  cursor: default;
}

.glossary_description {
  padding: 5px;
  background-color: #DEDFE1;
  line-height: 1.2em;
}


/* Formulare */

.form_editable, .form_row {
  padding: 2px 0;
}

.option_vertical SPAN {
  display: block;
}

.form_vertical FIELDSET, .form_horizontal FIELDSET {
  border: 0px;
  padding: 0px;
  margin: 0px;
}

.form_vertical IMG, .form_horizontal IMG {
  margin-left: 5px;
  vertical-align: middle;
}

.fe_form_date_img {
  width: 16px;
  height: 16px;
  background-image: url(../uploads/Symbole/date.gif);
  margin-left: 5px;
  vertical-align: middle;
}


/* vertikales Formular (Labels über Felder) */

.form_vertical LABEL, .form_vertical LEGEND {
  display: block;
}

.form_vertical SPAN LABEL { /* Checkbox und Radio-Labels */
  display: inline;
}

.form_vertical INPUT[type="text"], .form_vertical TEXTAREA {
  float: left; /* wichtig für Text hinter dem Feld. */
  width: 100%;
  border: 1px solid #BBB;
}

.form_vertical SELECT {
  border: 1px solid #BBB;
}

.form_vertical .text_above {
  padding-bottom: 5px;
}

.form_vertical .text_below {
  padding: 5px 0;
}

.form_vertical .text_right {
  float: left;
  margin-left: 5px;
}

.form_vertical .label_text_more {
  font-weight: normal;
  font-size: 90%;
}

.form_vertical .bold {
  font-weight: bold;
}

.form_vertical LABEL IMG {
  vertical-align: middle;
}


/* horizontales Formular (Labels links neben Felder) */

.form_horizontal FIELDSET DIV {
  margin-left: 31%;
}

.form_horizontal LABEL, .form_horizontal LEGEND {
  float: left; 
  width: 30%;
  padding: 0px;
  margin: 0px;
}

.form_horizontal SPAN LABEL { /* Checkbox und Radio-Labels */
  float: none;
}

.form_horizontal INPUT[type="text"], .form_horizontal TEXTAREA {
  float: left; 
  width: 65%;
  border: 1px solid #BBB;
}

.form_horizontal INPUT[type="submit"], .form_horizontal INPUT[type="button"], .form_horizontal INPUT[type="reset"], .form_horizontal BUTTON {
  margin-left: 31%;
  border: 1px solid #BBB;
}

.form_horizontal SELECT {
  float: left; 
  border: 1px solid #BBB;
}

.form_horizontal .text_above {
  margin-left: 30%; 
  padding-bottom: 5px;
}

.form_horizontal .text_below {
  clear: left;
  margin-left: 30%; 
  padding: 5px 0;
}

.form_horizontal .text_right {
  float: left;
  margin-left: 5px;
}

.form_horizontal .label_text_more {
  float: left;
  font-weight: normal;
  font-size: 90%;
}

.form_horizontal .bold {
  font-weight: bold;
}

.form_horizontal LABEL IMG {
  vertical-align: middle;
}

.ui-widget-content TH {
  background-color: #FFF;
  font-weight: normal;
  padding: 3px 0;
}

.ui-datepicker { font-size: 80%; }

.ui-mobile img {
	max-width: 100%;
}

/* Tablesorter */

table.tablesorter {
	margin: 10px 0pt 15px;
	width: 100%;
	text-align: left;
  border-collapse: collapse;
  border: 1px solid #CCC;
	background-color: #FFF;
}
table.tablesorter thead tr th, table.tablesorter tfoot tr th {
	padding: 4px;
	background-color: #EFEFEF;
	border: 1px solid #CCC;
}
table.tablesorter thead tr .header {
	background-image: url(../module/tools/images/bg.png);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}
table.tablesorter tbody td {
	padding: 4px;
  border: 1px solid #CCC;
	vertical-align: top;
}
table.tablesorter tbody td a {
  color: #000;
}


/* Seitenauflistung */

.page_list {
  float: left;
  width: 250px;
  line-height: 1.5em;
}

.page_list IMG {
  float: left;
  margin-top: 7px;
}

.page_list A {
  display: block;
  margin-left: 16px;
  text-decoration: none;
}


/* Desktopvariante für mobile Links */

A.mobile_next {
  background-image: url(../uploads/Symbole/arrow_right.gif);
  background-repeat: no-repeat;
  background-position: right;
  padding-right: 16px;
}

A.mobile_prev {
  background-image: url(../uploads/Symbole/arrow_left.gif);
  background-repeat: no-repeat;
  background-position: left;
  padding-left: 16px;
}

A.mobile_up {
  background-image: url(../uploads/Symbole/arrow_top.gif);
  background-repeat: no-repeat;
  background-position: left;
  padding-left: 16px;
}

.container_content_module UL {
  list-style-type: none;
}

.container_content_module UL LI {
  margin-left: -40px;
}


A.mobile_list, .file_simplelist A { /* Verzeichnisauflistung */
	background-image: url(../uploads/Symbole/arrow_right.gif);
	background-repeat: no-repeat;
	background-position: left 4px;
  display: inline-block;
  padding-left: 16px;  
  margin-bottom: 7px;
}


/* Cookie Einstellungen */

#edit-cookieconsent-settings {
  margin: 10px 0 10px 265px;
  padding-top: 10px;
  border-top: 1px solid #c0c0c0;
  color: #005192;
  text-decoration: none;  
  text-align: right;
  font-size: 80%;
  font-weight: normal;
  cursor: pointer;
}


/* Suchergebnisse */

.search_title {
  font-weight: bold;
}

.search_desc {
  margin-top: 5px; 
  font-size: 90%;
}

.search_url {
  font-size: 80%;
  color: #666;
}

.search_matches {
  color: #666;  
}

.search_date {
  font-style: italic;
  font-size: 90%;
  color: #666;
}

.search_pager A {
  padding: 2px 5px;
  font-weight: bold;
}

.search_pager A.icon {
  color: #005192;
}

.search_pager A.active, .search_pager A:hover {
  background-color: #005192;
  color: #FFF;
}


/* Hinweis Layer */

.alert_note {
  display: none;
  margin: 10px 0;
  padding: 10px 10px 10px 40px;
  background-image: url(../uploads/Symbole/Infothek/icon-warning.png);
  background-position: 5px center;
  background-repeat: no-repeat;
  background-color: #FFE0E0;
  border: 1px solid #FFA8A8;
  color: #A60202;
}
