/*
www.ladyrose.euweb.cz
*/

body {
	background-image: url('images/fond2.jpg'); /* obrázek na pozadí */
	background-color: #FFF5E2; /* případná barva pozadí */
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
	color: #7D312C;
	
	SCROLLBAR-FACE-COLOR: #FFF5E2; 
	SCROLLBAR-HIGHLIGHT-COLOR: #9A6966; 
	SCROLLBAR-SHADOW-COLOR: #9A6966; 
	SCROLLBAR-3DLIGHT-COLOR: #CCCCCC; 
	SCROLLBAR-ARROW-COLOR: #9A6966; 
	SCROLLBAR-TRACK-COLOR: #FFF5E2; 
	SCROLLBAR-DARKSHADOW-COLOR: #000000;
}

A:link {
	COLOR: #BE0F00; text-decoration: none;
}
A:visited {
	COLOR: #BE0F00; text-decoration: none;
}
A:active {
	COLOR: #BE0F00; text-decoration: none;
}
A:hover {
	COLOR: #FE6B02; text-decoration: underline;
}

h1, h2, h3, p, ol, ul {
	margin-top: 0;
}

h1, h2, h3 {
	font-family: Arial;
}

h1, h2 {
	font-weight: normal;
}

h1 {
	font-size: 24px;
	text-align: center;
	margin-top: 10px;
	text-transform: lowercase;
}

h2 {
	font-size: 14px;
	text-transform: uppercase;
	text-align: center;
	margin-top: 10px;
}

h3 {
	font-size: 14px;
	color: #BE0F00;
	text-transform: uppercase;
	border-bottom: 1px solid #b01000;
}


/* Page */

#page_list {
  margin-left: auto; 
  margin-right: auto;
  width: 781px;
  text-align: left;
  background: url('../images/fond2.jpg') top left repeat-y;
}

#page_header {
  height: 76px;
  background: url('../images/fondt1.jpg') bottom left no-repeat;
  clear: both;
}

#page_stred {
  margin-left: auto; 
  margin-right: auto;
  height: auto;
  width: 781px;
  text-align: left;
  background: url('../images/fondt2.jpg') top left repeat-y;
}

#page_header h1 {
  text-transform: lowercase;
  padding-top: 30px;
  text-align: center;
  margin: 0px;
  font-family: arial;
  font-size: 24px;
  color: #5D302D;
  line-height: 26px;
  letter-spacing: 0px; /* na zúžené písmo */
}

#page_header h2 {
  text-transform: uppercase;
  margin: 0px;
  text-align: center;
  font-family: arial;
  font-size: 10px;
  color: #5D302D;
  line-height: 16px;
}

#center {
  margin-left: 60px; /* střed levá strana mezera před */
  margin-right: 60px; /* střed pravá strana mezera po */
  width: 660px;
}

#center h3 {
  margin-top:0px;
  margin-bottom:5px;
  font-family: verdana, arial, sans-serif;
  font-size: 11px;
  color: #BE0F00;
  padding:4px;
	text-transform: uppercase;
	border-bottom: 1px solid #b01000;
}

#center h4 {
  margin-top:0px;
  margin-bottom:5px;
  font-family: verdana, arial, sans-serif;
  font-size: 11px;
  color: #7D312C;
  padding:4px;
	text-transform: uppercase;
	font-weight: bold;
}

#center p {
  margin-top: 5px;
  margin-bottom: 5px;
  padding:4px;
  font-family: verdana;
  font-size: 11px;
  line-height: 16px;
}

#center .p_small {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: verdana;
  font-size: 9px;
  line-height: 100%;
}

#center .kod {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding:4px;
  font-family: courier new;
  font-size: 11px;
  color: #E70000;
  line-height: 16px;
}

#center .img {
	text-align: center;
	margin-top: 0px;
  	margin-bottom: 0px;
	width: auto;
	height: auto;
	border: 0px;
	line-height: 100%;
}


/* Linklist */

#linklist {
  padding-left: 0px;
  margin-left: 0px;
  border-bottom: 0px solid #;
  width: 140px;
}

#linklist li {
  list-style: none;
  margin-left: 2px;
  margin-bottom: 2px; /* mezera za odkazem v menu */
  line-height: 100%; /* řádkování odkazu */
  border-top: 0px solid #;
  font-family: trebuchet ms;
  font-size: 12px;
    font-weight: bold;
}

