/*
GRUBERND // mehrzweckraum.com // PRINT stylesheet // 09.07.2009
*/


body {
      background:transparent;
      }

img {
      margin-top:0px; margin-right:0px; margin-bottom:0px; margin-left:0px;
      border-style:none;
      }

#central {
      width:100%;
      margin:0 auto;
      margin: 3em 0 3em 0;
      }

#printheader {
    font-family: "Courier New", Courier, monospace;
    font-size: 16pt;
    font-weight:bold;
    text-decoration:none;
    color:rgb(0,0,0);
    }

#printfooter {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 10pt;
    font-weight:normal;
    text-decoration:none;
    color:rgb(0,0,0);
    }

#photo {
      margin:0;
      text-align: left;
      }

#menue,#thumbs,#gallery {
    display:none;
    }

.menue, .navigatio, .navithumb {
    display:none;
    }

/*
----- SCHRIFT
*/

a:link    { color:rgb(115,115,115); text-decoration:underline; }    /* noch nicht besuchte Ziele */
a:visited { color:rgb(090,090,090); text-decoration:underline; }    /* besuchte Ziele */
a:hover   { color:rgb(150,150,150); text-decoration:underline; }    /* Verweise bei "MouseOver" */
a:active  { color:rgb(150,150,150); text-decoration:underline; }    /* Angeklickte Verweise */
a:focus   { color:rgb(150,150,150); text-decoration:underline; }    /* Verweise, die Fokus erhalten */


.textnormal,.textbold {
   font-family: Helvetica, Arial, sans-serif;
   font-style:normal;
   text-decoration:none;
   color:rgb(115,115,115);
   }

.textnormal {
   font-size:small;
   font-weight:normal;
   }

.textsmall {
   font-size:x-small;
   font-weight:normal;
   display:none;
   }

.textbold {
   font-size:medium;
   font-weight:bold;
   }

