body {
	background:White;
	background-image: url(../img/bgr.jpg);
	background-repeat: repeat-x;
	color:black;
}
#globalbody {
	background-image: url(../img/body.jpg);
	background-repeat: no-repeat;
	min-width: 995px;
	min-height: 1500px;
}
/* hlavicka */
.head {
	height: 265px;
	background-color: #FFFFFF;
	background-image: url(../img/bgr_head.png);
	background-repeat: repeat-x;
}
.navigace {
	width: 680px; height: 250px;
	margin: 0 0 0 50px;
	float: left;
}
.navigace h1{
	position:relative;
	top: 95px;
	width: 310px; height: 84px;	
	overflow: hidden;
	color: White;
	float: left;
}
.navigace h1 span{
	position: absolute;
	top:0; left:0;
	width: 262px; height: 84px;	
	background-image:url(../img/q_term_logo.png);
	background-color:White;
	cursor:pointer;
}
.wrapmenu {
	clear: both;
	height: 40px;
}
/*horni menu*/
.menu {
	margin:0;
	width: 100%;
}
.menu li {
	display: block;
	width: 120px; height: 22px;	
	margin: 9px 0;	
	border-right: solid 1px silver;
	text-align: center;
	font-weight: bold;
	font-size: 14px;
	float: left;
}
.menu li.last {
	border-right: none;
}
.menu li a {
	color: Black;
	text-decoration: none;
}
.menu li a:hover {
	color:#c10009;
}
.menu li a:active {
	color:#c10009;
}
.menu li a.zde {
	color:#c10009;
}
/* prihlasovaci formular */
.prihlaseni {
	width: 190px;
	margin: 150px 0 0 50px;
	float: left;
	display:none;
}
label {
	display: block;
	width: 50px; height: 20px;
	margin: 5px 0; padding: 2px 0;
	float:left;
	color:#333333;
	background-color: transparent;
	text-align:right;
	clear: both;
	
}
.prihlaseni input[type="text"], .prihlaseni input[type="password"]{
	margin: 5px 0; padding: 2px;
	border: solid 1px  #C10009;
	float: right;	
}
.prihlaseni input[type="text"]:focus, .prihlaseni input[type="password"]:focus {
	background-color: #FFEAEC;
}
.prihlaseni button, .tlacitko, .prihlaseni input[type="submit"] {
	background-color: White;
	color: #C10009;
	border: none;
	font-size: 10px;
	font-weight: bold;
	text-decoration: underline;
	text-align: right;
	cursor: pointer;
}
.prihlaseni p {
	margin: 0; padding: 0;
	text-align: right;
}
/* vyber jazyku */
.jazyk {
	width: 190px; height: 40px;
	margin: 210px 0 0 50px;
	float: left;
}
.jazyk img {
	border: none;
	padding: 0 10px 0 0;
}
.jazyk a {
	border: none;
	text-decoration: none;
}
/* obsah hlavni strany */
.content, .pata {
	padding: 10px 50px;
}
/* text, medved, pocitadlo */
.uvitani {
	width: 920px; height: 135px;
	padding-bottom: 10px;
}
.uvitani h2 {
	width: 620px;
	padding-top: 50px;
	font-size: 22px;
	float: left;
}
.cervena {
	color: #C10009;
}
.modra {
	color: #002D7A;
}
.seda {
	color: #999999;
}
.medved {
	width: 171px; height: 136px;
	background-image: url(../img/medved.png);
	background-repeat: no-repeat;
	float: left;
}
.pocitadlo {
	width: 110px; height: 85px;	
	background-color: #a7b4d5;
	color: #FFFFFF;
	border-collapse: collapse;
	font-size: 9px;
	font-weight: bold;	
}
.pocitadlo th {
	background-color: #002D7A;
	padding: 1px 5px;
	text-align: left;
}
.pocitadlo td {
	padding: 3px 5px ;
}
.pocitadlo.ts {
	margin-top: 50px;
	float: right;
}
.pocitadlo.pst {
	position: absolute;
	bottom: 0px;
}
/* predstaveni firmy */
.predstaveni {
	width: 880px; height: 370px;
	padding: 20px;
	background-image: url(../img/bgr_predstaveni.png);
	background-repeat: repeat-x;
	background-color: #3161a0;
	color: #FFFFFF;
	clear: both; 
}
sup, sub {
	height: 0;
	line-height: 1;
	vertical-align: baseline;
	_vertical-align: bottom;
	position: relative;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
.texty {
	width: 390px;
	padding: 0px;
	float: left;
	/*border: solid 1px;*/
}
.texty p {
	font-size: 13px;
	text-align: justify;
}
#karusel {
	width: 450px; height: 260px;   
   /*background-image: url(../img/tit1.jpg);
   background-repeat: no-repeat;*/
	float: right; 
}
.pata {
	clear: both;
	height: 150px;
	color: #002D7A;
}
.pata a {
	color: #002D7A;
}
.pata a:hover {
	color: #C10009;
}
.pata img {
	border-bottom: solid 1px #002D7A;
}
/* menu podstranky */
.ls {
	position: relative;
	width: 250px; height: 680px;
	float: left;
}
.ls ul {
	margin: 0; padding: 0;
}
/* menu produkty */
.ls li {
	width: 250px; height: 130px;
	margin: 0 0 2px 0; padding: 0;
	background-color: #4e4c48;
	list-style: none;
}
.ls li.pm1.zde {
	background-image: url(../img/pm1.jpg);
	background-repeat: no-repeat;
}
.ls li.pm2.zde {
	background-image: url(../img/pm2.jpg);
	background-repeat: no-repeat;
}
.ls li.pm3.zde {
	background-image: url(../img/pm3.jpg);
	background-repeat: no-repeat;
}
.ls li.pm4.zde {
	background-image: url(../img/pm4.jpg);
	background-repeat: no-repeat;
}
.ls li.pm5.zde {
	background-image: url(../img/pm5.jpg);
	background-repeat: no-repeat;
}
/* menu ostatni podstranky*/
.ls li.dm {
	height: 66px;
	background-color: #4e4c48;
}
.ls li.dm.zde {
	background-color: #FFFFFF;
}
a.prodpm, .ls li.dm a {
	display: block;
	width: 160px;
	margin: auto; padding: 30px;
	color: #002D7A;
	text-decoration: none;
	/*font-size: 17px;*/
	font-weight: bold;
}
.ls li a.prodpm {
	color: #FFFFFF;
	font-size: 13px;
}
.ls li.zde a.prodpm {
	color: #002D7A;
	font-size: 13px;
}
.ls li.dm a {
	padding: 20px 0;
	color: #FFFFFF;
	font-size: 13px;
}
.ls li.dm.zde a {
	color: #000000;
	font-size: 13px;
}
.ls li a:hover {
	color: #C10009;
}
.ps {
	width: 565px; min-height: 640px;
	padding: 20px 40px;
	overflow: visible;
	float: left;
	background-color: White;
}
.ps h2 {
	color: #C10009;
}
.ps h2.modra {
	color: #002D7A;
}
.ps li {
	margin: 0 20px;
}
.dok {
	width: 550px;
	margin: auto;
}
.dok th {
	padding: 5px;
	background-color: #002D7A;
	color: #FFFFFF;
}
.dok td {
	padding: 5px;
	border: solid 1px #DEDEDE;
	text-align: center;
	vertical-align: middle;
}
.dok td a {
	color: #4E4C48;
	text-decoration: underline;
	font-weight: bold;
}
/* reference */
#gallery img {
	margin: 0 10px 10px 0;
	padding: 10px;
	border: solid 1px #CCCCCC;
	float:left
}
.top {
	display: block;
	width: 30px; height: 30px;
	margin: 20px auto;
}
/* naradi produkt */
.polozka {
	width: 250px;
	margin: 0 10px 10px 0;
	padding: 10px;
	/*text-align: center;*/
	float:left
}
.polozka img {
	/*padding: 10px;*/
	border: solid 1px #CCCCCC;
}
.nazev {
	color: #3161A0;
}
/* obecne formaty */
.tucne {
	font-weight: bold;
} 
.stred {
	text-align: center;
}
.pravy {
	text-align: right;
}
.levy, .dok td.levy {
	text-align: left;
}
.spacer {
	clear: both;
}