#linklist li a { text-decoration: none; }


.foto_left {
  float: left;
  margin-right: 10px;
  margin-bottom: 5px;
  border: 0px;
}

.foto_right {
  float: right;
  margin-left: 10px;
  margin-bottom: 5px;
  border: 0px;
}


/* Střed page ikony */

#center .date 
{
	height: 30px;
	width: 660px;
	margin-top: 15px;
	padding-top: 0px;
    font-family: verdana;
	font-size: 9px;
	line-height: 100%;
}

#center .date ul
{
	list-style: none;	
}

#center .date li
{
	display: inline; 
}

#center .small_icon1
{
background: url('../images/icon1.gif') no-repeat;
height: 24px;
float: left;
display: block;
text-align: left;
padding-top: 9px;
padding-left: 30px;
padding-right: 11px;
}

#center .small_icon2
{
background: url('../images/icon2.gif') no-repeat;
height: 24px;
float: left;
display: block;
text-align: left;
padding-top: 9px;
padding-left: 30px;
padding-right: 11px;
}

#center .small_icon3
{
background: url('../images/icon3.gif') no-repeat;
height: 24px;
float: left;
display: block;
text-align: left;
padding-top: 9px;
padding-left: 30px;
padding-right: 11px;
}

#center .small_icon4
{
background: url('../images/icon4.gif') no-repeat;
height: 24px;
float: left;
display: block;
text-align: left;
padding-top: 9px;
padding-left: 30px;
padding-right: 11px;
}


/* Footer */

#page_footer {
  height: 76px;
  width: 781px;
  background: url('../images/fondt3.jpg') top right no-repeat;
  clear: both;
  margin-left: auto; 
  margin-right: auto;
}

#page_footer p {
  padding-top: 20px;
  text-align: center;
  font-family: verdana;
  font-size: 10px;
  line-height: 14px;
  color: #7D312C;
}

#page_footer A:link {
	COLOR: #7D312C; text-decoration: none
}
#page_footer A:visited {
	COLOR: #7D312C; text-decoration: none
}
#page_footer A:active {
	COLOR: #7D312C; text-decoration: none
}
#page_footer A:hover {
	COLOR: #7D312C; text-decoration: underline
}


/* Poznámky ve spodní části footer-page */

#footer {
	clear: both;
	padding-top: 3px;
	height: 50px; /* footer výška */
	background: url('../images/fond2.jpg') repeat-x;
}

#footer .logo_www { /* poznámky ve spodní části page */
	margin: 0 auto;
    background: url('../images/icon-www1.gif') no-repeat;
    width: 120px;
	height: 10px; /* logo výška plochy */
	margin-top: 10px; /* logo od vrchu */
	padding-top: 0px; /* logo od spoda */
	display: block;		
}


/* Text */

#text {
	width: 660px;
	color: #5D302D;
	font-family: verdana;
	font-size: 11px;
	text-align: left;
	line-height: 16px;
  	padding-top: 15px;
  	padding-bottom: 15px;
    margin-left: auto; 
  	margin-right: auto;
}

#text p {
  margin-top: 0px;
  margin-bottom: 0px;
}

#text .text_bold {
	font-weight: bold;
}

#text .text_centerbold {
	text-align: center;
	font-weight: bold;
}

#text .text_center {
	color: #5D302D;
	text-align: center;
}

#text text a {
	color: #b01000; /* barva odkazu střed stránky */
}

#text text a:hover {
	color: #FE6B02; /* barva odkazu při najetí střed stránky */
}

#text .text H2 /* nadpis 2 tabulky */
{
border-bottom: 1px solid #b01000;
color: #b01000;
text-transform: uppercase;
font-size: 14px;
font-weight: bold;
padding-left: 60px;
padding-right: 60px;
}

#text .text H3 /* nadpis 3 tabulky */
{
color: #b01000;
text-transform: uppercase;
font-size: 12px;
font-weight: bold
}

#text .img {
	text-align: center;
	margin-top: 0px;
  	margin-bottom: 0px;
	width: auto;
	height: auto;
	border: 0px;
	line-height: 100%;
}