@CHARSET "US-ASCII";

body {
	background-color: #bab8b8;
	margin: 0;
	padding: 0;
	/*font-family: georgia, times, "times new roman", serif;*/
	font-family: verdana;
	color: #000;	
}

img.provozovna {
	margin: 10px 10px 10px 10px;
}

p {
	text-align: center;
}

p.left {
	text-align: left;
}

#header {
	background-color: #f40808;
	width: 800px;
	height: 150px;
	background-image:  url(images/hlavicka-pozadi.png);
	background-repeat: repeat-y;
}

#menu {
	width: 150px;
	float: left;
}

#body {
	float: left;
	width: 630px;
	padding: 10px;
}

#footer {
	clear: both;
	height:8px;
	background-image: url(images/pata-pozadi.png);
	background-repeat: no-repeat;
	background-color: #bab8b8;
}

#page {
	width: 800px;
	margin: 0 auto;
	
	background-image:  url(images/menu-pozadi.png);
	background-repeat: repeat-y;
	background-color: #bab8b8;
	
	position:absolute;
	left:50%;
	margin-top:50px;
	margin-left:-400px;
	}
	
}

h3 {
	color: blue;
}

h1, h2 {
	color: blue;
	text-align: center;
}


IMG.erb {
	float:right;
	margin-top: 20px;
	margin-right: 10px;
}

#office-hours {
	float:left;
	font-weight: bold;
	padding-top: 10px;
	padding-left: 10px;
}

#contacts {
	color: blue;
}

.contacts-header {
	font-weight: bold;
}

#contacts * td {
	color: blue;
}

td {
	padding-left: 10px;
}

#menu a {
display: block;
padding: 10px 0px 10px 0px;
color: white;
font-weight: bold;
margin-left: 5px;
margin-right: 7px;
}

#menu a.selected {
background: #dadef5;
}

#menu a.sub {
	padding-left: 30px;
}

#menu a:hover {
background: #dadef5;
}

#menu tr:hover {
background: #dadef5;
}

.pricelist {
	width: 100%;
	border-width: 2px;
	border-color: black;
	border-style: solid;
	border-spacing: 0px;
}

.pricelist tr td {
	border-left-style: solid;
	border-left-width: 1px;
}

.price-border {
	border-bottom-style: solid;
	border-width: 1px;
	border-color: black;
}
