/*////////////////////////////////////*/
/* Datei: typo.css                    */
/* Zweck: Alle Textformatierungen     */
/*////////////////////////////////////*/

body {font-family: sans-serif;
      font-size: 12px;
      color: #fff;}

h1 {font-size: 18px; font-weight: bold;
    margin-left: 15px; font-family: sans-serif;
    padding-bottom:2px; border-bottom: 2px solid #8b0000;
    margin-right: 10px; color: #8b0000;}
    
p {line-height: 1.5em; padding-left: 15px; padding-right: 15px;
   color: #fff;}

a {text-decoration: none;}
a:link {color: #000;}

#content a {color: #000; border-bottom: 1px dotted #000;}

/* Navigations-Links */
#navigation .aktuell a, #navigation li a:hover {color: orange;}
#navigation li a {font-weight: bold; color: darkred; font-size: 18px; text-decoration: none;}

ul li {color: #fff; list-style-type: square;
       margin-left: 50px;}        

input {border: 2px solid #0575a4; background-image: url(../images/bg4.png); 
       margin: 3px; height: 30px; width: 400px; font-size: 22px;}
legend {color: #8b0000; font-weight: bold; font-size: 150%;}
textarea {border: 2px solid #0575a4; background-image: url(../images/bg4.png); 
          margin: 3px; height: 100px; width: 400px; font-size: 22px;}

