@charset "utf-8"

html {
     height:100%;
     width:100%;
     margin:0px;
     padding:0px;
     }

body {
     height:100%;
     width:97%;
     color:#000;
     background-color:#FFF;
     margin:10px;
     padding:0px;
     border:0px;
     font-size:11pt;
     font-family:Arial,Verdana,Helvetica,sans-serif;
     text-align:left;
     line-height:1.7;
     }

a:link,
a:visited,
a:hover,
a:active {
         color:#1E3562; /*30 53 98*/
         text-decoration:underline;
         text-align:left;
         }

h1 {font-size:20pt;}

h2 {font-size:18pt;font-weight:bold;}

h3 {font-size:16pt;}

h4 {font-size:14pt;font-weight:lighter;}

tr {vertical-align:top;}

/*Leider wirkt dies sehr wohl auf die HTML-Ausgabe, aber nicht auf das 
anschliessende copy und paste*/
td {
   vertical-align:top;
   font-size:11pt;
   }

input {font-size:9pt;}

.error {color:#a94442;}

.attention {color:red;}

/**************************************
Modifikation von Bootstraps print-Style
**************************************/
@media print {
  a[href]:after {
    /*content: " (" attr(href) ")";*/
    /*Damit die URL eines Links in der Druckausgabe nicht angezeigt wird*/
    content: none;
  }
}
