/* INPUT ELEMENTE */
.label,
.widelabel,
select,
textarea {
  border: 1px solid #919095;
  padding: 1px 2px 1px 2px;
  color: #5e5e5e;
  font-size: .9em;
}

.label[disabled] {
  border: 0;
  color: #5e5e5e;
}

textarea {
  font-family: verdana, arial, sans-serif;
}

input:focus,
input:hover,
input:active,
select:focus,
select:hover,
select:active,
textarea:focus,
textarea:hover,
textarea:active {
  background-color: #F8F8F8;
}

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

.size2 {
  width: 30px !important;
}

.size4 {
  width: 70px !important;
}

.wwe3_styled th {
  vertical-align: top;
  text-align: left;
}

/* ### SUBMIT-BUTTONS ### */

a.button,
.wwe_form_submit,
.wwe_form_submit_js_hover {
  color: #fff;
  font-weight: bold !important;
  padding: 1px 4px 1px 4px;
  background-color: #d60606;
  font-size: .83em;
}

a.button {
  position: relative;
  top: 10px;
}

a.button, /* wirklich alle Browser. */
.msie .wwe_form_submit,
.msie .wwe_form_submit_js_hover {
  padding: 3px 4px 2px 4px;
}

a.button:hover,
a.button:active,
a.button:focus,
.wwe_form_submit:hover,
.wwe_form_submit:active,
.wwe_form_submit:focus,
.wwe_form_submit_js_hover {
  cursor: pointer;
  color: #fff;
  background-color: #505050 !important;
  text-decoration: none;
}


/* ### FEHLERTEXTE ### */
table.wwe3tbl th.th_show_error,
table.wwe3tbl td.th_show_error,
table.wwe3tbl th.warning,
div.show_error {
  color:  #cc0001;
  font-weight: bold;
  margin: 20px 0 20px 0;
}

p.message,
p.positive_message {
  margin: 20px 0 20px 0;
  color:  #cc0001;
  font-weight: bold;
}


/* ### Formularrendering allgemein ### */

#page_body_main_content .wwe3_form_container{
  width: 402px;
  overflow: hidden;
}

.msie #page_body_main_content .wwe_form_submit,
.msie #page_body_main_content .wwe_form_submit_js_hover{
    padding: 3px 2px 2px 2px;
    font-size: 0.77em;
}

.title_container{
  border-top: 1px solid #d7d7d7;
  border-bottom: 1px solid #d7d7d7;
  text-align: left;
  padding: 3px 0 2px 0;
}

.wwe3_form_container table.wwe3tbl .bobby{
  color: #908f94;
  background-color: #F8F8F8;
}

.wwe3_form_container table.wwe3tbl input:focus,
.wwe3_form_container table.wwe3tbl input:hover,
.wwe3_form_container table.wwe3tbl input:active,
.wwe3_form_container table.wwe3tbl select:focus,
.wwe3_form_container table.wwe3tbl select:hover,
.wwe3_form_container table.wwe3tbl select:active,
.wwe3_form_container table.wwe3tbl textarea:focus,
.wwe3_form_container table.wwe3tbl textarea:hover,
.wwe3_form_container table.wwe3tbl textarea:active {
  background-color: #fff;
}

.wwe3_form_container table.wwe3tbl{
  border-bottom: 1px solid #d7d7d7;
  padding-bottom: 20px;
}

.wwe3_form_container .wwe3tbl .label,
.wwe3_form_container .wwe3tbl .widelabel,
.wwe3_form_container .wwe3tbl textarea{
  width: 230px;
}

.wwe3_form_container .wwe3tbl select{
  width: 235px;
}

.wwe3_form_container .wwe3tbl select.sel_date_d,
.wwe3_form_container .wwe3tbl select.sel_date_m_numeric{
  width: 40px;
}

.th_label{
  width: 172px;
}

.th_label label{
  padding-right: 5px;
}

.wwe3_form_container .wwe3tbl select.sel_date_y{
  width: 60px;
}

.wwe3_form_container .wwe3tbl td{
  padding: 5px 0 5px 0;
}

.form_text1000 td,
.form_date td{
  padding-top: 5px;
}

th.title{
  padding: 15px 0 10px;
}


.type_confirm_check input {
  float: left;
}

.type_confirm_check .richtext {
  padding-left: 35px;
  margin: 0 !important;
}

