/* CSS Document */
@charset "utf-8";
/* @import "reset.css"; - reset je v rÃ¡mci bootstrap.min.css */
html {margin:0;padding:0;}
body {margin:0;padding:0;font-family:'Arial';color:#5a5a5a;font-size:12px;line-height:18px;overflow: visible;}

/*----- GLOBAL -----*/
h1 { margin: 0 0 20px; }
h2 { margin: 0 0 15px; }
h3 { margin: 0 0 10px; }
a, a:active, a:visited { }
a:hover { text-decoration: underline; }
p {margin: 0}
.italic { font-style: italic; }
.clear { clear: both; }
.f-l { float: left; }
.f-r { float: right; }
.left { text-align: left; }
.right { text-align: right; }
.center { text-align: center; }
.noscreen { display: none; }
.reseter { float: none; clear: both; height: 1px; width: 100%; }

/*----- WRAPPER -----*/
#wrapper {width:1008px;margin:auto auto;}

/*----- HEADER -----*/
#header {height:158px;margin-top: 10%;}
#header #homepage {margin:0 auto;text-align: center;padding-right:4px;}


/*----- CONTENT -----*/
#content {padding:15px 30px;float:left;clear: both;width: 960px;border-bottom: 1px solid #b0b0b2;}
#section { }
 p + p { margin: 15px 0 0 0; }
#section ul,
#section ol { padding: 0 0 35px 15px; line-height: 1.5; }
#section form input[type=checkbox] { float: left; margin: 0 10px 0 0; }

/* fotogalerie strÃ¡nek */


/*----- ASIDE -----*/
#aside {}

/*----- NAVIGATION -----*/
#nav {float:left;border-top:1px solid #525252;border-bottom:1px solid #525252;position: relative;margin-top:10% }
#nav ul {margin:0;padding:0;text-align:center;height: 69px;}
#nav ul li {list-style-type:none;display:inline-block;*display:inline; /*IE7*/*zoom:1; /*IE7*/;position: relative;}
#nav ul li a {position: relative;display:table-cell;height:41px;line-height:1.2;padding: 28px 17px 0 17px;font-family: 'BBLK';color:#8a8a8a;font-size: 1.6em;text-decoration: none;}
#nav ul li a span {font-family: 'BLK'}


#nav ul li a:hover, #nav ul li a.active {background: #1461a8;color:#fff;}

#nav ul li:nth-child(2) a:hover  {background: #769b26;}
#nav ul li:nth-child(3) a:hover  {background: #ff8004;}
#nav ul li:nth-child(4) a:hover  {background: #d50a0a;}
#nav ul li:nth-child(5) a:hover  {background: #e28e1f;}
#nav ul li:nth-child(6) a:hover  {background: #408422;}

#nav ul ul {display: none;position: absolute;top: 70px;left:0px;text-align: left;max-height: 128px;overflow: hidden}
#nav ul li:hover ul.text{height: auto;display: block;padding: 10px 10px 8px 10px;border-bottom: 1px solid #b0b0b2}
#nav ul li:hover:first-child ul.text {width:136px;}
#nav ul ul li {list-style-type:none;float:left;height:auto;line-height: 18px;}

/*----- FOOTER -----*/
#footer {float:left;clear: both;width: 100%;overflow: hidden;padding: 147px 0 10px 0;color: #5d5c5c;font-size:11px;text-align: center}
#footer p {background: url(../image/footer.jpg) no-repeat bottom center;padding-bottom: 10px;}
#footer a {color: #5d5c5c;text-decoration: none;}
#footer a.big {font-size: 18px;}
.fb-like{
  margin-top: 12px;
}
/* End of CSS Document */
;