/* pavel - EU */
body {
	background-image: url(images/pozadi8.gif);
	text-align: center;
	font: 0.9em Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: Blue;
}
a, a:visited, a:active{
	color: Blue;
}

div.kontejner {
	border: 1px solid Navy;
	background-color: #E2E2E2;
	width: 70em;
	max-width: 90%;
	margin: auto;
	margin-top: 2em;
	text-align: left;
}
div#hlavicka, div.stred { /* moje data: adresa, kontakty */
	text-align: right;
	font: italic 1.2em Arial, Helvetica, sans-serif;
	margin: 1.5em;
}
div.stred {
	text-align: left;	
}
p {
	margin: 0.2em;
	text-indent: 0.8em;		
}

ul#nabidka {
	text-align: left;
	width: 15em;
	margin: 1em auto 1em auto;
	line-height: 160%;
	list-style: circle inside;
}

ul#nabidka li {
	list-style: circle inside;
}




.vetsi {
	font-weight: bold;
	font-size: 120%;	
}
hr.mala {
	width: 15em;
	border-top: 1px dotted Black;
}
/* ------------------------------ */
div.cara {
	background-color: #6C6CA9;
	background-image: url(images/carah.gif);
	background-position: top;
	background-repeat: repeat-x;
	padding-top: 8px;
	text-align: center;
	color: #FFA500;
	font-weight: 300;
	min-height: 8px;
/*	border-bottom: 1px solid #FFA500;
	border-top: 1px solid #FFA500; */
}
div.carad {
	height: 8px;
	background-image: url(images/carad.gif);	
	background-position: bottom;
	background-repeat: repeat-x;
}
table#reference, table#cenik {
	background-color: White;
	border: 1px dashed #FFA500;
	padding: 0.5em;
	margin: 1em;
	border-collapse: collapse;
}
table#reference td, table#reference th
 {
	border: 1px solid white; 
	vertical-align: top;
	padding: 1em;
}
table#reference th {
	text-align: center;
}

table#reference td
 {
 border-bottom: 1px solid #FFA500;
}

table#reference img, div#hlavicka img{
	float: left;
	margin: 0em 0.5em 0.5em 0em;
}
a img{
	border: 0px;	
}

table#cenik {
	border-collapse: collapse;	
}
table#cenik tr {
	border-bottom: 1px solid #FFA500;
	margin: 0.5em;
}
table#cenik th, table#cenik td {
	padding: 0.5em 1em 0.2em 1em;
}
td.cena {
	text-align: right;	
}

div.odkazy a{
	display: block;
	padding: 0.2em;		
}


