#body {
	position: relative;
}

#fintaTL, #fintaTR, #fintaBL, #fintaBR {
    width: 14px;
    height: 44px;
    position: absolute;
}
#fintaTL {
    background: transparent url('../img/layout/zalomenie_hore-vlavo.jpg') no-repeat;
    left: -14px;
    top: -13px;
}
#fintaTR {
    background: transparent url('../img/layout/zalomenie_hore-vpravo.jpg') no-repeat;
    right: -14px;
    top: -14px;
}
#fintaBL {
    background: transparent url('../img/layout/zalomenie_hore-vlavo.jpg') no-repeat;
    left: -14px;
    bottom: -1px;
}
#fintaBR {
    background: transparent url('../img/layout/zalomenie_hore-vpravo.jpg') no-repeat;
    right: -14px;
    bottom: -1px;
}



#header {
	width: 980px;
	height: 270px;
	position: relative;
}

#logoMestoZilina {
	position: absolute;
	left: 0;
	top: 0;
}

#logoCasPreZilinu {
	position: absolute;
	left: 0;
	top: 86px;
}

#logoDivadloZilina {
	position: absolute;
	left: 0;
	top: 141px;
}

#headerBg {
	display: block;
	position: absolute;
	width: 980px;
	height: 270px;
	left: 0;
	top: 0;
	background: transparent url('../img/layout/header.jpg');
}

#sectionImg {
	position: absolute;
	top: 0;
	right: 0;
}





#contentBar {
	border-right: 3px solid #e2001a;
	width: 708px;
	min-height: 1350px;
	height: 1350px;
	padding-bottom: 3em;
	background: white url('../img/layout/content-bg.jpg') no-repeat;
	background-position: bottom;
}
div[class] #contentBar {
	height: auto;
}

#sideBar {
	position: absolute;
	left: 711px;
	top: 0;
	width: 269px;
	padding: 0;
	font-size: 11px;
        background: green;
}

form.mlist {
	text-align: right;
	color: white;
	background: #e2001a;
	height: 30px;
	padding: 0 4px 0 4px;
	margin: 0;
}
form.mlist p {
	margin: 0;
	padding: 0;
}
#mlEmail {
	width: 150px;
	font-size: 11px;
}
#mlSubmit {
	position: relative;
	top: 2px;
	margin: 0;
	padding: 0;
	width: 24px;
	height: 24px;
}



#partneri {
	padding: 1em;
	background: white;
}
#partneri p {
	text-align: center;
	margin-bottom: 3em;
}

#content {
	padding: 2em 1em;
}



#footer {
	position: absolute;
	left: 0;
	bottom: 0;
	height: 35px;
	margin-top: 1em;
}

#footer p {
	margin: 0;
	margin-top: 7px;
	padding: 7px;
	height: 14px;
	font-size: 11px;
	color: white;
	position: absolute;
	top: 0;
	background: transparent;
}

#footer a {
	color: white;
	text-decoration: none;
}

#footer p.tel {
	left: 0;
	width: 130px;
	text-align: right;
	border-right: 3px solid white;
}

#footer p.email {
	left: 147px;
	width: 547px;
}

#footer p.author {
	left: 708px;
	width: 255px;
	background: #e2001a;
        top: -2px;
        height: 16px;
	border-left: 3px solid white;
}




#gallery div.img {
    width: 140px;
    height: 140px;
    margin: 10px 12px;
    float: left;
}
#gallery div.img a {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    width: 140px;
    height: 140px;
}




#menu {
	position: relative;
	font-size: 11px;
	font-weight: bold;
}

#menu ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	height: 30px;
}

#menu li {
	display: block;
	position: absolute;
	top: 0;
	height: 30px;
	margin: 0;
	padding: 0;
	border-right: 3px solid white;
	color: white;
}

#menu a {
	display: block;
	text-align: center;
	padding-top: 8px;
	height: 22px;
	color: white;
	background: #e2001a;
	text-decoration: none;
}

#menu a.active, #menu a:hover, #menu a:focus, #menu a:active {
	color: #e2001a;
	background: white;
}

#mnuAktualne {
	left: 0;
	width: 72px;
}

#mnuProgram {
	left: 75px;
	width: 70px;
}

#mnuAkcie {
	left: 148px;
	width: 121px;
}

#mnuTrhy {
	left: 272px;
	width: 45px;
}

#mnuFoto {
	left: 320px;
	width: 86px;
}

#mnuHistoria {
	left: 409px;
	width: 69px;
}

#mnuOrganizatori {
	left: 481px;
	width: 93px;
}

#mnuPartneri {
	left: 577px;
	width: 71px;
}

#mnuPress {
	left: 651px;
	width: 57px;
}







#galleryMenu {
	border: 3px solid #e2001a;
	margin-bottom: 1em;
}
#galleryMenu h2, #galleryMenu ul {
	font-size: small;
}
#galleryMenu h2 {
	float: left;
	margin: 0.5em 0.5em 0.5em 1em;
	padding: 0;
}
#galleryMenu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#galleryMenu li {
	display: block;
	float: left;
	margin: 0.5em 1em;
	font-weight: bold;
	color: #e2001a;
}
#galleryMenu li a {
	font-weight: bold;
	color: #e2001a;
	text-decoration: none;
}
#galleryMenu li a.actual {
	text-decoration: underline;
}
#galleryMenu li a:hover, #galleryMenu li a:active, #galleryMenu li a:focus {
	text-decoration: underline;
}


