@import "text.css";

p { color: #45484B; text-indent: 25px; text-align: justify;}
li{list-style-position: inside; margin-left:0px;}
a { text-decoration: none; }
img { border: 0px; padding: 0px; }

body {
	margin-left: auto;
  margin-right: auto;
	padding: 0;
	 background: #FFFFFF;
	font-family: Trebuchet MS,arial,verdana,tahoma;
	font-size: 14px;
	color: #2F2C2C;
	line-height: 130%;

}

/* img */
img.left {
	padding: 8px;
	margin: 0 5px 2px 0;
	float: left;
	border: 1px #EAEAEA solid;
}

img.right {
	padding: 8px;
	margin: 0 0 2px 5px;
	float: right;
	border: 1px #EAEAEA solid;
}

/* div-y - uklad strony */
#container{
  	
	width:890px;
  margin:0px auto;
  border: 1px #93532F solid;
}
#header {
	width: 100%;
	margin: 0px auto;

	padding: 0px;
	
	height: 25px;
	background: transparent url(grafika/button.jpg);
}
#top {
  margin: 0px auto; 
	padding: 0px;
  text-align: center;
  width:891px;
  height:304px;
}


#content {
	   text-align: center;
	
}

#linia {
     width: 100%; 
	height: 25px; 
	background: #93532F ;
	color: #fff;
}
#text {
 
  margin-left:25px;
  width: 95%;
 
  text-align: center;
}

#footer {
  float: left;
	width: 800px; 
	height: 37px; 
	background: transparent url('grafika/footer.gif') no-repeat 0 0; 
	text-align: center; 
	color: #EFDB94;
}

/* inne */
br.clear {
	clear: both;
}



/* menu */
div.nav { padding: 0; margin-top: 6px; }
a.navlink { display: block; border-bottom: 1px #93532F dotted; color: #2F2C2C; padding: 1px 0 1px 30px; line-height: 20px; }
a.navlink:hover { display: block; color: #CA0000; border-bottom: 1px dotted #D9E0EA; padding: 1px 0 1px 30px; background: #EFEFEF url(grafika/arrow_right.gif) no-repeat 15px 7px; }
 

ul#menu { margin: 0px auto;
	padding: 0px;
	height: 25px;
	list-style-type: none; }
ul#menu li.prawa { height: 25px; line-height: 25px; padding: 0; margin: 0; width: 120px; text-align: center; position: relative;}
ul#menu li.prawa a { color: #fff; display: block; height: 100%; }
ul#menu li.prawa a:hover, ul#menu li a.hovered {background: #CF8C19 ;}
ul#menu li.prawa ul li a, ul#menu li.homepage ul li a {background: #545C67 none; width: 140px; line-height: 15px; padding: 5px 5px 5px 5px !important;}

ul#menu li { float: right; height: 25px; line-height: 25px; padding: 0; margin: 0; width: 127px; text-align: center; position: relative;}
ul#menu li a { color: #fff; display: block; height: 100%;  background: #93532F;}
ul#menu li a:hover, ul#menu li a.hovered {background: #93532F;}
ul#menu li ul { top: 25px; left: 0px; padding: 0; display: none; padding-top: 0px;  list-style-type: none; }
ul#menu li ul li { float: none; width: 127px; text-align: left; height: auto;}
ul#menu li ul li a {background: #93532F none; border-left: 1px #93532F solid; width: 127px; line-height: 15px; padding: 3px 3px 3px 3px !important;}
ul#menu li ul li a:hover {background-color: #4A629C;}
