@charset "utf-8";
body {
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	margin: 0;
	padding: 0;
}

#container {
	width: 798px;
	margin: auto;
}

#head {
	width: 798px;
	display: block;
	height: 40px;
}

#head .pasek2 {
	width: 230px;
	margin-left: 0;
	border-right: 20px solid #1b84a2;
	height: 35px;
	display: block;
	float: left;
}
#head .pasek2 p {
	padding-top: 8px;
	width: 220px;
	text-align: center;
}
#head .pasek2 img {
	border: 0;
}

#top {
	width: 798px;
	height: 183px;
	background-image: url('/img/logo.png');
	background-repeat: no-repeat;
	display: block;
	clear: both;
	padding-top: 3px;
}

#top h1 {
	padding-right: 180px;
	text-align: right;
	font-family: Verdana;
	font-size: 18px;
}

#top .nagl1 {
	color: #052649;
	padding-top: 40px;
}

#top .nagl2 {
	color: #ffa500;
	padding-top: 10px;
	padding-right: 230px;
}
#undertop {
	clear: both;
	margin: 3px auto 2px;
	height: 25px;
	/*background-color: #ffa500; */
	background-color: #fff;
	border-top: solid 1px #1b84a2;
	border-bottom: solid 1px #1b84a2;
	width: 798px;
	display: block;
}

#undertop #mainmenu {
	margin: 0 auto;
	padding: 0;
	width: 798px !important;
	width: 799px;
	height: 24px;
}

#undertop li {
	list-style: none;
	padding: 0;
	margin: 0 1px 0 1px;
	display: block;
	float: left;
	width: 131px;
	height: 25px;
	background-color: #FFCC2A;
}

#undertop .mainmenulink {
	display: block;
}

#undertop a {
/*	color: #1b84a2; */
	color: #3F979F;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	height: 20px;
	padding: 3px 3px;
}
#undertop a:hover, #undertop .MenuBarItemSubmenuHover {
	color: #fff;
}

#menu {
	margin-top: 3px;
	width: 230px;
	float: left;
	display: block;
}

#content {
	width: 548px;
	float: right;
	color: #000000;
	display: block;
	border-left: solid 20px #1b84a2;
}
#content h1 {
	padding-left: 25px;
}
#content p {
	padding-left: 35px;
	padding-right: 35px;
}
#content th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}

#content td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
#content td a {
	color: #1b84a2;
	text-decoration: none;
}
#content td a:hover {
	text-decoration: underline;
}

#bottom {
	clear: both;
	height: 10px;
	background-color: #ffa500;
	border-top: solid 1px #1b84a2;
	border-bottom: solid 1px #1b84a2;
	width: 798px;
	display: block;
	text-align: right;
	font-family: Verdana;
	font-size: 8px;
	top: 3px;
	position: relative;
}

/* KALENDARZ */
#kalendarz {
	text-align: center;
}
#kalendarz a {
	color: #000000;
	text-decoration: none;
}
#kalendarz a:hover {
	text-decoration: underline;
}
#kalendarz table {
	width: 200px;
	margin: auto;
}
#kalendarz table th {
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	border: 1px solid #000000;
}
#kalendarz table td {
	font-family: Verdana;
	font-size: 10px;
	font-weight: normal;
	text-align: center;
}

/* GALERIA */
#galeria {
	width: 548px;
	margin-left: 30px;
	margin-top: 10px;
}
#galeria img {
	border: 1px solid #ffa500;
}
#galeria img:hover {
	border: 1px solid #000000;
}

#galeria .galeria_item {
	width: 150px;
	height: 120px;
	text-align: center;
	display: inline-block;
	background-color: #ffa500;
	margin-top: 4px;
	padding: 5px;
}

#galeria a {
	text-decoration: none;
	color: #000000;
}

#galeria a:hover {
	color: #052649;
}


/* MENU */
/* SpryMenuBarHorizontal.css - version 0.6 - Spry Pre-Release 1.6.1 */

/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */

/*******************************************************************************

 LAYOUT INFORMATION: describes box model, positioning, z-order

 *******************************************************************************/

