<style type="text/css">

<!--

/* Text */

body {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size:10pt;
        font-weight:normal;
      }

td    { font-family: Tahoma, Arial, Helvetica, sans-serif;
        font-weight: normal;
        text-decoration: none;
        font-size: 10pt;
      }

p     {
        letter-spacing:0.1em;
        color: black;}

.website { border-width: 2px;
           border-style: solid;
           border-color: #AC0000; }


/* Farben #FFAA00*/

 .kopf  { background-color: #AC0000;}

 .rumpf { background-color: white;}




/* Überschriften */


h1   {   font-family: Verdana, sans-serif;
              font-size: 18pt;
              text-decoration: none;
              font-weight: bold;
              color: #AC0000;
     }


h2 {
        font-family: Verdana, Arial, helvetica, sans-serif;
        font-size: 14pt;
        text-decoration: none;
        font-weight: bold;
        color: #434343;
        margin-bottom:5px;
       }

h3 {
        font-family: Verdana, Arial, helvetica, sans-serif;
        font-size: 12pt;
        text-decoration: none;
        font-weight: bold;
        color: #434343;
        margin-bottom:5px;
    }


.moment { font-weight: bold;
          color: #AC0000;
        }


/* Kopfzeile */

.logo     {     font-family: Verdana, Arial, helvetica, sans-serif;
                font-size: 72px;
                font-style: italic;
                font-weight: bold;
                color: white;
          }


.logosubtitle     { font-family: Verdana, Arial, helvetica, sans-serif;
                font-size: 18pt;
                text-decoration: none;
                font-weight: normal;
                color: white;
          }



/* Menu */

.menu_title {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        color: white;
        font-weight: normal;
        font-size: 13pt;
        text-decoration: none;
        }

.submenu_title {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        color: white;
        font-weight: normal;
        font-size: 11pt;
        text-decoration: none;
       }

.submenu {
          margin: 0 0 0 0.8em;
          padding: 0;
         }

/* Links */

a, A { font-family: Tahoma, Arial, Helvetica, sans-serif;
       font-weight: bold;
       font-size: 10pt;
       text-decoration: none;
       color: #AC0000;
       }

a:hover { color: white; text-decoration:none; background-color:#AC0000; font-weight:bold; }
a[href^="http:"]:hover { color: white; text-decoration:none; background-color:#AC0000; font-weight:bold; }


a[href^="http:"] { background:transparent
                   url('/images/link_extern.gif') 0% 50% no-repeat;
                   padding-left: 10px;
}

a[href^="http://mo-ment.info"],
a[href^="http://www.mo-ment.info"],
a.image
{
background: transparent;
padding-left: 0px;
}

//-->