* {
  margin: 0;
  padding: 0;
}

html, body {
  height: 100%; /* Required */
}

body {
  color: #333;
  font: 11px Tahoma, sans-serif;
  text-align: center;
}

h1 {
  font-weight: bold;
  font-size: 1.6em;
}
h2 {
  padding: 5px 0 5px 0;
  font-size: 1.4em;
}
h3{
  padding: 5px 0 10px 0;
  font-size: 1.3em;
}
h4{
  padding: 2px 0 5px 0;
  font-size: 1em;
}
p {
  margin: 5px 0;
  line-height: 1.4em;
}
p.autor {
	padding-right: 15px;
	text-align: right;
	color: #7e7e7e;
}
a {
  color: #333;
}

a:hover {
  color: #4381B6;
}

#container-page {
	width: 900px;
	min-height: 100%; /* For Modern Browsers */
	height: auto !important; /* For Modern Browsers */
	height: 100%; /* For IE */
	margin: 0 auto;
	padding: 0 25px 0 25px;
	background: #FFF url(../img/bgr.gif) repeat-y;
	text-align: left;
	position: relative;
}
#container-page.narrow{
	background: #FFF url(../img/bgr_narrow.gif) repeat-y;
}
#head1 {
	width: 822px;
	height: 126px;
	padding-left: 28px;
	background-image: url(../img/head1_bgr.jpg);
	background-repeat: no-repeat;
	position: relative;
}
#head1_logo{
	float: left;
	width: 310px;
	font: 12px Arial;
	color: #929292;
}
#head1_logo h1{
	width: 310px;
	height: 65px;
	margin: 0 0 1px 0;
	overflow: hidden;
	position: relative;
}
#head1_logo h1 span{
	width: 310px;
	height: 65px;
	background-image: url(../img/head1_logo.gif);
	background-repeat: no-repeat;
	position: absolute;
	top: 0;
	left: 0;
}#head1_links{
	width: 236px;
	float: right;
}
#head1_links img{
	float: right;
	margin: 0;
	border: 0;
}
#head2 {
	width: 850px;
 	height: 21px;
}
#head2 img{
	float: left;
}

#head2_menu {
	float: right;
	width: 688px;
	height: 21px;
	padding-left: 2px;
	background-image: url(../img/head2_bgr.gif);
	background-repeat: no-repeat;
}
#head2_menu ul{
	display: block;
	list-style: none;
}
#head2_menu ul li{
	float: left;
	padding-top: 1px;
	height: 20px;
}
#head2_menu ul li a{
	display: block;
	padding: 1px 0px 3px 0px;
	text-align: center;
	color: #FFF;
	font: bold 11px Tahoma;
	text-decoration: none;
}
#head2_menu ul li a:hover{
	background-color: #40BEDE;
	background-image: url(../img/head2_sipka.gif);
	background-position: bottom;
	background-repeat: no-repeat;
	color: #FFF;
}
#head2_menu ul li a.active{
	background-color: #40BEDE;
	background-image: url(../img/head2_sipka.gif);
	background-position: bottom;
	background-repeat: no-repeat;
	color: #4381B6;
}
#head2_menu ul li a.active:hover{
	color: #FFFFFF;
}
#head2_menu #menu_1{
	width: 86px;
}
#head2_menu #menu_2{
	width: 133px;
}
#head2_menu #menu_3{
	width: 78px;
}
#head2_menu #menu_4{
	width: 88px;
}
#head2_menu #menu_5{
	width: 84px;
}
#head2_menu #menu_6{
	width: 134px;
}
#head2_menu #menu_7{
	width: 85px;
}
#head2_jazyky{
	float: left;
	width: 110px;
	padding: 1px 38px 0 12px;
	text-align: center;
}
#head2_jazyky img{
	border: 0;
	margin: 0 4px 0 4px;
}

#container-content:after {
  clear: both;
  display: block;
  font: 1px/0px serif;
  content: ".";
  height: 0;
  visibility: hidden;
}

#content{
  width: 850px;
  float: left;
}
#content_left{
	float: left; 
	width: 130px;
	padding: 15px 15px 20px 15px;
}
#content_left p.left_adresa{
	padding: 5px 0 25px 0;
	font-size: 12px;
}
#content_left p.left_adresa a:hover{
	color: #4381B6;
}

