@import "text.css";

p { color: #CC0000; text-indent: 25px; text-align: justify;}
li {list-style-position: inside; margin-left:0px;}

a { 
	text-decoration: none;
	font-weight: normal;
	color: #9F1D1D;
}

a.navig { 
	text-decoration: none;
	font-weight: bold;
	color: #9F1D1D;
}


img { border: 0px; padding: 6px; }

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: 150%;

}


/* div-y - uklad strony */
#container{
  	
	width:830px;
  margin:0px auto;
}

#logo{
  margin: 0px 0px auto; 
width:830px;
height:50px;
border-bottom: 1px #9F1D1D solid;
}

#top {
  margin: 0px 0px auto; 
  width:830px;
  height:320px;
}
#header {margin-right: 0px;
	width: 690px;
	height: 30px;
	
}

#content {
margin: 0px 0px auto;
	width: 830px;
	border: 1px #9F1D1D solid;
	
}



#text {
  margin-left:0px;
  width: 800px;
  float: left;
  margin: 0px 0px auto;
  
  
}

#footer {

  float: left;
	width: 830px; 
	height: 45px; 
	background-color:#9F1D1D; 
	text-align: center; 
	color: #fff;
}

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



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

ul#menu { z-index: 100; list-style-type: none; width: 690px; margin-right: 0px; }
ul#menu li.prawa { height: 25px; line-height: 25px; padding: 0; margin: 0 auto; width: 111px; text-align: center; position: relative;}
ul#menu li.prawa a { color: #fff; display: block; height: 100%; background: transparent url(grafika/button_2.jpg) repeat-x 0 0;}
ul#menu li.prawa a:hover, ul#menu li a.hovered {}
ul#menu li.prawa ul li a, ul#menu li.homepage ul li a {background: #545C67 none; width: auto; line-height: 15px; padding: 5px 11px 5px 11px !important;}

ul#menu li { float: left; height: 25px; line-height: 25px; padding: 0; margin-right:0px ; width: 111px; text-align: center; position: relative;}
ul#menu li a { color: #9F1D1D; display: block; height: 100%; }
ul#menu li a:hover, ul#menu li a.hovered { color:#000; font-weight: bold;}
ul#menu li ul { top: 25px; left: 0px; padding: 0; display: none; padding-top: 0px; z-index: 150; list-style-type: none; }
ul#menu li ul li { float: left; width: 111px; text-align: left; height: auto;}
ul#menu li ul li a {background-color: #fff; border-bottom: 1px #9F1D1D solid; width: auto; line-height: 15px; padding: 5px 11px 5px 11px !important; color:#9F1D1D;}
ul#menu li ul li a:hover {background-color: #fff;}
