body {
	font-family: tahoma;
	color: #808080;
	font-size: 8pt;
	background: white;
	margin: 0px;
	padding: 0px;
}

#top {
	height: 236px;
	background: url(img/top2.png) repeat-x;
	margin: 0px;
}

#top_logo {
	height: 236px;
	margin: 0px;
	padding: 0px;
	background: url(img/top3.png) top right no-repeat;
}

#top_adres {
	float:right;
	margin-top: 160px;
	text-align: right;
}

#top_zdjecie {
	height: 236px;
	margin: 0px;
	padding: 0px;
	background: url(img/top1.jpg) top left no-repeat;
}

#left {
	float: left;
	width: 200px;
	margin: 0px;
	background: url(img/left2.png) repeat-y;
}

.bold {
	font-weight: bold;
}

.italic {
	font-style: italic;
}

#left_top {
	padding: 0px;
	margin: 0px;
	background: url(img/left1.jpg) top left no-repeat;
}

#left_bottom {
	padding: 50px 0px 270px 0px;
	margin: 0px;
	background: url(img/left3.png) bottom left no-repeat;
}

#content {
	padding: 10px 10px 400px 50px;
	color: #808080;
	font-size: 8pt;
	margin: 0px 0px 0px 200px;
	background: url(img/con1.png) top left no-repeat;
	line-height: 150%;
}

ul {
	margin-top: 0px;
	margin-bottom: 0px;
}

.tresc {
	margin: 30px 100px 30px 50px;
	text-align: justify;
}

div.naglowek {
	margin-bottom: 20px;
	font-weight: bold;
	color: #bf0000;
}

#title {
	font-size: 12pt;
	font-weight: bold;
	font-variant: small-caps;
	text-align: right;
	padding-right: 50px;
	color: #bf0000;
}

input,select,textarea {
	vertical-align: middle;
	font-family: tahoma;
	font-size: 8pt;
	color: #808080;
}

form {
	margin: 0px;
}

a.menu:link { font-size: 10pt;font-variant: small-caps;color: #bf0000; font-weight: bold;display: block;border: none; padding: 10px 5px 10px 5px;text-decoration: none;text-align: center; }
a.menu:active { font-size: 10pt;font-variant: small-caps; color: #bf0000; font-weight: bold;display: block;border: none;  padding: 10px 5px 10px 5px;text-decoration: none;text-align: center;  }
a.menu:visited { font-size: 10pt;font-variant: small-caps; color: #bf0000; font-weight: bold;display: block;border: none;  padding: 10px 5px 10px 5px;text-decoration: none;text-align: center;  }
a.menu:hover { font-size: 10pt;font-variant: small-caps; font-weight: bold;background-color: #f0f0f0; color: #bf0000;display: block;border: none;  padding: 10px 5px 10px 5px;text-decoration: none;text-align: center;  }

a:link { color: #bf0000; text-decoration: none; }
a:active { color: #bf0000; text-decoration: none; }
a:visited { color: #bf0000; text-decoration: none; }
a:hover { color: #bf0000; text-decoration: underline; }


