/* CSS Document */
body {
	margin: 0px;
	color: Maroon;
	font-family: sans-serif;
}
h1, h2, h3 {
   font-family: cursive;
	/* font-style: italic;*/
}
h1 {
	font-size: 200%;
	text-decoration: underline;
	text-align: center;
	font-weight: bolder;
}
h2 {
	font-size: 150%;
	text-decoration: underline;
}
h3 {
	font-size: 110%;
}
p {
	text-indent: 1em;
	
}

ul.sluzby {
/* hlavní služby */
	font-size: 110%;
	font-weight: bold;
	padding-top: 0.5em;
}
ul.sluzby li {
/* hlavní služby */
	padding-top: 1em;
}
ul.sluzby a {
/* hlavní služby */
color: Maroon;
}
ul.sluzby a:hover {
	/* hlavní služby */
	color: #D2691E;
	position: relative;
	top: -0.1em;
}


.sluzba {
	/* podrobnosti služby */
	font-size: 90%;
	font-weight: normal;
	font-style: italic;
}
.sluzby p{
	/* podrobnosti služby */
	font-size: 90%;
	font-weight: normal;
	font-style: italic;
}

ul.sluzby li .sluzba li
{
	padding-top: 0em;
	list-style: square;
	list-style-type: square;
}


#horni {
	background-color: rgb(255,255,204);
	border-bottom: 3px double Maroon;
	color: Maroon;
	font-family: cursive;
	font-size: 300%;
	font-style: normal;
	font-weight: bold;
	text-align: center;
	height: 150px;
	vertical-align: top;
}
#dolni {
	/*background-color: Maroon;*/
	background-image: url(../images/parkety2.gif);
	background-repeat: repeat-x;
	height: 40px;
	border: 1px solid Maroon;
	color: Maroon;
	width: 95%;
	margin: 1%;
	margin-top: 1em;
	padding: 5px;
	vertical-align: middle;
	padding-right: 3%;
	clear: both;
	text-align: right;
}
#dolni a{
color: Maroon;
font-weight: bold;
font-style: italic;
}
#dolni a:hover{
   color: #D2691E;
	position: relative;
	top: -0.1em;
}


#menu {
	float: left;
	background-color: rgb(255,255,204);
	border: 1px solid Maroon;
	width: 10em;
	margin: 0.5em;
	padding: 0.5em;
	padding-bottom: 5em;
	background-image: url(../images/parkety.jpg);
	background-position: right;
	background-repeat: repeat-y;
	
}
#menu ul
{
  list-style: none;
  margin: 0.2em;
  padding: 0.2em;	
}
#menu li
{
  display: block;
  margin: 0.2em;
  padding: 0.2em;	
}
#menu a
{
	display: block;
	background-color: #FFFFCE;
	border: solid Gray;
	border-width: 1px 0px 1px 0px;
	color: #DAA520;
	padding-left: 0.2em;
	text-decoration: none;
	font-family: monospace;
	font-size: 120%;
	font-weight: bold;
}
#menu a:active
{
	border: solid Red;
	border-width: 1px 0px 1px 0px;
}

#menu a:hover
{
	background-color: #DAA520;
	border: solid Maroon;
	border-width: 1px 0px 1px 0px;
	color: #ffffce;
}

#loga {
	float: right;
	padding-top: 1em;
	width: 1O0px;
}
#loga img
{
	display: block;
	margin: 10px 10px;
}

.telo {
	margin: 0.1em;
	margin-left: 12em;
	margin-right: 120px;
	padding: 0.5em;
	padding-top: 0.2em;
}
table.kontakt
{
	padding: 0.2em;
}
.kontakt td
{
	padding: 0.2em;
}
col.jmeno
{
	font-weight: bold;
}
col.telefon
{
	font-style: italic;
	font-family: monospace;
}
.vlevo {
	float: left;
	font-size: 85%;
}
.vpravo {
	float: right;
}

