@charset "utf-8";
body  {
	margin: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-image: url(images/goldie_r1_c1.gif);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}
.sloupce #adresa
{
	z-index: 1;
	margin-top: 189px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	margin-left: 40px;
}


.sloupce #novinky {
	margin-left:10px
}

.sloupce #container #mainContent #menu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	line-height: 16px;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 200px;
	
	
}

a.menu:link,a.menu:visited,a.novinky:link,a.novinky:hover, a.novinky:visited  {
	color: #333333;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

a.menu:hover, a.novinky:hover,a.novinky:visited {
	color: #666666;
	text-decoration: underline;
}


.sloupce #container #mainContent #pravyhorni {
	background-image: url(images/goldie_r1_c4.jpg);
	background-repeat: no-repeat;
	width: 260px;
	position: absolute;
	margin-top: -160px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 200px;
	height: 164px;
}

.sloupce #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.sloupce  #levy {
	float: left; /* since this element is floated, a width must be given */
	width: 246px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-color: #FFFFFF;
	background-image: url(images/goldie_r1_c2.jpg);
	background-repeat: no-repeat;
}


.sloupce #mainContent { 
	margin: 0 0 0 250px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
	
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a  that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.sloupce #thumbBox{ /*Outermost DIV for thumbnail viewer*/
position: absolute;
left: 0;
top: 0;
width: auto;
padding: 10px;
padding-bottom: 0;
background: #313131;
visibility: hidden;
z-index: 10;
cursor: hand;
cursor: pointer;
}

.sloupce #thumbBox .footerbar{ /*Footer DIV of thumbbox that contains "close" link */
font: bold 16px Tahoma;
letter-spacing: 5px;
line-height: 1.1em;
color: white;
padding: 5px 0;
text-align: right;
}


.sloupce #thumbBox #thumbImage{ /*DIV within thumbbox that holds the enlarged image */
background-color: white;
}

.sloupce #thumbLoading{ /*DIV for showing "loading" status while thumbbox is being generated*/
position: absolute;
visibility: hidden;
border: 1px solid black;
background-color: #EFEFEF;
padding: 5px;
z-index: 5;
}

.paticka
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: bold;
	color: #000000;
	background-position: center;
	
}

P
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	
	color: #000000;
	text-align: justify;
}

p.zvyrazneni
{	color: #333333;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	}


#reklama
{
	position: relative;
	left: -10px;
	top: -355px;
	border: 1px solid #000000;
	width: 780px;
	background-color: #333;
	color: #F30
} 

a.reklama:hover,a.reklama:visited, a.reklama:link {
	color: #ffffff;
	text-decoration: underline;
}

