#hlavicka {
	position: absolute; 
	top: 0; 
    left: 0; 
	width: 995px;
	height: 111px; 
	background-color: #64ACC8;
	border: 6px outset #357498;
}
#levy {
	position: absolute; 
	top: 111px; 
	left: 0; 
	width: 278px; 
	height: 488px;
	background-color: black;    
    font-size: 16px;	
}
#pravy {
	position: absolute; 
	top: 111px; 
	left: 278px; 
	width: 717px; 
	height: 488px; 
	background-color: #64ACC8;
	border: 6px inset #357498;
	padding: 15px;
	overflow: auto;
	scrollbar-track-color: #6FB8C8;
    scrollbar-face-color: #549DC8;
    scrollbar-highlight-color: #9FCEDF;
    scrollbar-3dlight-color: #76A3B7;
    scrollbar-darkshadow-color: #3876A0;
    scrollbar-shadow-color: #8BB4D5;
    scrollbar-arrow-color: #E6262E;	
}
#image {
    position: absolute;
    top: 3px;
    left: 70px;
    width: 79px;
    height: 95px;
}
#title {
    position: absolute;
    top: 0px;
    left: 220px;
    font-size: 60px;
    font-weight: bold;
}
#sec {
    position: absolute;
    top: 70px;
    left: 410px;
    font-size: 22px;
    font-weight: bold;
}
#prolog {
    position: absolute;
    top: 47px;
    left: 800px;
    font-size: 35px;
    font-weight: bold;
}
#logoDuch {
    position: absolute;
    top: 340px;
    left: 139px;
    width: 138px;
    height: 120px;
    z-index: 3;    
}
#logoFire {
    position: absolute;
    top: 340px;
    left: 0;
    width: 139px;
    height: 120px;
    z-index: 3;        
}
#randomImg {
	position: absolute;
	top: 0;
	left: 0;
	width: 278px;
	height: 228px;
	z-index: 1;	
}
#menu1 {
	position: absolute;
	top: 227px;
	left: 0;
	width: 139px;
	height: 183px;
	background-color: black;
	z-index: 2;
}
#menu2 {
	position: absolute;
	top: 227px;
	left: 139px;
	width: 139px;
	height: 183px;
	background-color: black;
	z-index: 2;
}
#osoba1 {
	position: absolute;
	top: 140px;
	left: 45px;    
}
#osoba2 {
	position: absolute;
	top: 270px;
	left: 357px;
}
#osoba3 {
	position: absolute;
	top: 400px;
	left: 45px;
}
#osoba4 {
	position: absolute;
	top: 530px;
	left: 357px;
}
#osoba5 {
	position: absolute;
	top: 660px;
	left: 45px;
}
#osoba6 {
	position: absolute;
	top: 790px;
	left: 357px;	
}
#podpis {
	position: absolute;
	top: 460px;
	left: 0px;
    width: 278px;
    height: 28px;
    text-align: center;
    background-color: #dddddd;
    color: #222222;	
    border: 1px solid black;
}
#leftBW {
    position: absolute;
	top: 258px;
	left: 0;	
    width: 139px;
	height: 81px;
	z-index: 4;	
}
#rightBW {
    position: absolute;
	top: 258px;
	left: 139;	
    width: 139px;
	height: 81px;
	z-index: 4;	
}
#podklad {
    position: absolute;
	top: 258px;
	left: 0;	
    width: 279px;
	height: 202px;
	background-color: black;
	z-index: 3;	
}
.item1 {
	position: absolute;
	top: 0;
	left: 0;
	width: 139px;
	height: 30px;
	background-color: #4AA2E0;	
	border: 1px solid black;
	text-align: center;
    cursor: default;    		
}
.item2 {
	position: absolute;
	top: 30px;
	left: 0;
	width: 139px;
	height: 30px;
	background-color: white;
	border: 1px solid black;
	text-align: center;
	cursor: pointer;
}
.item3 {
	position: absolute;
	top: 60px;
	left: 0;
	width: 139px;
	height: 30px;
	background-color: white;
	border: 1px solid black;
	text-align: center;
	cursor: pointer;
}
.item4 {
	position: absolute;
	top: 90px;
	left: 0;
	width: 139px;
	height: 30px;
	background-color: white;
	border: 1px solid black;
	text-align: center;
	cursor: pointer;
}
.item5 {
	position: absolute;
	top: 120px;
	left: 0;
	width: 139px;
	height: 30px;
	background-color: white;
	border: 1px solid black;
	text-align: center;
	cursor: pointer;
}
.item6 {
    position: absolute;
	top: 150px;
	left: 0;
	width: 139px;
	height: 32px;
	background-color: white;
	border: 1px solid black;
	text-align: center;	
	cursor: pointer;
}
.osoby {
	width: 250px;
	height: 200px;
	margin-top: 5px;	
	border: 6px ridge brown;
}
.galerie {
	width: 200px;
	height: 160px;    	
}
table {
    position: absolute;
    left: 30px; 
}
body {
    background-color: #64ACC8;
    font-family: cursive, serif;        
}
a {
    text-decoration: none;    
}
a:link {
	color: black;	
}
a:visited {
	color: black;	
}
* {-moz-box-sizing: border-box; box-sizing: border-box;}
