@CHARSET "UTF-8";

body {
	font-size: small;
	margin: 0px;
	background-color: #E0E0E0;
}
p {
	font-family: 'Trebuchet MS';
}
#mainDiv {
	background-color: #E0E0E0;
	text-align: center;
}
	#headerDiv {
		height: 10px;
	}
	#documentDiv {
		position: relative;
		background-color: #E0E0E0;
		text-align: left;
	}
		#middleDiv {
			text-align: justify;
			position: relative;
			padding: 30px;
			width: 80%;
			border: 1px;
			border-color: gray;
			border-style: solid;
			margin: 0 auto;
			background-color: white;
		}
	#footerDiv {
		height: 0px;
	}

/**header**/

	#hlavicka {
		display: block;
		height: 70px;
		position: relative;
	}
	#LogoPrestoTxt {
		position: absolute;
		color: #4A69B5;
		text-align: right;
		right: 30px;
		top: 40px;
		font-weight: bold;
		font-size: 10pt !important;
		font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	}
	#topRedLineDiv {
		height: 20px;
		width: 60%;
		background-color: #ff0000;
		margin-top: 20px;
		margin-bottom: 20px;
		left: 0px;
		text-align: right;
	}
		#imgHeadRight {
			float: right;
			height: 20px;
		}
		.menuA {
			color: white;
			font-weight: bold;
		}	
/**body**/
#bodyDiv {
	margin-top: 100px;
	margin-bottom: 30px;
}	
	li {
		color: red;
	}
		.servicesDescription {
			color: black;
			font-style: italic;
			border: 0px solid gray;
			background-color: #EDEDED;
			width: 90%;
			margin: 10px;
			margin-left: 20px;
			padding: 10px;
			padding-left: 20px;
			height: 50px;
		}
		.servicesImage {
			height: 100%;
			padding-left: 20px;
		}
		.price {
			color: black;
			font-style: italic;
			border: 0px solid gray;
			background-color: #EDEDED;
			width: 90%;
			margin: 10px;
			margin-left: 20px;
			padding: 10px;
			padding-left: 20px;
		}
/**footer**/
#footerDiv {
	text-align: right;
	font-size: xx-small;
}
#footerLine {
	background-color: #ff0000;
	height: 3px;
}

#fotoTable {
	position: relative;
	margin-top: 90px;
	margin-bottom: 30px;
	}
#fotoContainer {
	margin-top: 90px;
	margin-bottom: 30px;
}
	.fotoDiv {
		display: inline;
		margin: 0px;
	}

/** Kontakty ****************/
#contactsDiv {
	background-color: #EDEDED;
	width: 45%;
	padding: 20px;
	text-align: right;
	margin: auto;
}
#mapDiv {
	margin: 20px;
}
/** onas ********************/
#onasDiv {
	border: 0px solid gray;
	background-color: #EDEDED;
	width: 95%;
	margin: 10px;
	margin-left: 20px;
	padding: 10px;
	padding-left: 20px;
}
/** Price ***********************/
#pricePneuservice { /*table*/
	
}
#pricePneuservice td {	
	padding: 4px;
}
#pricePneuservice th {	
	padding: 4px;
}
