/* odstavec  */
p {
	text-indent: 10%;
  margin-left: 50px;
	margin-right: 50px;
  text-align: justify;
  font-family: Arial;
}
.literatura {
  text-indent: 0;
  margin-left: 50px;
	margin-right: 50px;
  text-align: justify;
  font-family: Arial;
  font-size: small;
}
/* celkove telo */
#body {
	background-color: rgb(54,35,119);
	background-repeat: repeat-y;
}
/* hlavni okno s obrazkem */
#hlavni {
	width: 800px;
	position: relative;
	top: 25px;
	left: 100px;
  padding-top:30px;
  padding-left:30px;
  padding-bottom:30px;
  background-image: url('../image/pozadi.jpg');
  background-position: top center;
  border-color:white;
  border-style: solid;
	border-width: thin;
}
/* hlavni pole kam se vkladaji obsahy scriptu  */
#main {
	width: 600px;
	margin-top: 5px;
	left: 5px;
	position: relative;
	border-color: white;
	border-style: solid;
	border-width: thin;
	overflow: auto;
	background-color: rgb(113,101,161);
	text-align: center;
}
/* stejne jako main ale delsi */
#mainvyhledavani {
	width: 600px;
	margin-top: 5px;
	height: 1100px;
	left: 5px;
	position: relative;
	border-color: white;
	border-style: solid;
	border-width: thin;
	overflow: auto;
	background-color: rgb(113,101,161);
	text-align: left;
}
/* hlavicka s obrazkem a vlajkami */
#header {
	width: 752px;	
	height: 100px;
  border-color: white;
	border-style: solid;
	border-width: thin;
  padding-right: 5px;
  text-align: center;
  position:relative;
  background-color: #010E50;
}
/* zakladni menu vlevo */
#menu {
	width: 135px;	
	margin-top: 5px;
	padding-left: 15px;
	height: 260px;
	border-color: white;
	border-style: solid;
	border-width: thin;
	float: left;
	text-align: center;
	background-color: #010E50;

}

#menu a {
	text-decoration: none;
	color: #ffcc00;
	font-size: 100%;
	display: block;
	text-align: center;
	background-color: #010E50;
	float: left;
	border-width: 2px;
	border-color: #fff;
	border-style: groove;
	margin: 7px;
	width: 104px;
  font-family: Arial;

}
#menu a:hover{
	color: #fff;
	background-color: #990000;
}
/* jednotlive texty na strankach */
h1 {
        color: #ffcc00;
        font-weight: bold;
	      font-size: 170%;
	      text-align: center;
	      font-family: Arial;
}
h2 {
        color: #ffcc00;
        font-weight: bold;
	      font-size: 100%;
	      text-align: center;
	      font-family: Arial;
}

h3 {
        font-family: "arial", Courier, mono;
        color: #920000;
        font-size: 16px;
        font-style: normal;
        font-weight: bold;
        text-decoration: underline;
 }
h4 {
        color: rgb(255,255,255);
        font-family: "arial", Courier, mono;
        font-size: 12px;
        font-style: normal;
}


#nadpis {
	width: 500px;
	margin-top: 0px;
	margin-left: 50px;
	position: relative;
	border-color: #ffcc00;
	border-style: solid;
	border-width: thin;
	text-align: center;
	color: #ffcc00;
  font-size: 16px;
  font-style: normal;
  padding: 2px 2px;
  background-color: #000066;
  font-family: Arial; 
}
.novtext {
	position: relative;
	width: 400px;
  padding: 2px;
  margin-left: 50px;
  border-color: black;
	border-style: solid;
	border-width: thin;
	text-align: left;
}

