﻿/* Definiert Druckausgabe */
* {float: none; overflow: visible; position:static;}
div.main {
    margin: 0;
}
div.header, div.footer, div.leftFrame, div.submenu, div.mainMenu, div.preHeader {
    display: none;
}
div.pp_pic_holder {
    display: none;
}
div.ad, div.advertisingWrapper, div.superbanner, div.WerbungGoogle, #ppBigCont0, #ppSmallCont0, div.widget, div.sidebar {
    display: none;
}
    
body {
    background-color: white !important;
    background-image: none;
    color: black;
    font-family: Arial, Sans-Serif;
    font-size: 0.7em;
    margin: 0px;
}
a.advise, .search, .StarRating, .pager {
    display: none;
}
/*listen*/
.list .listitem {
    margin: 5px 0;
}
.list img {
    margin-right: 5px;
}

/*typo*/
/* Headlines */
h1, h2, h3, h4, h5, h6 {
    line-height: 1.1em;
    text-align: left;
}
h1 {
    font-size: 1.6em;
    margin-bottom: 3px;
}
h2 {
    font-size: 1.4em;
    margin-bottom: 3px;
}
h3 {
    font-size: 1.3em;
    margin-bottom: 3px;
    text-align: left;
}
h4 {
    font-size: 1.2em;
    margin-bottom: 3px;
    text-align: left;
}
h5 {
    font-size: 1.0em;
    margin-bottom: 3px;
    text-align: left;
}
h6 {
    font-size: 0.9em;
    line-height: 1.2em;
    margin-bottom: 3px;
    text-align: left;
}
/* Links */
a:link {
    color: black;
    text-decoration: none;
}
a:visited {
    color: black;
}
a:hover {
    color: black;
}
a:active {
    color: black;
}
