/*
 * stylesheet for ############ DGB-Jugend ###############
 * main_navigation
 * (c) www.wegewerk.com
 * created: 20070504 asz
 * customized: 20070829 mdt
 */

/* #################################################### */
/* ############    CONTENT DESIGN    ################## */
/* #################################################### */


/* CONTENT_OBJECTS */

.content_object {
  display: inline;
}

.toplink{
    float:right;
    font-size: 0.9em;
}

h2 .toplink{
    float:right;
    font-size: 0.6em;
}

/* workaround unioncms-bug */
h2 br,
h1 br {
  display: none;
}

#page_body_left .content_object,
#page_head_content_head .content_object {
  margin: 0;
}

.caption {
  background-color: #cddbf6;
  text-align: right;
  line-height: 2em;
  padding-right: 15px;
}

table,
td,
th {
  font-size: 1em;
}
table {
    border-collapse: collapse;
    width: 100%;
}
td {
    padding: 3px 3px 3px 0;
    /*width: 33%*/
}

/* PAGELIST */
.pagelist{
  margin: 0 0 20px 0px;
}

.pagelist ul{
  margin: 0 5px 5px 0px;
  padding: 0;
  list-style: none;
}

.pagelist li{
  margin: 0 0 2px 0;
  padding: 0;
}

.pagelist h2 {
  margin: 0 0 20px 0;
}

.pagelist ul h2 {
  margin: 0;
}

.pagelist .path{
  display: none;
}

#page_body_main_content a.intern,
#page_body_main_content a.extern,
#page_body_right_content a.intern,
#page_body_right_content a.extern {
  background: url(link.gif) no-repeat left center;
  padding-left: 12px;
  display: inline;
  font-weight: bold;
}

#page_body_main_content strong a,
#page_body_main_content a strong,
#page_body_right_content strong a,
#page_body_right_content a strong  {
  background: url(link.gif) no-repeat left center;
  padding-left: 12px;
  display: inline;
  font-weight: bold;
}

#page_body_main_content a.download,
#page_body_right_content a.download {
  background: url(link.gif) no-repeat left center;
  padding-left: 12px;
  display: inline;
  font-weight: bold;
}

.richtext a.intern,
.richtext a.extern,
.richtext a.intern,
.richtext a.extern {
  background: none;
  padding: 0;
}

.textbox {
  background-color: #EAEBE5;
  padding-top: 1px;
  text-align: left;
}


#page_body_main_content .textbox {
  /*width: 397px !important;*/
}

#page_body_main_content .textbox .h1wrapper{
  margin-bottom: 12px;
}

.textbox img{
  float: none;
  margin: 0;
  margin-top: 5px;
}

#page_body_right .toplink,
.content_object_first .toplink{
    display:none;
}

.downloadtype {
  color: #CC011E;
 font-weight: normal;
}

ul.toc {
  list-style-type: none;
  list-style-position: inside;
}


/* ###################################    PAGE_BODY_MAIN     ################################### */


/* ###############################      PAGE_BODY_MAIN_CONTENT       ########################## */

#page_body_main_content .content_object .section {
  padding-top: 23px;
  margin-top: 13px;
  background: url(hatch_small.gif) no-repeat top left;
}

#page_body_main_content .content_object_last{
  padding-bottom: 23px;
  background: url(hatch_small.gif) no-repeat bottom left;
  display: block;
}

#page_body_main_content .content_object_first .section {
  padding-top: 0px;
  background: none;
}

.msie6 #page_body_main_content .content_object,
.msie7 #page_body_main_content .content_object {
  padding-bottom: 20px;
  margin-bottom: 25px;
}

/* IMAGES */
#page_body_main_content img {
  float: left;
  margin: 0 10px 12px 0;
}


/* LISTS */
#page_body_main_content ol {
  padding: 0;
  margin: 0 0 0 30px;
}

#page_body_main_content ul {
  padding: 0;
}



/* ##################################### Formulare #################################### */

.label,
.wwe_form_submit,
.wwe_form_submit_js_hover,
select,
textarea {
    background-color:#FFF;
    border:1px solid #C8C7C4;
    color: #000;
    font-size: 1em;
    font-family: Verdana, Arial, sans-serif;
}
select{
  width: 200px;
}

.wwe_form_submit,
.wwe_form_submit_js_hover,
.form_submit{
    background-color:#FFF;
    border:1px solid #C8C7C4;
    color: #93918A;
    display:inline;
    font-weight:bold;
    padding:0 4px;
}

.bobby {
  color: #93918A
}

