@charset "ISO-8859-1";

/* Definitionen für Überschriften */
h1 { font-family:Verdana,sans-serif;
     font-size:15pt; }

h2 { font-family:Verdana,sans-serif;
     color:#b2152a;
     font-size:13pt;
/*     margin-top:30px;*/
     }

/* Definitionen für normalen Text */
p { font-family:Verdana, sans-serif;
    font-size:11pt;
/*    margin-bottom:30px; */
     }

/* Definitionen für Listen und Listeneinträge */
ul { list-style-type:square;
     list-style-position:outside;
     margin-bottom:40px; }

li { font-family:Verdana, sans-serif;
     font-size:11pt;
     margin-bottom:10px; }

/* Definitionen für Tabellen */
table { /* width:100%; */
        border:0; }

/* Definitionen für Links */
a:link { color:#b2152a;
         text-decoration:none; }
a:visited { color:#b2152a;
            text-decoration:none; }
a:focus { color:#b2152a;
          text-decoration;none; }
a:hover { color:#b2152a;
          text-decoration:underline; }
a:active { color:#b2152a;
           text-decoration:none; }