#content_left #left_menu{
	padding: 30px 0 0 0;
}
#content_left #left_menu h3{
	padding-bottom: 5px;
}
#content_left #left_menu ul{
	list-style-type: none;
}
#content_left #left_menu ul li{
	font-size: 1.2em;
	line-height: 1.5em;
}
#content_left #left_menu a.active {
	font-weight: bold;
	text-decoration: none;
}
#content_right{
	float: right;
	width: 143px;
	padding: 16px 0 40px 5px;  
}
#content_main{
	float: left;
	width: 650px;
	padding: 15px 20px 40px 20px;
}
#content_main.narrow{
	width: 500px;
}
#content_main #main_produkty{
	width: 500px;
	padding: 20px 0 40px 0;
}
#content_main #main_produkty ul{
	list-style-type: none;
	height: 100px;
}
#content_main #main_produkty ul li{
	width: 250px;
}
#content_main #main_produkty ul li a{
	font-size: 1.2em;
	line-height: 1.7em;
	text-decoration: none;
	font-weight: bold;
	color: #4381B6;
}
#content_main #main_produkty ul li a:hover{
	text-decoration: underline;
	color: #000;
}
#content_main #main_aktuality{
	width: 492px;
	margin-left: -10px;
	padding: 5px 10px 15px 10px;
	background-color: #DDD;
}

#content_right img{
	border: 0;
}
#container-foot {
	width: 850px;
	height: 31px;
	padding: 0 25px 0 25px;
	position: absolute;
	left: 0px;
	bottom: 0;
   !important;
   bottom: -1px; /* For Certain IE widths */
	background-image: url(../img/bgr.gif);
}

#foot {
	width: 850px;
	height: 31px;
	background-image: url(../img/foot_bgr.gif);
	text-align: center;
	font: 11px Tahoma;
	color: #FFF;	
}
#foot a{
	color: #FFF;
}
#foot a:hover{
	color: #FE68FF;
}
#content_main .sortiment li {
	margin: 4px 40px;
	font-weight: bold;
	color: #0571b6;
	text-decoration: underline;
}
#content_main .sortiment li ul li {
	color: black;
	text-decoration: none;
}
#content_main .sortiment li ul li ul li {
	font-weight: normal;
}




#poptavka {
	width:650px;
	margin: auto;
	background-color: #eaeaea;
}
#poptavka fieldset {
	display: block;
	width: 550px;
	margin: 5px auto;
	padding: 0px 10px;
	border: 1px solid #b4b4b4;
	/*background-color: #e9e9e9;*/
}
#poptavka legend {
	font-size: 1.1em;
	font-weight: bold;
	color: #0571b6;
	padding: 10px;
}
#poptavka label {
	display: block;
	margin-bottom: 10px;
	font-weight: bold;
	clear: both;
}
#poptavka input.povinne {
	vertical-align: top;
	background-color: #e8eef6;
} 
#poptavka input {
	border: solid 1px;
	display: block;
	margin-top: 5px;
}
#poptavka .submit {
	margin: 15px auto;
	border: 1px solid ;
	background-color: transparent;
	text-align: center;
	cursor: pointer;
}
.alert {
	color: #b22222;
}
/* navigace */
#nextprev {
	width: 600px;
	margin: 10px auto;;
	font-size: 11px;
	text-align: center;
}
#nextprev a{
	text-decoration: none;
	color: #759ACA;
}
#nextprev a:hover{
	color: Black;
}
#nextprev .znav {
	width: 8px; height: 8px;
	background-color: #d3d3d3;
	padding: 2px;
	text-align: center;
	font-weight: bold;
	color: White;
	
}
#prehled {
	width:650px;
	border-collapse: collapse;
}
#prehled th {
	padding: 3px;
	background-color: #0571b6;
	color: white;
	text-align: center;
}
#prehled td {
	padding: 2px 0px;
	border: solid 1px #e8e8e8;
}
#prehled td img {
	border: none;
}

#prehled td.stred {
	text-align: center;
}
#prehled tr.licha {
	background-color: #efefef;
}
#prehled tr.vybrana {
	background-color: #b8e3b3;
}
#prehled tbody tr:hover, #hover {
	background-color: White; 
	color: Red;
}
/* tablesorter */
table.tablesorter thead tr .header {
	background-image: url(../img/tablesorter/bg.gif);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}
table.tablesorter thead tr .headerSortUp {
	background-image: url(../img/tablesorter/asc.gif) ;
}
table.tablesorter thead tr .headerSortDown {
	background-image: url(../img/tablesorter/desc.gif);
}
table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
background-color: #8dbdd8;
}
.code {
	padding: 2px;
	background-color: #cfdef8;
	border: solid 1px #0571b6;
}
ol {
	margin: 10px;
}
ol li {
	padding: 2px;
	line-height: 16px;
}
.red {
	background-color: Red
}
.cert {
	width: 150px;
	margin: 3px; padding: 10px 5px;
	text-align: center;
	float: left;
}
.cert img {
	border: none;
	padding-bottom: 10px;
}
#banner {
margin: 10px 0px;
text-align:center;
}
#banner img {
	border:none;
	margin-bottom: 10px;
}