
html, body { height: 100%; }   
body { margin: 0; font-size: 12px; color: #333333; font-family: Tahoma; text-decoration: none; background-color: #ffffff; }

  
img{ border:0px; }   



a { color: #333333; text-decoration: none; }
a:hover, a:visited { color: #333333; text-decoration: none; }

a.Pink { color: #DF176C; text-decoration: none; }
a.Pink:focus { color: #DF176C; text-decoration: none; } 
a.Pink:hover { color: #DF176C; text-decoration: underline; }
a.Pink:active { color: #DF176C; text-decoration: none; } 


a.Menu { font-size: 17px; text-decoration:none; color:#333333;}  
a.Menu:focus {text-decoration:none; color:#333333;}
a.Menu:hover {text-decoration:underline; color:#DF176C;}
a.Menu:active {text-decoration:none; color:#333333;}  

td.Main{ width: 100px; height: 590px; background: url(../images/Bg.jpg) no-repeat top center; } 
.Sadrzaj { background-color : #F8F8F8; text-align: right; padding: 20px; }
 
.TitleDark{font: 17px Tahoma, Helvetica, sans-serif; color: #666;}   
.TitlePink{font: 17px Tahoma, Helvetica, sans-serif; color: #DF176C;} 
.DarkSmall{font: 12px Tahoma, Helvetica, sans-serif; color: #666;}
.PinkSmall{font: 12px Tahoma, Helvetica, sans-serif; color: #DF176C;}  

#Content { overflow: auto; height: 210px; }  

input, select, textarea { font: 12px Tahoma, Helvetica, sans-serif; color: #555; padding: 1px 3px; background: #ffffff; border: 0.5px solid #E8E8E8; }
input:hover, input:focus, select:hover, select:focus, textarea:hover, textarea:focus { color: #333333; background: #ffffff; border: 0.5px solid #555555;}
         
.buttonSubmit { font: 12px Tahoma, Helvetica, sans-serif; padding: 1px 3px; color: #ffffff; background: #555555; border: 0.5px solid #E8E8E8; width: auto; }
.buttonSubmit:hover { font: 12px Tahoma, Helvetica, sans-serif; padding: 1px 3px; color: #ffffff; background: #DF176C; border: 0.5px solid #999999; width: auto; }
   
