body {
   font-family: "Arial CE","Helvetica CE",Arial, Helvetica, sans-serif;
	color: rgb(0,0,0);
	background-color: rgb(42,145,201);
	text-align: center;
}
.all {
	position: relative;
	width: 730px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	background-color: rgb(243,241,228); 
	margin-top: 15px;
	border: 2px rgb(39,52,126) solid;
	padding: 0px;
}
.hlavicka {
	position: relative;
	height: 164px;
	width: 730px;
	background-image: url(images/hlavicka.jpg);
	background-repeat: no-repeat;
}
.logo {
    position: relative;
	top: -30px;
	left: -43px;
}
h2 {
	font-size: 100%;
	color: rgb(39,52,126);
	margin-bottom: 0px;
	padding-bottom: 0px; 
	}
p {
	font-size: 0.8em;
	margin-top: 2px;
}
h1 {
	font-size: 1.5em;
	position: absolute;
	left: 260px;
	top: 8px;
}
h4 {
	font-size: 1.1em;
	position: absolute;
	left: 270px;
	top: 45px;
}
.vlevo {
	float: left;
}
.telo {
	width: 710px;
	padding: 10px;
	margin:0px

}
.navbar {
	position: absolute;
	left: 200px;
	top: 92px;
	margin: 0px;
	padding: 0px;
}
.navbar li{
	display: inline;
	list-style: none;
}
.navbar a{
	float: left;
	text-decoration: none;
	font-weight: bold;
	width: 90px;
	height: 33px;
	margin-left:1px;
	margin-right: 0px;
	color: Black;
	background-color: rgb(29,196,250);
	text-align: center;
	padding: 5px;
}
.navbar a:hover{
background-color:Background;
color: White;
}
.navbar a:active{
	border-bottom: solid 2px rgb(39,52,126);
	background-color:Background;
   color: White;
}
.navbar a:focus{
	border-bottom: solid 2px rgb(39,52,126);
	background-color:Background;
   color: White;
}
td {
	font-size: 0.8em;
	margin-top: 2px;
}
li {
	font-size: 0.8em;
	margin-top: 2px;
}
.vpravo {
	float: right;
}
h3 {
	font-size: 100%;
	color: #000000;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
.prehled {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: rgb(74,74,74);
	border-collapse: collapse;
}
.prehled tr,td {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: rgb(113,113,113);
	border-collapse: collapse;
}
.skupinaa{
	background-color: rgb(158,187,184);
}
.skupinab {
	background-color: rgb(187,118,100);
}
