/*
    Toto css je pripojeno ke vsem dokumentum.
*/
* {
    border: 0 none;
    margin: 0;
    outline: medium none;
    padding: 0;
}

html {overflow-y: scroll;}

html, body {
    height: 100%;font-size: 12px;
	font-family: "Verdana CE", "Arial CE", "Lucida Grande CE", "Helvetica CE", Verdana, Arial, lucida, sans-serif;

}
h1 {font-size:18px; color: #FFF; float: left;}
h2 {font-size:15px;}
h3 {font-size:12px;}

p {
    margin: 5px 0 10px 0;
}

hr {
	margin: 10px 0;
	width: 100%;
	border-top: #000 solid 1px;
}

.bold-text {
	font-weight:bold;
}

#page
{
    width: 1009px;
    margin: 0 auto;
    position: relative;
    min-height: 100%;
    height: auto !important;
    height: 100%;
}

#pageBg, #centerContent
{
    background-color: #f6f6f8;
}

#pageBg{
    position: absolute;
    top: 0;
    left: 180px;
    right: 160px;
    z-index: -1;
    height: 100%;
}

header
{
    width: 100%;
    height: 110px;
    position: absolute;
    background: #fff;
}

.rightImage
{
    position: absolute;
    right: 0px;
    top: 0px;
}

#languagesMenu
{
    position: absolute;
    top: 110px;
    left: 0px;
    right: 0px;
    line-height: 41px;
    height: 41px;
    display: block;
    background: #abe0f9 url("../img/lang-menu-bg.png") 0 0 repeat-x scroll
}

#languagesMenu ul
{
    float: right;
    margin-right: 8px;
    margin-top: auto;
    margin-bottom: auto;
}

#languagesMenu ul li img
{
    display: block;
    margin: 8px 1px;
}

#languagesMenu .first
{
    float: left;
    width: 32px;
    height: 41px;
    background-image: url("../img/lang-menu-left.png")
}

#languagesMenu .last
{
    float: right;
    width: 30px;
    height: 41px;
    background-image: url("../img/lang-menu-right.png")
}

#mainMenu ul li {
    width: 93px;
    height: 91px;
    overflow: hidden;
    position: relative;
}

#mainMenu {
    display: block;
    padding: 6px 4px;
    z-index: 100;
    position: relative;
}

#mainMenu ul li a div {
    position: absolute;
    left: 11px;
    right: 5px;
    bottom: 8px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    line-height: 15px;
    padding: 5px 0;
}

.textshadow #mainMenu ul li a div {
    text-shadow: #000 0px 0px 1px, #000 0px 0px 2px, #000 0px 0px 3px;
}

.no-textshadow #mainMenu ul li a div {
    filter: glow(color=#000000,strength=3);
}

#mainMenu ul li a img.inactive {
    display: block;
}  

#mainMenu ul li a:hover img.inactive {
    display: none;
}

#mainMenu ul li a img.active {
    display: none;
}  

#mainMenu ul li a:hover img.active {
    display: block;
}

nav ul {
    list-style: none;  
}

nav ul li {
    float: left;
}

section {
    display: block;
}

aside{
    background-color: #fff;
    display: table-cell;
    vertical-align: top;
}

aside.leftAside{
    width: 175px;
    padding: 0 5px 7px 0;
}

#centerContent{
    position: relative;
	padding-bottom: 50px;
}

#menuLines{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%;
}
#menuLine1{
    background-color: #FAFAFC;
    color: #FAFAFC;
    height: 64px;
    width: 100%;
}
#menuLine2{
    background-color: #FFFFFF;
    color: #FFFFFF;
    height: 8px;
    width: 100%;
}

#mainTable {
    clear: both;
    display: table;
    width: 100%;
    padding-top: 151px;
}

#centerContent section{
    clear: both;
    padding: 17px 25px 10px 25px;
}

aside.rightAside{
    width: 155px;
    padding: 0 0 7px 5px;
}

.cleaner {
    background: none repeat scroll 0 0 transparent;
    border: medium none;
    clear: both;
    font-size: 1px;
    height: 1px;
    margin: 0;
    padding: 0;
}

#fastSearch {
    background: #39aef0 url("../img/fast-search.png") 0 0 repeat-x scroll;
    height: 50px;
}

#fastSearchText {
    color: #fff;
    font-size: 13px;
    font-weight: bold;
    line-height: 17px;
    margin-left: 32px;
    overflow: hidden;
}

