/*******************************************************************************
*  Print CSS
*  Imperia AG
*******************************************************************************/


/*******************************************************************************
* GLOBAL
*******************************************************************************/

body {
    background-color: #fff; /*#b2a89e  #5d5e60 */
    text-align: center;
    font-size: 14px;
    font-family: Verdana, Helvetica, sans-serif;    
    color: #4a4f59;
    margin: 0;
    padding: 0;
} 
.hide, #header, .hnav, #footer, div.button {
    display: none;
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, a, img,
blockquote, pre, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins,
kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dd, dl, dt, li, ol, ul,
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
}   
a, ul, ol, li, img {
    border: 0; 
    list-style: none; 
}  
.left {float: left;}
.right {float: right;}
.clear {clear: both;}
.hide {display: none;}
#all {
    width: 595px;
    text-align: left;
    margin: 0 auto;
    background: #fff;      
}
a {
    color: #000;
    text-decoration: underline;
}
a:hover {
    text-decoration: underline;
}
span.colorized {
    color: #ed6600; /* orange */
}
h2 {
    color: #ed6600;
    font-size: 15px;
    font-weight: bold;
    border-bottom: 1px solid #4a4f59;
    margin: 20px 0;
}
h3 {   
    font-size: 14px;
    font-weight: bold;
    margin: 20px 0;
}
p {
    margin: 20px 0;
    line-height: 23px;
}
div.trenner {
    height: 20px;
}
img.img_left, img.img_right {
margin-bottom: 5px;
}
img.img_left {
    float: left;
    margin-right: 20px;
}
img.img_right {
    float: right;
    margin-left: 20px;
}

.content_left {
    page-break-after: always;
    margin-top: 20px;   
}
ul.newslist a {
    font-size: 12px;
    line-height: 14px;
    font-family: Verdana, Helvetica, Sans-serif;
    text-decoration: none;
    color: #4a4f59;
}
ul.newslist li {
    line-height: 23px;
    list-style-type: square;
}
ul.newslist {
    margin-left: 50px;
}
.press_date {
    font-size: 12px;
    line-height: 12px;
}
.press_body {
    font-size: 14px;
}
