/* DATEI: vcd.css */

/* Styles fuer www.vcd-bayern.de */

input,body,td {font-family: Syntax LT, Arial, Helvetica, sans-serif}
th {font-family: Syntax LT bold, Arial, Helvetica, sans-serif;
    font-weight: bold}
a {text-decoration: none}
a:hover {text-decoration: underline}
a.expl {border-bottom: 1px dotted}
a.expl:hover {text-decoration: none}
li        {margin-bottom:1em}
li.narrow {margin-bottom:0.2em}
ul li {list-style-image:url(http://www.vcd-bayern.de/images/icon16.gif)}
li li {list-style-type:disc; list-style-image:none; margin-bottom:0.2em}

/* Bilder */

  img.left   {float:left;  border: 0px; margin:1em;}
  img.right  {float:right; border: 0px; margin:1em;}
  table.left   {float:left;  border: 0px; margin:1em;}
  table.right  {float:right; border: 0px; margin:1em;}

/* fett */

.bold {font-family: Syntax LT bold, Arial, Helvetica, sans-serif;
       font-weight: bold}

/* Pressemitteilungen */

.pm1 {font-family: 'Syntax LT bold', Arial, Helvetica;
      font-size: 110%;
      font-weight: bold;
      padding-right: 1em;
      white-space:nowrap;}
.pm2 {font-family: 'Syntax LT bold', Arial, Helvetica;
      font-size: 110%;
      font-weight: bold;
      font-style: oblique;}

/* Brief-Layout mit Rand */

  .brief     {margin-left:3em; margin-right:3em; margin-bottom:1em;
              font-style:normal;
              font-family:Syntax LT,Arial,Helvetica,sans-serif;
              border: 3pt ridge #00a4a4; padding: 1em;}

/* Schriftdruck in Schwarz */

@media print
{ color:#000000; }

