/* ######################################################################################################
** # "Yet Another Multicolum Layout" (c) by Dirk Jesse (http://www.yaml.de) #############################
** ######################################################################################################
** 
**  YAML Version: 2.5
**  Dateiversion: 18.06.06   
**  Datei       : print_003.css
**  Funktion    : Druck-Stylesheet - druckt die Spalte #col3
**
*/

@media print
{

body * {font-size: 10pt; font-family: Arial, Helvetica, Arial, sans-serif, Verdana; }
blockquote { font-family: Arial, Helvetica, Arial, sans-serif, Verdana; }
code.css, code.xhtml, em.file { font-family:"Courier New", Courier, mono;}

h1 {font-size: 16pt; font-weight:bold; color: #005BA0; background:inherit;  margin:0.4em 0 0.5em 0;}
h2 {font-size: 14pt; font-weight:bold; color: #005BA0; background:inherit;  margin:0.2em 0 0.5em 0; padding: 0.3em; }
h3 {font-size: 12pt; font-weight:bold; color: #005BA0; margin:0.4em 0 0.3em 0;}

/* Vermeidung von Seitenumbrüchen direkt nach einer Überschrift */
h1,h2,h3 { page-break-after:avoid; }

#navpager { float:left; page-break-after:avoid; }
#navpager a { color:#000000; text-decoration:none; }

#navdate { float:right; page-break-after:avoid; }
#navdate a{ color:#000000; text-decoration:none; }

#bread, #eso_header {
    background-color: transparent;
    color: #000;
}

#page {background: none;}
 
#eso_header table tr td.esoname p {
    color:#000;
}

#eso_header table tr td.headright h2 {
	display:none;

}
#eso_header table tr td.headright h1 {
	padding-left:2em;
    color: #000;
}
#eso_header table tr td.headright h1.eiro {
	display:none;
}

#i_flags {
	display:none;
}


abbr[title]:after, acronym[title]:after { content: '(' attr(title) ')'; }

/* Sichtbare Auszeichnung der URLs von Links */
#col3 a[href^="http:"], #col3 a[href^="https:"], 
#col1 p a[href^="http:"], #col1 p a[href^="https:"],
#col2 p a[href^="http:"], #col2 p a[href^="https:"],
#col3 a[href] {
    padding-left: 0;
    background-image: none;
    color:#000000;
    text-decoration:underline;
}


/* Umformatierung der Layoutboxen */
body {margin:0; padding: 0; overflow:visible;}
#page_margins, #page {min-width: inherit; margin:0; padding: 0; overflow:visible; } 
/* avoid printing just first page */
#col3 .wrapper {overflow:visible;}

#topnav {display: none;}

#eso_header .headcenter {display: none;}

#header img {position:relative; top:0; left:0; }
#bread {page-break-after:avoid;}

#nav_main {display:none;}
#teaser { margin: 1em 0 0 0; padding: 0; border:0; }

#outer_wrapper {overflow:visible;}
#main {page-break-before:avoid; margin: 0; padding: 0;  }

#col1 {display:none;}
#col1_content {display:none;}

#col2 {display:none;}
#col2_content {display:none;}

.skip {display:none;}


#col3 {margin:0; padding: 0; border:0; position:absolute;  margin-top: 20px; overflow:visible; } 
#col3  img{padding: 5px;} 
/* border is needed for overflowing tables ... why?? */
#col3_content {margin:0; padding: 0; position:relative; overflow:visible;  border:1px solid white;} 

#col3 .subcolumns, .c75l, .subcl {
    overflow:visible;
    width:100%;
} 

th {page-break-after:avoid;}

#col3_content .subcolumns .c25r {display:none;}

  /* (en) Linearising subtemplates */
  /* (de) Linearisierung der Subtemplates */
  .c25l, .c33l, .c38l, .c50l, .c62l, .c66l, .c75l,
  .c25r, .c33r, .c38r, .c50r, .c62r, .c66r, .c75r {
    width: auto; margin:10px; float:none!important; overflow:visible; height:auto;
  }


/* (en) Disable background graphics of links  */
/* (de) Abschalten evlt. vorhandener Hintergrundgrafiken zur Linkkennzeichnung */
#page a[href^="http:"], #page a[href^="https:"]
{
padding-left: 0;
background-image: none;
}

#footer {display:none;}
/* ### Phase 2 Observing FAQ ################################################### */
#TJK_DL .showDD {display:block;}
#TJK_DL dd,.hideDD {display:block; position:relative; top:0;}
#TJK_ToggleON,#TJK_ToggleOFF {display:none}


}
