﻿/* CSS Document */
* {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
}
/* globální nastavení pozadí */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #96AD55;
}
body.siroke_pozadi {
	background-repeat: no-repeat;
	background-position: 50% 0;
	background-image: url(../obrazy/pozadi_siroke.jpg);
}
/* hlavičky */
h1 {
	font-size: 24px;
	margin-top: 0px;
	color: #FFF;
	font-weight: normal;
	font-family: Verdana, Geneva, sans-serif;
}

/* odkazy */
a:link {
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
}
a:active {
	text-decoration: underline;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
	font-weight: bold;
}
/* hlavní vrstvy */
#stin_top {
	position: relative;
	padding: 0px;
	height: 20px;
	background-repeat: no-repeat;
	margin-right: 11px;
	margin-left: 11px;
}
#stin_dolni {
	height: 45px;
	background-repeat: no-repeat;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	position: relative;
	clear: both;
	color: #FFF;
}
#stin {
	padding: 0px;
	background-repeat: repeat-y;
}
#bg_obal {
	min-height: 500px;
	_height: 500px; /* hack pro min_height v IE6 */
	width: 950px;
	position: relative;
	margin: auto;
	background-repeat: no-repeat;
}
#pozadi {
	margin-top: auto;
	margin-left: 11px;
	margin-bottom: auto;
	float: left;
	margin-right: 11px;
	width: 928px;
}
#paticka {
	height: 30px;
	clear: both;
	margin-right: 10px;
	margin-left: 10px;

}

#hlavicka {
	height: 160px;
	margin-top: auto;
	margin-right: 11px;
	margin-bottom: auto;
	margin-left: 11px;
}
#hlavni_menu_div {
	height: 78px;
	width: 206px;
	left: 688px;
	top: 125px;
	position: absolute;
	z-index: 9;
}
#kontakty_div {
	height: 310px;
	width: 213px;
	left: 666px;
	top: 221px;
	position: absolute;
	z-index: 99999;
	background-image: url(../obrazy/bg_kontakty.jpg);
	background-repeat: no-repeat;
	padding: 20px;
}
#levy {
	margin: auto;
	width: 590px;
	float: left;
	padding-left: 10px;
}

#levy_uvod {
	margin: auto;
	width: 910px;
	float: left;
	padding-left: 10px;
}
#pravy {
	width: 320px;
	float: right;
}
#paticka_info {
	float: left;
	margin-left: 20px;
	color: #FFF;
}
#paticka_info a{
	color: #FFF;
	font-size: 12px;
	font-weight: normal;
	text-decoration: underline;
}
#paticka_odkazy {
	float: right;
	margin-right: 20px;
	color: #FFF;
}
#paticka_odkazy a{
	color: #FFF;
	font-size: 12px;
	font-weight: normal;
	text-decoration: underline;
}
#bezny_text_odstavec {
	clear: both;
}
#plovouci_produkty_oddelovac {
	height: 37px;
	clear: both;
	text-align: left;
	padding-left: 30px;
	padding-top: 15px;
}
#plovouci_produkty {
	float: left;
	height: 200px;
	width: 200px;
	text-align: center;
}
#plovouci_produkty_nadpis {
	height: 20px;
	clear: both;
}