.type_confirm_check .richtext p {
  margin: 0 !important;
}



/* ### LOGIN ### */
.login{
  margin-top: 8px;
  margin-bottom: 0 !important;
  color: #cc0001;
  width: 346px;
}

.msie6 .login{
  width: 343px;
}

.login legend,
.login label{
  display: none;
}

.msie6 .login #password{
  padding: 2px 2px 1px 2px;
}


.login h2{
  color: #3c3a3b;
  font-size: 1em;
  margin-bottom: 7px;
}

.login h2.logged_in{
  margin-bottom: 0px;
  font-weight: normal;
}

.login .access_info{
  color: #3b3b3b;
}

.login .access_info img{
  position:relative;
  top: 1px;
}

.msie .login .access_info img{
 top: -1px;
}

.login input{
  margin-top: 4px;
}

.login .login_fail{
  position:absolute;
  top: 0;
  left: auto;
  padding: 5px 0 5px 0;
  display: block;
  text-align: center;
  font-weight: bold;
  color: #cc0001;
}

/* ### SMALLSEARCH ### */

.smallsearch legend,
.smallsearch label{
  display: none;
}

.smallsearch .label{
  width: 100px;
}

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

.msie6 .smallsearch .wwe_form_submit,
.msie7 .smallsearch .wwe_form_submit,
.msie6 .smallsearch .wwe_form_submit_js_hover {
  width: 48px;
}

.wwe3_form_container legend{
  font-size: 1.3em;
  font-weight: bold;
  margin-bottom: 14px;
}


/* ### SEARCH_GENERIC ### */

#form_search_generic{
  margin-bottom: 0;
}

#form_search_generic .th_label,
#form_search_generic .th_show_error{
  display: none;
}

#form_search_generic .wwe_form_submit,
#form_search_generic .wwe_form_submit_js_hover{
  position: relative;
  top: -3.6em;
  left: 13.5em;
}

.msie #form_search_generic .wwe_form_submit,
.msie #form_search_generic .wwe_form_submit_js_hover{
  position: relative;
  top: -4.1em;
  left: 14.5em;
}

#form_search_generic .type_info{
  padding-bottom: 8px;
}

#form_search_generic .label{
  width: 125px;
}

#form_search_generic table.wwe3tbl{
  border: none;
  padding: 0;
}

.sp_autoand,
.sp_mode{
  display: none;
}

.relevance{
  display: none;
}

.list_result{
  margin-bottom: 5px;
}

.browse_list{
  border-top: 1px solid #d7d7d7;
  padding: 3px 0 3px 0;
  font-size: 0.75em;
}

.browse_list li
{
  font-size: 1.333em;
}

/*.msie7 .browse_list
{
    background-color: #DDDDEE;
}*/ /* laedt der das css ueberhaupt? */

.msie7 .browse_list li
{
  font-size: 1.2em;
}


.wwe3_browsebutt,
.wwe3_browsebutt_active{
  display: inline;
}

.wwe3_browsebutt a{
  font-weight: normal !important;
}

.wwe3_browsebutt_active{
  font-weight: bold;
}

.wwe3_browsebutt_sep{
  font-weight: normal;
}

.path{
  margin: 5px 0 5px 0;
  font-size: 0.83em;
}

.path a{
  font-weight: normal !important;
}

.path_prefix,
.description_prefix{
  float: left;
  margin-right: 5px;
}


/* ### MAIL_FORM ### */
#wwe3_mail_form .mail_subject .label{
  width: 230px !important;
}

/* ### BECOME_MEMBER ### */
tr.mail_info3_ngg td.th_label{
  font-weight: bold;
}

/* ### SITEMAP ### */

#body_main_content_sitemap a{
  font-weight: normal !important;
  color: #444444;
  display: block;
  border-bottom: 1px solid #fff;
}

#body_main_content_sitemap ul.level_1 li a{
  background-image: url(/static/img/ngg28/nav_bg.gif);
  background-repeat: repeat-x;
  border-bottom: 1px solid #fff;
}

#body_main_content_sitemap ul.level_1 li a:hover{
  background-image: url(/static/img/ngg28/nav_bg_hover.gif);
  background-color: transparent;
}

#body_main_content_sitemap ul.level_2 li a{
  background-image: none !important;
}

#body_main_content_sitemap ul.level_2 li a:hover{
  background-image: none !important;
  background-color: #cc0001;
}


