/* DATEI: stylesheet.css */


/*  body { margin-top:14px; margin-bottom:10px;
         color:"#000000"; background: "#FFFFFF";  } 
  
/* margin-top = Abstand zwischen Fensterrand und Inhalt oben */
/* margin-bottom = Abstand zwischen Fensterrand und Inhalt unten */
/* 10px = 10 Pixel, Wert aenderbar */



p { font-family: "Arial"; font-size:10pt; }

/* font-family = Schriftart fuer Textelemente */


/*h1 { font-size:18pt; }

/*h2 { font-size:16pt; }

/*h3 { font-size:12pt; }

/*h4 { font-size:10pt; }

/*h5 { font-size:9pt; font-family: "Technic"; }

/*p,ul,ol,li,div,td,th,address,nobr,b,i { font-size:9pt; line-height:12pt;}

/* normaler Text */

#links {
  border-left-width:0em;
  border-left-style:solid;
  border-color:red;
  padding-left:2.5em;
  border-width: 0px;
}

a:link { text-decoration:none;  color:"#0000FF";}
a:visited { text-decoration:none;color:"#0000FF" }
a:active { text-decoration:none;color:"#0000FF" }
a:hover { text-decoration:underline;color:"#0000FF" }

/*style

style1 {border-width: 0px;}
style2 {text-align: left;}
style3 { vertical-align:middle; }
style4 {text-align: center;}

.icon {
    vertical-align: middle;
}
