body {
	background-color: black;
	font-family: Verdana, Tahoma, sans-serif;
	font-size: x-small;
	color: silver
}
a {
	position: relative;
	border-bottom: dotted 1px white;
	text-decoration: none;
	color: white;
	font: bold;
}
a:hover {
	background-color: green; 
	color:white; 	
	font: bold;
	border-left: dotted 0px silver;
	border-bottom: dotted 1px white;
 }

h1 {color:#fff;margin-top:40px;}
/* ---------------------- */
.box-hlavni {
	position: relative;
	border: 1px solid green;
	border-left: 0px;
	border-bottom: 0px;
	top: -320px;
	width: 756px;
	height: 400px;
	text-align: left;
}

.nadpis-hlavni{
	position: relative;
	left: 170px;
	top: 49px;
	width: 398px;
	border-left: solid 22px black;
	border-right: solid 12px black;
	background-color: black; 
	color: green;
	text-align: center;
	font-size: 36px;
	z-index: 20;
}

.obr-logo{
	position: relative;
	top: -24px;
	left:-272px;
	z-index: 15;
}

.box-text{
	position: relative;
	left: 220px;
	top: 98px;
}

.box-adr{
	position: relative;
	left: 44px;
	top: -400px;
	width: 760px;
	border-bottom: 1px solid green;
	font-size: xx-small;
	text-align: left;

}
.nadpis-maly {
	position: relative;
	top: 0px;
	color: #00A800;;
	font: bold;
}

.copirajt{
	position: relative;
	left: 0px;
	top: -320px;
	font-size: 9px;
	font: normal;
	color:#424242;
}

