@import url("./aktuality.css");

/* default vlastnosti */
HTML {
 scrollbar-face-color: #DEE3E7;
 scrollbar-highlight-color: #FFFFFF;
 scrollbar-shadow-color: #DEE3E7;
 scrollbar-3dlight-color: #D1D7DC;
 scrollbar-arrow-color:  #666;
 scrollbar-track-color: #EFEFEF;
 scrollbar-darkshadow-color: #98AAB1;
 height: 100%; /* dulezite */
}

body {
 vertical-align: top; text-align: center;
 background-color: #FFF;

 padding: 0px 0px; margin: 0px 0px;
}

p,body,ul,li,h1,h2,h3,h4,h5,h6,td,th,div,table,th,td, strong, input, textarea {
 font-size:13px;
 font-family: "Helvetica CE", Helvetica, "Arial CE", arial, sans-serif;
 color: #000;
}

h1 { font-size: 18px; margin: 0 0; font-weight: bold; color: #03F;}
h2 { font-size: 18px; margin: 0 0; font-weight: bold; color: #03F; }
h3 { font-size: 15px; margin: 0 0; font-weight: bold; color: #03F;}
h4 { font-size: 13px; margin: 0 0; font-weight: bold; color: #03F; }
h5 { font-size: 11px; margin: 0 0; font-weight: normal; color: #03F; }
h6 { font-size: 10px; margin: 0 0; font-weight: normal; color: #03F; }

a:link, a:visited, a:hover, a:active {
 color: #03F;
 text-decoration: underline;
}

a:hover {
 text-decoration: none;
}
/* default vlastnosti */




/* Menu */
div#Menu {
 height: 200px;
 margin: 0 auto 0 auto;
 display: block;
 width: 770px;
 background: transparent url("../skins/default/face.jpg") top left no-repeat;
 text-align: right;
}

div#Menu img#Logo {
 border-width: 0px;
 margin: 24px 17px 14px 0px;
}

#Menu ul, #Menu li {
 margin: 0 0 0 0;
 padding: 0 0 0 0;
 display: inline;
 list-style-type: none;
 border: 0 none;
}


#Menu li a:link, #Menu li a:visited {
 width: 122px; line-height: 27px;
 float: right;
 margin: 0 0 0 0;
 text-decoration: none;
 color: #FFF;
 border:0 none;
 padding: 0px 0px;
 text-align: center;
 background-color: #03F;
 font-weight: bold;
 font-size: 1.15em;
}

#Menu li a:hover, #Menu a#Left:hover {
 text-decoration: underline;
 background-color:#03C;
}

a#Left:link, a#Left:visited {
 background: #03F url('../skins/default/menu_hrana_left.gif') top left no-repeat
}

a#Right:link, a#Right:visited {
 background: #03F url('../skins/default/menu_hrana_right.gif') top right no-repeat
}
/* Menu */



/* height: expression("0px"); */
