/* DATEI: style.css */
/* Stylesheet Informationen für www.joerg-wiesner.de */


h1,h2,h3,h4,p,ul,ol,li,div,td,b,i {
       font-family:   verdana, helvetica, sans-serif;}

ul { list-style-image:url(images/blk.gif);}
ul ul { list-style-image:url(images/blk2.gif);}

li { line-height:140%;}

body { font-size: 11pt;
       font-family:   verdana, helvetica, sans-serif;
       margin: 0px;
       /* background-image: url(images/mac.gif);*/
       background-repeat: no-repeat;
       background-position: center;
       /* background-attachment: fixed; */
       }

td {   font-size: 11pt;
       font-family:   verdana, helvetica, sans-serif;
       /* color: #000000; background-color:#ffffff; */
       }

h2 {   font-size: 21px;
       margin-bottom: 18px;
       }

li {   margin-bottom: 4px;}

/* Verweise, die Fokus erhalten */
a:focus { ;}

/* Angeklickte Verweise */
a:active {
       font-size: 11pt;
       font-family:   verdana, helvetica, sans-serif;
       text-decoration: none;
       color: rgb(115,115,115); background-color:rgb(0,82,156);
       font-weight: bold;
       }

/* Verweise bei "MouseOver" */
a:hover {
       font-size: 11pt;
       font-family:   verdana, helvetica, sans-serif;
       text-decoration: none;
       color: rgb(215,215,215); background-color:rgb(0,82,156);
       }

/* noch nicht besuchte Ziele */
a:link {
       font-size: 11pt;
       font-family:   verdana, helvetica, sans-serif;
       text-decoration: none;
       font-weight: bold;
       }

/* besuchte Ziele */
a:visited {
       font-size: 11pt;
       font-family:   verdana, helvetica, sans-serif;
       text-decoration: none;
       font-weight: bold;
       }

.akt { color: #ffffff;      background-color:rgb(0,82,156);
       font-size: 11pt;
       font-family:   verdana, helvetica, sans-serif;
       font-weight: bold;}


.blue {color: #0000c0; background-color:#ffffff;}
.acht {font-size: 8pt;}
