/*  2009 (c) realizace PAREXPO s.r.o. | musil jan */
/*  www.pro8.cz */

* {
	margin: 0px;
	padding: 0px;
}

body {
	background-color: #dbede4;
	text-align: center;
  color: #000;
	font-size: 14px;
	font-family: Verdana, Helvetica, Tahoma, sans-serif;
}
#page {
  position: relative;
	margin: 0px auto; 
	top: 0px;
	border: 0;
	width: 960px;
	background-color: #fff;
}
#video, #video a {
  float: right;
  color: #999;
  font-size: 11px;
  line-height: 28px;
}
img {
  margin: 0px;
  padding: 0px;
}
#lang {
	float: left;
  width: 142px;
  height: 118px;
	background: #fff url('./img/lang.png') no-repeat left top;
}
#en, #ru, #cs, #it, #de, #fr, #sk, #pl, #es {
  float: left;
  height: 31px;
  width: 32px;
  display: block;
  margin: 2px;
}
#en {	cursor: pointer; background: transparent url('./img/flag/en.png') no-repeat left top; }
#en.active {	cursor: pointer; background: transparent url('./img/flag/en_a.png') no-repeat left top; }
#en:hover {	cursor: pointer; background: transparent url('./img/flag/en.png') no-repeat left bottom; }
#ru {	cursor: pointer; background: transparent url('./img/flag/ru.png') no-repeat left top; }
#ru.active {	cursor: pointer; background: transparent url('./img/flag/ru_a.png') no-repeat left top; }
#ru:hover {	cursor: pointer; background: transparent url('./img/flag/ru.png') no-repeat left bottom; }
#cs {	cursor: pointer; background: transparent url('./img/flag/cs.png') no-repeat left top; }
#cs.active {	cursor: pointer; background: transparent url('./img/flag/cs_a.png') no-repeat left top; }
#cs:hover {	cursor: pointer; background: transparent url('./img/flag/cs.png') no-repeat left bottom; }
#it {	cursor: pointer; background: transparent url('./img/flag/it.png') no-repeat left top; }
#it:hover {	cursor: pointer; background: transparent url('./img/flag/it.png') no-repeat left bottom; }
#de {	cursor: pointer; background: transparent url('./img/flag/de.png') no-repeat left top; }
#de:hover {	cursor: pointer; background: transparent url('./img/flag/de.png') no-repeat left bottom; }
#fr {	cursor: pointer; background: transparent url('./img/flag/fr.png') no-repeat left top; }
#fr:hover {	cursor: pointer; background: transparent url('./img/flag/fr.png') no-repeat left bottom; }
#sk {	cursor: pointer; background: transparent url('./img/flag/sk.png') no-repeat left top; }
#sk:hover {	cursor: pointer; background: transparent url('./img/flag/sk.png') no-repeat left bottom; }
#pl {	cursor: pointer; background: transparent url('./img/flag/pl.png') no-repeat left top; }
#pl:hover {	cursor: pointer; background: transparent url('./img/flag/pl.png') no-repeat left bottom; }
#es {	cursor: pointer; background: transparent url('./img/flag/es.png') no-repeat left top; }
#es:hover {	cursor: pointer; background: transparent url('./img/flag/es.png') no-repeat left bottom; }
#flag {
  margin: 14px 16px;
  float: left;
}

#header {
	float: right;
  width: 818px;
  height: 118px;
}
#logo {
	float: left;
  width: 273px;
  height: 88px;
	background: #fff url('./img/pro8.png') no-repeat left top;
}
#head {
	float: right;
  width: 545px;
  height: 88px;
	background: #fff url('./img/head.png') no-repeat left top;
	text-align: left;
}
#head p {
	float: left;
	font-family: Verdana, sans-serif;
  font-size: 24px;
  color: #e1862b;
  margin: 0px;
  padding: 0px;
  margin-top: 30px;
	font-weight: bold;
  text-transform: uppercase;
}
/* vertikalni menu*/
#header #v_menu {
  clear: both;
  width: 818px;
  height: 30px;
	background: #fff url('./img/headmenu.png') no-repeat left top;
}
ul#menu {
	width: 100%;
	height: 28px;
	font-size: 11px;
	font-family: Verdana, sans-serif;
	font-weight: normal;
	list-style-type: none;
  text-transform: uppercase;
}
ul#menu li {
	display: block;
	float: right;
	margin: 0 0 0 3px;
	background-color: #fff;
}
ul#menu li a {
	color: #004019;
	text-decoration: none;
	display: block;
	float: left;
	padding: 7px 14px;
}
ul#menu li a:hover {
	color: #e1862b;
	text-decoration: underline;
}
ul#menu li a.active {
	color: #e1862b;
}

