
body {
 background: white;
 color: black;
 font-family: verdana, arial, sans-serif;
}
#logo {
 background: url(../img/logo_print.jpg) right no-repeat white;
 height: 72px;
 padding: 0px 20px;
 text-align: left;
 line-height: 25px;
 font-size: 25px;
 overflow: hidden;
 margin: 0;
}
#logo a {
 text-decoration: none;
}
.skip, #subnav, #menu {
 display: none;
}
#main a:link:after, #main a:visited:after {
   content: " (" attr(href) ") ";
   font-size: 0.9em; }
#main a[href^="/"]:after {
 content: " (http://www.example.tld" attr(href) ") ";
}
.fright {
 float: right;
 margin: 0 0 1em 1em;
}
.fleft {
 float: left;
 margin: 0 1em 1em 0;
}
/* Letzte Änderung: 29.10.2005 - FK */
