A:link   	{ color: #000000; text-decoration: none }	
A:visited	{ color: #000000; text-decoration: none }	
A:hover   	{ color: #000000; text-decoration: underline; }

body {
	background-color: #cc5555;
	background-image: url(LAYOUT/background.jpg);
	font-family: "Tahoma";
	font-size: 12px;
}

h1 {
	font-family: "Trebuchet MS";
	font-size: 16px;
}

img {
	border: 0px;
}

table {
	font-size: 13px;
}

table.listek {
 	width: 420px;
}
td.listek_mnozstvi {
 	vertical-align: top;
 	width: 50px;
	font-weight: bold;
	text-align: right;
}
td.listek_nazev {
 	vertical-align: top;
 	width: 330px;
	font-weight: bold;
	text-align: left;
}
td.listek_cena {
 	vertical-align: top;
 	width: 40px;
	font-weight: bold;
	text-align: right;
}
td.listek_popis {
 	vertical-align: top;
 	width: 330px;
	text-align: left;
	font-style: italic;
	font-size: 12px;
}

#container {
	position: absolute;
	left: 150px;
	top: 150px;
	width: 686px;
	background-image: url(LAYOUT/page_middle.png);
}

#content {
	position: relative;
	left: 210px;
	top: 10px;
	width: 451px;
	background-image: url(LAYOUT/content_middle.png);
}

#content_inner {
	width: 425px;
	margin: 13px;
	text-align: justify;
}

#logo_krusovice {
	z-index: 5;
	position: absolute;
	left: 171px;
	top: 100px;
	width: 178px;
	height: 177px;
	
}

#logo_pivnice {
	z-index: 5;
	position: absolute;
	left: 400px;
	top: 60px;
	width: 390px;
	height: 65px;
	
}

#navigation {
	z-index: 5;
	position: absolute;
	left: 171px;
	top: 290px;
	width: 178px;
}
.navigation_background {
	background-image: url(LAYOUT/navigation_middle.png);
}

.centered {
	text-align: center;
}
.foto {
	border: 3px solid white;
	margin: 5px;
}