#leftside {
	float: left;
  width: 150px;
  height: 830px;
	background: #fff url('./img/left.png') no-repeat left top;
}
/* svislé menu */
#leftside #s_menu {
  margin-top: 200px;
}
ul#menu2 {
	width: 100%;
	height: 28px;
	font-size: 11px;
	font-family: Verdana, sans-serif;
	text-align: left;
	font-weight: normal;
	list-style-type: none;
  text-transform: uppercase;
}
ul#menu2 li {
	margin: 3px 0 0 0px;
	background-color: #fff;
	line-height: 28px;
	border-bottom: 1px solid #004019;
}
ul#menu2 li a {
	color: #004019;
	text-decoration: none;
	padding: 4px 0px 12px 5px;
}
ul#menu2 li a:hover {
	color: #e1862b;
	text-decoration: underline;
}
ul#menu2 li a.active {
	color: #e1862b;
}

#partneri {
  margin-top: 340px;
}
#partneri p {
  text-align: left;
	margin: 8px 0px;
	padding: 0px;
}

#data {
  float: right;
	width: 800px;
	min-height: 532px;
	padding: 20px 0px 30px 10px;
  background-color: #fff;
  text-align: justify;
}
#data #home {
  float: left;
	width: 600px;
	margin-right: 10px;
}
#home a img {
	border: 1px solid #fff;
}
#home h3 a, #home h3 {
  color: #004019;
}
#home h3 a:hover {
  text-decoration: underline;
}
#home a img:hover {
	border: 1px solid #004019;
}
#home #draw1 {
	width: 560px;
	margin: 20px;
	margin-bottom: 16px;
}
#home #draw2, #home #draw3 {
  float: left;
	width: 260px;
	margin: 20px;
	margin-bottom: 16px;
}
#home #draw2 img {
	margin-top: 16px;
}
#home #draw4, #home #draw5, #home #draw6 {
  float: left;
	width: 180px;
	margin: 20px;
	margin-bottom: 16px;
}
#home #draw6 {
	width: 120px;
}
#data #kudy {
  float: left;
	width: 500px;
	margin-right: 10px;
}
#data #kde {
  float: right;
	width: 230px;
}
#data #produkty {
  float: left;
	width: 550px;
	margin-right: 15px;
}
#data ul.produkty {
  font-weight: bold;
  margin: 20px;
}
#data ul.produkty li {
  margin: 20px;
}
#data ul.get_addr {
	list-style-type: none;
  display: block; 
  margin: 0px;
  padding-bottom: 40px;
}
#data ul.get_addr li {
  float: left; 
  padding-right: 12px;
  font-size: 10px;
}
#data #news {
  float: right;
	width: 160px;
	min-height: 850px;
	padding: 8px 15px 20px 15px;
  background-color: #8DD37C;
}
#news p {
	margin: 0px;
	padding: 0px;
  font-size: 10px;
  text-indent: 0px;
}
#news img {
	margin: 14px 0px;
}

#footer {
	clear: both;
	height: 40px;
  border-top: solid 1px #666;
	background-color: #dbede4;
	color: #666;
	font-weight: normal;
	text-align: center;
  font-size: 12px; 
  padding: 0px;
}
#footer a {
	color: #666;
}
#footer a:hover {
	color: #004019;
}
#data ul {
	list-style: circle;
	margin-left: 60px;
	margin-right: 100px;
	font-size: 12px;
	margin-bottom: 12px;
}
.kontakt {
	float: left;
	width: 260px;
}
.kontakt p {
	text-indent: 0px;
}

/********** obecné tagy *********************/

p {
	padding: 10px;
	margin: 6px;
	text-indent: 14px;
}
h1, h2, h3, h4 {
	text-align: left;
}
h1 {
	font-size: 22px;
	font-weight: normal;
	padding: 3px;
	margin-bottom: 12px;
  text-transform: uppercase;
  color: #004019;
}
h2 {
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 12px;
  text-transform: uppercase;
  color: #333;
}
h3 {
	padding: 3px;
  font-size: 14px;
	font-weight: bold;
  text-transform: uppercase;
  color: #004019;  
}
h4 {
	font-size: 14px;
	font-weight: normal;
	margin-bottom: 4px;
  text-transform: uppercase;
  color: #000;
}
h5 {
	padding: 0px;
	margin: 0px;
	font-size: 0.9em;
	color: #333;
}
h6 {
	padding: 0px;
	margin: 0px;
	font-size: 0.7em;
	color: #666;
}
.small {
	font-size: 0.7em;
  color: #666;
}
a img {
	border: 0px;
}
a {
	color: #cc5700;
	text-decoration: none;
}
a:hover {
	color: #004019;
	text-decoration: underline;
}
/**** univerzální pozicovací třídy *********/
.f_r {
	float: right;
}
.f_l {
	float: left;
}
.a_r {
	text-align: right;
}
.a_c {
	text-align: center;
}
.a_l {
	text-align: left;
}

