.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_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 ***/

.fcontent_container.border, .container_content_module.border {
  padding: 10px 10px 20px 10px;
  background-color: #FFF;
  border: 1px solid #E5E5E5;
}


.bx-wrapper {
  padding-bottom: 16px;
}

/* Pager */

.slider-pager {
  position: absolute;
  left: 1px;
  bottom: 1px;
  z-index: 1000;
}

.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 {
}

.bx-pager-current:hover, .pager-link:hover, .slider-pager .pager-active {
  background-color: #2D8A2A;
  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: #41414F;
  color: #FFF;
  text-decoration: none;
}


/* Vor-, Zurück-Buttons */

.slider-prev, .slider-next {
  position: absolute;
  bottom: 1px;
  z-index: 1000;
  text-indent: -999999px;
  width: 16px;
  height: 16px;
}

.slider-next {
  background: url(../uploads/Symbole/slider/next.png) no-repeat 0 -16px;
  right: 1px;
}

.slider-prev {
  background: url(../uploads/Symbole/slider/prev.png) no-repeat 0 -16px;
  right: 18px;
}

.slider-prev:hover, .slider-next:hover {
  background-position: 0 0;
  cursor: pointer;
}


/* Start/Stop Button */

.bx-auto, .bx-start {
  position: absolute;
  bottom: 0px;
  right: 34px;
  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.png);
  background-repeat: no-repeat;
  background-position: right;
  padding-right: 16px;
}

A.mobile_prev {
  background-image: url(../uploads/Symbole/arrow_left.png);
  background-repeat: no-repeat;
  background-position: left;
  padding-left: 16px;
}

A.mobile_up {
  background-image: url(../uploads/Symbole/arrow_top.png);
  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 {
  background-image: url(../uploads/Symbole/arrow_right.png);
  background-repeat: no-repeat;
  background-position: left 2px;
  padding-left: 16px;
  line-height: 1em;
  display: block;
  margin-bottom: 10px;
}


/* Verzeichnisauflistung */

.file_simplelist A {
	background-image: url(../uploads/Symbole/arrow_right.png);
	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;
  padding-top: 10px;
  /*border-top: 1px solid #c0c0c0;*/
  color: #005192;
  text-decoration: none;  
  text-align: center;
  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: #F00;
}

.search_pager A.active, .search_pager A:hover {
  background-color: #3C6FBE;
  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;
}


/*
Supersized - Fullscreen Slideshow jQuery Plugin
Version : 3.2.7
Site	: www.buildinternet.com/project/supersized
*/
/** { margin:0; padding:0; }*/
/*body { background:#111; height:100%; }*/
img { border:none; }
#supersized-loader { position:absolute; top:50%; left:50%; z-index:0; width:60px; height:60px; margin:-30px 0 0 -30px; text-indent:-999em; background:url(../module/tools/supersized/progress.gif) no-repeat center center;}
#supersized {  display:block; position:relative; left:0; top:0px; overflow:hidden; z-index:1; height:100%; width:100%; }
#supersized img { width:auto; height:auto; position:relative; display:none; outline:none; border:none; }
#supersized.speed img { -ms-interpolation-mode:nearest-neighbor; image-rendering: -moz-crisp-edges; }	/*Speed*/
#supersized.quality img { -ms-interpolation-mode:bicubic; image-rendering: optimizeQuality; }			/*Quality*/
#supersized li { display:block; list-style:none; z-index:-30; position:absolute; overflow:hidden; top:-3px; left:0; width:100%; height:100%; background:#111; }
#supersized a { width:100%; height:100%; display:block; }
#supersized li.prevslide { z-index:-20; }
#supersized li.activeslide { z-index:-10; }
#supersized li.image-loading { background:#111 url(../module/tools/supersized/img/progress.gif) no-repeat center center; width:100%; height:100%; }
#supersized li.image-loading img{ visibility:hidden; }
#supersized li.prevslide img, #supersized li.activeslide img{ display:inline; }
ul#supersized {margin: 0px;}

/* Tabs-Element */
.tab-container { padding-bottom: 10px; }
.tab-container UL LI { margin: 0 !important; }
.etabs { margin: 0; padding: 0; }
.etabs .tab { display: inline-block; zoom:1; *display:inline; background-color: #EEE; top: 1px; border: 1px solid #DDD; border-bottom: none; }
.etabs .tab a { line-height: 2em; display: block; padding: 0 10px; outline: none; }
.etabs .tab a:hover { background-color: #DDD; }
.etabs .tab.active { background-color: #FFF; padding-top: 6px; position: relative; border-color: #DDD; }
.etabs .tab a.active { font-weight: bold; }
.etabs .tab a.active:hover { background-color: transparent; }
.tab-container .panel-container { background-color: #FFF; border-top: 1px solid #DDD; padding: 10px 0; }