body {
	background-color: #63656B;
	color: black;
	margin: 0px;
	background-image: url(grafika/pozadipozadi.jpg);
	height: 100%;
	font-family: verdana, arial;
	font-size: 12px;
}

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

.prostredek {
	width: 800px;
	text-align: left;
	margin: auto;
	background-image: url(grafika/prostredekbg.jpg);
}

.nadpisO {
	background-image: url(grafika/hlavicka_a_menu.jpg);
	width: 800px;
	height: 187px;
}

.nadpisT {
	visibility: hidden;
}

.menuO {
	
	width: 800px;


}

.menuT {
	text-align: left;
	position: relative;
	width: 780px;
	left: 54px;
	top: 92px;
	text-transform: uppercase;
	color: white;
	font-size: 13px;
}

.obsahO {
	position: relative;
	width: 800px;
}

.obsahT {
	position: relative;
	left: 60px;
	width: 680px;
	height: 100%;

}

.patickaO {
	clear: both;
	background-image: url(grafika/patickabg.jpg);
	width: 800px;
	height: 84px;
}

.patickaT {
	text-align: right;
	font-size: 10px;
	position: relative;
	left: 48px;
	width: 698px;
	top: 24px;
}

.kontakt {
	text-align: center;
	position: relative;
	left: 590px;
	top: 70px;
	height: 50px;
	width: 158px;
	color: white;
	font-size: 10px;
}

.captionT {
	font-family: Verdana, Arial;
	position: relative;
	top: 4px;
	width: 480px;
	text-transform: uppercase;
	color: black;
	font-size: 17px;
	font-weight: bold;
}

.menuT a {
	font-size: 12px;
	position: relative;
	top: 2px;
	font-family: Arial, Helvetica, sans-serif;
	color: black;
	font-weight: bold;
	text-decoration: none;
}

.menuT a:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: white;
	text-decoration: underline;
}

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

h1 {
	font-size: 16px;
	margin: 0px;
	padding: 0px;
	color: gray;
	font-family: Verdana, Arial;
}

a:hover h1{
	text-decoration: none;
	
}

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

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


/* GALLERY */



.obsahOg {
	width: 660px;
	margin: auto;
}

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

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

.unit2 {
	padding: 10px;
}

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

.obsahTg h1 {
	color: black;
	padding-left: 5px;
	font-family: verdana, arial;
	font-size: 14px;
}

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

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

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

