body {
	margin: 0px;
	padding: 0px;
	background-color: #FFFFCC;
	background-image: url('/img/rozcestnik_page_bg.gif');
	text-align: left;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	behavior: url('/rozcestnik/csshover_htc.txt'); /*csshover.htc,  /rozcestnik/csshover_htc.txt*/
}
#page {
  width: 990px;
  padding: 0em;
  border: 0px;
  text-align: left;
}
a:link {
	color: #ED193A;
	text-decoration: none;
}
a:visited {
	color: #ED193A;
	text-decoration: none;
}
a:hover {
	color: #991227;
	text-decoration: none;
}
a:active {
	color: #ED193A;
	text-decoration: none;
}
h1 {
	font-size: 120%;
	font-family: Arial, Helvetica, san-serif;
	color: #FFF;
	display: inline;
	margin-left:10px;
}
h2 {
	font-size: 110%;
	font-weight: bold;
	color: #ED193A;
	display: inline;	
}
.clear {
    clear: right;
    #clear: both;
    }


div#header {
  width: 100%;
	font-weight: bold;
	background-color: #EAC55E;
	background-image: url('/img/rozcestnik_header_long_bg.gif');
	background-repeat: no-repeat;
	color: #FFF;
    height: 27px;
}
div#header ul {
  margin: 0; 
  padding: 0;
  margin-left: 260px; 
}
div#header li {
  position: relative;
  list-style: none;
  margin: 0 10px 0 10px;
  float: left;  
}
div#header li a {
  display: block;
  position: relative;
  margin: 0;
  padding: 0.3em 0 0.5em 0;
}
div#header>ul a {
  width: auto;
}
div#header li.submenu {
  padding-right: 24px;
  background: url('/img/dropmenu.gif') 60px 5px no-repeat;
}
div#header ul ul {
  margin: 0 0 0 -20px;
  _margin: 0 0 0 -30px;
  position: absolute;
  width: 7em;
  display: none;
  z-index: 4;
}
div#header ul ul li {
  height: 27px;
  background-color: #D09E19;
  border: 1px solid #FFF;
  border-top: none;
  width: 13.2em;
  padding: 0 10px 0 10px; 
 }
div#header ul.level1 li.submenu:hover ul.level2,
div#header ul.level2 li.submenu:hover 
{
  display:block;
}
#header a,	
#header a:link {
	color: #FFF;
	text-decoration: underline;
}
#header a:hover {
	color: #F4E5C6;
	text-decoration: underline;
}


#container {
  padding: 40px 0 40px 0;
  width: 100%;
  background-color: #FFF;
  background-image: url('/img/rozcestnik_container_bg.gif');
  background-repeat: repeat-y;  
}
#content {
  width: 890px;
  height: 500px;
  margin: 0px auto;
  text-align: left;
}
#info {
  width: 990px;
  margin: 0px auto;
  text-align: center;
  padding: 5px 0;
  font-size:10px;
  background-color: #FFF;
  background-image: url('/img/rozcestnik_container_bg.gif');
  background-repeat: repeat-y; 
}

        
#footer {
  width: 100%;
  height: 21px;
	padding-top: 6px;
	text-align: left;
	background-color: #EAC55E;
	background-image: url('/img/rozcestnik_footer_long_bg.gif');
	background-repeat: no-repeat;
	color: #653412;
}
#footer span {
  margin-left: 52px;
}
#footer a,	
#footer a:link {
	color: #FFF;
	font-weight: bold;
	text-decoration: underline;
}
#footer a:hover {
	color: #F4E5C6;
	font-weight: bold;
	text-decoration: underline;
}

.cleaner{
  clear: both;
  display: none;
}
