/*CVS Add-ins*/
/*
$Revision: 1.3 $

/*
    print.css for Projektname
    barbara-loth.de (Original: kurt-beck.de)
*/
/* + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + */

*{float:none;}

body {
font-family: Verdana,Arial, Helvetica, sans-serif;
font-size:11pt;
}

#theSite{
 margin: 10pt;
}

h1,h2,h3,p,ul,ol{
padding-top:0.2pt !important;
padding-bottom:12pt !important;
}
h1{
font-size:14pt;
}
h2,h3{
font-size:12pt;
}

img{display:inline;}

/* + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + */
/* Alle Ausblendungen zusammengefasst: */

.displayNoneCss,
#header,
#footer,
#schriftLogo,
#serviceNav,
#mainNav,
#subNavA,
#subNavB,
#subNavC,
#subNavD,
#vitaYears{
display:none;
}

/* + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + */
/* Alle padding:0;margin:0; zusammengefasst: */

#contentA,
#contentB,
#contentC,
#contentD,
#contentA h1,
#contentB h1,
#contentC h1,
#contentD h1,
#contentA h2,
#contentB h2,
#contentC h2,
#contentD h2,
#contentA p,
#contentB p,
#contentC p,
#contentD p{
padding:0;margin:0;
}

#contentA table,
#contentB table,
#contentC table,
#contentD table
{
margin-left:1px;
border-collapse:collapse;
}


#contentA table td,
#contentB table td,
#contentC table td,
#contentD table td,
#contentA table th,
#contentB table th,
#contentC table th,
#contentD table th
{
border:1px solid black;
padding:8pt;
}
