body {
	margin: 0;
	padding: 0;
	font: normal 90% "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
	background-color: white;
	text-align: center;
	background: #fff url(../img/logo.png) top left no-repeat;
	background-position: 0px 10px;
	}

#topbar
	{
	width: 100%;
	height: 137px;

	}

#topbar h1
	{
	padding-top: 15px;
	margin-top: 0px;
	color: #395475;
	text-align: center;
	font-size: 24px;
	padding-left: 157px;
	margin-bottom: 0px;
	}

#topbar h2
	{
	padding-top: 0px;
	margin-top: 0px;
	color: #395475;
	text-align: center;
	font-size: 18px;
	padding-left: 157px;
	}

#content
	{
	width: 880px;
	padding-left: 157px;
	text-align: left;
	margin-bottom: 15px;
	}

a	{
	text-decoration: none;
	color: #000;
	font-weight: bold;
	color: #0975C6;
	}

a:hover
	{
	text-decoration: none;
	color: #000;
	font-weight: bold;
	color: #f00;
	}

#navcontainer
	{
	text-align: right;
	margin-right: 10px;
	margin-top : 1px;
	}

#navlist
	{
    padding: 3px 0;
    margin-left: 0;
    border-bottom: 1px solid #778;
    font: bold 12px Verdana, sans-serif;
	}

#navlist li
	{
    list-style: none;
    margin: 0;
    display: inline;
	}

#navlist li a
	{
    padding: 3px 0.5em;
    margin-left: 3px;
    border: 1px solid #778;
    border-bottom: none;
    background: #DDE;
    text-decoration: none;
	}

#navlist li a:link
	{
	color: #448;
	}

#navlist li a:visited
	{
	color: #667;
	}

#navlist li a:hover
	{
    color: #000;
    background: #AAE;
    border-color: #227;
	}

#navlist li a#current
	{
    background: white;
    border-bottom: 1px solid white;
	}

p
	{
	text-indent: 20px;
	}

p.date
	{
	text-align: right;
	font-size: 70%;
	margin-bottom: 0px;
	font-weight: bold;
	border-bottom: 1px solid black;
	}

p.note
	{
	text-align: left;
	font-size: 80%;
	margin-bottom: 0px;
	font-style: italic;
	margin-top: 20px;
	}

p.center
	{
	text-align: center;
	margin: 0px;
	}

#adres
	{
	margin-top: 10px;
	margin-bottom: 10px;
	}

img
	{
	border: 0;
	margin: 3px 0 0 0;
	padding: 0;
	}

.forFoto
	{
	text-align: center;
	}

p.link
	{
	margin-top: 0px;
	font-style: italic;
	}

#links {
	position: absolute;
	top: 162px;
	left: 10px;
	width: 140px;
	/*display: none;*/
	border: 1px dotted gray;
}

ul#data
	{
	list-style: none;
	margin: 3px 3px 7px 7px;
	padding: 0 0 0 0;
	}

.pismo
	{
	font-size: 80%;
	border: 1px solid gray;
	padding: 5px;
	background-color: #CDD9E7;
	}

p.cite
	{
	font-style: italic;
	}

#error
	{
	background: transparent url(../img/error.jpg) top right no-repeat;
	width: 630px;
	text-align: left;
	margin: 25px auto 0 auto;
	border: 1px dotted #f00;
	margin-top: 50px;
	}

strong.red
	{
	font-size: 110%;
	color: #f00;
	}