/* Pre-defined elements */

body { 
   margin: 1px;
   padding: 0;
   font-family:Arial, Helvetica, sans-serif;
   font-size:1.0em;
   font-weight:normal; 
}

table {
   margin: 0;
   padding: 0;
   spacing: 0;
}

td, div, span { font-size:1.0em;font-weight:normal; font-family:Arial, Helvetica, sans-serif;}
a { text-decoration: none; }
a:hover, a:active { text-decoration: underline;}

div#header a:visited {color: black; text-decoration: none;}


}
/* Content Styles */

.smaller { font-size:0.9em;}
.bigger { font-size:1.2em;}
.bold  { font-weight:bold }
.trenner { border-top-width:1px;
           border-top-color:#000000;}
#trenner {
   border-top-width: 1px;
   border-top-style: solid;
   border-top-color: #000000;
   margin-top: 4px;
   margin-bottom: 4px;
   width: 200px;
   font-size: 6px;
}
