/*
 * stylesheet for wir-thueringen.de
 * special content design
 * (c) www.wegewerk.com
 * created:      20100208 rbf
 * lastmodified: 20100222 bms
 */


/* ----------------------- */
/* - FORMULARE-ALLGEMEIN - */
/* ----------------------- */

/* Forms */
.wwe3_form_container {
 border-top: 1px solid #C8C8C8;
 border-bottom: 1px solid #C8C8C8;
 padding: 10px 12px;
}


/* 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-top: 1px solid #C8C8C8;
}

.type_confirm_check .richtext {
    margin-left:30px;
}
.type_confirm_check input {
    float: left;
    margin: 0em;
}


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

.label,
.widelabel,
select,
textarea {
  font-size: 1em;
  font-family: arial, sans-serif;
  padding: 2px 2px 2px 4px;
  border: 1px solid #b2b2b2;
  color: #000;
  background: #fff url("/static/img/tmwat10/input_bg.png") no-repeat top left;
}

.bobby{
  color: #666;
}

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


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


/* Submit-Buttons */


.wwe_form_submit,
.wwe_form_submit_js_hover {
  font-size: 1.2em;
  font-weight: bold;
  padding: 6px 6px 6px 6px;
  float: left;
  cursor: pointer;
  background-color: #CCCCCC;
}


.wwe_form_submit:hover,
.wwe_form_submit:focus,
.wwe_form_submit:active,
.wwe_form_submit_js_hover {
  border: 0;
  background-color: #B3B3B3;
}


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

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

.msg_positive,
.proc_state_message {
  border: 2px solid #3A6CB8;
}

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


/* --------------- */
/* - SMALLSEARCH - */
/* --------------- */
.smallsearch h2{
  position: absolute;
  top: -1000px;
}

.smallsearch .search_text{
  width: 180px;
}

.smallsearch .wwe_form_submit{
  position: relative;
  top: 4px;
  margin-left: 2px;
  padding: 0;
  float: none;


}

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


/* Full Search */




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

.browse_list_container {
margin-bottom: 1em;
font-size: 1.3em;
}

.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;
}

.browsebutt_active span{
  background: #C20016;
  color: white;
  padding: 0 .4em;
}


.browsebutt_active span.browsebutt_sep {
  background: white;
  color: black;
  padding: 0px;
  font-weight: normal;
}

.list_result{
display: block;
margin-bottom: 1em;
}

.browse_list {
  display: block;
}


/* Search Results */

.searchlist ul.resultlist {
  list-style: none;
}

.searchlist .browselist li {
  margin-bottom: 2em;
}

.searchlist .resultlist li {
  padding: 1em 0;
  border-top: 1px solid #cdcdcd;
}

.searchlist .resultlist li.last {
  border-bottom: 1px solid #cdcdcd;
}

.searchlist .resultlist h3{
  font-size: 1.6em;
  margin-bottom: 6px;
  line-height: 1.15em;
}

.searchlist li h3 a,
.searchlist li h3 a:visited,
.searchlist li h3 a:hover,
.searchlist li h3 a:active{
  color: #000;
}

.searchlist li p.description {
  margin-bottom: .3em;
}


/* ----------- */
/* - SITEMAP - */
/* ----------- */
.sitemap_container {

}

.sitemap_container a {

}

.sitemap_container ul {
  list-style: none;
}

.sitemap_container li a{

}

.sitemap_container li li a{

}







/* BlockUI & Forms in BlockUI  */

#ajax_load_window {
  font-size: .85em;
  cursor: auto;
  min-height: 270px;
}

#ajax_load_window .wwe3_form_container {
  text-align: left;
  padding: 30px 45px 10px 45px;
  border: 0;
}

#ajax_load_window .wwe3_form_container h2 {
font-size: 2.2em;
font-weight: normal;
color: #C20016;
}


#ajax_load_window .wwe3_form_container .type_info{
  color: #666;
  line-height: 1.2em;
  margin-bottom: 10px;
  margin-top: 10px;
  padding-bottom: 20px;
}

#ajax_load_window .wwe3_form_container .type_info #field_6 {
margin-top: 10px;
}

/* make signup or cancel big */
#ajax_load_window .wwe3_form_reg_newsletter .rnl_action{
  font-size: 1.4em;
  text-align: center;
  padding-bottom: 15px !important;
  display: none; /* turn off for now */
}

#ajax_load_window td.th_label{
  width: 115px;
}

#ajax_load_window select{
  width: 320px;
}

#ajax_load_window .label{
  width: 310px;
  padding-left: 6px;
}

