﻿/*---------------layout-----------------------------*/
body {
background-image: url(img/sede.jpg);
}
#stranka{
	background-color: black;
	margin-left: 127px;
	margin-right: 127px;
	width: 770px;
	height: 590px;
	position: absolute;
	border-style: outset;
	border-color: Silver;
	border-width: 8px;
}
#hlavicka{
background-image: url(img/hlavicka.jpg);
	height: 70px;
	width: 100%;
	position: absolute;
	left: 0px;
	top: 0px;

}
#telo{
	position: absolute;
	left: 0px;
	top: 71px;
	height: 509px;
	width: 770px;
 
}
#stred{
background-color: ThreedLightShadow;
   left: 141px;
	width: 609px;
	height: 479px;
	padding: 10px;
	overflow: auto;
	position: absolute;


}
#menubar{
background-image: url(img/menu.jpg);
	width: 140px;
	height: 499px;
	position: absolute;
	left: 0px;
	top: 0px;
}
#paticka{
background-image: url(img/paticka.jpg);
	clear: left;
	width: 100%;
	position: absolute;
	left: 0px;
	top: 571px;
	height: 19px;
	line-height: 20px;
	font-size: 10px;
	text-align: center;


}
/*------------vnitrni layout sekce haris---------*/


#blok_harris_vnitrni {
	width:100%;

}
#blok_harris1 {
width:295px;
float:left;

}
#blok_harris1in {
padding:1px;

}

#blok_harris2 {
margin:0px 0px 0px 295px;
}
#blok_harris2in {
padding:1px;

}



/*--------------- konec layout-----------------------------*/



/*spolecne*/

h3{
	text-align: center;
	font-style: italic;

}
h2{
	text-align: center;
	font-style: italic;	
}
ol,li {
list-style-type: disc;
list-style-position: outside;
text-align: left;
}

p.beznytext {
	text-indent: 25px;
}
p.durazne{
background-color: #2d408f;
text-align: center;
font-weight: bolder;
color: #DBDBDB;
border: solid;
border-width: 1px;
border-color: Black;
}
a {
	color: Black;
}
a:hover {
font-style: italic;
}
.zvyraznene {
	font-style:italic;
	color:red;
}
.adresa{
	margin-left: 40px;
	width: 200px;
	border: solid;
	border-color: Black;
	border-width: 1px;
	font-style: italic;
	text-align: center;
}
.obrazek {
position:static;
text-align:center;
}
.info {
	border-bottom:1px;
	border-bottom-style:dotted;
}
img {
	border:0px;
}
/*-----------------------------IDs--------------------------------*/
#submenu {
	font-size:small;
	text-align:center;
}

#menu {
margin-left: 5px;
   border: 1px solid silver;
   width: 130px;
   }

#menu a {
	display: block;
	margin: 2px;
	padding: 5px;
	background: #2d408f;
	color: #DBDBDB;
	border: 3px outset blue;
	text-align: center;
	
}
#menu span {
	display: none;
}
#menu a:hover {
	background: #DBDBDB;
	color: #2d408f;
	border-style: inset;
}
#hlavnilogo{
	position: absolute;
	left: 85px;
	top: 15px;
	font-family: "Times New Roman";
	font-size: 32px;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
}
#logo{
	position: absolute;
	top: 250px;
	left: 130px;
	width: 397px;
	height: 180px;
	border: 0px;
	background: url(img/logo.gif) no-repeat;
	text-indent: -2000px; /*pro ukryti textu mimo stranku*/
}
#logo_male {
	position: absolute;
	left: 655px;
	top: 15px;
	width: 200px;
	height: 130px;
	background: url(img/logo_male.gif) no-repeat;
	text-indent: -2000px; /*pro ukryti textu mimo stranku*/
}

