/*
* Print-CSS fuer lamparter-ortho.com
*
* 2006-03-19
*
* Stefan Joerger <stefan@stefan-joerger.de>
*/

html,body{
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}

h1{
 font-size: 22px;
 margin-bottom: 10px;
}

a{
 font-family: Arial, Helvetica, Verdana, sans-serif;
 font-size: 14px;
 font-weight: bold;
 color: #000080;
}

table.layout{
 width: 100%;
}

table td{
 font-family: Arial, Helvetica, Verdana, sans-serif;
 font-weight: bold;
 color: #000;
}

table, td{
 vertical-align: top;
}

img, table{
 border: 0;
}

table td.navi ul{
 margin: 0;
 padding: 0;
}

table td.navi li{
 list-style: none;
 text-decoration: none;
}

a.nohighl{
 text-decoration: none;
 color: #000;
}

table td.navi{
 display: none;
}

div.fsize2{
 font-size: 12px;
}

.bold{
 font-weight: bold;
}