/* Css Mozilla(Optimalized). 2009 LR. Snm CK*/

body {
  background-image: url(../mz_img/background.png);
	background-repeat: repeat;
	text-align: center;
}

/* Zakladna grafika*/
#container {
	margin: 0 auto;
	margin-top: 30px;
	max-width: 1050px;
}

#top {
	width: 1050px;
	height: 60px;
	max-height: 70px;
	background-image: url(../mz_img/top.png);
	background-repeat: no-repeat;
	padding-top: 10px;
	text-align: right;
}

#middle {
	width: 1050px;
	background-image: url(../mz_img/middle.png);
	background-repeat: repeat-y;
	margin-top: -5px; 
}

#bottom {
	width: 1050px;
	height: 60px;
	background-image: url(../mz_img/bottom.png);
	background-repeat: no-repeat;
	text-align: center;
	font-family: "Century Gothic";
	font-size: 12px;
	color: black;
	padding-top: 15px;
	float: left;
	margin-bottom: 20px;
}

/* pridete-so elementy */

.obal{
      width: 640px; 
      height: 900px; 
      margin-left: 50px;
       }
       
  .primar{
      width: 320px; 
      height: 300px; 
      float: left;    
         }
         
  .sekundar{
      width: 320px; 
      height: 300px; 
      margin-left: 300px;
           }
           
.blok{ }
.nadpis-obsahu{ width: 185px; height: 100px; margin-left: 115px;}
.fotka-obsahu{  float: left;}

/* Horny panel - vyhladavanie,zmena jazyka*/
#panel {
	width: 250px;
	height: 45px;
	position: absolute;
	margin-left: 8%;
	margin-top: -10px;
	top: 0px;
	right: 120px;
	padding-top: 2px;
	text-align: left;
}

/* Vlajocky pre MUI verzie*/
#mui {
	height: 32px;
	width: 200px;
	position: absolute;
	right: 0px;
	top: 14px;
}

a#swk {
   text-decoration: none;
	color: white;
	background-image: url(../mz_img/swk.png);
	background-repeat: repeat-x;
	background-position: bottom;
	height: 34px;
	width: 50px;
	float: left;
	margin-left: 10px;
	text-align: center;
	font-family: Arial;
	font-size: 16px;	
}

a#swk:hover {
   text-decoration: none;
	color: white;
	background-image: url(../mz_img/swk.png);
	background-repeat: repeat-x;
	background-position: bottom;
	height: 34px;
	width: 50px;
	float: left;
	margin-left: 10px;
	text-align: center;
	font-family: Arial;
	font-size: 16px;	
}

a#eng {
   text-decoration: none;
	color: white;
	background-image: url(../mz_img/eng.png);
	background-repeat: repeat-x;
	background-position: bottom;
	height: 34px;
	width: 50px;
	float: left;
	margin-left: 10px;
	text-align: center;
	font-family: Arial;
	font-size: 16px;	
}

a#eng:hover {
   text-decoration: none;
	color: white;
	background-image: url(../mz_img/eng.png);
	background-repeat: repeat-x;
	background-position: bottom;
	height: 34px;
	width: 50px;
	float: left;
	margin-left: 10px;
	text-align: center;
	font-family: Arial;
	font-size: 16px;	
}

/*Header*/
#header {
	color: black;
	width: 850px;
	height: 120px;
	margin-left: 55px; 
	text-align: left;
}

#banner {
	width: 510px;
	height: 120px;
	float: right;
	margin-right: 40px;
	margin-top: 2px;
}

.x1{
	float: left;
}

#another{
	text-align: center;
	font-weight: bold;
	padding-top: 10px;
} 

#another ul li {
	list-style: none;
	display: inline;
	padding-right: 20px;
}

#another ul li a{
	text-decoration: none;
	color: #8d1a0e;
}


#another ul li a:hover{
	text-decoration: underline;
	color: #7a3e12;
}

/*content*/
#content {
	color: black;
	width: 745px;
	margin-left: 55px; 
	margin-top: 10px;
}

#left {
	width: 220px;
	height: 1250px;
  border-right: 1px dashed black;
	float: left;
	text-align:  justify;
	margin-left: 20px;
	padding-right: 5px;
}

#right {
	width: 680px;
	min-height: 1280px;
	margin-left: 225px;
	text-align: left;
}

#aktualne {
	width: 580px;
	font-family: Arial;
	font-size: 12px;
	color: #1e1e1e;
	margin-left: 60px;
}