#ajax_load_window td.type_radio input{
  display: block;
  float: left;
}

#ajax_load_window td.type_radio label{
  display: block;
  padding-left: 20px;
  position: relative;
  line-height: 1em;
}

#ajax_load_window .wwe3_form_reg_newsletter .rnl_action,
#ajax_load_window .wwe3_form_reg_newsletter .rnl_version{
  display: none;
}

/* move email warning text a bit down, more specific here cause text at top of form is also type_info */
#ajax_load_window .supp_mail_info .type_info {
padding-top: 8px;
padding-bottom: 12px;
font-weight: bold;
}


#ajax_load_window .wwe_form_submit,
#ajax_load_window .wwe_form_submit_js_hover{
  color: white;
  font-size: 1.2em;
  font-weight: bold;
  padding: 6px 6px 6px 45px;
  background: #C20016 url(/static/img/tmwat10/icn_go_newsletter.png) no-repeat 6px 6px;
  float: left;
  cursor: pointer;
}

#ajax_load_window .wwe_form_submit:hover,
#ajax_load_window .wwe_form_submit_js_hover{
  border: none;
}

#ajax_load_window .wait{
  position: absolute;
  top: 17px;
  left: 50%;
}

#ajax_load_window_top {
background:  #C20016 url(/static/img/tmwat10/wir_logo_small.png) no-repeat 45px 10px;
}

#ajax_load_window .control{
  height: 77px;
}

#ajax_load_window .cancel:hover{
  cursor: pointer;
}

#ajax_load_window .cancel img {
  float: right;
  padding: 16px;
}





/* confirmation checkbox */

#ajax_load_window .wwe3_form_container td.type_confirm_check {
padding-top: 10px;
padding-bottom: 10px;
}

#ajax_load_window .wwe3_form_container td.type_confirm_check input{
  position: relative;
  top: 2px;
}
#ajax_load_window td.type_confirm_check p {
/*
  position: relative;
  top: 5px;
*/
}

/* Edition Tools Block */

#page_body_right_content .tmwat10_edition_tools {
background: none;
font-size: 1.2em;
border-top: 1px solid #C8C8C8;
border-bottom: 1px solid #C8C8C8;
padding-top: 12px;
/*padding-bottom: 12px; */
}

#page_body_right_content .tmwat10_edition_tools .co_body {
padding-bottom: 0;
}

#page_body_right_content .tmwat10_edition_tools ul {
list-style: none;
}

#page_body_right_content .tmwat10_edition_tools li {

margin-bottom: 5px;
}

#page_body_right_content .tmwat10_edition_tools li.last {
margin-bottom: 0px;
}

#page_body_right_content .tmwat10_edition_tools li a,
#page_body_right_content .tmwat10_edition_tools li a:visited,
#page_body_right_content .tmwat10_edition_tools li a:hover,
#page_body_right_content .tmwat10_edition_tools li a:active
{
color: #333;
padding-left: 60px;
display: block;
height: 46px;
}

/* edition tools icons */

#page_body_right_content .tmwat10_edition_tools li.et_edition_pdf a {
background: white url(/static/img/tmwat10/icn_edition_tools_pdf.gif) no-repeat 0px 0px;
}

#page_body_right_content .tmwat10_edition_tools li.et_pdf_archive a {
background: white url(/static/img/tmwat10/icn_edition_tools_pdf_archive.gif) no-repeat 0px 0px;
}

#page_body_right_content .tmwat10_edition_tools li.et_newsletter_signup a {
background: white url(/static/img/tmwat10/icn_edition_tools_nlsignup.gif) no-repeat 0px 0px;
}


/* Kontakt Formular */

/* same width on all elements */
.wwe3_mail_form input,
.wwe3_mail_form textarea  {
width: 300px;
}

/* except the submit button */
.wwe3_mail_form input.wwe_form_submit {
width: auto;
}
/* Event list @ /service/termine/ */

.eventlist .browse_list_container {
margin-top: 10px;
}


/* red text is annoying */
.eventlist table.list_table td a,
.eventlist table.list_table td a:visited
 {
color: #333;
}

.eventlist table.list_table td {
padding: 5px;
}

.eventlist table.list_table td.td_event {
padding-left: 20px;
}

.eventlist table.list_table tr.even {
background: #E8E8E8;
}

.eventlist table.list_table tr.hover {
background: #CDDFFA;
}
/* events single */

.show_event .wwe3_styled th,
.show_event .wwe3_styled td {
padding: 5px;
}

.show_event .wwe3_styled th {
width: 175px;
}