.label,
select,
textarea {
    padding:1px 0 1px 3px;
}

.survey_results .label {
    padding-top: 2px;
}

.survey_results table{
  font-size: .9em;
}

.msie6 input,
.msie7 input {
    padding:2px 0 1px 1px;
}

.msie6 .wwe_form_submit,
.msie6 .wwe_form_submit_js_hover,
.msie7 .wwe_form_submit,
.msie6 .form_submit,
.msie7 .form_submit {
    padding:0px 0 0px 1px;
}

.wwe_form_submit:hover,
.wwe_form_submit:focus,
.wwe_form_submit_js_hover,
.form_submit:hover,
.form_submit:focus {
    background-color:#E20020;
    border:1px solid #E20020;
    color:#FFF;
}

.form_submit {
    font-size: 0.95em;
    font-family:Verdana,Arial,sans-serif;
}

.th_show_error label{
  color: #E20020;
  font-weight: bold;
}

/* ###################### Seitenlisten #################### */

.pagelist td,
.pagelist table {
    height: 1%;
}

.pagelist tr.even,
.even, .form_even {
  background-color: #F1F1F1;
}

.pagelist tr.odd,
.odd, .form_odd {
  background-color: #fff;
}

.pagelist tr.odd td
{
  border: none;
}

.survey_results tr {
  background-color: transparent;
}

.survey_results tr.odd td,
.survey_results tr.even td,
.survey_results th {
  border-bottom: 1px solid #C8C7C4;
  vertical-align: top;
}

.survey_results tr.last td {
  border-bottom: none;
}

.survey_results th {
    background-color: #F1F1F1;
}

.survey_results td.detail {
    width: 1%;
}
.label_suffix {
  display:block;
}

/* Praktikabewertung */

.th_label, .td_field {
   /*width: 21em;*/
   width: 200px;
}

#dgb_praktikabewertung tr.fna_text td {
  display: block;
}

#dgb_praktikabewertung tr.fna_text td.td_field iframe {
   /*width: 50em;*/
}

.msie #dgb_praktikabewertung tr.fna_text td.td_field iframe {
  position: absolute;
}

.msie #dgb_praktikabewertung .wwe3tbl {
  /*width: 572px;*/
}

.msie #dgb_praktikabewertung tr.fna_text .th_label,
.msie #dgb_praktikabewertung tr.fna_text .td_field {
  position: relative;
}

.msie #dgb_praktikabewertung tr.fna_text .wwe3tbl tr {
  height: 4em;
}

.msie #dgb_praktikabewertung tr.fna_text .th_label,
.msie #dgb_praktikabewertung tr.fna_text .th_show_error {
  /*width: 335px;*/
  padding-top: 5px;
}

.msie #dgb_praktikabewertung tr.fna_text .td_field {
  top: 2em;
  left: 0px;
  padding-bottom: 2em;
}

.msie #dgb_praktikabewertung .wwe_form_submit,
.msie #dgb_praktikabewertung .wwe_form_submit_js_hover {
  margin-top: 0;
}

.msie #dgb_praktikabewertung tr.fna_text .td_field textarea {
  margin-top: 0.9em;
}

th.title {
  padding-top: 10px;
}

.form_first th.title{
  padding-top: 0px;
}

fieldset {
  border: none;
  padding: 0;
  margin: 0;
}

#form_search_generic #sp_gen_info1_0,
#form_search_generic legend {
    display: none;
}

.searchlist ul li { list-style-type: none; }

.form_title {
  background-color: transparent !important;
}

.form_title .title_container {
  padding: 2px 12px 2px 0;
}

.browse_list_alphabetic {
  list-style-type:none;
}
.browse_list_alphabetic li {
  display:inline;
}
.browse_list_alphabetic a{
  background: transparent !important;
  padding-left: 0 !important;
}

.pagelist  {
  position: relative;
  top: 0;
}

.pollbar {
    height:20px;
    position:relative;
    width:70px;
}

.msie6 .pagelist .pollbar {
    top: 41px;
}

.pollbar img {
    margin: 0 2px 0 0 !important;
}

.pollbar .hilight {
    left:0pt;
    position:absolute;
    top:0pt;
}

.browse_list,
.list_result,
.wwe3_browsebutt,
.wwe3_browsebutt_active {
  display: inline;
}

.browse_pages {
  float:right;
}

.browse_background {
  border-top: 1px solid #C8C7C4;
  padding: 2px;
  line-height: 1.3em;
}

.browse_background div.cell{
    width: 8em;
    float: left;
}

.survey_results form select,
.survey_results form .label{
  width: 123px;
}
