/*********************************************************************
CSS print style sheet / Javatech iBIP / 05.2005 / created by numm
*********************************************************************/
/*--------------------------------------------------------------------
BASICS & TYPOGRAPHY
--------------------------------------------------------------------*/
body{font-family:Georgia,serif;background-color:#fff;}
a:link,a:visited,a:active,a:hover{color:#000;}
h2,h3,h4,h5,h6{margin:1.2em 0;text-align:left;font-family:Arial,sans-serif;color:#575757;}
pre,code{font-family:monospace;}
strong{font-weight:bold;}
img{border:0;}
/* tabele */
table{border:1px solid #000;padding:5px;caption-side:bottom;empty-cells:show;border-spacing:none;border-collapse:collapse;margin-bottom:15px;}
tr{vertical-align:top;}
th,td,caption{border:1px solid #000;padding:3px;font-size:11px;}
th{text-align:left;}
caption{font:small-caps;padding:10px;caption-side:top;margin-bottom:5px;}
/*--------------------------------------------------------------------
LAYOUT
--------------------------------------------------------------------*/
h1#header{font-size:18px;font-weight:normal;}
/* navigation */
#navigation{display:none;}
/* footer */
#footer{clear:both;margin-top:20px;border-top:1px solid #999;}
#footer p{text-align:center;font-family:Tahoma,sans-serif;font-size:.9em;}
/********* TOP PANEL *********************************************/
#panelTop{display:none;}
/*--------------------------------------------------------------------
SPECIFIC ELEMENTS
--------------------------------------------------------------------*/
img.left{float:left;margin:15px;}
img.right{float:right;margin:15px;}
img.center{margin:10px;margin:0 auto;}
.center{text-align:center;}
