/*
 * 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;
	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(icon_link.gif) no-repeat left center;
  padding-left: 21px;
  margin-bottom: 2px; */
  display: inline;
  font-weight: bold;
  line-height: 1.5em;
}

#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(icon_link.gif) no-repeat left center;
  padding-left: 21px;
  margin-bottom: 2px;
  display: inline;
  font-weight: bold;
  line-height: 1.5em;
}

#page_body_main_content a.download,
#page_body_right_content a.download {
  background: url(icon_download.gif) no-repeat left center;
  padding-left: 21px;
  display: inline-block;
  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_right_content .textbox {
  width: 162px !important;
}

#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_HEAD #################################### */

#page_head #title_img{
  background: url(header_default.jpg) no-repeat top right;
  height: 212px;
  position: relative
}

#page_head #title_img #head_logo{
  position: absolute;
  top: 0;
  right: 19px;
}

#page_head #title_img #head_suche{
  position: absolute;
  bottom: 0;
  right: 0;
  background: url(suche_back.gif) no-repeat 12px bottom;
  width: 209px;
  height: 26px;
  font-size: 0.9em;
}

.msie6 #page_head #title_img #head_suche,
.msie7 #page_head #title_img #head_suche{
  right: -1px;
  background-position-x: 7px;
}

#page_head #title_img #head_suche form{
  position: absolute;
  bottom: 3px;
  right: 10px;
}

.msie6 #page_head #title_img #head_suche form,
.msie7 #page_head #title_img #head_suche form{
  bottom: 1px;
}

#page_head .ecke_ol{
	background:transparent url(header_ecke_default.gif) no-repeat left top;
	height:235px;
	width:82px;
	left: 0;
	top: 0;
	z-index: 10;
	position: absolute;
}

/* ###################################    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;
}

/* ################################    PAGE_BODY_RIGHT_CONTENT     ####################### */

#page_body_right_content h2{
	font-size: 1.1em;
	color: #E20020;
	margin: 7px 0 3px;
}

/* IMAGES */
#page_body_right_content img{
  margin: 0 0 5px 0;
  float: left;
}

/* LISTS */
#page_body_right_content ol {
  padding: 0;
  margin: 0 0 0 22px;
}

#page_body_right_content ul {
  padding: 0;
  /*margin: 0 0 0 18px;*/
}


/* TABLES */
#page_body_right_content .richtext table{
  font-size: 1em;
  margin: 0;
  padding: 0;
}


/* LISTS */
#page_body_right_content .richtext ol{
  margin: 0 0 0 22px;
  padding: 0;
}

#page_body_right_content .richtext ul{
  margin: 0 0 0 18px;
  padding: 0;
}

#page_body_right_content .bannertitle h1{
  background: none;
  color: #000;
  margin: 0;
  padding: 0px;
}

#page_body_right_content .textbox a:hover * {
  color: #E20020;
  text-decoration: underline;
}

#page_body_right_content .bannertitle{
  display: inline;
  margin: 0 0 0 7px;
}

#page_body_right_content a .bannertitle h1{
  color: #E20020;
}

#page_body_right_content .textbox p{
  padding-left: 7px;
}

/* ###############################       PAGE_FOOT         ############################### */


/* PAGE_FOOT  */
#page_foot{
  clear: both;
  text-align: center;
  width: 984px;
}

.msie6 #page_foot,
.msie7 #page_foot {
  top: -5px;
}

#page_foot a {
}

#page_foot a:hover,
#page_foot a:active {
}

#body_foot{
  position: relative;
  text-align: left;
  color: #cddbf6;
  font-size: 0.66em;
  width: 900px;
  margin: 0 auto 25px auto;
}

#body_foot a{
  color: #cddbf6;
  font-weight:bold;
}

/* ##################################### 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;
}

.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;
}

.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 {
  padding: 5px;
   width: 21em;
}

#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 7px;
}

.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;
}

span.pages { padding-right: 25px; }
