body {
	margin: 0;
	padding: 0;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background: #FCFBF7 url(../img/bgrbody.jpg) repeat-x;
	color: #666666;
	}
html>body {
	font-size: 1em;
	}
h1 {
	line-height: 35px;
	color: #DE9100;
	border-bottom: 1px solid #F0EDE2;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 1.6em;
	margin-top: 30px;
	margin-bottom: 20px;
	}
.dane {
	line-height: 1em;
	color: #BCAE7E;
	font-size: 1.5em;
	border-bottom: none;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	margin-top: 0;
	margin-bottom: 0;
	}
/* layout ------------------ */
#wrap {
	margin: 0 auto;
	width: 770px;
	background: url(../img/bgrwrap.jpg) no-repeat;
	font-size: .7em;
	}
#sidebar {
	margin: 0;
	float: left;
	width: 270px;
	height: 300px;
	}
	#logo {
		width: 270px;
		height: 180px;
		font-size: .1em;
		}
	#menu {
		width: 270px;
		height: 350px;
		background: url(../img/bgrmenu.jpg) no-repeat;
		margin-bottom: 10px;
		padding-top: 20px;
		}
#main {
	margin: 0 0 0 290px;
	width: 460px;
	min-height: 550px;
	}
	#dane {
		width: 460px;
		height: 220px;
		text-align: center;
		padding-top: 30px;
		color: #BCAE7E;
		font-weight: bold;
		font-style: italic;
		font-size: 1.1em;
		}
#foot {
	clear: both;
	width: 770px;
	height: 40px;
	padding-top: 40px;
	background: url(../img/bgrfoot.jpg) no-repeat;
	color: #49809C;
	text-align: center;
	}
/* menu glowne ---------------------- */
a {
	text-decoration: none;
	}
#menu ul {
	margin: 0;
	padding: 0;
	width: 180px;
	padding-left: 45px;
	}
#menu ul li {
	display: block;
	width: 180px;
	height: 35px;
	padding: 0;
	margin: 0;
	list-style-type: none;
	} 
#menu a:link, #menu a:visited {
	display: block;
	width: 160px;
	height: 35px;
	line-height: 35px;
	border-bottom: 1px solid #F5F2E9;
	color: #34799F;
	font-size: 1.1em;
	padding-left: 20px;
	}
#menu a:hover, #menu a:active, #menu a.cur:link, #menu a.cur:visited {
	color: #DE9100;
	}
#main a:link, #main a:visited {
	color: #DE9100;
	}
#main a:hover, #main a:active {
	text-decoration: underline;
	}
#foot a:link, #foot a:visited {
	color: #49809C;
	}
#foot a:hover, #foot a:active {
	text-decoration: underline;
	}
/* ----------------------- pomocnicze */
.img {
	float: right;
	margin: 0 0 20px 20px;
	width: 200px;
	height: 130px;
	padding: 5px; 
	background: #fff;
	border: 1px solid #EDE9DC;
	font-size: .1em;
	}
.img img {
	border: none;
	}
#logo img {
	border: none;
	}
/* formularze ------------------- */
input, textarea {
	border: 1px solid #fff;
	color: #990000;
	width: 430px;
	padding: 4px;
	}
fieldset {
	margin: 0px;
	padding: 0px;
	border: none;
	}
legend {
	color: #0057AE;
	}
.button {
	margin-top: 10px;
	height: 35px;
	width: 100px;
	line-height: 35px;
	font-size: 1em;
	color: #DE9100;
	background: #EEEADE;
	padding: 0px;
	}


