/* CSS Document */

#divUvod { margin-bottom: 200px; margin-top: 20px; }
h1 { 
 font-family: Georgia, "New York CE", utopia, serif; 
 font-size: 110%; 
 font-weight: bold;
 font-style: italic;
 margin-bottom: 20px;
}

p { font-size: 75%; margin-bottom: 35px; line-height: 150%; }
#img { float: right; margin: 0px 10px 10px 10px; }
p a { 
 font-family: sans-serif;
 font-size: 105%; 
 margin: 0px;
 color: #003D7B;
 text-decoration: underline;
 margin-bottom: 20px;
}
p a:hover { color: #FFFFFF; background-color: #003D7B; text-decoration: none; }

p.newAdresa { font-size: 75%; margin: 10px 0px 35px 0px; line-height: 150%; background: url('new.gif') no-repeat left top; text-align: right; }