.fastSearchInput {
    background-color: transparent;
    float: left;
    height: 20px;
    margin: 10px 0 0 4px;
    width: 109px;
}

.fastSearchSubmit {
    background-color: transparent;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    height: 22px;
    margin: 10px 0 0 5px;
    padding: 0 0 5px 0;
    overflow: hidden;
    width: 57px;
    text-align: center;
}

.asideBox, #fastSearch {
    margin: 7px 0 0 0;
}


.asideBox .contentBox {
    position: relative;
}

.asideBoxTitle {
    position: static;
    height: 34px;
    overflow: hidden;
    display: table;
    width: 100%;
    background: #24a2e8 url("../img/aside-top.png") 0 0 repeat-x scroll;
}

.asideBox .content {
    padding: 10px;
    font-size: 11px;
    line-height: 12px;
}

.asideBoxTitle h2 {
    padding: 0px 0px;
    color: #fff;
    position: static;
    display: table-cell;
    font-size: 13px;
    font-weight: bold;
    line-height: 14px;
    text-align: center;
    vertical-align: middle;
}

.asideBox .content h3 {
    font-size: 15px;
    line-height: 16px;
    margin-bottom: 3px;
}

.asideBox .contentBox .leftBottomCorner {
    background: #79d7fd url("../img/aside-left-bottom.png") 0 0 no-repeat scroll;
    width: 9px;
    height: 8px;
}

.asideBox .contentBox .rightBottomCorner {
    background: #79d7fd url("../img/aside-right-bottom.png") 0 0 no-repeat scroll;
    width: 9px;
    height: 8px;
}

.asideBox .contentBox .leftBorder {
    background: #79d7fd url("../img/aside-left.png") 0 0 repeat-y scroll;
    width: 2px;
    bottom: 8px;
}

.asideBox .contentBox .rightBorder {
    background: #79d7fd url("../img/aside-right.png") 0 0 repeat-y scroll;
    width: 2px;
    bottom: 8px;
}

.asideBox .contentBox .bottomBorder {
    background: #79d7fd url("../img/aside-bottom.png") 0 0 repeat-x scroll;
    height: 2px;
    left: 9px;
    right: 9px
}

.asideBoxTitle .leftBorder {
    background: #24a2e8 url("../img/aside-left-top.png") 0 0 no-repeat scroll;
    width: 8px;
    position: static;
    display: table-cell;
}

.asideBoxTitle .rightBorder {
    background: #24a2e8 url("../img/aside-right-top.png") 0 0 no-repeat scroll;
    width: 7px;
    position: static;
    display: table-cell;
}

#footer {
    position: absolute;
	heiught: 50px;
    bottom: 0;
    left: 180px;
    right: 160px;
    background-color: #fff;
}

#footerPadding {
    position: absolute;
    top: 8px;
    left: 0;
    right: 0;
    bottom: 0;
}

#footer .content {
    padding: 10px;
}

#footer .leftTopCorner {
    background: transparent url("../img/foot-left-top.png") 0 0 no-repeat scroll;
    width: 9px;
    height: 8px;
}

#footer .rightTopCorner {
    background: transparent url("../img/foot-right-top.png") 0 0 no-repeat scroll;
    width: 9px;
    height: 8px;
}

#footer .topBorder {
    background: transparent url("../img/foot-top-border.png") 0 0 repeat-x scroll;
    height: 2px;
    left: 9px;
    right: 9px
}

#footer .rightBorder {
    background: transparent url("../img/foot-right-border.png") 0 0 repeat-y scroll;
    width: 2px;
    top: 8px;
}

#footer .leftBorder {
    background: transparent url("../img/foot-left-border.png") 0 0 repeat-y scroll;
    width: 2px;
    top: 8px;
}

.leftTopCorner, .topBorder, .rightTopCorner, .rightBorder, .rightBottomCorner,
.bottomBorder, .leftBottomCorner, .leftBorder {
    position: absolute;
}

.leftTopCorner {
    left: 0;
    top: 0;
}

.rightTopCorner {
    right: 0;
    top: 0;
}

.rightBottomCorner {
    right: 0;
    bottom: 0;
}

.leftBottomCorner {
    left: 0;
    bottom: 0;
}

.leftBorder, .rightBorder {
    top: 0;
    bottom: 0;
}

.topBorder, .bottomBorder {
    left: 0;
    right: 0;
}

.topBorder {
    top: 0;
}

.leftBorder {
    left: 0;
}

.bottomBorder {
    bottom: 0;
}

.rightBorder {
    right: 0;
}