/* ----------------------- */
/* - REZEPTE RATING      - */
/* ----------------------- */

#page_body_right_content .rating_img_bar {
    position: relative;
    left: 27px;
    width: 120px;
    height: 24px;
    overflow: visible;
}

#page_body_right_content .rating_img_bar .hilight {
    position: absolute;
    float: left;
    top:0;
}

.msie6 #page_body_right_content .rating_img_bar .hilight {
    position: relative;
    clear: both;
    float: left;
    top:-24px;
}

#page_body_right_content .rating .answers {
    padding-left: 1em;
    padding-right: 1em;
    padding-top: 1em;
    list-style: none;
}

#page_body_right_content .rating .answers li {
    padding-bottom: 0.5em;
}

.msie6 #page_body_right_content .rating .answers li {
    padding-bottom: 0;
}

#page_body_right_content .rating .answers label {
    float: left;
}

#page_body_right_content .rating .answers input {
    float: right;
}

#page_body_main_content .rating_img_bar {
    position: relative;
    float: left;
}

#page_body_main_content .rating_img_bar .hilight {
    position: absolute;
    top:0;
}
.msie6 #page_body_main_content .rating_img_bar .hilight {
    position: relative;
    clear: both;
    float: left;
    top:-15px;
}

#page_body_main_content .pagelist .teaser_author {
    font-size: 0.7em;
    color: #999;
    padding-top: 0.3em;
}
/* ----------------------- */
/* - FORMULARE-ALLGEMEIN - */
/* ----------------------- */

/* Legends */
legend{
  font-weight: bold;
  margin: 5px 0 5px 0;
  padding: 0;
}

.msie legend{
  margin-left: -7px;
}

/* Infos und Titles */
.form_info,
.type_info{
  font-style: italic;
}

tr.form_title th{
  padding: 15px 0;
}

.title_container{
  border-bottom: 1px solid #dc2b19;
  color: #dc2b19;
}


/* Input Elemente */
label {
  padding-right: 10px;
}

.label,
.widelabel,
select,
textarea {
  font-size: 1em;
  font-family: arial, sans-serif;
  padding: 1px 2px;
  border: 1px solid #abaaa5;
  color: #000;
}

textarea {
  width: 230px;
}

/*
.wwe3_form_container tr{
  line-height: 1.9em;
}*/

.wwe3_form_container .th_label {
  padding-top: 6px;
}

.wwe3_form_container .td_field {
  padding-top: 4px;
}

.bobby{
  border: 1px solid #abaaa5;
  color: #abaaa5;
}

input:hover,
input:focus,
input:active,
select:hover,
select:focus,
select:active,
textarea:hover,
textarea:focus,
textarea:active {
  color: #000;
  border: 1px solid #000;
}


/* Submit-Buttons */
.wwe_form_submit,
.wwe_form_submit_js_hover {
  background-color: #dc2b19;
  color: #fff;
  font-weight: bold;
  padding-bottom: 2px;
  cursor: pointer;
}

.msie .wwe_form_submit {
  padding-bottom: 0;
}

.wwe_form_submit:hover,
.wwe_form_submit:focus,
.wwe_form_submit:active,
.wwe_form_submit_js_hover {
  color: #fff;
  border: 0;
}


/* Fehlertexte */
th.th_show_error,
td.th_show_error{
  color: #dc2b19;
  font-weight: bold;
}

.message {
   margin-top: 20px;
}

.msg_positive,
.msg_misc,
.proc_state_message {
  font-weight: bold;
  padding: 10px;
  margin-bottom: 20px;
}

.msg_positive,
.proc_state_message {
  border: 1px solid #EA7900;
}

.msg_misc{
  border: 1px solid #cc0000;
}

/* Suchoptionen */
.sp_autoand{
  display: none;
}

/* ------------------------ */
/* - kleines Suchformular - */
/* ------------------------ */

