html, body {
	height: 100%;
}

body {
	background:url(img/bg.gif) repeat-x top #e6d227;
    margin:0;
    text-align:center;
    font-family:Arial;
    font-size:9pt;
}

a {
	color:#940606;
}

h1 {
	font-size:13pt;
	color:#991208;
    padding-bottom:5px;
    margin-top:5px;
    margin-bottom:15px;
}

h2 {
	font-size:11pt;
	color:#7f3b00;
}

input, textarea, select {
    font-family:Arial;
    font-size:8pt;
    border:1px solid #c57f1a;
    color:#c57f1a;
    padding:0 5px 0 5px;
	width:270px;
}

select {
	padding:0;
    width:280px;
}

textarea {
	width:270px;
}

#newsletter input {
	width:95px;
}

button {
    cursor:pointer;
    font-family:Arial;
    font-size:8pt;
    border:1px solid #c57f1a;
    color:#FFF;
    padding:3px 10px 3px 10px;
    position:relative;
    background:url(img/button.gif) repeat-x top #970e07;
}

#newsletter button{
    cursor:pointer;
    font-family:Arial;
    font-size:7pt;
    border:1px solid #c57f1a;
    color:#FFF;
    padding:0 1px 0 1px !important;
    padding:1px 2px 0 2px;
    position:relative;
    bottom:1px !important;
    bottom:0px;
    _height:16px;
    background:url(img/button.gif) repeat-x top #970e07;
}

.clr {
	clear:both;
}

hr {
	height:1px;
    margin:10px 0 10px 0;
    padding:0;
    border-width:1px 0 0 0;
    border-style:solid;
    border-color:#7f3b00;
}

/*****************************************************************
	BACKGROUND, PAGE, LOGO, NAJBLIZSIE
*****************************************************************/

#background {
	background:url(img/background.jpg) left top no-repeat;
    min-height: 100%;
    height:auto !important;
    height:100%;
}

#page {
	position:relative;
	width:700px;
    margin-left:auto;
    margin-right:auto;
    text-align:left;
}

#logo {
	margin-top:20px;
    margin-left:14px;
    float:left;
}

#najblizsie {
	float:right;
   	position: relative;
    top:17px;
    right:-180px;
    width:172px;
    height:63px;
}

/*****************************************************************
	NEWSLETTER
*****************************************************************/

#newsletter_bg {
    float:right;
	width:211px;
    height:30px;
    background:url(img/newsletter_bg.gif) no-repeat bottom #000000;
    opacity:.50;
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
}

#newsletter {
	color:#FFF;
    float:right;
	width:191px;
    height:20px;
    position:relative;
    top:-27px;
    padding:5px 10px 0px 10px;
    cursor:help;
}

#newsletter_popis {
    width:211px;
	height:150px;
    position:absolute;
    top:31px;
    margin:auto;
	right:0;
    z-index:1;
    display:none;
}

.popis {
	float:right;
    width:211px;
	height:150px;
    background:url(img/newsletter_bg_top.gif) no-repeat top #000000;
    opacity:.70;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
}

.popis_bottom {
	position:absolute;
	float:right;
    right:0;
    top:150px;
	width:211px;
    height:5px;
    background:url(img/newsletter_bg_bottom.gif) no-repeat top;
    opacity:.70;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
}

.popis_text {
	position:relative;
    top:-145px;
	float:right;
	height:150px;
    color:#FFF;
	width:191px;
    padding:5px 10px 0px 10px;
}

/*****************************************************************
	MENU
*****************************************************************/

#menu {
	padding-left:13px;
    float:left;
    width:640px;
}

#menu a {
    display:block;
    float:left;
    background: url(img/menu2.gif) no-repeat top right;
    margin-right:5px;
    padding-top:10px;
    height:25px;
    text-decoration:none;
    color:#FFF;
}

#menu a span {
    background: url(img/menu1.gif) no-repeat top left;
    height:25px;
	padding:10px 15px 0 15px;
    text-decoration:none;
}

#menu a:hover, #menu a.active {
    background-position: 100% 10px;
    padding:15px 0px 5px 0px;
    height:15px;
}

#menu a:hover span, #menu a.active span {
    background: url(img/menu1.gif) no-repeat top left ;
    height:25px;
	padding:5px 15px 5px 15px;
}

/*****************************************************************
	OBSAH
*****************************************************************/


#obsah {
	clear:both;
    float:left;
	width:520px;
}

#menu_home {
	background:#000;
    opacity:.50;
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    height:30px;
}

.menu_home {
	position:absolute;
    top:133px;
	color:#fff;
	text-align:center;
    padding:10px;
	width:480px;
}

.menu_home a {
	color:#fff;
	text-decoration:none;
    padding:0 5px 0 5px;
}

.menu_home a:hover, .menu_home a.active {
	text-decoration:underline;
}

#obsah td.text, #obsah div.text {
    background:#FFF;
    padding:20px;
    line-height:1.4em;
	text-align:justify;
}

#obsah div.text {
	position:relative;
    top:-35px;
}

#obsah td.border-left, #obsah td.border-right {
	background:#000;
    opacity:.50;
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    width:10px;
}

#obsah td.border-top, #obsah td.border-bottom {
    opacity:.50;
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    height:10px;
}

#obsah td.border-top {
	background:url(img/obsah_border_top.gif) no-repeat top;
}

#obsah td.border-bottom {
	background:url(img/obsah_border_bottom.gif) no-repeat top;
}

#obsah ul {
	padding:0 0 0 25px !important;
    padding:0;
    list-style:circle;
}

