body {
	background:gray url('img/bg.png');
	margin:0px;
}

body, tr, th, td {
	font-family: Arial, Verdana, sans-serif;
	font-size:12px;
}

#page {
	position:absolute;
	top:10px;
	left:50%;
	margin-left:-380px;
	width:765px;
}

#main {	
	position:relative;
	background: #617941;
	margin-bottom:5px;
	padding:5px;
}

#main_inner {
	background : white;
}

#header {
	background:white url('img/header_bg.png') repeat-x;
}

#footer {
	background:white url('img/footer_bg.png') repeat-x;
	height:84px;
	color:#aaaaaa;
	word-spacing: 0.05em;
}

#footer a:link, #footer a:visited {
	font-size:11px;
	color:#a1a1a1;
	text-decoration: none;
	letter-spacing: -0.03em;
	word-spacing: 0.00em;
	font-weight:bold;
}	

#footer a:hover {
	color:#993333;
	text-decoration: none;
}

#page_title {
	position:absolute;
	left:300px;
	top:350px;
	height:20px;
	width:400px;
	color:#617941;
	font-size:16px;
	font-weight:bold;
}

#page_content {
	padding:5px;
	padding-top:0px;
	min-height:300px;
	/* overflow:inherit; */
	line-height:160%;
}

* html #page_content {
	height:300px;
}

#page_content p {
	margin-bottom:5px;
}

.left_frame {
	width:210px;
	margin:15px;
}

.news_date_list {
	font-size:10px;
	color:gray;
}

.news_date {
	font-size:10px;
	color:gray;
	font-weight:normal;
	/*position:relative;*/
}

a:link {
	color:#68b600;
}

a:visited {
	color:#74796e;
}

a:hover {
	color:#74796e;
}

b, strong {
	color:#68b600;
}

h1 {
	font-size:16px;	
	color:#586e3b;
	margin-top:0px;
	margin-bottom:5px;
}

h2 {
	font-size:14px;	
	color:#586e3b;
	margin-top:2px;
	margin-bottom:6px;
}

h3 {
	font-size:12px;	
	color:#586e3b;
	margin-top:0px;
	margin-bottom:5px;
}

/*
 *  MENU
 */
 
#menu {
	position:absolute;
	top:77px;
	left:330px;
	width:430px;
	height:40px;
}

#menu ul {
  	padding: 0;
  	margin: 0;
  	list-style: none;
}
  	
  	#menu li {
  		float: left;
  		position: relative;
  		margin-right:10px;
  	}
  	
  	#menu li {
  		font-family: Fujijama, Verdana, Arial, sans-serif;
  		font-size:10px;
  		letter-spacing:-0.05em;
  		font-weight:bold;
  		color:#617941;
  	}
  	
  	.sub {
  		background:#e6e6e6;
  		width:130px;
  		border-width: 0px 1px 0px 1px;
  		border-color: silver;
  		border-style: solid;
  	}
  	
  	* html .sub {
  		width:130px;
  		overflow:hidden;
  	}
  	 
  	.topitem {
  		line-height: 150%;
  	}
  	
  	.sub li a {
  		display:block;
  		text-decoration:none;
  		border-bottom: 1px solid silver;
  		color:#617941;
  		width:125px;
  		padding:5px 0px 5px 5px;
  	}

  	.sub li a:hover {
  		color:#97bc65;
  	}
  	
  	.topitem a {
  		text-decoration:none;
  		color:#617941;
  	}

	/*
  	.topitem a:hover {
  		color:#97bc65;
  	}
  	*/
  	
  	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; z-index:10;}
 

a.nl:link, a.nl:visited, a.nu:link, a.nu:visited
{
	text-decoration:none;
}

a.nl:hover,a.nu:hover  
{
	text-decoration:underline;
}

/*
 * Wyszukiwarka
 */

#searchBox {
	position:absolute;
	top:15px;
	right:15px;
}

* html #searchBox {
	z-index:-1;
}

#searchBox #searchInput{
	font-family: Arial, Verdana, sans-serif;
	font-size:11px;
	color:gray;
	background:url('./img/search_bg.gif') no-repeat;
	border:none;
	margin:0px;
	padding:3px 20px 3px 10px;
	width:106px;
	height:22px;
}

.errorMessageText {
	color : red;
}

/* galerie */
.gti img, .gi img {
       margin:5px;
}

.gti a, .gi a {
       border:none;
}

/* galeria */
.gti {
       width:110px;
       height:110px;
       background:url('img/photo_bg.jpg') no-repeat;
       text-align:center;
       vertical-align:middle;
}

table.gti {
       float:left;
}