#page_body_right_content .smallsearch {
  border-bottom: 2px solid #fff;
  margin-bottom: 0;
}

.smallsearch label{
  position: absolute;
  left: -10000px;
}

.smallsearch .label {
  width: 110px;
  margin-right: 9px;
}

.msie .smallsearch .label {
  width: 100px;
}


/* --------------- */
/* - BROWSE-LIST - */
/* --------------- */

.browse_background{
  margin: 20px 0 0 0;
  border: 1px solid #000;
  border-bottom: 0;
  padding: 10px 12px;
}

.browsebutt{
  display: inline;
}

.browsebutt_active{
  display: inline;
  font-weight: bold;
}

.list_result{

}

.browse_list {
  display: block;
}



.resultlist {
  list-style-type: none;
}

.resultlist h2,
.resultlist h3 {
  font-size: 1em !important;
  font-weight: normal;
  margin-top: 20px;
}

.resultlist h2 a,
.resultlist h3 a {
  background: url(/static/img/fdst14/arrow_right.gif) left 3px no-repeat;
  padding-left: 16px;
  text-decoration: none;
}

.resultlist p.description {
  margin-top: 2px !important;
}

.search_hit {
  font-weight: bold;
}


/* ----------------- */
/* - Bildergalerie - */
/* ----------------- */
.img_gallery .preview{
  text-align: left;
  margin-top: -5px;
}
.img_gallery .detail_preview {
	text-align: center;
}

.img_gallery .thumb_preview{
  padding-left: 3px;
  width: 356px;
  overflow: hidden;
}

.img_gallery .thumb_preview a{
  display: block;
  float: left;
  margin-right: 5px;
  margin-bottom: 5px;
  text-align: center;
  height: 64px;
  width: 64px;
  border: 1px solid #abaaa5;
}

.img_gallery .thumb_preview a img{
  padding: 2px;
}

.img_gallery .thumb_preview a:hover{
  border: 1px solid #d12414;
}

.img_gallery .diashow_controls {
 text-align: center;
 padding-bottom: 10px;
}

.img_gallery .diashow_controls img {
  float: none;
  padding: 0px 3px 0 3px;
  border: none;
}

.img_gallery .diashow_controls img:hover {
  cursor: pointer;
}

.img_gallery .slideshow {
  margin-left: 20px;
}

.img_gallery .caption{
	background-color:#F9F5EA;
	font-size:0.9em;
	margin:0 !important;
	padding:2px 0;
	text-indent: 10px;
	display: block
}



/* ----------- */
/* - SITEMAP - */
/* ----------- */
#body_main_content_sitemap {
  margin-top: 20px;
}

#body_main_content_sitemap a {
  text-decoration: none;
}

#body_main_content_sitemap ul {
  list-style: none;
}

#body_main_content_sitemap ul ul {
  margin: 5px 0 0 20px;
}

#body_main_content_sitemap li {
  margin-bottom: 5px;
}

#body_main_content_sitemap li a{
  font-weight: bold;
  font-size: 1.2em;
  color: #fff;
  background: #dc2b19;
  display: block;
  padding: 2px 5px;
}

#body_main_content_sitemap li li a{
  font-size: 1em;
  display: inline;
  color: #dc2b19;
  background: none !important;
}

#body_main_content_sitemap li li li a{
  font-weight: normal;
}

/* Farben */

#body_main_content_sitemap .stiftung a {
  background-color: #ea7900;
}

#body_main_content_sitemap .reha a {
  background-color: #989900;
}

#body_main_content_sitemap .touristik a {
  background-color: #005077;
}

#body_main_content_sitemap .bildung a {
  background-color: #990033;
}

/* ---------- */
/* - TICKER - */
/* ---------- */



.ticker_panel {
  width: 50px;
  float: left;
  padding: 6px 0 0 9px;
}

.ticker_panel a{
  padding: 3px
}

.ticker_panel .play{
  display: none;
}

.ticker_content ul{
  list-style-type: none;
}