/* The outermost container of the Menu Bar, an auto width box with no margin or padding */
ul.MenuBarHorizontal
{
	list-style-type: none;
	cursor: default;
}
/* Set the active Menu Bar with this class, currently setting z-index to accomodate IE rendering bug: http://therealcrisp.xs4all.nl/meuk/IE-zindexbug.html */
ul.MenuBarActive
{
	z-index: 1000;
}
/* Menu item containers, position children relative to this container and are a fixed width */
ul.MenuBarHorizontal li
{
	position: relative;
	cursor: pointer;
	float: left;
}
/* Submenus should appear below their parent (top: 0) with a higher z-index, but they are initially off the left side of the screen (-1000em) */
ul.MenuBarHorizontal ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	z-index: 1020;
	cursor: default;
	position: absolute;
	left: -1000em;
	width: inherit;
}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to auto so it comes onto the screen below its parent menu item */
ul.MenuBarHorizontal ul.MenuBarSubmenuVisible
{
	left: auto;
	padding: 0;
	background-color: #fff;
	border: 2px solid #fff;
	border-top: 1px solid #fff;
	border-left: none;
}
#undertop ul.MenuBarSubmenuVisible li {
	margin: 1px 0;
}
/* Menu item containers are same fixed width as parent */
ul.MenuBarHorizontal ul li
{
	width: inherit;
}
/* Submenus should appear slightly overlapping to the right (95%) and up (-5%) */
ul.MenuBarHorizontal ul ul
{
	position: absolute;
	margin: -5% 0 0 95%;
}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to 0 so it comes onto the screen */
ul.MenuBarHorizontal ul.MenuBarSubmenuVisible ul.MenuBarSubmenuVisible
{
	left: auto;
	top: 0;
}

/*******************************************************************************

 DESIGN INFORMATION: describes color scheme, borders, fonts

 *******************************************************************************/

/* Submenu containers have borders on all sides */
ul.MenuBarHorizontal ul
{
	/*border: solid 1px #1b84a2; */
}
/* Menu items are a light gray block with padding and no text decoration */
ul.MenuBarHorizontal a
{
	display: block;
	cursor: pointer;
	text-decoration: none;
}
/* Menu items that have mouse over or focus have a blue background and white text */
ul.MenuBarHorizontal a:hover, ul.MenuBarHorizontal a:focus
{
	background-color: #0086C5;
}
/* Menu items that are open with submenus are set to MenuBarItemHover with a blue background and white text */
ul.MenuBarHorizontal a.MenuBarItemHover, ul.MenuBarHorizontal a.MenuBarItemSubmenuHover, ul.MenuBarHorizontal a.MenuBarSubmenuVisible
{
	background-color: #0086C5;
}

/*******************************************************************************

 BROWSER HACKS: the hacks below should not be changed unless you are an expert

 *******************************************************************************/

/* HACK FOR IE: to make sure the sub menus show above form controls, we underlay each submenu with an iframe */
ul.MenuBarHorizontal iframe
{
	position: absolute;
	z-index: 1010;
	filter:alpha(opacity:0.1);
}
/* HACK FOR IE: to stabilize appearance of menu items; the slash in float is to keep IE 5.0 from parsing */
@media screen, projection
{
	ul.MenuBarHorizontal li.MenuBarItemIE
	{
		display: inline;
		float: left;
		background: #ffa500;
	}
}

/* galerie */
table.gallery {
	font-family: Verdana;
	font-size: 13px;
}
table.gallery h2 a{
	text-decoration: none;
	color: #0083C6;
	display: block;
}
table.gallery a:hover {
	text-decoration: underline;
}	
table.gallery h2, div.gallery-box h3 {
	border-bottom: 2px solid #0083C6;
	padding: 4px 10px;
	margin 5px 0 2px;
}
table.gallery span.date, div.g-photos-author {
	font-size: 9px;
	font-weight: normal;
	color: #a4a4a4;
	padding: 1px 3px;
}
/*table.gallery table {
	margin: auto;
}*/
#container table.gallery p {
	margin-top: 0;
	font-size: 14px;
}
table.gallery p a {
	text-decoration: none;
	color: #0083C6;
}
div.g-description {
	padding: 3px;
}
div.gallery-box {
	font-size: 13px;
}
td.main > h2 {
	margin-bottom: 8px;
}
