html,body {
	height: 100%
}

body {
	background-color: black;
	margin: 0px;
	background-image: url(images/pozadi.jpg);
	background-repeat: repeat-x;
	color: white;
}

.centrovac {
	position: relative;
	height: 100%;
	text-align: center;
}

.prostredek {
	width: 950px;
	margin: auto;
	background-image: url(images/prostredek.jpg);
}

.prostredek2 {
	width: 950px;
	background-image: url(images/paticka.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}

.nadpis {
	background-image: url(images/hlavicka.jpg);
	width: 950px;
	height: 126px
}
.nadpisT {
	position: relative;
	text-align: left;
	top: 20px;
	color: white;
	padding-left: 15px;
	font-family: verdana, arial;
	font-weight: bolder;
	font-size: 28px;
	
}
.menuO {
	background-image: url(images/menu.jpg);
	width: 950px;
	height: 37px
}

.menuT {
	position: relative;
	left: 10px;
	top: 8px;
	width: 920px;
	text-align: left;
	text-transform: capitalize;
	color: silver;
	font-size: 15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.obsahO {
	width: 950px;
	margin: auto;
}

.obsahT {
	text-align: left;
	position: relative;
	left: 8px;
	width: 920px;
	color: silver;
	margin: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.unit {
	width: 912px;
	height: 120px;
	border: 1px solid gray; //
	overflow: hidden;
}

.unit2 {
	padding: 10px;
}

.kr23 {
	visibility: hidden;
}

.nk1 {
	position: relative;
	left: 480px;
	height: 380px;
	width: 436px;
	border-width: 1px;
	padding: 4px;
	border-style: none none none dotted;
	overflow: auto;
}

.nk2 {
	position: relative;
	top: -380px;
	width: 480px;
}

.minipic {
	padding: 2px;
	margin-right: 20px;
	border: 1px solid silver;
}


a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: white;
	text-decoration: none;
}

a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: white;
	text-decoration: underline;
}

hr {
	height: 1px;
	color: gray;
	background-color: gray;
	border: 0px solid gray;
}

h1 {
	color: white;
	padding-left: 5px;
	font-family: verdana, arial;
	font-size: 22px;
}