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

  Copyright (c) 2007, area42 GmbH, Germany, All rights reserved.

  DateTime: 2007
  Version: 0.9
  Author: IS  
	
********************************************************************************
  Basic styles for print
*******************************************************************************/

/***[ global settings ]********************************************************/

body         {background-color: #fff; color: #000; margin: 0; padding: 0; border: 0; font-size: 100%; font-family: Tahoma, Arial, Geneva, Helvetica, sans-serif;}
table        {border-collapse: collapse; }
td           {vertical-align: top;}					
form         {margin: 0; padding: 0;}
.noprint     {display: none;}
/***[ sitestructure ]**********************************************************/


h1      {font-size: 100%; font-weight: bolder;}
h2      {font-size: 90%; font-weight: bolder;}
h3      {font-size: 85%; font-weight: bolder;}
li, p   {font-size: 80%; font-weight: normal; }
a       {color: #000;}

#header         {border-bottom: solid 2px #000;}
#header h1      {font-size: 120%; font-weight: bolder; }

.rightBlock img {padding: 10px 0 10px 0;}
.rightBlock a   {display: none;}
