* {
	/*border: 1px solid black !important;*/
	font-size: 12px;
	font-family: Tahoma, Arial, 'Tahoma CE', 'Arial CE', 'Helvetica CE', lucida, sans-serif;
}
body {
	margin: 0;
	padding: 0;
	text-align: left;
	background: url('obrazky/pozadi-body.jpg') repeat-x;
}
a {
	color: #000000;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
form {
	margin: 0;
	padding: 0;
}
img {
	border: 0;
}
ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

/* definice stylů pro jednotlivé bloky */
.obal {
	width: 900px;
	margin: 0 auto;
	text-align: left;
	position: relative; left: 0; top: 0;
}
.hlavicka {
	width: 100%;
	height: 208px;
	position: relative; left: 0; top: 0;
	background: url('obrazky/pozadi-hlavicka.jpg') no-repeat;
}
.hlavicka-index {
	width: 100%;
	height: 370px;
	position: relative; left: 0; top: 0;
	background: url('obrazky/pozadi-index.jpg') no-repeat;
}
.prostredek {
	width: 850px;
	background: #ffffff;
	padding: 25px 25px 25px 25px;
}
.paticka {
	width: 100%;
	text-align: right;
	padding: 5px 0 5px 0;
	border-top: 5px solid #bfbfbf;
}

/* definice globálních stylů */

/* definice stylů pro hlavičku */
.hlavicka-nabidka-blok {
	width: 100%;
	height: 29px;
	line-height: 26px;
	position: absolute; left: 0; bottom: 0;
	background: url('obrazky/pozadi-nabidka.jpg') no-repeat;
}
.hlavicka-nabidka {
	float: left;
	display: block;
	padding: 0 20px 0 20px;
	border-left: 1px solid #bfbfbf;
	position: relative; left: 0; top: 0;
}
.hlavicka-nabidka a {
}
.hlavicka-nabidka a:hover {
	color: #fe891f;
}
.hlavicka-podnabidka-blok {
	display: none;
	z-index: 99999;
	padding: 0 0 5px 0;
	background: #dadada;
	border: 1px solid #bfbfbf;
	position: absolute; top: 26px; left: -1px;
}
.hlavicka-podnabidka {
	height: 22px;
	white-space: nowrap;
	padding: 0 10px 0 20px;
}
.hlavicka-podnabidka a {
}
.hlavicka-podnabidka a:hover {
}
.nabidka-produkty {
	font-weight:bold;
}

/* definice stylů pro aktuality */
.aktualita-datum {
	font-weight: bold;
}
.aktualita-nadpis {
	font-weight: bold;
}
.aktualita-text {
	margin: 10px 0 0 0;
}
