﻿/* StyleSheets */
/* Spaltenbreiten in  %: 22%|28%|28%|22%, Überlappung bei Navigation links 20% */
/* Spaltenbreiten bei B=960px: 211px|269px|269px|211px, Überlappung 42px */
/* Höhe obere Navigation: 132px, Höhe linke Navigation min.: 290px */
/*Hintergrund: #faf9f3*/
/*orange [k]: #e28e21*/
/*grün: #99cc44*/
/*blau Fläche: #006baa*/
/*blau Linie: #0033aa*/
/*blau [b]: #83c3dd*/
/*blau hell statt [b]: #9acaed*/
html {background-color:#faf9f3;}
body {
 background-color:#faf9f3;
 color:#000000;
 text-align:center;
 padding:auto;
 margin:0px;
 font-family: Arial, Helvetica, sans-serif;
 font-size:12px;
 /*min-height:707px;*/
 overflow:scroll
}
/* #### Anfang Container #### */
#website {
 margin:auto;
 width:960px;
 background-color:#faf9f3;
}
/* Menü oben */
#menu_top {
 width:960px;
 height:103px; /*30(oben) + 73(t1-t4) = 135 - 32(nav_ref)*/
 text-align:left;
 margin:0px;
 padding-top:30px;
}
#menu_t1, #menu_t2, #menu_t3, #menu_t4 {
 height:73px;
 float:left;
 padding-left:0px;
}
#menu_t1 {
 border-left:1px solid #faf9f3;
 text-align:left;
 padding-bottom:2px;
}
#menu_t2, #menu_t3, #menu_t4 {
 border-left:1px solid #999999; /*#0033aa;*/ /*#006baa;*/
}
#menu_t1, #menu_t4 {
 width:210px;
}
#menu_t2, #menu_t3 {
 width:268px;
}
#menu_t4 {
 text-align:right;
}
#nav_ref {
 width:749px; /*960-211px=749;*/
 height:24px; /*32-8px*/
 clear:both;
 padding-left:211px;
 padding-top:8px;
 font-size:11px;
}
/* Startseite freie Flächen links und rechts */
#cont_start_l, #cont_start_r {
  width:211px;
    height:290px;
    float:left;
    background-color:#faf9f3;
}
/* Menü links */
#menu_left {
 width:211px; /*211 - 58 + 58px*/
}
#menu_left_start {
 width:269px; /*211 + 58px*/
}
#menu_left, #menu_left_start {
 height:290px; 
 /*clear:both;*/
 float:left;
 padding-left:30px;
 /*border-left:30px solid #83c3dd;*/
 background-color:#006baa;
 background-image:url(/hornemann/images/figure_01.jpg); /*/hornemann_RD/images/figure_01.jpg*/
 background-repeat:no-repeat;
 color:#ffffff;
 text-align:left;
}
/* umfassender Container für Inhalte mittig und rechts */
#content {
 width:719px; /*2x 269 - 30 + 211*/
 min-height:290px;
 float:left;
 margin:0px;
 padding:0px;
 /*border:1px solid #ff0000;*/
}
/* umfassender Container für Inhalte mittig und rechts (Startseite) */
#cont_m_r {
 width:960px; /*2x 269 + 211 = 749*/
 min-height:132px;
 float:left;
 /*margin-left:211px;*/
 background-color:#faf9f3;
 text-align:left;
}
div.cont_aktuell {
 width:239px;
 float:left; 
 margin-right:30px;
 margin-top:9px;/*4px*/
 margin-bottom:6px; 
}
/* umfassender Container für Inhalte mittig und rechts (E-Publication) */
#cont_epubl_suche {
 width:699px;
 margin:0px;
 padding-left:20px;
 text-align:left;
 clear:both;
}
/* umfassender Container für Inhalte mittig und rechts (Publikationen) */
div.cont_publikationen {
 width:699px;
 margin:0px;
 padding:0px 0px 0px 20px;
 text-align:left;
 vertical-align:top;
 clear:both;
}
div.cont_publik_img {
  width:211px;
  float:right;
    margin-right:0px;
    padding:0px 0px 24px 0px;
    text-align:right;
    vertical-align:top;
}
div.cont_publik_img_top {
    width:211px;
    height:10px;
  float:right;
    border-top:10px solid #9acaed; /*#83c3dd;*/
    padding:0px;
}
/* Inhaltsbereich mittig */
div.cont_main {
 width:468px; /*2x 269 - 2x 20 - 30*/
 min-height:285px; /*290 - 5*/
 float:left;
 background-color:#faf9f3;
 text-align:left;
 padding:5px 20px 0px 20px;
}
div.cont_main_l, div.cont_main_r {
 float:left; 
 text-align:left;
 /*border:1px solid #999999;*/
}
div.cont_main_l {
 width:219px; /*205 - 30 - 20 = 155 */
 padding:0px 0px 1px 20px;
}
div.cont_main_r {
 width:229px;
 padding:0px 20px 1px 20px;
 overflow:hidden;
}
/* Inhaltsbereich rechts */
/* cont_right mit farbigem Balken oben */
/* cont_right_top ohne farbige Balken oben */
/* cont_right_bg_img mit Hintergrundbild innerhalb von cont_right_top */
div.cont_right, div.cont_right_top, div.cont_right_bg_img {
 width:211px;
 float:left;
 text-align:left;
 background-color:#faf9f3;
}
div.cont_right {
 min-height:280px; /*290 - 10*/
 border-top:10px solid #9acaed; /*#83c3dd;*/
}
div.cont_right_bg_img {
 height:280px; /*290 - 10*/
 min-height:280px; /*290 - 10*/
 background-image:url(/hornemann/images/figure_02.jpg); /*/hornemann_RD/images/figure_02.jpg*/
 background-repeat:no-repeat;
 margin-bottom:0px;
 padding-top:10px;
 /*padding-bottom:10px;*/
}
div.cont_right_stripe {
 margin:0px;
 padding:0px;
 border-top:10px solid #9acaed; /*#83c3dd*/
}
/* #### Ende Container #### */
/* #### Beginn Textdefinitionen #### */
/* Darstellung für Menue oben */
#menu_t1 ul, #menu_t2 ul, #menu_t3 ul, #menu_t4 ul {
 margin:0px;
 padding-left:10px;
 list-style-type:none;
 font-size:11px;
 font-variant:small-caps;
 letter-spacing:0.1em;
 vertical-align:middle;
 font-weight:normal;
}
#menu_t2 ul ul {
 margin:0px;
 padding-left:10px;
 list-style-type:none;
 font-size:11px;
 font-variant:small-caps;
 letter-spacing:0.1em;
 vertical-align:middle;
 font-weight:normal;
}
li.menu_o1_li_act {
  /*margin-left:3px;
  padding:0px;*/
    /*list-style-type:disc; */
  /*list-style-type:none;*/
  font-variant:normal;
  font-weight:bold; 
  color:#484848; /*#787878;*/
    vertical-align:middle;
}
li.menu_o2_li_act {
  /*margin-left:0px;
  padding:0px;*/
  /*list-style-type:disc;  */  
  /*list-style-type:none;*/
  font-variant:normal;
  font-weight:bold;  
    color:#484848; /*#787878;*/
    vertical-align:middle;
}
/* Logos oben links und rechts*/
#menu_t1 img.img_hi {
 border:medium none;
 margin-left:53px; /*35px;*/
 margin-top:2px;
 width:100px;
 height:25px;
}
#menu_t1 img.img_sonne {
 border:medium none;
 margin-left:75px; /*82px*/
 margin-bottom:4px;
 height:50px;
 width:50px;
}
#menu_t1 *.text_hi {
 float:left;
 margin-top:3px;
 letter-spacing:4px;
 font-size:11px;
 color:#222222; /*#333333*/
 font-family:Arial,Helvetica,sans-serif;
 font-weight:bold;
 white-space:nowrap;
}
#menu_t4 img.img_hawk {
 border:medium none;
 /*margin-left:60px;*/ /*42px;*/
 margin-top:4px;
 margin-right:2px;
 height:24px; /*33*/
 /*width:71px;*/ /*93*/
}
/* Darstellung für Navigation oben */
a.navo, #nav_ref a {
 color:#444444;
 font-family: Arial,Helvetica,sans-serif;
 font-size:12px;
 text-decoration:none;
}
a.navo:hover, #nav_ref a:hover {
  color:#0033aa;
    /*background-color:#006baa;*/
    border-bottom:1px solid #0033aa;
}
a.navoact {
 color:#484848; /*#787878;*/
 font-family: Arial,Helvetica,sans-serif;
 font-size:12px;
 text-decoration:none;
 font-weight:bold;
 /*font-size:10px;*/
}
/* Darstellung für Menue links */
ul.menu_l_ul {
 margin-top:14px;
 margin-left:8px;
 padding:0px 10px;
 list-style-type:none;
 font-size:14px;
 font-weight:bold;
}
ul.menu_l_ul2 {
 margin-left:0px;
 padding:0px 8px;
 list-style-type:none;
 font-size:12px;
 font-weight:bold;
}
/* Darstellung für Navigation links */
ul.menu_l_ul li {
 margin-top:6px; /*7px;*/
}
ul.menu_l_ul2 li {
 margin-top:3px;
}
li.navact  {
    list-style-type:disc;
    vertical-align:middle;    
}
li.navact2  {
    list-style-type:disc;
}
a.nav {
 font-family:Arial, Helvetica, sans-serif;
}
a.nav:link, a.nav:visited, a.nav:active {
 color:#ffffff;
 background-color:#006baa;
 text-decoration:none;
}
a.nav:hover {
 color:#006baa;
 background-color:#ffffff;
 text-decoration:none;
 border-bottom:1px solid #006baa;
}
/* Schriften Inhaltsbereich mittig und rechts*/
h1 {
 font-family: Arial, Helvetica, sans-serif;
 font-size:14px;
 font-weight:bold;
}
h2, h3, th {
 font-family: Arial, Helvetica, sans-serif;
 font-size:12px;
 font-weight:bold;
}
p, td, div.content h1, div.content h2, div.content h3, div.content p
div.cont_main h1, div.cont_main h2, div.cont_main h3, 
div.cont_main p, div.cont_main li, div.cont_main a, 
div.cont_right h1, div.cont_right h2, div.cont_right p, 
div.cont_right_top h1, div.cont_right_top h2, div.cont_right_top p, 
div.cont_aktuell h1, div.cont_aktuell h2, div.cont_aktuell h3, div.cont_aktuell p,
div.cont_publikationen h1, div.cont_publikationen h2, div.cont_publikationen p,
#cont_epubl_suche h2, #cont_epubl_suche p, 
legend, label, td {
 font-family: Arial, Helvetica, sans-serif;
 font-size:12px;
}
div.cont_main h1, div.cont_right h1, div.cont_aktuell h1, div.cont_publikationen h1 {
 margin-top:8px;
 margin-bottom:6px;
 font-size:14px;
 font-weight:bold;
}
div.cont_right h2, div.cont_right_top h2, div.cont_aktuell h2, div.cont_aktuell h3 {
 margin-top:2px;
 margin-bottom:0px;
 font-size:12px;
 font-weight:bold;
}
div.cont_main h2, div.cont_publikationen h2 {
 margin-top:6px; 
 margin-bottom:6px; 
 font-size:12px;
 font-weight:bold;
 clear:both;
}
div.cont_main h2.aktuell_h2 {
 margin-top:12px; 
 margin-bottom:6px; 
}
div.cont_main h3, div.cont_publikationen h3 {
 margin-top:12px; 
 margin-bottom:6px; 
 /*font-size:12px;
 font-weight:bold;
 clear:both;*/
}
div.cont_main h3.aktuell_h3 {
 margin-top:12px; 
 margin-bottom:0px; 
}
div.cont_aktuell h2, div.cont_aktuell h3, div.cont_main_l h3, div.cont_main_r h3 { 
 font-weight:normal;
}
div.cont_main_l h2, div.cont_main_r h2 {
 margin-top:12px;
 margin-bottom:0px;
}
div.cont_main_l h3, div.cont_main_r h3 {
 margin-top:12px;
 margin-bottom:0px;
}
a, div.cont_main h2 a, div.cont_main a, div.cont_right h2 a, div.cont_right a, 
div.cont_right_top h2 a, div.cont_right_top a, div.cont_aktuell h2 a, div.cont_aktuell a,
div.cont_publikationen h2 a, div.cont_publikationen a {
 color:#0033aa; /*#006baa;*/
 text-decoration:none;
}
a:hover, div.cont_main h2 a:hover, div.cont_main a:hover, div.cont_right h2 a:hover, div.cont_right a:hover, 
div.cont_right_top h2 a:hover, div.cont_right_top a:hover, div.cont_aktuell h2 a:hover, div.cont_aktuell a:hover {
 color:#0033aa; /*#006baa;*/
 border-bottom:1px solid #0033aa;;
}
div.cont_main p, div.cont_right p, div.cont_publikationen p {
 margin-top:4px;
 margin-bottom:6px;
}
div.cont_right_top h2, div.cont_right_top p {
 margin-top:4px;
 margin-bottom:6px;
 /*padding-top:4px;
 padding-bottom:4px;*/
}
div.cont_main p.aktuell_p {
 margin-top:0px;
 margin-bottom:6px;
}
div.cont_main_l p, div.cont_main_r p {
 margin:0px;
}
div.cont_aktuell p {
 margin-top:6px;
 margin-bottom:0px;
 /*height:46px;*/
 overflow:hidden;
}
div.cont_main *.translate { /* Publikationen Videos */
 font-weight:normal;
}
div.cont_main p.line_u_img , *.line_u_img {
 clear:both;
 height:100%;
 overflow:auto;
 margin-bottom:0px;
 margin-top:10px;
 padding-bottom:0px;
 border-bottom:1px solid #999999;
 vertical-align:middle; 
}
div.cont_main p.f_right_img {
 float:right;
}
div.cont_main p.zurueck {
 text-align:right;
}
div.cont_aktuell p.mehr {
 margin-top:6px;
 margin-bottom:0px;
}
div.cont_main ul, div.cont_right ul {
 padding-left:12px;
 margin-left:4px;
 margin-top:6px;
 margin-bottom:6px;
}
div.cont_main_l ul, div.cont_main_r ul {
 list-style-type:none;
 margin:8px 0px 0px 0px;
 padding-left:0px;
}
div.cont_main li {
 margin-top:6px;
 margin-bottom:6px;
}
div.cont_main_l li, div.cont_main_r li {
 margin-top:8px;
 margin-bottom:0px;
}
/* Aktuelles -> E-Publication */
div.cont_main_r p.aktuell_author {
 margin: 12px 0px 0px 0px;
}
div.cont_main_r p.aktuell_title {
 margin: 4px 0px 0px 0px;
}
/* rechte Spalte oben, Text über Hintergrundbild */
p.bg_farbe, div.cont_right_bg_img p {
 margin:0px;
 padding:8px;
 background-color:#9acaed; /*#83c3dd; #8EC645;*/
 text-align:left;
 vertical-align:middle;
 font-size:12px;
}
*.line_u {
 clear:both;
 margin-top:0px;
 margin-bottom:0px;
 padding-top:4px;
 padding-bottom:4px;
 border-bottom:1px solid #999999; /*#c0c0c0*/
}
*.line_u a:link, .line_u a:visited, .line_u a:active, .line_u a:hover, 
div.cont_right_top a:link, div.cont_right_top a:visited, 
div.cont_right_top a:active, div.cont_right_top a:hover {
 text-decoration:none;
}
*.line_u a:hover, div.cont_right_top a:hover {
 border-bottom:1px solid #0033aa;
}
hr.hr_re {
 margin:0px;
 height:1px;
 color:#999999;
 background-color:#999999;
 border:none;
}
/* rechte Spalte Publikationen */
div.cont_publik_img a:hover {
  text-decoration:none;
    border:none;
}
/* #### Ende Textdefinitionen #### */
/* #### Anfang Bilder #### */
/* rechte Bilderleiste ohne Zwischenräume */
p.nospace_img, p.nospace_img img {
 margin:0px;
 padding:0px;
 width:211px;
}
/* Ausrichtung von Bildern in Absätzen */
img.f_left_s {
 width:155px;
 float:left;
 margin-right:10px;
}
img.f_right_s {
 width:155px;
 float:right;
 margin-left:10px;
}
img.f_right_xxs { /* Bilder zu Publikationen */
 width:78px;
 float:right;
 margin-left:10px;
 margin:0px;
 border:none;
}
img.f_right_xs, span.f_right_xs { /* Bilder zu Publikationen */
 width:106px;
 float:right;
 margin:0px;
 border:none;
}
img.f_left {
 width:468px; /*440px;*/
 margin-bottom:12px;
}
img.f_right { /* Container rechts */
 width:211px;
}
p.epubl_img {
 width:211px;
 margin:0px;
 float:left;
 padding:0px;
 border-top:10px solid #9acaed; /*#83c3dd;*/
}
/* Publikationen */
img.img_publ { /*Container rechts, Bild mit Hyperlink*/
 width:211px;
 border:none;
}
img.bestell { /* Bestellen-Grafik */
 border:none;
 margin-top:12px;
 clear:both;
 margin-right:5px;
 margin-left:101px;
 /*margin-bottom:15px;*/
}
/* #### Ende Bilder #### */
/* Bestellungen Adressformular */
.bl_adresse {
 padding-left:65px;
}
.bl_adresse input {
 margin-right:150px;
}
label.bl_links {
 float:left;
 width:150px;
 padding:3px 2px 3px 0px;
 border-bottom:dotted 1px #888888;
}
/* Veranstaltungen, Fortbildungskurse, E-Publication */
/* Anmeldeformular */
form.f_anmeldung fieldset {padding:10px;}
/*form.f_anmeldung fieldset.anm_fs_fbk {width:440px; margin-bottom:8px; padding-top:0px;}*/
form.f_anmeldung fieldset.anm_fs_fbk, form.f_anmeldung fieldset.anm_fs_fbk1 {width:440px; margin:0px 0px 8px 0px; padding:0px 8px 8px 8px;}
form.f_anmeldung fieldset.anm_fs_fbk2 {width:420px; margin:0px 0px 8px 0px; padding:0px 8px 8px 8px;}
form.f_anmeldung legend {padding-bottom:2px}
form.f_anmeldung fieldset.anm_fs_fbk1 p {padding:2px 0px; min-height:19px; vertical-align:middle; border-bottom:1px solid #dddddd; float:none; clear:both;}
form.f_anmeldung p, form.f_anmeldung fieldset.anm_fs_fbk2 p {padding:2px 0px; border:none;}
form.f_anmeldung p.anm_linie {padding:0px 0px; min-height:22px; vertical-align:middle; border-bottom:1px solid #dddddd; float:none; clear:both;}
form.f_anmeldung label.anmeldung {clear:right; width:175px; padding-right:5px; vertical-align:middle;}
form.f_anmeldung label.anmeldung_r {float:right; width:95%; text-align:left; padding-bottom:8px;}
form.f_anmeldung label.anmeldung_cbx {float:right; width:95%; text-align:left; padding-bottom:8px;}
form.f_anmeldung input.anm_fbk_txt {float:right; width:260px; vertical-align:middle; margin:0px;}
form.f_anmeldung input.anm_fbk_txt_kurz, form.f_anmeldung select.anm_fbk_txt_kurz {
 float:right; vertical-align:middle; margin:0px 130px 0px 0px;
}
form.f_anmeldung input.anm_fbk_txt_kurz {width:130px;}
form.f_anmeldung select.anm_fbk_txt_kurz {width:135px; height:24px;}
form.f_anmeldung textarea {width:435px;}
form.f_anmeldung input.anm_txt {float:right; width:325px; vertical-align:middle;}
form.f_anmeldung input.anm_radio {float:left; vertical-align:top;}
form.f_anmeldung input.anm_chkbx {float:left; vertical-align:top;}
form.f_anmeldung select.sel_anrede {width:165px; float:right; margin-right:165px; height:22px;}
form.f_anmeldung select.sel_workshop {margin-top:4px; max-width:440px; overflow:scroll; white-space:normal;}/* Login-Formular*/
form.epubl_login_area {
 margin:0px;
 padding:0px;
 border-top:10px solid #9acaed; /*#83c3dd;*/
}
input.epublogin {
 width:166px;
}
/* E-Publication */
/* Suchformular */
form.epubl_form {
 width:468px;
 float:left;
 margin:0px;
 padding:4px 20px 0px 20px;
 /*padding-bottom:1px;*/
 /*border-bottom:1px solid #999999;*/
 text-align:left;
}
form.epubl_form table {
 width:468px;
 margin:0px;
 padding:0px;
}
/* Download-Formular */
form.epubl_dl_form {
 width:468px;
 float:left;
 margin:0px;
 padding:2px 20px 0px 0px;
 text-align:left;
}
form.epubl_dl_form  input {
 margin-bottom:4px;
}
form.epubl_dl_form  textarea {
 margin-bottom:8px;
}
/* Eingabe-Formular */
form.epubl_eingabe {
 width:468px;
 float:left;
 margin:0px;
 padding:2px 20px 0px 0px;
 text-align:left;
}
fieldset.fs_eingabe {
 padding:4px 8px 8px 8px;
 width:440px;
}
legend.ld_eingabe {
 vertical-align:middle;
 margin: 0px;
 padding: 0px 2px 3px 2px;
}
label.l_links {
 float:left;
 padding-right:2px;
 width:80px;
}
label.l_rechts {
 float:left;
 padding-right:2px;
 width:80px;
 text-align:right;
}
.blaettern {
 margin-top:8px;
 text-align:center;
 border-top:1px solid #999999;
}
/* Suchergebnisse */
/* E-Publication Suche */
p.epubl_results {
  width:100%;
  border-top:1px solid #999999;
  border-bottom:1px solid #999999;
  margin-bottom:12px;
  padding:4px 0px 4px 0px;
}
.epubl_sort {
  padding-left:14px;
  /*vertikale Trennstriche:
  padding-left:7px;
  padding-right:6px;
  border-left:1px solid #999999;
  */
  color:#222222;
  font-weight:normal;
}
ul.abc_row {
  margin-top:0px;
  margin-bottom:0px;
  margin-left:4px;
  padding:0px;
  /*width:710px;*/
}
/* Hochschularbeiten */
li.abc_chr {
  list-style-type:none;
  /*list-style-position:inside;*/
  float:left;
  text-align:center;
  margin:0px;
  padding:0px 6px 0px 6px;
}
/* MoeRe */
li.abc_ref {
  list-style-type:none;
  /*list-style-position:inside;*/
  float:left;
  text-align:center;
  margin:0px;
  padding:0px 5px 0px 4px;
}
#cont_epubl_suche table {
  clear:left;
  border-collapse:separate;
}
#cont_epubl_suche th, #cont_epubl_suche th.area_results {
  padding:0px 0px 5px 0px;
  speak-header:once;
  text-align:left;
}
#cont_epubl_suche th.area_results  {
 font-weight:normal;
}
#cont_epubl_suche td {
 vertical-align:top;
 text-align:left;
 padding:5px 0px;
}
#cont_epubl_suche td.col_author, #cont_epubl_suche th.col_author {
 width:150px;
 padding:5px 10px 5px 0px;
 text-align:left;
}
#cont_epubl_suche td.col_title, #cont_epubl_suche th.col_title {
 width:475px;
 padding:5px 0px 5px 0px;
 text-align:left;
}
#cont_epubl_suche td.col_year, #cont_epubl_suche th.col_year {
 width:40px;
 padding:5px 0px 5px 10px;
 text-align:right;
}
#cont_epubl_suche td.col_date, #cont_epubl_suche th.col_date {
 width:100px;
 padding:5px 0px 5px 10px;
 text-align:right;
}
#cont_epubl_suche td.col_title_y {
}
#cont_epubl_suche td.col_title_d {
}
#cont_epubl_suche ul {
  margin:0px;
}
#cont_epubl_suche a[name] {
  color:#000000;
  text-decoration:none;
}
.a_zurueck {
  margin:0px;
  text-align:right;
  font-size:10px;
}
/* MoeRe Detailausgabe */
.bib_detail1 {clear:both; font-weight:bold;}
.bib_detail2 {clear:both;}
.bib_detail_li {float:left; font-weight:bold; margin-right:4px; margin-bottom:0px;}
.bib_detail_re {margin:0px;}
/* Download-Hinweis externe Seite */
/* (z. B. RealPlayer) */
p.download_extern { /* altes Design, div.cont_main*/
  float:right;
  text-align:right;
  margin-top:0px;
}
p.t_center {
 text-align:center;
}
p.t_right {
 text-align:right;
}
img.player {
 border:none;
}
/* Seite empfehlen */
body.empf, body.empf form, body.empf p {
  font-family:Verdana,Arial,Helvetica,sans-serif;
  font-size:12px;
  color:#000000;
}
body.empf {
  margin:auto;
  text-align:left;
  width:470px;
  padding:8px 10px 4px 10px;
}
body.empf h1, body.empf p, body.empf form {
  width:424px;
}
body.empf fieldset {
  padding:8px;
  width:400px;
}
/* kleine Schrift */
/* (z. B. Download-Hinweis) */
.klein {
 font-size:10px;
}
/* Spamschutz für E-Mail-Adressen */
.antispam {
 display:none;
}

