body {
	margin: 0;
	padding: 0;
	border-top: 5px #000 solid;
	font-family: Tahoma, Arial, Geneva, sans-serif;
	font-size: 12px;
	color: #000;
}
a{
	color: #000;
}
h1{
	text-decoration: underline;
	font-size: 12px;
	font-weight: 100;
	margin:0;
	padding:0;
}
ul, ul li{
	margin: 0;
	padding: 0;
	list-style: none;
}
ul li ul li{
	padding-left: 19px;
}
ul li a{
	padding-left: 10px;
}
ul li ul li a{
	text-decoration: none;
	color: #696969;
}
ul li a:hover{
	background-color: #000;
	border-top:  #616161 2px solid;
	color: #fff;
	padding: 3px 10px;
}
ul li.active ul li.active a{
	background-color: #000;
	border-top:  #616161 2px solid;
	color: #fff;
	padding: 3px 10px;
}
ul li.active ul li a{
	background: none;
	border: none;
	color: #696969;
}
ul li.active ul li a:hover{
	background-color: #000;
	border-top:  #616161 2px solid;
	color: #fff;
	padding: 3px 10px;
}
ul li.active a{
	background-color: #000;
	border-top:  #616161 2px solid;
	color: #fff;
	padding: 3px 10px;
}
#container{
	width: 830px;
	margin: 0 auto;
}
#logo{
	background: url('gfx/logo.jpg') no-repeat;
	width: 166px;
	height: 103px;
	position: absolute;
	top: 0;
}
#content{
	margin-top: 127px;
	width: 830px;
}
#content-left{
	margin-left: 15px;
	float:left;
	min-width: 166px;
	line-height: 19px;
}
#content-left .pwa{
	margin-left: 10px;
	border-bottom: none;
	border-top: #616161 2px solid;
}
#content-right{
	margin-left: 210px;
	line-height: 17px;
	color: #696969;
}
.kontakt{
	color: #696969;
	margin: 0 0 0 29px;
	background: url('gfx/strzalka.jpg') no-repeat 83px 46px;
	margin-bottom: 24px;
}
.kontakt a{
	color: #696969;
}
.kontakt a:hover{
	color: #000;
}
.pwa, .link, .pwaopis{
	margin-right: 1px;
	height: 19px;
	background: #000;
	text-align: center;
	border-bottom: #616161 2px solid;
	font-size: 10px;
	color: #fff;
	padding-top: 1px;
	cursor: default;
}
.link:hover{
	border-bottom: #000 2px solid;
	background: #616161;
}
.link a{
	color: #fff;
	text-decoration: none;
}
.pwa{
	float: left;
	width: 20px;
	margin-top: 1px;
}
.link{
	float:right;
	padding: 1px 10px 0 10px;
	font-size: 12px;
	margin-top: 1px;
}
.pwaopis{
	border-bottom: none;
	border-top: #616161 2px solid;
	padding: 1px 10px 0 10px;
	float:left;
	margin-top: 1px;
}
.opis{
	margin-top: 30px;
}
.opis ul li{
	margin-left: 20px;
	list-style-image: url('gfx/dot.jpg');
}
.opis ul li a, .opis ul li a:hover{
	background: none;
	border: none;
	color: #000;
	padding: 0;
}
.foto{
	margin-top: 30px;

}
.foto img{
	margin-right: 3px;
	border-top: #000 5px solid;
}

form, fieldset{
	margin:0;
	padding: 0;
}
label{
	margin-top: 100px;
}
form fieldset input, form fieldset textarea {
	background: #000;
	border: none;
	border-top: #616161 2px solid;
	color: #fff;
	font-size: 12px;
	font-family: Tahoma, Arial, Geneva, sans-serif;
	padding: 3px 10px;
	width: 200px;
}
form fieldset input:hover, form fieldset textarea:hover{
		background: #616161;
	border-top: #000 2px solid;
}
.button{
	width: 120px;
	cursor: pointer;
}
.button:hover{
	background: #616161;
	border-top: #000 2px solid;
}
.cfTextarea{
	padding-top: 20px;
}
textarea{
	width: 200px;
	height: 100px;
}
hr {
	height: 3px;
	background: #000;
	border: none;
}

