     body
     {
          font-family:Arial;
     }
     
/* Odkazy v modulu  */       
     a#link_nahore
     {
          color:black;
          font-weight:bold;
     }
     
     a#link_dole
     {
          color:white;
          font-weight:bold;
     }
     
     a#link_nahore :hover
     {
          color:grey;
          font-weight:bold;
     }
     
     a#link_dole :hover
     {
          color:black;
          font-weight:bold;
     }
     
/* Tabulka inzeratu  */     
     .table_head
     {
          background-color:#1A73A8;
          color:white;
          font-size:12px;
          text-align:left;
          font-weight:bold;
     }
     .table_all
     {
          font-size:12px;
          text-align:left;
          height:30px;
          border:none;
          background-color:#1A73A8;
     }
     
/* Tlacitka formuláře  */
     .tlacitka
     {
          font-size: 16px;
     }

/* Tabulka formuláře  */
     .form_div
     {
          background-color:#FFFFE1;
          width:500px;
          height:600px;
     }
     
     .form_line
     {
          background-color:#FFFF00;
          width:500px;
          height:10px;
     }
     
     .table_left
     {
          font-size: 14px;
          background-color:#0000FF;
          width:150px;
          color:white;
          font-weight:bold;
     }
     
     .table_center
     {
          width:25px;
     }
     
     .table_right
     {
          width:200px;
     }
     

/* Původní styly detailu od Ponkráce */
.arial,.band,.band-id,.caption,.text,.contact,.message,.statistics,.source {font-family:"Arial CE","Arial","Helvetica CE","Helvetica",sans-serif;}
.band {font-size:90%;color:#FFFFFF;}
.band-id {font-size:70%;color:#FFFFFF;}
.caption {font-size:130%;}
.text {font-size:90%;}
.contact {font-size:80%;}
.message {font-size:80%;}
.statistics {font-size:75%;}
.source {font-size:75%;}


/* Původní styly nemoreality.cz */
.menu 
{
	font-family:Arial CE,Helvetica CE,Arial,Helvetica,sans-serif;
	color: #007ac2;
	font-size:9pt;
	font-weight: bold;
}

a 
{
     text-decoration:none
} 

a:hover 
{
     color: grey;
     text-decoration:none
}

