/*
 * stylesheet for sos-bildung.de
 * special content design
 * (c) www.wegewerk.com
 * wwEdit CMS (www.wwedit.de)
 * created: 20090612 mdt
 * lastmodified: 20090728 bms
 */

 .unselectable {
   -moz-user-select: none;
   -khtml-user-select: none;
   user-select: none;   
}

.msie .unselectable {
	behavior: url(ieUserSelectFix.htc);
}

/* ----------------------- */
/* - Spendenknopf RTEXT  - */
/* ----------------------- */
.donate_marginal .co_body{
	display: none;
} 

.donate_marginal a.img_link {
	background-image: none;
	width:   370px;
	height:  71px;
	display: block;
	border:  none;
} 

.donate_marginal a.img_link:hover img {
	display: none;
} 

.donate_marginal a.img_link:hover {
	background-image: url(/static/img/sos13/donate_now_hover.gif);
} 

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

/* Forms */
.wwe3_form_container{
 padding: 30px;
}

table.wwe3tbl {
    border-collapse: collapse;
}
/* Legends */
legend{
  font-weight: bold;
  margin: 5px 0 5px 0;
  padding: 0;
}

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


/* Infos und Titles */
.type_info{
  font-style: italic;
  padding-bottom: 5px;
  padding-top: 5px;
}

tr.form_title th{
  padding: 28px 0 13px 3px;
  font-size: 1.1em;
}

.title_container{
    font-weight: bold;
}


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

.label,
.widelabel,
select,
textarea {
  font-size: 1.1em;
  font-family: arial, sans-serif;
  padding: 2px;
  border-width: 0px;
  color: #fff;
  background: transparent url(/static/img/sos13/input_bg.png);
}

.msie6 .label,
.msie6 .widelabel,
.msie6 select,
.msie6 option,
.msie6 textarea {
  /*background: #fff;*/
  background: #458472;
  color: #fff;
}

.label, .widelabel
textarea {
        width: 15em;
}

select {
    width: 15.3em;
}

select.sel_date_y,
select.sel_date_m {
    width: 5em;
    margin-right: 5px;
}
select.sel_date_m {
    width: 7.5em;
}
.wwe3_form_container tr{
  line-height: 1.2em;
}

.disable_edit input:hover,
.bobby{
  color: #76c3a1;
}

option {
  color: #000;
}
input:hover,
input:focus,
input:active,
select:hover,
select:focus,
select:active,
textarea:hover,
textarea:focus,
textarea:active {
  color: #fff;
}

td.type_radio,
td.type_date,
td.type_select,
tr.form_label td {
    padding-top: 3px;
}

td.th_label {
    padding-left: 3px;
    vertical-align: middle;
}

/* Submit-Buttons */
.wwe_form_submit,
.wwe_form_submit_js_hover {

}

.msie6 .wwe_form_submit,
.msie6 .wwe_form_submit_js_hover {
	font-size: 0px;
}

.wwe_form_submit:hover,
.wwe_form_submit:focus,
.wwe_form_submit:active,
.wwe_form_submit_js_hover {

}


td.th_rpc_wait {
	color: #888;
}
/* Fehlertexte */

th.th_show_error,
td.th_show_error{
  color: #E4730A;
  font-weight: bold;
  padding-left: 63px;
  background: url(/static/img/sos13/spendentool/show_error_bg.png) no-repeat left center;
  height: 35px;
  vertical-align: middle;
}

.msie6 th.th_show_error,
.msie6 td.th_show_error{
  background: url(/static/img/sos13/spendentool/ie6/show_error_bg.gif) no-repeat left center;
}

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

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


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

/* --------- */
/* - LOGIN - */
/* --------- */
.login{
  margin-bottom: 0;
}

.login h2{

}

.login .login_label,
.login_status_login,
.login_name {

}

.login .label {

}

.submit_login,
.submit_login:hover,
.submit_login:focus,
.submit_login:active,
.submit_logout,
.submit_logout:hover,
.submit_logout:focus,
.submit_logout:active {
    background: url(/static/img/sos13/abmelden.png) no-repeat top left;
    width: 150px;
    height: 46px;
    color: transparent;
    cursor: pointer;
    margin-top: 15px;
    font-size: 0px;
    line-height: 0;
}

#page_head_title_content .submit_logout,
#page_head_title_content .submit_logout:hover,
#page_head_title_content .submit_logout:focus,
#page_head_title_content .submit_logout:active {
  font-size: 1em;
  line-height: 1.2em;
}

#page_body_main_content .submit_logout,
#page_body_main_content .submit_logout:hover,
#page_body_main_content .submit_logout:focus,
#page_body_main_content .submit_logout:active {
    font-size: 0;
    line-height: 0;
}