.galeria {
	clear:both;
}

a img.galeria_nahlad {
	float:left;
    border:1px solid #000;
    padding:1px;
    margin:0 10px 10px 0;
	opacity:.90;
    filter: alpha(opacity=90);
    -moz-opacity: 0.9;
}

a:hover img.galeria_nahlad {
	opacity:1;
    filter: alpha(opacity=100);
    -moz-opacity: 1;
}

.galeria_img {
	float:left;
    width:153px;
    height:170px;
    text-align:center;
}

.galeria_img a img {
	border:1px solid #595959;
    padding:1px;
    opacity:.90;
    filter: alpha(opacity=90);
    -moz-opacity: 0.9;
}

.galeria_img a:hover img {
	border:1px solid #000;
    opacity:1;
    filter: alpha(opacity=100);
    -moz-opacity: 1;
}

.err {
	border:1px solid #991208;
    padding:10px;
    text-align:center;
    background:#fa7f76;
    color:#991208;
    margin-bottom:20px;
}

.msg {
	border:1px solid #07740c;
    padding:10px;
    text-align:center;
    background:#4be852;
    color:#07740c;
    margin-bottom:20px;
}

.table {
	border-width:0 1px 1px 0;
    border-style:solid;
    border-color:#7f3b00;
}

.table td {
	border-width:1px 0 0 1px;
    border-style:solid;
    border-color:#7f3b00;
}

.table a {
	text-decoration:none;
}

.table a:hover {
	text-decoration:underline;
}

.den {
	font-size:13pt;
}

#prihlasovanie {
	float:left;
}

#statistika {
	float:right;
    width:180px;
    border:1px solid #7f3b00;
    padding:5px;
    background:#e6da8e;
    margin-bottom:15px;
}

.info {
    border:1px solid #7f3b00;
    padding:5px;
	background:#e6da8e;
    margin-top:15px;
}

#statistika h2, .info h2 {
	color:#7f3b00;
    font-size:9pt;
    font-weight:normal;
    text-align:center;
    margin:0 0 5px 0;
    padding-bottom:2px;
    border-width:0 0 1px 0;
    border-style:solid;
    border-color:#7f3b00;
}

/*****************************************************************
	SIDEMENU
*****************************************************************/

#sidemenu {
	padding-left:11px;
    float:right;
}

#sidemenu table {
	margin-bottom:11px;
}

#sidemenu .text, #sidemenu .text-vers {
    background:#FFF;
    padding:10px;
    text-align:left;
}

#sidemenu .text-vers {
    text-align:center;
    line-height:1.4em;
}

#sidemenu td.border-left,#sidemenu td.border-right {
	background:#000;
    opacity:.50;
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    width:10px;
}

#sidemenu td.border-top,#sidemenu td.border-bottom {
    opacity:.50;
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    height:10px;
}

#sidemenu td.border-top {
	background:url(img/sidemenu_top.gif) no-repeat top;
}

#sidemenu td.border-bottom {
	background:url(img/sidemenu_bottom.gif) no-repeat top;
}

#sidemenu h2 {
	color:#7f3b00;
    font-size:9pt;
    font-weight:normal;
    text-align:center;
    margin:0 0 5px 0;
    padding-bottom:2px;
    border-width:0 0 1px 0;
    border-style:solid;
    border-color:#7f3b00;
}

#sidemenu a {
/*	background:url(img/sipka.gif) left no-repeat;
    padding-left:12px;*/
	text-decoration:none;
}

#sidemenu a:hover {
/*	background:url(img/sipka_a.gif) left no-repeat;
    padding-left:12px;*/
	text-decoration:underline;
}

#sidemenu ul {
	margin:0px;
    padding:0px;
    list-style:none;
}

#sidemenu li {
	padding:2px 0 2px 0;
}

#sidemenu ul li a {
	display:block;
}

/*****************************************************************
	FOOTER
*****************************************************************/

#footer {
	float:left;
    margin:11px 0 0 0;
	width:520px;
    height:50px;
    background:url(img/footer_top.gif) no-repeat top #000;
    opacity:.50;
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
}

#footer_bottom {
	float:left;
	width:520px;
    height:3px;
    background:url(img/footer_bottom.gif) no-repeat;
    opacity:.50;
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
}

#footer_text {
	float:left;
	width:520px;
    text-align:center;
	position:relative;
    top:-44px !important;
    top:-55px;
    line-height:1.4em;
    color:#FFF;
}

#footer_text a {
	color:#FFF;
}




#sm img {
	cursor:pointer;
}


#intro {
    	margin:0 auto;
	width:322px;
    	height:160px;
    	background:#000;
    	opacity:.50;
    	filter: alpha(opacity=50);
    	-moz-opacity: 0.5;
}

#intro_top {
    	margin:0 auto;
	width:322px;
    	height:5px;
    	background:url(img/intro_top.gif) no-repeat top;
    	opacity:.50;
    	filter: alpha(opacity=50);
    	-moz-opacity: 0.5;
}

#intro_bottom {
	margin:0 auto;
	width:322px;
    	height:5px;
    	background:url(img/intro_bottom.gif) no-repeat;
    	opacity:.50;
    	filter: alpha(opacity=50);
    	-moz-opacity: 0.5;
}

#intro_text {
	margin:0 auto;
	width:322px;
    	text-align:center;
	position:relative;
    	top:-150px;
    	line-height:1.4em;
    	color:#FFF;
}

#intro_text a {
	color:#FFF;
}