#body_main_content_sitemap ul.level_2 li.xhtml_official a{
  background-image: url(/static/img/ngg28_icons/icon_official.gif);
  background-repeat: no-repeat;
  background-position: 383px 5px;
}

#body_main_content_sitemap ul.level_2 li.xhtml_official a:hover,
#body_main_content_sitemap ul.level_2 li.xhtml_official a:focus,
#body_main_content_sitemap ul.level_2 li.xhtml_official a:active{
  background-image: url(/static/img/ngg28_icons/icon_official_active.gif);
  background-position: 382px 4px;
}

#body_main_content_sitemap ul.level_2 li.xhtml_member a{
  background-image: url(/static/img/ngg28_icons/icon_member.gif);
  background-repeat: no-repeat;
  background-position: 383px 5px;
}

#body_main_content_sitemap ul.level_2 li.xhtml_member a:hover,
#body_main_content_sitemap ul.level_2 li.xhtml_member a:focus,
#body_main_content_sitemap ul.level_2 li.xhtml_member a:active{
  background-image: url(/static/img/ngg28_icons/icon_member_active.gif);
  background-position: 382px 4px;
}


#body_main_content_sitemap a:hover,
#body_main_content_sitemap a:focus,
#body_main_content_sitemap a:active{
  text-decoration: none;
  background-color: #d60508;
  color: #fff;
  font-weight: bold !important;
}

#body_main_content_sitemap ul{
  list-style-type: none;
}

.msie6 #body_main_content_sitemap ul{
  height: 1%;
}

#body_main_content_sitemap ul.level_1 a{
  padding: 8px 0 8px 8px;
}

#body_main_content_sitemap ul.level_2 a{
  padding: 2px 0 2px 8px;
}

#body_main_content_sitemap ul.level_2{
  background-color: #fde1b2;
}

#body_main_content_sitemap ul.level_2 a{
  padding-left: 16px;
}

#body_main_content_sitemap ul.level_3{
  background-color: #dfdfdf;
}

#body_main_content_sitemap ul.level_3 a{
  padding-left: 24px;
}

#body_main_content_sitemap ul.level_4{
  background-color: #f1f1f1;
}

#body_main_content_sitemap ul.level_4 a{
  padding-left: 32px;
}

#body_main_content_sitemap ul.level_5 a{
  padding-left: 40px;
}

#body_main_content_sitemap ul.level_6 a{
  padding-left: 48px;
}


/* Bildergalerie */
#page_body_main_content .img_gallery .preview {
  text-align: center;
  padding-bottom: 75px;
}

#page_body_main_content .img_gallery .preview img {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 7px !important;
}

#page_body_main_content .img_gallery .thumb_preview {
  width: 408px;
  overflow: hidden;
}

#page_body_main_content .img_gallery .thumb_preview img {
  margin: 0 6px 6px 0 !important;
  float: none;
  border: 1px solid #c00;
  padding: 1px;
  width: 92px;
}

#page_body_main_content .img_gallery .thumb_preview a {
  text-decoration: none;
  display: block;
  float: left;
}

#page_body_main_content .img_gallery .diashow_controls {
  text-align: center;
  margin-bottom: 20px;
}

#page_body_main_content .img_gallery .diashow_controls img {
  vertical-align: text-top;
  margin: 0 3px;
}

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

.ajax_wait {
  display: none;
}

/* --------------- */
/* - Flash-Video - */
/* --------------- */
.flash .richtext{
 background-color: #efefef;
 font-size: .83em;
 padding: 3px 8px;
 line-height: 1.3em;
}

/* Leistungsrechner */

.ngg_leistungsrechner h3 {
  font-size: 14px;
}
.ngg_leistungsrechner td,
.ngg_leistungsrechner th {
  padding: 5px;
  background: #FDE1B2;
}

.ngg_leistungsrechner th {
    font-weight: bold;
    font-size: 0.9em;
}

.ngg_leistungsrechner th.middle {
    text-align: left;
}
.ngg_leistungsrechner td.number {
  text-align: right;
}

.ngg_leistungsrechner input.brutto {
  font-size: 17px;
  height: 20px;
  width: 7ex;
}

.ngg_leistungsrechner .submit {
  padding: 4px;
  height: 24px;
  color: #fff;
  font-weight: bold;
  background-color: #d60606;
}