.submit_login,
.submit_login:hover,
.submit_login:focus,
.submit_login:active {
    background: url(/static/img/sos13/anmelden.png) no-repeat top left;
}

.msie6 .submit_login,
.msie6 .submit_login:hover,
.msie6 .submit_login:focus,
.msie6 .submit_login:active {
    background: url(/static/img/sos13/ie6/anmelden.gif) no-repeat top left;
}


.msie6 .submit_logout,
.msie6 .submit_logout:hover,
.msie6 .submit_logout:focus,
.msie6 .submit_logout:active {
    background: url(/static/img/sos13/ie6/abmelden.gif) no-repeat top left;
}


.login_status_error{
  color: #cc0000;
}

.login_status_logout{
  color: #00cc00;
}

.login_info{

}

.wwe3_form_reg_newsletter .wwe_form_submit,
.wwe3_form_reg_newsletter .wwe_form_submit_js_hover{
  background: url(/static/img/sos13/absenden.png) no-repeat;
  color: transparent;
  font-size: 0;
  line-height: 0;
  height: 46px;
  width: 143px;
  cursor: pointer;
}

.msie6 .wwe3_form_reg_newsletter .wwe_form_submit,
.msie6 .wwe3_form_reg_newsletter .wwe_form_submit_js_hover{
  background: url(/static/img/sos13/ie6/absenden.gif) no-repeat;
}


#page_head_title_content .submit_logout{
  background: none;
  color: #fea049;
  height: auto;
  width: auto;
  margin: 1em 0 0 0;
  font-weight: bold;
  padding: 0;
  font-family: arial, sans-serif;
  display: inline;
}

#page_head_title_content form.logout{
  position: relative;
  top: -1px;
}

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

.browsebutt_active,
.browsebutt{
  display: inline;
  margin-right: 5px;
}

.browsebutt_active .seperator,
.browsebutt .seperator {
  display: none;
}

.browsebutt_active{
  font-weight: bold;
}

.list_result{

}

.browse_list {
  display: block;
  margin-bottom: 22px;
  text-align: right;
  width: 419px;
  font-size: 1.1em;
}



/* ----------------- */
/* - Bildergalerie - */
/* ----------------- */
.img_gallery{
	position: relative;
	height: 450px !inportant;
	overflow: hidden;
}

.img_gallery .preview{
  text-align: center;
}

.img_gallery .thumb_preview img{

}

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

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

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

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



/* --------- */
/* - VIDEO - */
/* --------- */
.video_container {
	margin-top: 15px;
}
.flashvideo .video_content{
  position: relative;
  background: transparent url(/static/img/sos13/video_rahmen.png) no-repeat top left;
  padding:10px 25px 10px 11px;
  float: left;
}

#page_body_right_content .flashvideo .video_content {
	background-image: none;
	padding:0;
}

.msie6 .flashvideo .video_content{
  height: 1%;
  background: transparent url(/static/img/sos13/ie6/video_rahmen.gif) no-repeat top left;
}

.flashvideo .overlay_background,
.flashvideo .overlay{
  position: absolute;
  bottom: 20px;
  right: 0;
  left: 0;
}

.flashvideo .overlay_background{
  background-color: #fff;
  opacity: 0.6;
  height: 55px;
  z-index: 1;
  -khtml-opacity: 0.6; /* fuer alte Konquerors & Safaris */
  -moz-opacity: 0.6;   /* fuer alte Mozillas */
}

.msie .flashvideo .overlay_background {
    filter: alpha(opacity=60);
}

.msie6 .flashvideo .overlay_background {
    width: 480px;
}

