/* CSS Document */
/** BASIC */

body {
	margin: 0px;
	padding: 0px;
	font-family: Garamond, Times, serif;	letter-spacing: 0.02em 
}

h1, h2, h3, h4, h5, h6 {
	font-family: Verdana, Arial, sans-serif;
	font-weight: normal;
	color: #FFC708;
	padding-bottom: .3em;
  border-bottom: 2px dotted #F9B49B;
}

a {
	color: #FFC708;
}

a:hover {
	text-decoration: none;
	color: #7A1215;
}


table {
border-collapse:no-collapse;
border: 1px dashed #FFC708;
}
td
{
padding: 0.6em;
vertical-align: top;
}

li {
padding-bottom: 0.6em;
}

/** HEADER */

#header {
	padding: 0px;
	background: #FFFFFF;
  background-image: url("header.gif");
  background-repeat: no-repeat;
  background-position: 0px 0px;
  width: 700px;
  height: 193px;
}

/** MAIN */

#main {
	width: 700px;
	padding: 0px;
  /*background: url("main.gif") repeat;
  min-height: 600px; /* pro standardní prohlíµeče */
  /*_height: 600px; /* pro Internet Explorer, který to chápe jako min-height*/
}

#levypanel {
	position: absolute;
	left: 0px;
	top: 193px;
/*	float: left;*/
      width: 153px;
	margin-left: 6px;
	/*background: #FFC20E;*/
}

#content {
	padding: 20px 10px 20px 179px; /*nahoře vpravo  dole vlevo*/
	/*background: #FFC20E;*/
	width: 505px;
  background: url("main.gif") repeat;
  min-height: 600px; /* pro standardní prohlíµeče */
  _height: 600px; /* pro Internet Explorer, který to chápe jako min-height*/
	color: #FFF;


/*
	margin-right: 6px;
	background: #FFC20E;
	float: right;
	width: 518px;
	padding-left: 10px; 
*/
}
#menu {
	padding: 10px;
	background: #7A1215;
	border-bottom: 2px solid #F7941D;
	text-align: right;
}

#menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#menu a {
	padding: 0em;
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
      font-family: georgia,times,serif;
	font-size: 1.2em;
      font-variant: small-caps;
}
#menu a:hover {
	color: #FFC708;
}

#firstletter {
  font-size: 1.2em;
  font-weight: bold;
  color: #FFC708;
}
#aktuality {

}


/** FOOTER */

#footer {
	clear: both;
	padding: 0.3em;
	background: #FFF;
	font-family: verdana, sans-serif;
	font-size: 0.5em;
	text-align: left;
}

/*h3
{
font-variant: small-caps;
border-top: 2px solid #F7941D;
margin-top: 2em;
margin-bottom: 0em;
}*/

div {
  border: none;
  line-height: 1.5em;
  padding-bottom: 5px; 
 }

#div_den {
  border-top: 2px dotted #F9B49B;
  border-bottom: 2px dotted #F9B49B;
  margin-top: 10px; 
  margin-bottom: 15px; 
  padding-top: 15px; 
  padding-bottom: 15px; 
  padding-left: 20px;
}

#div_odsazeno {
  margin-top: 0px; 
  margin-bottom: 0px; 
  padding-top: 0px; 
  padding-bottom: 0px; 
  position: relative;
  left: 180px;
  top: -1.4em;


}

#pr_datum {
  padding-top: 20px;
  font-weight: bold;
  color:#FFF;
  font-family: georgia,times,serif;
  font-size:2em;
  }
#pr_den {
  color:#720E10;
  font-weight: bold;
  font-family: georgia,times,serif;
  letter-spacing: 3px;
  font-size:1.4em;
  font-variant: small-caps;
  }
#pr_cas {
  color:#720E10;
  font-weight: bold;
  font-family: georgia,times,serif;
  font-size:1em;
  word-spacing: 1em;
  }
#pr_misto {
  color:#FFC80B;
  font-weight: normal;
  font-family: tahoma,arial,sans-serif;
  font-size:1em;
  word-spacing: 0em;
  letter-spacing: 1px;
  }
#pr_co {
  color:#FFF;
  font-weight: none;
  font-family: garamond,times,serif;
  padding-left: 50px;
  }
#pr_kdo {
  color:#FFF;
  font-weight: normal;
  font-family: garamond,times,serif;
  }
#pr_odrazka {
  color:#720E10;
  font-weight: bold;
  font-family: georgia,times,serif;
  }

#uvod_co {
  color:#FFF;
  font-weight: bold;
  font-family: verdana,arial,sans-serif;
/*  font-family: garamond,times,sans-serif;*/
  font-size:0.9em;
  }
#uc_soubor {
  color:#FFC80B;
  font-weight: bold;
  font-family: georgia,times,serif;
  }
#uc_mesto {
  color:#720E10;
  font-weight: bold;
  font-family: georgia,times,serif;
  }
#uc_popis {
  color:#FFF;
  padding-left: 60px;
  font-weight: normal;
  font-family: georgia,times,serif;
  }


