
@media print
{
body * {font-size: 12pt; font-family: "Times New Roman", Times, serif; }
blockquote, .hinweis, .hinweise { font-family: "Times New Roman", Times, serif; }
main.css, code.xhtml, em.file { font-family: "Times New Roman", Times, serif;}

h1 {font-size: 18pt; font-weight:bold; color: #000;  background:inherit; margin:0.4em 0 0.5em 0; }
h2 {font-size: 12pt; font-weight:bold; color: #666; background: inherit; margin:0.2em 0 0.5em 0;  }
h3 {font-size: 12pt; font-weight:bold; margin:0.4em 0 0.3em 0;}
h4 {font-size: 12pt; font-weight:bold; margin:0.4em 0 0.3em 0;}
h5 {font-size: 12pt; font-weight:bold; margin:0.4em 0 0.3em 0;}
h6 {font-size: 12pt; font-weight:bold; margin:0.4em 0 0.3em 0;}

/* Vermeidung von Seitenumbrüchen direkt nach einer Überschrift... */

h1,h2,h3,h4,h5,h6 { page-break-after:avoid; }

/* ...sowie nach einem Treffer: */

.result_block { page-break-after:avoid; }

/* Ausschreiben von Akronymen und abbr */

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

/* Sichtbare Auszeichnung der URLs von Links */

{
    padding-left: 0;
    background-image: none;
}

a[href^="http:"]:after {
content: "\A <Externer Link: "attr(href)">";
background-color:inherit;
font-style:italic;
}

a  img[alt]:after, img[alt]:after {
content:"\A ("attr(alt)")";
}



/* Umformatierung der Layoutboxen */
body {margin:0; padding: 0;}


#center {min-width: 1200px;}
#header {display:none;}
#left {display:none;}
#right {display:none;}
#breadcrump {display:none;}



/* YAML's default:
#header {height: auto;}
#header img {position:relative; top:0; left:0;}
*/


#main {margin: 0; padding: 0;}


/* #col1_content .active:before {content: "Aktive Rubrik » ";} */
#col1 {display:none;}
#col1_content {display:none;}

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


#col3 { margin:0; padding: 0; border:0; }
#col3_content {margin:0; padding: 0; border:0;  }

/* optionen und anmerkungen unter der trefferliste werden nicht gedruckt

.header_remark,
.header_options {display:none;}

*/

/* suchbereiche werden nicht gedruckt,
optional - eingeblendet weil es sinn macht zu sehen wo gesucht wurde..

.suchbereichecb,
.suchbereichelink {display:none;}

*/

/* Allgemeine Modifizierung */


.active li,
.current li { text-decoration: underline;  font-weight:bold; }

/* Das ist fuer Opera, ist im aber egal...
.contentpadding { background-color:#fff; }
*/

#footer {display: none;}



}

