html, body {
	margin:0; padding: 0;
	background:#d5d5d5;
}
body {
	postion: relative;
}
#modryPas {
	position: absolute;
	top: 72px; left:0;
	width: 100%;
	height: 280px;
	background:#0c1237;
	z-index:0;
}

#container {
	position: relative;
	width: 802px;
	margin: 0 auto;
	padding:0 40px;
	background:url("images/bg.png") repeat-y;
	z-index:1;
}
#containerBg { position: relative; background:#fff; padding: 72px 8px 10px 8px; }

#topNav {
	position:absolute;
	right: 10px; top:53px;
	color:#b3b3b4;
	font-size:11px; font-weight:normal;
}
#topNav a { color:#b3b3b4; background:none; text-decoration:none; font-weight: normal; }
#topNav a:hover {text-decoration: underline; }

#menu {
	height: 25px;
	padding: 0;
	background:#0c1237;
	color:#fff;

    font-size: 11px;
    font-weight: normal;
}
#menu a {
    color:#fff;
    text-decoration: none;
    background:none;
    padding:6px 4px 0;
    height: 19px;
    display: block; 
    float: left;
    white-space: nowrap;
}
#menu a:last-child {
    padding-right: 6px;
}
#menu a:hover { text-decoration: underline; }
#menu a.active { background: #ea6f01; }
#menu .sep { float:left; padding-top:6px; margin: 0 -1px; }


#top {
	position: relative;
	background:url("images/top.gif") no-repeat;
	height: 232px;
}
#leftFlash {
	position: absolute;
	top: 0; left: 0;
	width: 207px; height: 232px;
}
#rightFlash {
	position: absolute;
	top:0; left: 209px;
	width: 577px; height: 232px;
}

#left {
	position: relative;
	width: 209px;
	float: left;
}
#left h3 {
	font-weight: bold; font-size: 15px;
	color:#242657;
	margin:0; padding:0;
}
#left strong { color:#242657; }

#content {
	position: relative;
	margin-left: 209px;
	padding: 0 50px 15px 30px;
}
#nav {
	position: relative;
	height: 17px;
	padding: 4px 0 0 30px;
	margin: 0 -50px 10px -30px;
	background: #898686;
	border-top: 2px solid #0c1237;
	font-size: 11px; color:#fff;
}

#footer {
	width: 882px;
	height: 76px;
	margin: 0 auto;
	background: url("images/footer.png") no-repeat;
}
#footer div {
	background:#0c1237;
	height: 18px;
	margin: 0 48px 0 48px;
	padding: 7px 0 0 0;
	text-align: center;
	font-size:11px; font-weight: bold;
	color:#fff;
}
#footer a { color: #fff; text-decoration: none; background:none; }

/* DOMOV */
.domov {
	position: relative;
	left:0; top:0;
	width: 575px; height: 835px;
	background:url(images/domov/domov.jpg) no-repeat left top;
	margin-right: -120px;
}
.domov .polozka {
	position: relative;
	display: block;
	width: 243px; height: 150px;
	background:transparent none no-repeat 0 31px;
	float: left;
	margin: 0 22px 17px 9px;
}
.domov .polozka:hover {
	background:transparent none no-repeat 0 31px !important;
}

/* separator */
.separator {
	height:1px; width:100%;
	margin:15px 0;
	border-bottom:1px solid #0c1237;
}
#left .separator {
	width: 203px;
	margin: 15px -20px;
}


#sitemap .addPage { display:none; }


/* KLASICKA GALERIA */
#galeriaKlasik {
    margin: 20px -15px 0 -15px;
}
#galeriaKlasik img {
    border: none;
}
#galeriaKlasik img.foto {
    padding:2px;
    border: 1px solid #b0bbbd;
}
#galeriaKlasik #fotoSlider div {
    position: relative;
    width: 160px; height:120px;
    margin: 7px;
    float: left;
    text-align: center;
}
#galeriaKlasik  a {
    display: block;
    width: auto;
    margin: 0 auto;
    background: none;
}
#galeriaKlasik a:hover img.foto {
    border: 3px solid #b0bbbd;
    margin: -2px;
}
#galeriaKlasik #galVlavo, #galeriaKlasik #galVpravo {
    display: none;
}

