.telo {
	position: absolute;
	left: 20%;
	top: 110px;
	width: 500px;
}
.menu {
	position: absolute;
	left: 0px;
	top: 110px;
	width: 20%;
}
.hlavicka {
	background-color: white;
	height: 110px;
	position: absolute;
	width: 100%;
}
body {
	margin: 0px;
	padding: 0px;
	background-color: white;
	background-image: url('pozadi.png');
	background-repeat: repeat-y;
}
h1 {
	font-family: 'Arial';
	
	letter-spacing: 10px;
	/*position: relative;
	left: -15%;*/
	text-align: center;
}
.menu a {
	color: DarkBlue;
	font-family: 'Arial';
	font-size: 14x;
	/*font-variant: small-caps;*/
	font-weight: bolder;
	letter-spacing: 1px;
	/*background-color: #80AEFF;*/
	display: block;
	position: relative;
	left: 10%;
	width: 80%;
	border-left-style: solid;
	border-left-width: 1em;
	/*border-style: solid;
	border-bottom-width: 1px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-color: black;
	border-right-color: black;
	border-bottom-color: black;*/
	border-left-color: #bfc0c1;
	padding: 10px;
	margin: 10px;
}
.menu a:hover, #select {
	background-color: #E6EFFF;
	border-left-color: red;
}
img {
	border-style: none;
}
p {
	text-align: justify;
}
/*lol {
	background-image: url(pozadi.png);
	background-repeat: repeat-x;
}*/

#lang_select {
	background-color: #999999;
	border-left-style: none;
	color: AliceBlue;
	font-size: 14px;
	text-align: center;
}
.note {
	font-size: 12px;
}
.link_case {
	text-align: center;
}
.link_big {
	font-family: 'Arial';
	font-size: 18px;
	padding-left: 10px;
	padding-right: 10px;
}
.img_case {
	text-align: center;
}
.img_case img {
	text-align: center;
	display: block;
	margin-top: 25px;
}