.mac.firefox .flashvideo .overlay_background {
    background: url(/static/img/##### DOMAINGROUP #####/overlay.png);
	opacity: 1;
}

.flashvideo .overlay {
  z-index: 2;
  padding: 10px;
}

.supporterlistphoto {
	position: relative;
}

.supporterlistphoto .richtext {
	position: absolute;
	top: -424px;
}
.supporterlistphoto .supporter_detail {
      background: transparent url(/static/img/sos13/supporter_detail_border.png) no-repeat top left;
      float: left;
      width: 264px;
      height: 154px;
      padding: 10px 15px 15px;
}

.msie6 .supporterlistphoto .supporter_detail {
      background: transparent url(/static/img/sos13/ie6/supporter_detail_border.gif) no-repeat top left;
}

.supporterlistphoto .supporter_detail iframe {
    width: 264px;
    height: 146px;
}

.msie .supporterlistphoto .supporter_detail iframe{
  background : url(/static/img/sos13/ie6/bg_iframe.jpg) no-repeat;
}

.supporterlistphoto ul.supporters {
    height: 389px;
    width: 477px;
}

.supporterlistphoto .supporter_list {
    float: right;
    background: transparent url(/static/img/sos13/supporter_border.png) no-repeat top left;
    width: 484px;
    height: 442px;
    padding: 16px;
    margin-right: 10px;
}

.msie6 .supporterlistphoto .supporter_list {
    background: transparent url(/static/img/sos13/ie6/supporter_border.gif) no-repeat top left;
}
.supporterlistphoto .supporters li {
    background:transparent url(/static/img/sos13/bildrahmen_klein_1.png) no-repeat scroll 0 0;
    float:left;
    height:58px;
    margin:0 1px 1px 0;
    padding:3px 0 0 3px;
    width:48px;
}

.supporters li.don {
    background:transparent url(/static/img/sos13/bildrahmen_klein_2.png) no-repeat scroll 0 0;
}

.msie6 .supporterlistphoto .supporters li {
    background:transparent url(/static/img/sos13/ie6/bildrahmen_klein_1.gif) no-repeat scroll 0 0;
}
.msie6 .supporters li.don {
    background:transparent url(/static/img/sos13/ie6/bildrahmen_klein_2.gif) no-repeat scroll 0 0;
}

.supporterlistphoto .pages {
    display: none;
}

.supporterlistphoto .subjects_list {
  display: block;
  padding: 6px 0;
  text-align: left;
  width: 419px;
}

.supporterlistphoto .subjects_list label {
    padding-left: 18px;
    margin-left: 4px;
}

.supporterlistphoto .subjects_list label.nofilter_label {
    padding-left: 0;
}

.msie .supporterlistphoto .richtext li a,
.msie .supporterlistphoto .richtext li a:visited,
.msie8 .supporterlistphoto .richtext li a,
.msie8 .supporterlistphoto .richtext li a:visited{
  display: block;
  font-weight: normal;
}

.msie .supporterlistphoto .richtext li .cufon,
.msie8 .supporterlistphoto .richtext li .cufon{
  display: none;
}

.msie .supporterlistphoto .richtext li a .cufon,
.msie8 .supporterlistphoto .richtext li a .cufon{
  display: inline;
}

label.don_label,
label.sos13_spende_label {
    background:transparent url(/static/img/sos13/muenzen.png) no-repeat left center;
}

.msie6 label.don_label,
.msie6  label.sos13_spende_label {
    background:transparent url(/static/img/sos13/ie6/muenzen.gif) no-repeat left center;
}

label.stu_label,
label.sos13_support_label {
    background:transparent url(/static/img/sos13/herz.png) no-repeat left center;
}
.msie6 label.stu_label,
.msie6 label.sos13_support_label {
    background:transparent url(/static/img/sos13/ie6/herz.gif) no-repeat left center;
}

.supporterlistphoto li {
    list-style-type:none;
}

.supporterlistphoto .richtext {
    display:block;
    float:left;
    padding:35px 0 0 0;
    width:287px;
}

.supporterlistphoto .richtext p{
    padding-left: 8px;
}

div.hr,
.supporterlistphoto .richtext hr {
    height: 5px;
    background:transparent url(/static/img/sos13/hr_strich.png) no-repeat left center;
    margin: 15px 0;
}

.msie6 div.hr,
.msie6 .supporterlistphoto .richtext hr {
    background:transparent url(/static/img/sos13/ie6/hr_strich.gif) no-repeat left center;
    border: 0px;

}

.supporterlistphoto .richtext ul {
    padding-left: 8px;
    overflow: hidden;
}

.supporterlistphoto .richtext li {
    clear: both;
    padding-bottom: 20px;
    vertical-align: bottom;
}

.supporterlistphoto .richtext li img {
    float: left;
    margin-right: 10px;
}
.supporterlistphoto .font_nl {
	font-size: 1.3em;
}

#page_foot_foot_content_right h2,
#page_foot_foot_content h2,
.poll h2,
.supporterlistphoto h2 {
    background:transparent url(/static/img/sos13/feat_unterstrich_1.png) no-repeat left bottom;
    padding-bottom: 1px;
    margin-bottom: 10px;
}

.msie6 #page_foot_foot_content_right h2,
.msie6 #page_foot_foot_content h2,
.msie6 .poll h2,
.msie6 .supporterlistphoto h2 {
    background:transparent url(/static/img/sos13/ie6/feat_unterstrich_1.gif) no-repeat left bottom !important;
}

#page_body_foot .supporterlistphoto .supporter_list {
      background: transparent;
      width: 210px;
      height: 132px;
      padding: 0;
      margin-right: 0;
}
#page_body_foot .supporterlistphoto .supporters li {
    width: 210px;
}

#page_body_foot .supporterlistphoto .subjects_list {
    display: none;
}

