/*==================================================
             thomas-webdesign.de
             Ausgabe fuer den Druck
==================================================*/


* { /* Alle Elemente auf "0" setzen */
margin: 0;
padding: 0;
}

body {
color:#000;
background-color: #fff;
margin:2cm;
padding:0;
font: normal 9pt/200% Georgia, serif;
orphans: 2; /*Maximale Zeilen am Ende*/
widows: 2;  /*Maximale Zeilen am Anfang*/
}


img, form , #fuss, .unsichtbar{  /*nicht Gedruckte Elemente */
display:none;
}

h1 {
color: #0060ff;
background-color: #fff;
text-transform: uppercase ;
font-weight:bold;
font-size: 1.5em;
}
h2 {
color: #9F9F9F;
background-color: #fff;
text-transform: uppercase ;
font-weight:bold;
font-size: 1.0em;
margin-top:3em;
}
h3 {
color: #00c0ff;
background-color: #fff;
font-weight:bold;
font-size: 1em;
margin-top:2.5em;
}

ul{
list-style-type: square;
list-style-position:inside;
}