#obsah {
	width: 680px;
	font-family: Arial;
	font-size: 12px;
	color: #1e1e1e;
	line-height: 1.4em;
	margin-left: 30px;
	margin-top: 60px;
}

a.viac {
	font-family: Arial;
	font-size: 14px;
	color: #1e1e1e;	
	text-decoration: underline;
}

a.viac:hover {
	font-family: Arial;
	font-size: 14px;
	color: #7a3e12;
	text-decoration: none;
}


a.viac2 {
	font-family: "Monotype Corsiva";
	font-size: 24px;
	color: #471e00;
	text-decoration: underline;
	font-weight: bold;
}

a.viac2:hover {
	font-family: "Monotype Corsiva";
	font-size: 24px;
	font-weight: bold;
	color: #471e00;
	text-decoration: none;
}
/* Menu */

.menu ul li{
   list-style-image: url(../mz_img/li.png);
}

.menu ul li a{
	text-decoration: none;
	color: black;
}

.menu ul li a:hover{
	text-decoration: underline;
	color: #7a3e12;
}

#aktualne ul li{
   list-style-image: url(../mz_img/lili.png);
   list-style-type: none; 
	font-size: 14px;
}

#aktualne ul li a{
	text-decoration: none;
	color: black;
	font-size: 14px;
}

#aktualne ul li a:hover{
	text-decoration: underline;
	color: #7a3e12;
	font-size: 14px;

}

/* Elementy HTML */

.viete {
	font-family: Arial;
	font-size: 12px;
	color: black;
}

.viete:first-letter {
	font-family: "Monotype Corsiva" ;
	font-size: 400%;
	color: #471e00;
	float: left;
	margin-right: 5px;
	margin-bottom: 0;
}

p {
	font-family: Arial;
	font-size: 14px;
	color: black;
}

h1 {
	font-family: "Monotype Corsiva";
	font-size: 40px;
	color: #471e00;
	padding-left: 20px;
	margin-bottom: -40px;
	margin-left: 30px;
	line-height: 1.3em;
}


h2 {font-family: "Monotype Corsiva";
	line-height: 1.3em;
	font-weight: lighter;
	font-size: 24px;
	color: #471e00;
	margin-top: -6px;
	margin-bottom: -6px;
}

h3 {	
	font-family: "Century Gothic";	
	line-height: 1.3em;
	font-weight: bold;
	font-size: 15px;
	color: #471e00;
	margin-bottom: -6px;
}

hr{
	color: #471e00; 
}

img.single {
	border: none;
}

img.font {
	border: none;
	float: left;
	margin-top: -2px;
	margin-right: -1px;
}

img {
  	border: 4px solid #ffffff ;
	margin: 4px;
}

#icons{
	position: absolute;
	top: 20%;
	left: 5%;
}

img.gallery {
	width: 120px;
	height: 100px;
  	border: 7px solid #ffffff;
	float: left;
	margin: 4px;
}

.back{
	border: none;
}

.stred{
	text-align: center;
}

li.zoznam{
	font-family: Arial;
	font-size: 14px;
	color: #1e1e1e;
	line-height: 1.4em;
	text-align: justify;
}



p.little {
	font-family: Arial;
	font-size: 14px;
	color: black;
	text-align: justify;
	line-height: 1.4em;
}

#pole{
	border: none;
	background-image: url(../images/pole.png);
	background-color: transparent;
   background-position: fixed;
	height: 45px;
	width: 220px;
	color: black;
	background-repeat: no-repeat;
	padding-top: 13px;
	padding-left: 5px;
	padding-right: 0;
	padding-bottom: 0;
	margin-right: -5px;
	font-size: 16px;
}

#button{
	border: none;
	background-image: url(../images/button1.png);
	background-color: transparent;
	background-position: center;
	height: 45px;
	width: 130px;
	color: white;
	background-repeat: no-repeat;
	font-size: 16px;
}

#submit{
	margin-right: 50px;
	margin-top: 50px;
	float: left;
}

.formular{
	background-image: url(../images/pole2.png);
	background-color: transparent;
	border: none;
	height: 32px;
	width: 232px;
	padding-top: 7px;
	padding-left: 5px;
	background-repeat: no-repeat;
}

.text{
	background-image: url(../images/pole3.png);
	background-color: transparent;
	border: none;
	height: 130px;
	width: 232px;
	padding-top: 7px;
	padding-left: 5px;
	background-repeat: no-repeat;
}