/*   -------------------------------   NOVE CSS   -----------------------------------   */


body {
	background-color: f6f6f6;
	background-image: url(../img/layout/bg.jpg);
	background-position:center;
	text-align: center;
	margin: 0;
}

#page {
	position: relative;
	width: 780px;
	padding: 0;
	margin: 0px auto;
	text-align:center;
}

span, p, ul, ol{
	font-size: 8.5pt;
	font-family:Verdana, sans-serif;
	line-height: 1.5em;
	word-spacing: 0.05em;
	color:#333333;
}

a {
color: #666666;
}

h1, h2, h3 {
	font-size: 1em;
	font-family: Trebuchet MS, sans-serif;
}

hr {
	color: #A4D600;
	background-color: #A4D600;
	height: 1px;
	border: 0;
}

/* ----------------------- HEADER ------------------- */
#page #header {
	background-image: url(../img/layout/header.jpg);
	background-repeat: no-repeat;
	height: 317px;
	width: 780px;
}
/* ------------------- KONIEC HEADER ---------------- */



/* ----------------------- MENU --------------------- */
#page #menu {
	position:relative;
	background-image: url(../img/layout/menu.jpg);
	background-repeat: no-repeat;
	height: 20px;
	font-family:"Trebuchet MS", Verdana, sans-serif;
}

#page #menu #ymcabutton a {
	position: absolute;
	top: 0px;
	left: 17px;
	color:#FFFFFF;
	text-decoration:none;
	font-size: 9pt;
	font-weight: bold;
}

#page #menu #ymcabutton a:hover {
padding-bottom: 2px;
}

#page #menu .menubutton a {
	position: relative;
	top: -1px;
	left: 235px;
	color: #FFFFFF;
	display: block;
	padding: 0 12px;
	float:left;
	border-top: 1px solid #C1E404;
	text-decoration: none;
	background-color: #13B5CA;
	font-size: 9pt;
	line-height: 1.5em;
	font-weight: bold;
}

#page #menu #menubutton1 a:hover {
	position: relative;
	top: 0px;
	left: 235px;
	background-image:url(../img/layout/hovermenu1.jpg);
	background-position:center;
	background-repeat:no-repeat;
	color: #FFFFFF;
	display: block;
	padding: 0 12px;
	float:left;
	border: 0;
	text-decoration: none;
	background-color: #13B5CA;
}

#page #menu #menubutton2 a:hover {
	position: relative;
	top: 0px;
	left: 235px;
	background-image:url(../img/layout/hovermenu2.jpg);
	background-position:center;
	background-repeat:no-repeat;
	color: #FFFFFF;
	display: block;
	padding: 0 12px;
	float:left;
	border: 0;
	text-decoration: none;
	background-color: #13B5CA;
}

#page #menu #menubutton3 a:hover {
	position: relative;
	top: 0px;
	left: 235px;
	background-image:url(../img/layout/hovermenu3.jpg);
	background-position:center;
	background-repeat:no-repeat;
	color: #FFFFFF;
	display: block;
	padding: 0 12px;
	float:left;
	border: 0;
	text-decoration: none;
	background-color: #13B5CA;
}

#page #menu #language {
	visibility:hidden;
	position:absolute;
	top: 1px;
	right: 23px;
	font-size: 8pt;
}

#page #menu #language a {
	color:#FFFFFF;
	font-size: 8pt;
}

#page #menu #language a:hover{
	background-color:#DC2521;
	color:#FFFFFF;
	text-decoration: none;
}

/* ------------------ KONIEC MENU ------------------- */



/* ------------------ HLADAJ ----------------------- */
#page #search {
	position:absolute;
	left: 588px;
	top: 341px;
	padding: 0;
	margin:0;
}
#page #search form {
	position:relative;
	background-image: url(../img/layout/search.jpg);
	background-repeat:no-repeat;
	height: 35px;
	width: 176px; 
}
#page #search label {
	position: absolute;
	top: 5px;
	left: 7px;
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 10pt;
	color: #FFFFFF;
}
#page #search #searchtext {
	position: absolute;
	top: 9px;
	left: 50px;
	height: 12px;
	width: 93px;
	border:none;
	font-family:Tahoma, Verdana, sans-serif;
	font-size: 7pt;
}
#page #search #searchbutton {
	position:absolute;
	top: 7px;
	left: 153px;
	background-image: url(../img/layout/searchbutton.jpg);
	height: 17px;
	width: 17px;
	border: 0px;
}

