﻿body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #343434;
	margin: 0px;
	padding: 0px;
	background-image: url('../images/pozadi.png');
	background-repeat: repeat;
}
a {
	color: #6a9c04;
}
a:hover {
	color: black;
}


/* VRSEK */
#vrsek {
	width: 848px;
	height: 37px;
	margin-left: auto;
	margin-right: auto;
}
#vrsek #menu {
	width: 480px;
	height: 27px;
	padding-top: 10px;
	margin-left: auto;
	color: #95c531;
	font-size: 75%;
	font-weight: bold;
	background-color: #4c4c4c;
	text-align: center;
}
#vrsek #menu a{
	text-decoration: none;
	color: white;
	margin-left: 14px;
	margin-right: 14px;
}
#vrsek #menu a:hover{
	text-decoration: none;
	color: white;
	color: #95c531;
}


#hlavicka {
	width: 848px;
	height: 137px;
	margin-left: auto;
	margin-right: auto;
	background-image: url('../images/slogan.png');
	background-position: 100% 50%;
	background-repeat: no-repeat;
}
#hlavicka img {
	border: 0px;
}



/* OBSAH */
#obsah .barva{
	color: #6a9c04;
}

#obsah {
	width: 848px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 10px;
	overflow: auto;
	color: black;
	font-size: 75%;
	background-color: white;
	background-image: url('../images/stred-pozadi.png');
	background-position: 0px 0px;
	background-repeat: repeat-x;
	border-top: 9px #95c531 solid;
}
#obsah h1{
	font-size: 120%;
}
#obsah h2{
	font-size: 120%;
}

#obsah #uvodnitext {
	width: 568px;
	>width: 548px;
	margin-top: 10px;
	margin-left: 20px;
	margin-bottom: 10px;
	float: left;
}
#obsah #akce {
	width: 260px;
	height: 144px;
	float: left;
}
#obsah #akce img{
	border: 0px;
}



#obsah #text {
	width: 808px;
	min-height: 290px;
	margin-top: 10px;
	margin-left: 20px;
	margin-right: 20px;

}



#obsah .ukazky img{
	border: 2px white solid;
}
#obsah .ukazky span {
	display: block;
	width: 125px;
	height: 16px;
	padding-left: 6px;
	line-height: 16px;
	vertical-align: middle;
	background: white;
	color: gray;
	font-size: 8pt;
	background-image: url('../images/lupa.png');
	background-repeat: no-repeat;
	background-position: 118px 50%;
}
#obsah .ukazky a{
	float: left;
	text-decoration: none;
	margin-right: 3px;
	margin-bottom: 10px;
}
#obsah .ukazky a:hover span{
	color: black;
}


#obsah .cenik table td{
	text-align: center;
}
#obsah table .radek-a{
	background-color: #e5e5e5;
	height: 20px;
}
#obsah table .radek-b{
	background-color: #c8f075;
	height: 20px;
}


/* REFERENCE */
#reference {
	width: 848px;
	height: 102px;
	background-color: #e2e2e2;
	margin-left: auto;
	margin-right: auto;
	background-image: url('../images/reference-pozadi.png');
	background-position: 0px 0px;
	background-repeat: no-repeat;
	text-align: center;
}
#reference img {
	border: 0px;
	margin-top: 12px;
	margin-left: 6px;
	margin-right: 6px;
}



/* PRUH */
#pruh {
	width: 848px;
	height: 152px;
	background-color: #95c531;
	margin-left: auto;
	margin-right: auto;
	margin-top: 27px;
	background-image: url('../images/spodek-pozadi.png');
	background-position: 100% 0px;
	background-repeat: no-repeat;
	color: white;
	font-size: 75%;
	clear: both;
}
#pruh h3 {
	color: white;
	font-size: 120%;
	padding-top: 2px;
	.padding-top: 15px;	
}
#pruh img {
	border: 0px;
}
#pruh p {
	margin-top: -6px;
}
#pruh .tlac {
	text-align: right;
}

#pruh #objednavka {
	width: 266px;
	height: 152px;
	float: left;
}
#pruh #weby {
	width: 249px;
	height: 152px;
	float: left;
	padding-left: 20px;
	padding-right: 20px;
}
#pruh #weby a {
	color: white;
	text-decoration: underline;
}
#pruh #weby a:hover {
	color: black;
	text-decoration: none;
}
#pruh #klienti {
	width: 253px;
	height: 152px;
	float: left;
	padding-left: 20px;
	padding-right: 20px;
}


/* PATIČKA */
#paticka {
	width: 848px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	color: white;
	text-align: center;
	font-size: 70%;
}
#paticka a {
	color: white;
	text-decoration: underline;
}
#paticka a:hover {
	color: white;
	text-decoration: none;
}

input, textarea, select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
}
input:hover, textarea:hover, select:hover, input:focus, textarea:focus {
	-webkit-box-shadow: 0px 0px 5px #95c531;
	-moz-box-shadow: 0px 0px 5px #95c531;
}
