/*
www.ladyrose.euweb.cz
*/

body {
	background-image: url('images/fond2.jpg'); /* obrázek na pozadí */
	background-color: #FFF5E2; /* případná barva pozadí */
	text-align: left;
	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;
}


/* Text */

#text {
	width: 500px;
	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;
  margin-left: 10px;
  margin-right: 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: 10px;
  	margin-bottom: 0px;
	width: auto;
	height: auto;
	border: 0px;
	line-height: 100%;
}