body {
	margin: 0 0 0 210px;
}

body, td, tr, th {
	font-family:Verdana, Arial, Sans-serif;
	font-size :11px;
	line-height:160%;
}

p {
    padding: 0;
    margin: 11px 0 0;
}

/*
 * Układ strony - logo 
 * i menu górne 
 */
#page_logo{
	position:absolute;
	top:0px;
	left:0px;
	width:210px;
}

#page_menu_conainer {
	background:url('img/header_bg.jpg') no-repeat;
	height:125px;
}

#page_menu_bar {
	color : white;
	background:url('img/menu_bg.gif') repeat-x;	
	height:35px;
	position:relative;
	top:74px;
	padding:9px;
	white-space: nowrap;
}
#nav {
    padding: 0 0 0 40px;
    margin: 0;
}

#page_menu_bar a:link, #page_menu_bar a:visited{
	font-family:Verdana, Arial, Sans-serif;
	font-size :11px;
	color : white;
	text-decoration:none;
}

#page_menu_bar a:hover {
	text-decoration:underline;
}

#page_menu_bar ul {
	margin:0px;
	list-style-image: none;
	z-index:10;
	white-space: nowrap;
}

#page_menu_bar li {
	display:block;
	margin:0px;
	margin-right:3px;
	float:left;
	position: relative;
}

.sub {
	background:#0064A1;
  	width:130px;
  	border-width: 0px 0px 0px 0px;
  	border-color: silver;
  	border-style: solid;
	margin:0px;
	padding:5px;
    left: 0;
    top: 15px;
}
  	
* html .sub {
	width:130px;
  	overflow:hidden;
}
  	 
.topitem {
	line-height: 150%;
}

.sub li {
	padding:5px;
	margin:0px;
}

.sub li a {
 	z-index:50;
	display:block;
  	text-decoration:none;
  	border-bottom: 0px solid silver;
  	color:#617941;
  	width:130px;
  	padding:0px 0px 0px 0px;
}

.sub li a:hover {
  	text-decoration:underline;
}
  	
.topitem a {
  	text-decoration:none;
}

li ul {
	display: none;
 	position: absolute; 
 	top: 1.4em;
 	left: 0px;
}
  	
li > ul {
	top: auto;
	left: auto;
}
	
li:hover ul, li.over ul{ 
	display: block;
}
 

/*
 * Tytuł strony 
 */ 
#page_title {
	color: #B2B2B2;
	font-size: 17px;
	text-align: right;
    float: left;
    line-height: normal;
	padding: 0 15px 0;
    margin: -8px 0 0 12px;
	white-space: nowrap;
    height: 128px;
} * html #page_title {
    margin-left: 6px;
}
#page_title #mark {
	font-size: 1px;
    line-height: 1px;
	border-top: 1px solid #b2b2b2;
	margin: -9px -15px 4px;
}
#page_title span {
	font-size: 40px;
	font-weight: bold;
	display: block;
    text-align: right;
}

/*
 * Treść storny
 */
#page_content {
    clear: left;
    padding: 0 30px 0;
}

#page_box {
	position:absolute;
	top : 250px;
	left: 219px;
}

/*
 * Aktualności 
 */
.news_date, .news_date_list {
	color:#B2B2B2;
}

.news_title {
	color:#B2B2B2;
	margin:5px 0px 5px 0px ;
	font-size:18px;
}

#first_page_news {
	width:250px;
	margin:7px;
	letter-spacing: -0.02em;	
}

.box2 a:link, .box2 a:visited, 
#first_page_news a:link, 
#first_page_news a:visited {
	text-decoration:none;
	color:black;
}

.box2 a:hover,
#first_page_news a:hover{
	text-decoration:underline;
}

#first_page_news .short {
	margin:3px 0px 3px 0px;
}

/*
 * Odnośniki
 */
 
a:link, a:visited {
	text-decoration:underline;
	color:#666;
}

a:hover {
	color:#000;
}


/*
 * BOX-y na pierwszej stronie 
 * (style linkow sa przy #first_page_news
 */
.box .body {
	background: url('./img/box1.gif') repeat-y;
	width:240px;
	height:199px;
}

.box .head {
	background: url('./img/box1_gora.gif') top left no-repeat;
	height:100%;
}

.box .footer {
	background: url('./img/box1_dol.gif') bottom left no-repeat;
	height:200px;
	overflow:hidden;
}

.box .content {
	margin:10px;
	width:220px;
}

.box2 .body {
	background: url('./img/box2.gif') repeat-y;
	width:240px;
	height:199px;
}

.box2 .head {
	background: url('./img/box2_gora.gif') top left no-repeat;
	height:100%;
}

.box2 .footer {
	background: url('./img/box2_dol.gif') bottom left no-repeat;
	height:100%;
	overflow:hidden;
}

.box2 .content {
	margin:10px;
	width:220px;
}

.box p, .box2 p {
	margin:0px;
}

.box .content, .box2 .content {
	letter-spacing: -0.02em;
}

/*
 * Stopka 
 */
#page_footer {
	margin-top:25px;
	margin-bottom:25px;
	margin-right:25px;
	text-align:right;
	color:#b2b2b2;
}

#page_footer a:link, #page_footer a:visited {
	color:#626262;
	text-decoration: none;
}

#page_footer a:hover{
	color:#000000;
	text-decoration: underline;
}


/*
 * Style formularzy
 */
 
input, textarea {
	font-family:Verdana, Arial, Sans-serif;
	font-size :11px;
	border:1px solid #b2b2b2;
}

button {
	font-family:Verdana, Arial, Sans-serif;
	font-size :11px;
	border-top:1px solid #b2b2b2;
	border-left:1px solid #b2b2b2;
	border-right:1px solid #323232;
	border-bottom:1px solid #323232;
	padding:4px;
}
* html button {
	padding:0px;
}

.lr td, .dr td{
	padding: 5px;
}

.MessageText, .errorMessageText {
	position:absolute;
	top:203px;
	left:243px;
	font-weight:bold;
	color:blue;
}

.errorMessageText {
	color:red;
}