/* ----------------- KONIEC HLADAJ ------------------ */



/*------------------- AKTUALITY --------------------- */
#page #aktuality {
	position: relative;
	text-align: left;
	margin: 22px auto 0 auto;
	background-image: url(../img/layout/aktuality.jpg);
	background-repeat: no-repeat;
	height: 420px;
	clear: both;
	width: 748px;
}

#page #aktuality h3 {
	font-size: 0.9em;
	font-family: Trebuchet MS, sans-serif;
	padding: 5px 7px 0 12px;
}

#page #aktuality .stlpecakt h2 {
	font-size: 0.8em;
	text-align:left;
	margin:3px 5px;
	font-family: Trebuchet MS, sans-serif;
	color: #13bfd5;
}

#page #aktuality .stlpecakt span {
	font-size: 8.5pt;
	text-align:left;
	display:block;
	width: 160px;
	margin: 0 5px;
	line-height: 1.5em;
	font-family: Tahoma, Verdana, sans-serif;
}
#page #aktuality .stlpecakt #stlpecakthover {
	display: block;
	height: 358px;
	width: 170px;
	position: absolute;
	left: 7px;
	top: 0px;
}
#stlpecakthover {
	cursor: pointer;
}

#page #aktuality .stlpecakt #stlpecakthover span {
	position:absolute;
	top:-50000px;
	left:-50000px;
}

#page #aktuality #starsieakt {
	position: absolute;
	right: 45px;
	bottom: 2px;
}

#page #aktuality #starsieakt a{
	font-size: 8.5pt;
	font-family: Tahoma, Verdana, sans-serif;
	font-weight:bold;
}

#page #aktuality #starsieakt a:hover{
	background-color:#DC2521;
	color:#FFFFFF;
	font-weight:bold;
	text-decoration: none;
}

#page #aktuality .stlpecakt {
	position:relative;
	text-align:left;
	width: 170px;
	float:left;
	background-image:url(../img/layout/stlpecakt.jpg);
	height: 358px;
	margin-top: -7px;
	_margin-top: -12px;
	padding: 0 7px;
	margin-left: 2px;
	overflow: hidden;
}

#page #aktuality .stlpecakt img{
	border:solid #FFFFFF 5px;
	width: 160px;
	height: 125px;
}
/* -------------- KONIEC AKTUALITY ----------------- */



/* ----------------- MZ YMCA ----------------------- */
#page #mzymca {
	margin: 0;
	text-align: left;
	width:720px;
	padding: 0 30px;
	background-color:#FFF;
	background-image:url(../img/layout/mzymca.jpg);
	background-repeat:repeat-x;
	height: 189px;
}

#page #mzymca h3 {
	font-size: 0.9em;
	font-family: Trebuchet MS, sans-serif;
	padding: 0 0 3px 0;
	margin: 0;
}

#page #mzymca .stlpecmzymca {
	width: 240px;
	float: left;
}

#page #mzymca .stlpecmzymca span {
	float: left;
	clear: both;
	width: 230px;
}

#page #mzymca .stlpecmzymca span a{
	font-size: 8pt;
	font-family: Tahoma, Verdana, sans-serif;
	color:#666666;
	font-weight:bold;
}

#page #mzymca .stlpecmzymca span a:hover {
	font-size: 8pt;
	font-family: Tahoma, Verdana, sans-serif;
	background-color:#DC2521;
	color:#FFFFFF;
	font-weight:bold;
	text-decoration: none;
}


/* -------------- KONIEC MZ YMCA ------------------- */



/* ----------------- FOOTER ------------------------ */
#page #footer {
	background-image:url(../img/layout/footer.jpg);
	background-repeat:no-repeat;
	height: 140px; 
	width: 720px;
	padding: 0 30px;
	border-top: 3px solid #13bfd5;
	text-align: left;
}

#page #footer h3 {
	font-size: 0.9em;
	font-family: Trebuchet MS, sans-serif;
	color:#FFFFFF;
	margin:0;
	padding: 5px 0;
}

