/************************/
/* global declarations */

body    {cursor:default;
         font:15px/16px arial;
         color:#000000;
         text-decoration:bold;
         
         margin:55px 0px 0px 0px;
    /*background:#000000;*/
      background:#ffffff;
      background:url('../images/bg_bahn.jpg');
    background-attachment:fixed;         
}

td      {font:15px/16px arial;
         color:#000000;
         text-decoration:bold;}

a       {color:#880000;
	 text-decoration:none;}

a:HOVER {color:#000000;
	text-decoration:underline;}



/*********************/
/* content elements */



div {margin:0px 0px 0px 40px;
      padding:5px;
      font:15px/16px arial;
      color:#000000;
      }


div#emaillink {
   width: 170px;
   height: 14px;
   margin: 0;
   border: 0;
   padding: 0px 0px 0px 0px;
}


div#emaillink a.mailfico {
    display: block;
    float: left;
    background: url('../images/email_federico.gif') no-repeat center top;
}

div#emaillink a.mailfico:hover {
    background: url('../images/email_federico_hl.gif') no-repeat center top;
}

div#emaillink a.mailstef {
    display: block;
    float: left;
    background: url('../images/email_stefan.gif') no-repeat center top;
}

div#emaillink a.mailstef:hover {
    background: url('../images/email_stefan_hl.gif') no-repeat center top;
}
