/* 2010.03.04 kupmikawe tu byl */

@import url("reset.css"); /*Importuje reset CSS*/

body {
font: 12px Verdana, Arial, Helvetica, sans-serif;
background: #D8D8D8 url(../images/body_bg.jpg) repeat-y center top;
color: #000;
line-height: 150%;
}
.clearFix {
clear:both;
font-size: 1px;
overflow:hidden;
height:1%;
}
#container {
width: 920px;
margin: 20px auto;
background:#FFF;
}
img {
display:block;
}
a {
color: #003399;
text-decoration: none;
}
h1 a, h2 a {
color: #72920D;
}
h1, h2 {
font-family: Georgia, "Times New Roman", Times, serif;
}
h1 {
font-size: 24px;
color: #72920D;
}
h2 {
padding: 20px 0 10px 0;
font-size: 24px;
color: #72920D;
font-weight: normal;
}
#header {
position:relative;
}
#primNav {
margin: 30px 0 0 0;
overflow:hidden;
}
#primNav li {
margin: 0 5px 0 0;
border-top: 1px solid #CFD6CF;
border-right: 1px solid #EEE;
border-left: 1px solid #EEE;
float:left;
}
#primNav a {
height: 25px;
padding: 8px 10px 0 10px;
display:block;
float:left;
color: #A1A1A1;
background: url(../images/tab_off.jpg) repeat-x bottom center;
text-decoration: none;
text-align:center;
}
#primNav .active {
color: #444;
background: url(../images/tab_on.jpg) repeat-x bottom center;
}
#primNav a:hover {
color: #444;
}
#searchField {
position:absolute;
top: 30px;
right:0;
overflow:hidden;
}
#searchField input, .newsletter input {
width: 190px;
height: 17px;
padding: 5px 5px 2px 5px;
border: 1px solid #C7CAB7;
font-size: 11px;
float:left;
-moz-border-radius-bottomleft:5px;
-moz-border-radius-topleft:5px;
}
#searchField #searchBtn, .newsletter #add {
width: auto;
height: 26px;
padding: 2px 5px 2px 5px;
border: 1px solid #A1CF24;
background: #BCE51F;
color: #486200;
font: 11px Georgia, "Times New Roman", Times, serif;
-moz-border-radius-bottomleft:0;
-moz-border-radius-topleft:0;
-moz-border-radius-topright:5px;
-moz-border-radius-bottomright:5px;
cursor: pointer;
}
#content {
overflow:hidden;
clear: both;
}
#footer {
margin: 30px 0 50px 0;
padding: 5px 10px 5px 10px;
background: #8B8F8E;
color: #FFF;
overflow:hidden;
font-size: 11px;
clear: both;
}
#footer a {
color: #FFF;
text-decoration:underline;
}
.design {
float:left;
}
.footerMenu {
float:right;
}
.footerMenu li {
padding: 0 0 0 5px;
display: inline;
}
#siteMap{
margin: 30px 0 0 0;
}
#siteMap li {
margin: 0 0 10px 0;
}
#siteMap li ul {
margin: 5px 0 0 10px;
}
#siteMap li ul li {
margin: 0 0 2px 0;
padding: 0 0 0 20px;
background:url(/content/core/images/selector_bullet.gif) no-repeat center left;
}
.menuRoot{}
