
.ButtonsBody {
	margin-top: 5px;
	margin-right: 15px;
	margin-left: 15px;
	margin-bottom: 5px;
}

.LogoIMG{
	width: 242px;
	height: 140px;
	align: left;
	border-style: solid;
	border-color: #000000;
	border-width: 2px;
	border-radius: 5px;
}

.buttonsTableMain {
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	height: 175px;
	background: url(FOTO/ButtonsBG.jpg);
	width: 1232px;
	background-repeat: no-repeat;
}

/* Tlacitko TD format*/
.ButtonsTD {
	border: 2px solid Black;
	border-radius: 12px;
	text-align: center;
	font: normal bold Verdana;
	vertical-align: middle;
	opacity: 0.65;
	filter: alpha(opacity=65); /* For IE8 and earlier */
	-webkit-transition: opacity 1s; /* Safari */
   transition: opacity 1s;
	background: White;
	margin-left: 4px;
	margin-right: 4px;
	padding-bottom: 3px;
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 3px;
	margin: 2px 2px;
	background: -webkit-linear-gradient(silver, white, silver); /* For Safari 5.1 to 6.0 */
   background: -o-linear-gradient(silver, white, silver); /* For Opera 11.1 to 12.0 */
   background: -moz-linear-gradient(silver, white, silver); /* For Firefox 3.6 to 15 */
   background: linear-gradient(silver, white, silver); /* Standard syntax */
}

.ButtonsTD:hover {
	text-align: center;
	vertical-align: middle;
	font: normal bold Verdana;
	border: 2px solid Black;
	border-radius: 12px;
	opacity: 1;
	-webkit-transition: opacity 0.5s; /* Safari */
	transition: opacity 0.5s;
	filter: alpha(opacity=100); /* For IE8 and earlier */
	background: White;
	cursor: pointer;
	margin-left: 2px;
	margin-right: 2px;
	padding-bottom: 3px;
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 3px;
	background: -webkit-linear-gradient(silver, white, silver); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(silver, white, silver); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(silver, white, silver); /* For Firefox 3.6 to 15 */
	background: linear-gradient(silver, white, silver); /* Standard syntax */
}

/*Text tlačítek */
.ButtonsText {
	background: transparent;
	color: Black;
	font: normal bold small Verdana;
}

/* Hlavni nazev stranek v okne tlacitek vpravo*/
.ButtonsCaption {
	font: bold x-large Verdana;
	color: Black;
	margin-right: 360px;
}

/*Spodni okraj rozdeleni ButtonsPage a MainPage*/
.ButtonsBottomBorder{
	background: White;
	height: 5px;
	border-top: 2px solid Black;
}

/*Prostý text*/
.Text {
	background: transparent;
	color: Black;
	font: normal small Verdana;
}
.Nadpis {
	background: transparent;
	color: Black;
	font: normal bold x-large Verdana;
/*	height: 20px;*/
}

H1 {
	background: transparent;
	color: Black;
	font: normal bold x-large Verdana;
/*	height: 20px;*/
}

H2 {
	background: transparent;
	color: Black;
	font: normal bold medium Verdana; /*	height: 20px;*/
}

H4{
	background: transparent;
	color: Black;
	font: normal bold small Verdana;
	text-decoration: underline;
}

UL {
	background: transparent;
	color: Black;
	font: normal small Verdana;
	list-style: disc;
}
/********************  FOTOGALERIE   *********************/

.FotoMainTab{
	padding: 2;
	margin: 2;
}

.FotoIMG {

}


/********************  KONTAKTY   *********************/
.KontaktHodnota{
	font-weight: bold;
}

/********************  Home Page   *********************/
.ikons{
	height: 40;
	width: 40;
	border: 2;
}

.IkonsText{
	background: transparent;
	color: Black;
	font: normal small Verdana;
}

/********************  Tipy na vylet   *********************/
.TVicons{
	font: normal small Verdana;
	height: 35;
	width: 35;
	border: 2;
	text-align: center;
	
}

.TVkmIcons{
	font: normal small Verdana;
	border: thin solid Gray; /*	border-bottom: 1 solid grey;*/
	border-radius: 5px;
	text-align: center;
	vertical-align: middle;
	background: White;
	margin-left: 4px;
	margin-right: 4px;
	margin-top: 4px;
	padding-bottom: 0px;
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 0px;
}

.TVOdkaz{
	width: 300px;
	font: normal small Verdana;
	text-align: left;
	vertical-align: middle;
	word-wrap: break-word;
}

.TVhref {
	font: normal small Verdana;
	text-align: left;
	color: Black;
	vertical-align: middle;
	cursor: pointer;
	padding-right: 8px;
	text-decoration: none;
}

.TVhref:visited {
	font: normal small Verdana;
	text-align: left;
	color: Black;
	vertical-align: middle;
	cursor: pointer;
	padding-right: 8px;
	text-decoration: underline;
}

.TVhref:hover {
	font: normal small Verdana;
	text-align: left;
	color: Blue;
	vertical-align: middle;
	cursor: pointer;
	padding-right: 8px;
	text-decoration: underline;
	text-shadow: Aqua;
}

.TVText{
	font: normal small Verdana;
	text-align: left;
	margin-left: 8px;
	margin-right: 4px;
	margin-top: 5px;

}