/* print.css */



/* Formatierungen f?r die Druckversion */



html,body{
  margin:10px;
  padding:0;
  border:0;
}



body{
  background: #ffffff;
  font: normal 100.1% verdana, arial, helvetica, sans-serif;
  color:#000000;
}

div#content {width:740px;
               }

h2,h3,h4,h5,h6,div,p,body,html,input,button,ul,li,td {
        font: normal 99% Arial, Helvetica, Sans Serif
        }

h1 {
       font: normal 130% Arial, Helvetica, "Sans Serif";
       font-weight: bold;
       color: #000099
                                }

a:link {
          background-color : transparent;
          color : #006;
          text-decoration : none;
                                                        }

a:visited {
           background-color : transparent;
           color :#000099 ;
           text-decoration : none;
                }

a:hover {
           background-color : transparent;
           color : #000009 ;
           text-decoration : underline;
                                        }

a:active {
            background-color : transparent;
            color : #000099;
            text-decoration : none;

}