#page #footer .stlpecsponzori {
	width: 144px;
	float: left;
}

#page #footer .stlpecsponzori span {
	float: left;
	clear: both;
	width: 135px;
}

#page #footer .stlpecsponzori span a {
	font-size: 8pt;
	font-family: Tahoma, Verdana, sans-serif;
	font-weight:bold;
	text-decoration: none;
	color: #13b5ca;
}

#page #footer .stlpecsponzori span a:hover {
	font-size: 8pt;
	font-family: Tahoma, Verdana, sans-serif;
	font-weight:bold;
	text-decoration: none;
	color: #c3e401;
}
#page #footer #myfooter {
	position:absolute;
	bottom: 5px;
	float: left;
	clear: both;
	text-align:center;
	color:#777777;
	width: 720px;
	font-size: 8pt;
	font-family: Tahoma, Verdana, sans-serif;
}

#page #footer #myfooter a {
	color:#999999;
	font-size: 8pt;
	font-family: Tahoma, Verdana, sans-serif;
}

#page #footer #myfooter a:hover {
	color:#FFFFFF;
	font-size: 8pt;
	font-family: Tahoma, Verdana, sans-serif;
	background-color:#DC2521;
	color:#FFFFFF;
	text-decoration:none;
}

/* -------------- KONIEC FOOTER -------------------- */

/* ----------------- CONTAINER --------------------- */
#page #container {
	background: #E7F49A;
	margin: 22px auto 0 auto;
	width: 748px;
}

#page #container #topcontainer {
	background-image:url(../img/layout/topcon.jpg);
	background-repeat:no-repeat;
	height: 24px;
}

#page #container #bottomcontainer {
	background-image:url(../img/layout/bottomcon.jpg);
	background-position: bottom;
	background-repeat:no-repeat;
	min-height:394px;
	_height:394px;
	overflow: visible;
	padding: 0 14px 25px 14px;
	text-align: justify;
}

#page #container #bottomcontainer h1{
	font-size: 1.2em;
	font-family: Trebuchet MS, sans-serif;
	color: #DC2521;
	margin:0;
	padding: 0;
	font-weight: normal;
}

#page #container #bottomcontainer h2{
	margin:0;
	padding: 0;
	color: #13bfd5;
}

#page #container #bottomcontainer .right {
	float: right;
	margin: 4px 0 4px 10px;
	border:#FFFFFF solid 1px;
}

#page #container #bottomcontainer .left {
	float: left;
	margin: 4px 10px 4px 0;
	border:#FFFFFF solid 1px;
	padding: 0;
}

#page #container #bottomcontainer .ymcaskot {
	float: right;
	margin: 20px 45px 4px 10px;
}

#page #container #bottomcontainer a:hover .left, #page #container #bottomcontainer a:hover .right {
border-color: #FFFFFF;
}

#page #container #bottomcontainer ul{
	list-style-image: url(../img/layout/li.gif);
	_list-style-image: url(../img/layout/liwin.gif);
}

#page #container #bottomcontainer ul, #page #container #bottomcontainer ol {
clear:left;
padding: 0;
margin: 10px 0 0 30px;
}

#page #container #bottomcontainer p a:hover, #page #container #bottomcontainer ul a:hover, #page #container #bottomcontainer ol a:hover, #page #container #bottomcontainer span a:hover{
text-decoration:none;
color:#FFFFFF;
background-color: #DC2521;
}

/* -------------- KONIEC CONTAINER ----------------- */



/* -------------------- ALBUM ---------------------- */

#page #container #bottomcontainer #album {
	width: 720px;
	overflow:hidden;
	padding-left: 5px;
	_padding: 0;
}
#page #container #bottomcontainer #album .bunka {
	float: left;
	width: 125px;
	margin: 6px 7px;
	padding: 10px 0;
	height: 170px;
	background-color:#FFFFFF;
	text-align:center;
	border: #DC2521 solid 1px;
}

#page #container #bottomcontainer #album .menoobrazku {
	clear: both;
}
/* ---------------- KONIEC ALBUM ------------------- */


em.datum_foto {
	font-size: 80%;
	color: #656565;
}


/* -------------------------------  KONIEC NOVE CSS   ---------------------------------- */


