body  {
	font: 100% Arial,Verdana, Helvetica, sans-serif;
	font-size:12px;
 background-color:#000000;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 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;
}
h1 { font-size:17px;  margin:0 0; padding:0 0;}
.twoColFixRtHdr #container { 
	width: 990px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0px auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; background-color:#000000;
} 
.twoColFixRtHdr #header { 
	background: #ffffff; 
	padding: 0 0;
	width:990px;
	height:182px;
	background: url(../obrazy/obraz_top.jpg);/* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 0px 10px; padding-bottom:20px;
	color:#FFF;
}
.twoColFixRtHdr #mainContent { 
	margin: 0 0; width:725px; /* the right margin on this div element creates the column down the right 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 0;
	padding:20px 20px;
	background-color: #e4e4e4;/* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
.twoColFixRtHdr #mainContentmapa { 
	margin: 0 0; width:990px; /* the right margin on this div element creates the column down the right 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 0;
	padding:0px 0px;
	background-color: #e4e4e4;/* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.twoColFixRtHdr #menu { 
	padding: 0 0 0 5px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	 color:#FFF; text-transform:uppercase; font-size:0.9em;
} 
.twoColFixRtHdr #menu p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 7px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.twoColFixRtHdr #menu a { color:#FFF; text-decoration:none; }
.twoColFixRtHdr #menu a:hover{  color:#cc9949; text-decoration:none; }
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0px;
    line-height: 0px;
}
.item{ FONT-SIZE: 0.9em; color:#cc9949;}
.item a { color:#FFF; text-decoration:none; }
.item a:hover{  color:#cc9949; text-decoration:none; }
.text{ width:720px; }
a { color: #cc9949; text-decoration:none; }
a:hover{  color: #cc9949; text-decoration: underline; }
hr{ color:#000; height:1px; }
img{ border:1px solid #666; margin-bottom:5px; }
#mapa {
	BACKGROUND: #fff; MARGIN: 0px auto; OVERFLOW: hidden; WIDTH: 973px; padding:0 0; border-left:17px solid #cc9949;
}
.textglowna a{ font-size:1.3em;}
.line{ width:100px;}
#glow a{ color: #b76a15;}