body {
	background-image: url('./img/pozadi.jpg');
	background-repeat: repeat-x;
	background-position: 0 0;
	background-color: #242424;
	margin: 0px;
	padding: 0px;
	font-size: small;
	font-family: Arial, Helvetica, sans-serif;
}
a, a:link, a:visited, a:active {
	text-decoration: none;
	color: #ff0000;
}
a:hover {
	text-decoration: underline;
}
#vrsek {
	width: 764px;
	margin: auto;
	height: 65px;
	background-image: url('./img/vrsek.gif');
	background-repeat: no-repeat;
	background-position: 0 0;
	margin-top: 53px;
}
#stred {
	width: 764px;
	margin: auto;
	height: 238px;
}
/**************formulář*****************/
#stred.objednavka {
	height: auto;
	min-height: 238px;
	width: 748px;	/*padding-left: 8px; padding-right: 8px; #stred width (=764) - 18 = 748*/ 
	font-family: Arial, Helvetica, sans-serif;
	color: white;
	line-height: 90%;
	padding: 10px;
	padding-top: 15px;
}
#stred.objednavka span {
	margin-right: 5px;
}
#stred.objednavka span.male {
	padding-left: 8px;
	font-size: xx-small;
	font-variant: normal;
}
#stred.objednavka .nadpis {
	font-variant: small-caps;
	padding-left: 0px;
	font-weight: bold;
}
#stred.objednavka p.message {
	color: #ff0000;/*#ff2424;*/
	width: 81.67%; /*zarovnani na stred, 624 (sirka formulare) / 764 (sirka stranky)*/
	text-align: center;
	padding-right: 140px;
	font-weight: bold;
	margin-top: -10px;
}
#stred.objednavka td {
	padding-left: 10px;
}
/**************formulář-konec***********/
#stred img{
	border: 0px;
}
#kontakt {
	width: 764px;
	margin: auto;
	height: 165px;
	background-image: url('./img/kontakty.gif');
	background-repeat: no-repeat;
	background-position: 0 0;
	margin-bottom: 10px;
}
/**************odkazy******************/
#odkazy {
	margin: auto;
	padding-right: 140px;
	width: 624px; /* 764px */
	text-align: center;
	background-image: url(img/okraj.png);
	background-repeat: no-repeat;
	margin-bottom: 10px;
	table-layout: fixed;
	height: 60px;
}

#odkazy a {
	text-align: center;
	color: White;
	text-decoration: none;
	font-weight: bold;
	vertical-align: middle;
	text-shadow: Red 0 0 10px;
	line-height: 20px;
}

#odkazy a:hover {
	color: black;
	text-shadow: White 0 0 5px;
}

/**************odkazy-konec************/
#schovka {
	display: none;
}