.ngg_leistungsrechner .submit_small {
  padding: 2px;
  height: 18px;
  font-size: 0.9em;
}

.ngg_leistungsrechner .submit_hover {
  cursor: pointer;
  color: #fff;
  background-color: #505050;
}

.ngg_leistungsrechner .result {
  border-top: 1px solid #5E5E5E;
  margin-top: 2em;
  padding-top: 0.5em;
}

.ngg_leistungsrechner a {
  text-decoration: underline;
}

.ngg_leistungsrechner a:hover {
  text-decoration: none;
}

#page_body_left_content #link_youtube {
  display:none;
}




#link_youtube a{
  background: url(/static/img/ngg28/ngg_youtube.gif) no-repeat 5px 3px;
  display: block;
  height: 33px;
  width: 60px;
  border-left: 1px solid #FFFFFF;
  overflow: hidden;
  float: left;
}

#link_twitter a {
  background: url(/static/img/ngg28/ngg_twitter.gif) no-repeat 0 3px;
  display: block;
  height: 33px;
  width: 36px;
  overflow:hidden;
  float: left;
}

#link_facebook a {
  background: url(/static/img/ngg28/ngg_facebook.gif) no-repeat 0 3px;
  display: block;
  height: 33px;
  width: 33px;
  overflow:hidden;
}


/* Terminanzeige */

.wwe3_styled th {
  padding-right: 15px;
}

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

.wwe3_styled tr.event_location th,
.wwe3_styled tr.event_location td {
	padding-top: 10px;
	padding-bottom: 10px;
}

/* User Approvals */
.bu_approval {
  font-size: 100.1%;
  font-family: Verdana, sans-serif;
  color: #505050;
  font-size: 0.83em;
}

.bu_approval .radio input {
  float: left;
  clear: both;
  margin-bottom: 10px;
}

.bu_approval .radio label {
  float: right;
  display: block;
  width: 420px;
}


/*** ab hier hier wwSupport, ags 14.04.2011 ***/

.supporterlist table
{
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
}

.supporterlist th a
{
    color: #ffffff;
}

.supporterlist th
{
    border-left: 1px solid #ffffff;
    background-color: #D60606;
    color: #FFEC00;
}

.supporterlist th.name
{
    border-left: 0;
}

.supporterlist td
{
    padding-left: 0px;
}



/* Kalender */


.calendar .co_body {
  border-top: 1px solid #9e9ea0;
  background: #fef6df;
}

.calendar table {
  width: 100%;
  border-collapse: collapse;
}

.calendar .monthselection th,
.calendar .weekdays th {
  padding: 3px 0;
}

.calendar .cal_next span,
.calendar .cal_prev span {
  display: none;
}

.calendar .cal_next a {
  background: url(/static/img/ngg28/intranet_calendar_next.gif) no-repeat center 5px;
  padding: 3px 9px 3px 9px;
}

.calendar .cal_prev a {
  background: url(/static/img/ngg28/intranet_calendar_prev.gif) no-repeat center 5px;
  padding: 3px 9px 3px 9px;
}

.msie .cal_prev a,
.msie .cal_next a {
  height: 18px;
  width: 18px;
  padding: 0;
  display: inline-block;
}

.calendar .weekdays th {
  background: #fdb320;
  border: 1px solid #fef6df;
}

.calendar td span,
.calendar td a,
.calendar td a:visited {
  display: block;
  padding: 5px 3px 5px 1px;
  width: 19px;
  height: 12px;
  margin: auto;
  text-align: center;
}

.calendar td a,
.calendar td a:visited {
  background: #fdb320;
  color: #505050;
}

.calendar td a:hover,
.calendar td a:focus,
.calendar td a:active {
  outline: none;
}

.calendar td.weekend span,
.calendar td.weekend a,
.calendar td.weekend a:visited {
  color: #ED9803;
}

.calendar td.today span,
.calendar td.today a,
.calendar td.today a:visited {
  border: 1px solid #9e9ea0;
  padding: 4px 2px 4px 0;
}


.calendar .eventday {
  padding: 7px;
  border-top: 1px solid #9e9ea0;
}

.calendar .eventday ul {
  list-style-type: none;
}

.calendar .eventday li {
  padding: 4px 0 2px 0;
}

.calendar .eventday .ngg-termin a,
.calendar .eventday .ngg-termin a:visited {
  color: #cc0001 !important;
}

