@charset "utf-8";

body {
background-color: #1a585c;
margin: 0px;
padding: 0px;
font-size: 17px;
text-align: left;
color: white
}

#hlavny {
width: 780px;
min-height: 360px;
padding-left: 20px;
}

#logo {
background-image: url('images/logo.jpg');
width: 980px;
height: 56px;
text-align: left;
padding-top: 358px;
margin-bottom: 20px;
color: white;
}


a:link {
color: #ff6565;
}

a:visited {
color: #ff6565;
}

a:hover {
color: #white;
}
