* {
	margin: 0;
	padding: 0;
	border: 0;
}
body {
	text-align: center;
	margin: 0;
	background: #000;
	font-family: 'trebuchet ms', Verdana, Arial;
}
html {
	margin: 0;
}
div#container_top {
	width: 100%;
	background: white url(pics/bg_top.jpg);
	background-repeat: repeat-x;
}
div#container_bottom {
	width: 100%;
	background: white url(pics/footer2.jpg);
	background-repeat: repeat-x;
}
div#header {
	width: 1024px;
	height: 122px;
	margin: 0 auto;
	background: url(pics/header.jpg);
	text-align: left;
}
div#footer {
	width: 1024px;
	height: 59px;
	margin: 0 auto;
	background: black url(pics/footer2.jpg);
}
div#content {
	margin: 0 auto;
	width: 1024px;
	background-color: white;
	text-align: left;
	overflow: hidden;
}
div#container_middle {
	width: 100%;
	background-color: white;
	text-align: center;
	padding-bottom: 20px;
}

div#banner {
	width: 1024px;
	height: 188px;
	background: url(pics/banner.jpg);
}
div#menu {
	width: 355px;
	float: left;
}
div#menu ul {
	margin: 0 0 0 51px;
	padding: 0;
	display: block;
	list-style: none;
}
div#menu ul li {
	margin: 0;
	padding: 0;
	display: block;
}
div#tekst {
	width: 669px;
	float: right;
	text-align: left;
	clear: right;
	}
p {
	font-family: 'trebuchet ms', Verdana, Arial;
	font-size: 13px;
	margin-bottom: 1em;
	padding-left: 55px;
}
p.nomargin {
	margin-bottom: 0;
}
#footer p {
	color: #666;
	font-size: 12px;
	padding-top: 1.5em;
	margin-bottom: 0;
	padding-left: 0;
}
#footer p.linki {
	padding: 0;
	margin: 0;
}
h1 {
	font-family: 'trebuchet ms', Verdana, Arial;
	font-size: 22px;
	font-weight: bold;
	padding-left: 55px;
	margin-bottom: 1em;
	padding-top: 0;
}
h2 {
	font-family: 'trebuchet ms', Verdana, Arial;
	font-size: 18px;
	font-weight: bold;
	padding-left: 55px;
	margin-bottom: 0.2em;
	padding-top: 0.5em;

}
a:link, a:visited {
	color: #7f0000;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
p.linki a:link, p.linki a:visited {
	color: #222;
	text-decoration: none;
}
p.linki a:hover {
	color: black;
	text-decoration: underline;
}
.bordo {
	color:#7f0000;
}
form {
	padding-left: 55px;
	font-family: 'trebuchet ms', Verdana, Arial;
	font-size: 13px;
	color: #7f0000;
}
form p {
	padding: 0;
	margin: 0;
}
input {
	border: 1px solid gray;
	background: #eee;
	margin-bottom: 0.5em;
	display: block;
}
input:hover {
	background-color: white;
}
textarea {
	border: 1px solid gray;
	margin-bottom: 1em;
	background: #eee;
}
textarea:hover {
	background-color: white;
}
#flash {
	position: relative;
	outline: none;
}
#hp {
	margin: 0;
}
form input.short {
	width: 200px;
}
#tekst ul {
	padding-left: 55px;
	font-size: 13px;
}
#tekst ul li {
	padding-left: 0.5em;
	margin-left: 2em
}
select {
	border: 1px solid gray;
	margin-bottom: 0.5em;
}