/* Suche-Formular und Ergebnisse */
#output ol {
  border-bottom:1px solid #c0c0c0;
  list-style-type:decimal;
  margin:12px 0px 0px 0px;
  padding:0px;
  list-style-position:outside;
}
#output ol  li {
  margin:0px 0px 10px 38px;
  padding:0px;
  list-style-position:outside;
}
#suchform form fieldset {
  border:none;
  width:250px;
  height:30px;
  padding:0px; /*2px 0px 2px 0px;*/
  /*margin-left:250px;*/
  text-align:left;
}
#suchform label {
  width:50px;
  border-top:1px solid #cccccc;
  border-bottom:1px solid #cccccc;
  /*background-color:#eeeeee;*/
  text-align:center;
  vertical-align:middle;
  margin:1px 4px 0px 0px;
  padding:2px 0px 2px 0px;
  float:left;
}
#suchfeld {
  width:162px;
  height:16px;
  float:left;
  margin:1px 4px 0px 0px;
}
input.blaettern {
  background-color:#ffffff;
  border-top:none;
  border-bottom:none;
  border-right:1px solid #999999;
  color:#0000ff;
  margin:0px 0px 0px 4px;
  padding-left:0px;
  padding-right:0px;
  text-align:center;
  text-decoration:underline;
  width:22px;
}
input.suche, button.suche {
  width:22px;
  height:22px;
  margin:1px 0px 0px 0px;
  padding:0px 0px 0px 0px;
  float:left;
  vertical-align:middle;
  text-align:center;
  font-size:11px;
  color:#006baa;  
  /*background-color:#faf9f3*/
  background-repeat:no-repeat;
  /*background-image:url(../language/icons/search_throbber3.gif);*/
  /*background-image:url(../search_loading2.gif);*/
}
#absenden {
  background-repeat:no-repeat;
  /*background-image:url(/hornemann/language/icons/pfeil_transp_hi.gif);*/
}

/* aus alter formate.css */
.text {font-family:Verdana,Arial,Helvetica,sans-serif; font-size:12px;}
.text_red {font-family:Verdana,Arial,Helvetica,sans-serif; font-size:12px; color:#ff0000;}
.fehler {color:#ff0000;}
/* aus druck.css */


 