.stopped ul{
  list-style-type: disc !important;
  margin-left: 5px;
}

.stopped li{
  margin-bottom: 5px;
}

.ticker_content_container{
  margin-left: 40px;
  position: relative;
}


/* standard effekt */

.ticker_v2 {
  position: relative;
  background: #f9f5ea;
  margin: 0;
}

.ticker_container_default .ticker_content_container{
  width: 698px;
  line-height: 2em;
  height: 2em;
  overflow: hidden;
  background: #f9f5ea;
}

.msie6 .ticker_container_default .ticker_content_container{
  width: 690px;
}

.ticker_container_default .stopped{
  height: auto;
  width: 698px;
  z-index: 100;
}

.ticker_container_default .stopped ul{
  margin-left: 25px !important;
}

.satellite_map .view {
  width: 355px;
  height: 355px;
  overflow: hidden;
}

.satellite_map .view a:hover,
.satellite_map .view a:focus,
.satellite_map .view a:active {
  background-color: transparent;
}

.teaser_fdst14-immobilie li {
	list-style-type: none;
	padding-bottom: 1em;
}
.teaser_fdst14-immobilie li strong{
    display: block;
}

.teaser_fdst14-immobilie ul {
	padding-left: 0;
    overflow: visible;
}

p.immo_barrierefrei {
	background: url(/static/img/fdst14/icons/ic_barrierefrei.gif) no-repeat;
	font-weight: bold;
	padding-left: 37px;
}

/***************/
/* Glossarlist */
/***************/

.glossar h2 {
border-bottom:2px solid #9A9901;
font-size: 1.1em;
padding-bottom:3px;
color:#9A9901;
}

.glossar ul {
list-style: none;
background: white;

}

.glossar li {
margin: .4em;
font-size: 0.95em;
}

#page_body_left_content .glossar ul {
max-height: 250px;
overflow: auto;
border: 1px solid #BFBFBF;
}

.glossar .browse_list {
margin: 1em;
}

.glossar .browse_list li {
float: left;
margin: 3px;
}

#page_body_main_content .glossar .list {
clear: both;
padding-top: 2em;
margin: 1em;
}


/***************/
/* NL-REG-FORM */
/***************/

#page_body_right_content .wwe3_form_reg_newsletter .form_title_newsletter a{
  background: url(/static/img/fdst14/arrow_down.jpg) no-repeat center left;
  padding-left: 15px;
  display: block;
  margin-bottom: 3px;
}

#page_body_right_content .wwe3_form_reg_newsletter .rnl_action,
#page_body_right_content .wwe3_form_reg_newsletter label{
  display: none;
}

#page_body_right_content .wwe3_form_reg_newsletter .label{
  width: 170px;
  padding-left: 4px;
}

.wwe3_form_reg_newsletter .radio{
  position: relative;
  top: 3px;
}

#page_body_right_content .wwe3_form_reg_newsletter select{
  width: 178px;
  padding: 1px 0;
}


#page_body_right_content .wwe3_form_reg_newsletter .rnl_version label{
  display: inline;
}

/* CAPTCHA */

.type_captcha a{
  display: block;
}

.type_captcha img{
  float: left;
  margin: 0 5px 10px 0;
}

.type_captcha label{
  clear: both;
  display: block;
  font-weight: bold;
}

ul.pariah_words{
  padding-top: 7px;
}

ul.pariah_words li{
  display: block;
  float: left;
  list-style-type: none;
  padding-right: 5px;
  padding-bottom: 5px;
  cursor: pointer;
  color: #dc2b19;
  text-decoration: underline;
}

.linklist.soclinks {
    border-bottom: 9px solid #fff;
    padding-top: 1px !important;
    padding-left: 22px !important;
}
.linklist.soclinks ul {
    list-style-type: none;
}

.linklist.soclinks li {
    display: block;
    float: left;
    margin-right: 5px;
}
