

body {
  /* background-color: #E0E0E0; */
  /* font-family: 'Arial Narrow', Arial, Helvetica, sans-serif; */
  font-family: 'Arial Narrow',Arial, Helvetica, sans-serif; 
  color: black;
  font-size: 11pt;
  line-height: 120%
}

A {
    text-decoration: none;
    /*  color: black; */
    color: #606060;
}

A:Hover {
}



/* Textformatierungen */
/* allgemein */
h1 {
    font-size: 13pt;
    margin-bottom: 10px;
    line-height: 120%;
    font-family: 'Arial Narrow',Arial, Helvetica, sans-serif; 
}


/* Anführungszeichen */

/*
:lang(de)    { quotes:"\201E" "\201C" "\201A" "\2018"; }
:lang(de-DE) { quotes:"\00BB" "\00AB" "\203A" "\2039"; }
:lang(de-CH) { quotes:"\00AB" "\00BB" "\2039" "\203A"; }
:lang(en)    { quotes:"\201C" "\201D" "\2018" "\2019"; }
:lang(fr)    { quotes:"\00AB\00A0" "\00A0\00BB" "\2039\00A0" "\00A0\203A"; }

q:before { content:open-quote;  }
q:after { content:close-quote;  }
q q:before { content:open-quote; }
q q:after { content:close-quote;  }
*/

:lang(de)>q      {quotes: "»" "«" "›" "‹"}
:lang(de-de)>q   {quotes: "„" "“" "‚" "‘"}
:lang(en)>q      {quotes: "“" "”" "‘" "’"}
:lang(fr)>q      {quotes: "«" "»" "‹" "›"}

q:before, blockquote:before {content:  open-quote}
q:after,  blockquote:after  {content: close-quote}


/*
q { }
q q {  }
code { font-weight:bold; }
*/

/* Anführungszeichen ENDE */







#header,
#ecke,
#col1, 
#col1_content  {
     visibility: hidden;
     display: none;
}


#listenview,
.content_rechts {
    visibility: visible;
    display: block;
}

.print-header {
    visibility: visible;
    display: block;
    width: 100%;
    border-bottom: 1px solid #444;  
    margin-bottom: 0.7cm;  
}

.print-header>img {
    width: 200px;
    border: 1px solid red;
}

 h1 {
    font-size: 120%;
}

h2 {
    font-size: 110%;
}

h3, h4 {
    font-size: 105%;
}



.print-header p {
    margin-top: 0;
}

.print-adresse {
    float:left;
    width:50%;
    
}

.print-logo {
    margin-bottom: 0;
}



