﻿body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #757575;
	margin: 0px;
	padding: 0px;
}
a {
	color: white;
}
a:hover {
	color: orange;
}

/* VRSEK */
#vrsek {
	width: 100%;
	height: 86px;
	background-image: url('../images/pozadi-vrsek.jpg');
	background-position: 0px 0px;
	background-repeat: repeat-x;
}
#vrsek #stred {
	width: 880px;
	height: 86px;
	margin-left: auto;
	margin-right: auto;
}

#vrsek #stred #menu {
	width: 480px;
	height: 86px;
	line-height: 86px;
	vertical-align: middle;
	color: #f36f21;
	font-size: 75%;
	font-weight: bold;
	text-align: center;
	float: left;
}
#vrsek #stred #menu a{
	text-decoration: none;
	color: black;
	padding-left: 16px;
	padding-right: 16px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-left: 1px #f36f21 solid;
	border-collapse: separate;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}
#vrsek #stred #menu a:hover{
	text-decoration: none;
	color: white;
	background-color: #f36f21;
}
#vrsek #stred img {
	border: 0px;
	float: left;
	margin-top: 20px;
	margin-right: 100px;
	margin-left: 30px;
}



/* OBSAH */
#obsah .barva{
	color: orange;
}
#obsah .cerna{
	color: black;
}
#obsah .cerna a{
	color: black;
}
#obsah .bila{
	color: white;
}
#obsah .bila a{
	color: white;
}

#obsah {
	width: 100%;
	background-image: url('../images/pozadi-obsah.jpg');
	background-position: 0px 0px;
	background-repeat: repeat-x;
	background-color: #f37022;
	clear: both;
	overflow: auto;
}
#obsah #obsahstred {
	width: 880px;
	margin-left: auto;
	margin-right: auto;
	background-image: url('../images/pozadi-obrazek.jpg');
	background-position: 50% 0px;
	background-repeat: no-repeat;
	color: white;
	font-size: 75%;
	overflow: auto;
	padding-bottom: 15px;
}

#obsah h1{
	font-size: 160%;
	color: #ee6515;
}
#obsah h2{
	font-size: 120%;
}

#obsah img {
	border: 0px;
}


#obsah #uvodnitext {
	width: 410px;
	_width: 390px;
	margin-top: 20px;
	margin-right: 30px;
	margin-bottom: 10px;
	float: left;
}

#obsah #text {
	width: 840px;
	margin-top: 10px;
	margin-left: 20px;
	margin-right: 20px;

}

#obsah #text .klienti{
	float: left;
	margin-right: 70px;
}

#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: 7px;
	margin-bottom: 10px;
	border: 3px white solid;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}
#obsah .ukazky a:hover{
	border: 3px orange solid;
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	-khtml-opacity: 0.7; 
	opacity: 0.7;
}
#obsah .ukazky a:hover span{
	color: black;
}


#obsah #cenik {
	float: left;
	width: 70%;
}

#obsah #cenik table{
	color: black;
}
#obsah #cenik table td{
	padding: 2px;
	padding-left: 6px;
}
#obsah #cenik table .radek-horni{
	background-color: #e35a0a;
	color: white;
	height: 25px;
}
#obsah #cenik table .radek-a{
	background-color: #f9cd96;
	color: black;
}
#obsah #cenik table .radek-b{
	background-color: #fab16c;
	color: black;
}


/* PRUH */
#spodek {
	width: 100%;
	height: 190px;
	margin-left: auto;
	margin-right: auto;
	background-image: url('../images/pozadi-spodek.jpg');
	background-position: 0px 0px;
	background-repeat: repeat-x;
	clear: both;
}

#pruh {
	width: 850px;
	height: 152px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 27px;
	color: white;
	font-size: 75%;
}
#pruh h3 {
	color: white;
	font-size: 120%;
}
#pruh img {
	border: 0px;
}
#pruh p {
	margin-top: -6px;
}
#pruh .tlac {
	text-align: right;
}

#pruh #objednavka {
	width: 287px;
	height: 152px;
	float: left;
}
#pruh #weby {
	width: 240px;
	height: 150px;
	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: 240px;
	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 white;
	-moz-box-shadow: 0px 0px 5px white;
}
