body {
/*	background: url("img/bg.gif") white;  */
	background: #000999;
	color: black;
	margin: 0px;
	font-size: medium;
	font-family: "Georgia", serif;
/*	font-family: "Bitstream Vera Sans", "Verdana", sans-serif; */
}

/* blok nagłówka */
div.header {
	margin-left: 5%;
	margin-right: 5%;
	background: white;
	height: 108px;
	border-left: dashed 1px #000999;
	border-right: dashed 1px #000999;
}

a.headeritem {
	font-size: large;
	font-weight: bold;
	font-family: sans-serif;
	text-decoration: none;
	color: #000999;
}

a.headeritem:visited {
	color: #000999;
}

a.headeritem:hover {
	color: black; 
}

div.footer {
	margin-left: 5%;
	margin-right: 5%;
	border-right: dashed 1px #000999;
	border-left: dashed 1px #000999;
	background: white;
	font-family: sans-serif;
}

a.footer {
	text-decoration: underline;
	font-size: x-small;
	font-weight: normal;
	font-family: sans-serif;
}

td.footer {
	text-align: center;
	color: gray;
	font-size: xx-small;
	font-family: sans-serif;
	padding: 1em;
}


/* blok opisujący menu */
h1 {
	font-size: medium;
	font-weight: bolder;
}

div.menu {
	margin-left: 5%;
	margin-right: 5%;
	border: dashed 1px #000999;
	background: white;
}

td.menuitem {
	color: #000999;
	background-color: white;
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
}

a.menuitem {
	color: #000999;
	text-decoration: none;
	font-weight: bold;
	font-size: medium;
	font-family: "Verdana", sans-serif;
}

a.menuitem:visited {
	color: #000999;
}

a.menuitem:hover {
	color: white;
	background-color: #000999;
}

span.menuitem {
	height: 100%;
	vertical-align: middle;
	display: block;
	padding: 3px;
}

span.menuitem:hover {
	color: white;
	background-color: #000999;
}

div.logo {
	text-align: right;
	vertical-align: middle;
	height: 108px;
	background: white;
	margin-top: auto;
	margin-bottom: auto;
}

/* blok głównego tekstu */
div.main {
	background: white;
	margin-top: 0px;
	margin-left: 5%;
	margin-right: 5%;
	padding-bottom: 3em;
	padding-left: 3em;
	padding-right: 3em;
	border-right: dashed 1px #000999;
	border-left: dashed 1px #000999;
	border-bottom: dashed 1px #000999;
}

div.address {
	font-size: xx-small;
	font-family: sans-serif;
	text-align: left;
	padding-right: 1em;
	padding-right: 5em;
	border-bottom: dashed 1px #000999;
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	margin-right: 10%;
	width: 85%;
/*	display: none; */
}

p {
	font-size: medium;
	font-family: "Georgia", serif;
	text-align: justify;
/* 	padding-right: 1em; */
}

h2 {
	font-size: small;
	font-weight: bold;
	font-family: sans-serif;
	color: #000999;
}

a.h2 {
	font-size: small;
	font-weight: bold;
	font-family: sans-serif;
	color: #000999;
	text-decoration: none;
}

ul {
	list-style-image: url("img/bullet.gif");
}

/* style dla zdjęć inline */
span.inlinephoto {
	padding-bottom: 1em;
}

a.inlinephoto {
	font-size: xx-small;
	display: block;
	text-align: center;
	vertical-align: top;
	margin-top: -0.7em;
}

/* odnośnik prowadzący na górę strony */
div.toplink {
	width: 100%;
	text-align: right;
	margin-top: 1em;
}

a.toplink {
	font-size: x-small;
	font-family: "Arial" sans-serif;
	color: #000999;
}

a.toplink:visited {
	color: #000999;
}
