body {
	background: #eee url(graf/tlo.gif);
	color: #036;
	font-family: "verdana ce", verdana, helvetica, sans-serif;
	font-size: 0.8em;
	margin: 0;
	padding: 0;
}

#container {
	width: 760px;
	padding: 0px; 
	margin: 10px auto;
	text-align: center;
	background: white;
	border: 3px double #999;
}
#rightcontent {
	text-align: left;
}

#rightcontent a {
	display: block;
	float: right;
	width: 150px;
	text-decoration: none;
	border-bottom: 1px solid #aaa;
	padding: 0 3px;
	margin:	0 5px;
}
#rightcontent a.visit {
	background: #eee;
	color: black;
}
#leftcontent {
		width: 550px;
		background: #fff;
		padding: 20px 1px 10px 10px;
		text-align: left;
}
#links {
	padding-left: 10px;
}
#links, #links a {
	width: 550px;
	background: #fff;
	color: #ccc;
	text-align: left;
	padding-bottom: 10px;
}

table tr td {
	vertical-align: top;
}
/* ------------ nagłówek ------------- */
#nag {
	background-color: white;
	padding: 0px;
	margin: 0px;
}

/* ------------ sciezka ------------- */
#nag2 {
	padding: 0px 10px;
	margin: 0px;
	font-weight: bold;
	border-width: 0px;
}
#nag2 a {
	color: #039;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	display: block;
	float: left;
	margin: 0px 3px;
	padding: 2px 5px;
	border: 1px solid #666;
	border-top: 0px;
	background: white;
}
#nag2 a:hover {
	background: #eee;
}
#nag2 a.visit {
	color: black;
	background: #eee;
}
/* ------------ tytuły i podtytuły ------------- */
h1, h2, h3, h4 {
	margin: 0.2em 0;
	padding: 0 0 0.3em;
}
h3 {
	font-size: 1.1em;
}
h2 {
	font-size: 1.2em;
}
h1 {
	font-size: 1.4em;
}
