﻿/************************************************
POGGENPOHL
http://www.comspace.de
Author: franz@comspace.de
Create Date: 20.07.08
PRINT CSS
Tested in: 
PC -> IE 6, IE 7, FF 2.0.0.15, FF 3, Opera 9.27
MAC -> FF 2.0.0.15, FF 3, Safari 3.1, Opera 9.27
EM's
************************************************/
@import url("/css/cnt.css");
@import url("/css/forms.css");
@import url("/css/cnt_print.css");
/************************************************
  CLEARING
  
************************************************/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    }
ol, ul {
    list-style: none;    
    }
    
/* remember to define focus styles! */
:focus {
    outline: 0;
    }
    
ol, ul {
    list-style: none;    
    }
/* tables still need 'cellspacing="0"' in the markup */
table {
    border-collapse: separate;
    border-spacing: 0;
    }
    
caption, th, td {
    text-align: left;
    font-weight: normal;
    }

/************************************************/    

body { 
    font-family: Arial, Helvetica, sans-serif;
    font-size:11px;
    color:#000;
    background: #fff;
    line-height:16px;
    /*margin: 20px 0 0 0;*/
    margin-top: 0px;
    margin-left: 0px;    
    }
    
    
strong {font-weight: bold; }    
img {border:none;}
.clr {clear:both;}
.lt {float:left;}
.rt {float: right;}
.ly {position:relative;}    
    
/************************************************
  DISPLAY
  
************************************************/    
    
#box_navTop {display:none;}        
ul.navLeft {display:none;}    
.box_modA {display:none;}        
/*.box_modCD .contxt {display:none;}*/    
ul#modE_lst {display:none;}    
    
/************************************************
  BASICS
  
************************************************/
    
#box_logo {
    position:relative;
    top: 50px;
    left: 120px;
    /*padding: 23px 0 46px 21px; 23 0 42px 21px*/
    /*width: 12.636em; 139px;*/
    height:46px;
    width: 58px;
    background: url(/img/layout/logo_print_pg.gif) no-repeat;
    }
    
#box_logo img {display: none;}

#box_logo img {display: none;}
#box_logo #img_logo_print {
        display:block;
        /*height: 1.5cm;*/
        }
#box_logo .img_logo {
        width: 10.727em; 
        height:10.727em;
        }
    
#frame_left {
    position:relative;
    float:left; 
    /*padding: 0 45px 0 15px;  0 55px 0 15px*/
    width:0px;/*160px;13.636em; 150px; - 220px*/
    /*background: url(/img/layout/bg_nav.gif) left top no-repeat;
    min-height:537px;*/
    }    
#frame_cnt {
    position:relative;
    top: 140px;
    left: 90px;
    float:left; 
    width:590px; /* 705px;*/
    }
#frame_wrapper {
    width: 810px; /*925px;*/
    background: #fff;
    }
    
*+html #frame_wrapper {
    width: 810px; /*930px;*/
    background: #fff;
    }    
    
* html #frame_wrapper {
    width: 810px; /*925px;*/
    background: #fff;
    }
    
#frame_wrapper {
    float: left;
    float/**/: none;
    }
    
/* easy clearing */
#frame_wrapper:after {
    /*content: '[DO NOT LEAVE IT IS NOT REAL]'; */
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
    }
    
#frame_wrapper {
    display: inline-block;
    }
    
/*\*/
#frame_wrapper {
    display: block;
    }
/* end easy clearing */
#footer {
    clear: both;
    display:none;
    }