#page_body_foot .supporterlistphoto .richtext {
    padding:0;
    width:210px;
}
#page_body_foot .supporterlistphoto ul.supporters {
    height: 100%;
    width: 100%;
}
#page_body_foot .supporterlistphoto ul.supporters img{
    margin-right: 15px;
    float: left;
}

#page_body_foot .supporterlistphoto ul.supporters p {
    margin-top: 10px;
}

#page_body_foot a {
    font-weight: normal;
    padding-left: 25px;
    background: transparent url(/static/img/sos13/link_pfeil.png) no-repeat top left;
    display: block;
}

.msie6 #page_body_foot a {
    background: transparent url(/static/img/sos13/ie6/link_pfeil.gif) no-repeat top left;
}

.kingsize_image .img_container {
    margin: 0;
}


/* --------- */
/* - Poll  - */
/* --------- */
.poll .answer .poll_container,
.poll .answer img {
	float: left;
	margin-right: 5px;
}
.poll .answer img {
    border: 1px solid #fff;
}
.poll .answer .poll_container {
    width: 138px;
    float: left
}
.poll .answer .count {
    float: right;
}

.poll .results {
	width: 201px;
}
.poll .results li {
	display: block;
	clear: both;
	list-style-type: none;
	height: 24px;
}

.msie .poll .results li,
.msie8 .poll .results li {
	height: 21px;
}

.poll .poll_bar {
    background: transparent url(/static/img/sos13/poll_balken.png) no-repeat center left;
    height: 16px;
}

.msie6 .poll .poll_bar {
    background: transparent url(/static/img/sos13/ie6/poll_balken.gif) no-repeat center left;
}

#page_body_main_container_full .poll {
	position: relative;
	top: -175px;
	left: 8px;
	margin-bottom: -85px;
}

.poll ol {
	display: block;
	width: 275px;
	overflow: hidden;
}

.poll ol a {
	display: block;
	padding-bottom: 8px !important;
    padding-left:8px !important;
    width: 40px;
    overflow: hidden;
    position: relative;
}
.poll ol li {
    display: block;
    width: 41px;
    overflow: hidden;
}

.poll ol a img {
    position: relative;
    left: -8px;
}
.poll ol a:hover img {
    left: -52px;
}

.crm_s_supportedit {
    padding: 30px;
}



.ldap_create .wwe_form_submit,
.ldap_create .wwe_form_submit_js_hover {
    background: url(/static/img/sos13/registrieren.png) no-repeat top left;
    width: 168px;
    height: 46px;
    color: transparent;
    cursor: pointer;
    margin: 15px 0 0 50px;
    font-size: 0;
    line-height: 0;

}

.msie6 .ldap_create .wwe_form_submit,
.msie6 .ldap_create .wwe_form_submit_js_hover {
    background: url(/static/img/sos13/ie6/registrieren.gif) no-repeat top left;
}
.co_effect_carousel .extra_link {
	display: none;
}

.jcarousel-container-vertical {
    width: 187px;
    padding: 0 0 50px 0;
	height: 550px;
    position: relative;
}

.jcarousel-clip {
    z-index: 2;
    padding: 0;
    margin: 0;
    overflow: hidden;
    position: relative;
}

.jcarousel-list {
    z-index: 1;
    overflow: hidden;
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
}

.jcarousel-list li,
.jcarousel-item {
    float: left;
    list-style: none;
    width: 187px;
    height: 170px;
}



.jcarousel-clip-vertical {
    width: 187px;
    height: 500px;
}


.jcarousel-item-vertical {
    margin-bottom: 10px;
}

.jcarousel-item-placeholder {
    background: transparent;
}

.jcarousel-next {
    z-index: 3;
    display: none;
}

.jcarousel-prev {
    z-index: 3;
    display: none;
}

/**
 *  Vertical Buttons
 */
.jcarousel-next-vertical {
    position: absolute;
    bottom: 0;
    left: 43px;
    width: 41px;
    height: 23px;
    cursor: pointer;
    background: transparent url(/static/img/sos13/pfeil_unten_formular.gif) no-repeat 0 0;
}


.jcarousel-prev-vertical {
    position: absolute;
    bottom: 40px;
    left: 43px;
    width: 41px;
    height: 23px;
    cursor: pointer;
    background: transparent url(/static/img/sos13/pfeil_oben_formular.gif) no-repeat 0 0;
}

.content_object.fb_download {
    background: url("http://sos13-test.wegewerk.org/static/img/sos13/fb_bg_big.gif") no-repeat scroll 0 0 transparent;
    padding: 10px;
}
.content_object.fb_download td {
    padding: 10px;
}
.content_object.fb_download a {
	color: #333;
}
