/*
styles.css
enthält alle Formatierungen der WebSite www.ziemke-koeln.de
(c) November 2004 by Michael Ziemke, Koeln
*/

/*
** Pseudoformate für Verweise:
** ----------------------------------
*/

/*
a:link { font-weight:bold; color:#737300; text-decoration:none }
a:visited { font-weight:bold; color:#9D8A7B; text-decoration:none }
a:hover { font-weight:bold; color:#E00000; text-decoration:none }
a:active { font-weight:bold; color:#804040; text-decoration:underline }
a:focus { font-weight:bold; color:#00E000; text-decoration:underline }
*/

/*
** Allgemeingültige Formate:
** ----------------------------------
*/

body.m {
  font-family:Arial;
  color:black;
  background-color:#FFFF99;
  }

body.if {
  font-family:Arial;
  color:black;
  background-color:#91A56E;
  }

body.sicherheit {
  color: #990033;
  font-family: "Verdana","Arial","Helvetica",sans-serif;
  font-size: 10pt;
  background-color:#FF9900;
  }

h1 {
  text-align:left;
  font-size:24pt;
  margin-top:0px; margin-right:0px; margin-bottom:6px; margin-left:0px;
  }

h2 {
  text-align:left;
  font-size:18pt;
  margin-top:0px; margin-right:0px; margin-bottom:4px; margin-left:0px;
  }

h3 {
  text-align:left;
  font-size:12pt;
  margin-top:0px; margin-right:0px; margin-bottom:4px; margin-left:0px;
  }

p {
  margin-top:2px; margin-right:2px; margin-bottom:2px; margin-left:2px;
  }

img {
  margin:5px; border-style:none;
  }

table {
  border:0;
  width:100%;
  }

table.topdot {
  width:100%;
  vertical-align:top;
  border-width:thin; border-style:dotted;
  }

td.top {
  vertical-align:top;
}

ul {
  margin-top:5px; margin-bottom:5px;
  }

li {
  margin-top:2px; margin-bottom:5px;
  }