body {
  /* text-align: center; */
  background-color: black;
 }
p.first {
  font-family: Arial,Helvetica,sans-serif;
  font-weight: bold;
  font-size: 26px;
  color: white;
  text-align: left;
}
p {
  margin: 5px 0 5px 0; /* top right bottom left */
  font-family: Arial,Helvetica,sans-serif;
  color: white;
  font-size: 16px;
  text-align: justify;
}
h1 {
  margin: 5px 0px 5px 5px; /* top right bottom left */
  font-family: Arial,Helvetica,sans-serif;
  font-style: italic;
  font-size: 18px;
  font-weight: bold;
  color: white;
  text-align: left;
}
ul.a {
	margin: 10px 0px 10px 0px; /* top right bottom left */
	list-style-type:circle;
	color: white;

}
ul.a li{
	margin: 5px 0px 5px 0px; /* top right bottom left */
	font-family: Arial,Helvetica,sans-serif;
	font-size: 14px;
	text-align: justify;
}
ul.kont {
	margin: 10px 0px 10px 0px; /* top right bottom left */
	list-style-type:square;
	color: white;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 16px;
	text-align: justify;

}
ul.kont li{
	margin: 5px 0px 5px 0px; /* top right bottom left */
}
ul.kont a{
	text-decoration: none;
	color: white;
}
div.left
{
	float:left;
	width:250px;
	height:420px;
	background-color: #333333;
	margin:0;
	padding:0;

}
#content {
	overflow: hidden;
	width: 650px;
	position: relative;
	background-color: #333333;
	height: 420px;
	float: left;
}
.section
{
  overflow: hidden;
  width:650px; /* 650px; */
  height: 420px;
  position:relative;
  background-color: transparent;
}
.sub{
	position:relative;
	float:left;
	padding:5px 10px 5px 10px;
	width:630px;
	height:400px;
}
.sub p.first{
  margin-top: 5px; /* top right bottom left */
}
div.pas{
	background-color: #808080;
	padding: 6px 40px 6px 40px;
	margin: 10px 0 10px 5px;
	color: white;
	/* display: block; */
	width: 480px;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	letter-spacing: 2px;
	
}
#wrapper {
  margin: 30px auto 10px auto;
  /* display: block; */
  padding: 0px;
  width: 900px;
  background-color: #333333; /* grafit */
  text-align: left;
}
img#header {
  margin-left: 20px;
  margin-top: 25px;
  margin-bottom: 10px;
  width: 328px;
  height: 50px;
  text-decoration:none;
  outline:none;
  border:0 none;
 }
 div#pas{
	background-color: #808080;
	padding: 3px 50px 3px 40px; /* top right bottom left */
	margin: 7px 50px 7px 0px;
	color: white;
	/* display: block; */
	width: 300px;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	letter-spacing: 2px;
	text-align: right;
	
}
div#kolor {
	margin-top: 30px;
	background-color: #993366;
	color: #663366; 
	padding-top: 8px;
	border-top: 8px solid #CC6699; /* #B54F82; */
	border-bottom: 8px solid #000;
	
}
#main {
  padding: 0;
  color: white;
  margin-left: 20px;
  margin-top: 0;
  display: block;
}
#footer {
  border-top: 10px;
  border-bottom: 15px solid #333333;
  margin-top: 0px; /* top right bottom left */
  padding: 2px;
  color:  #663366;	/* śliwkowy #663366 */
  background-color: #D3D3D3; /* lightgrey=#D3D3D3 */
  font-family: Arial,Helvetica,sans-serif;
  font-size: 10px;
  font-weight: bold;
  letter-spacing: 2px;
  text-align: center;
}

ul.m, ul.m li  {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
}
ul.m {
	/* position: absolute; */
}

ul.m li {
	float: right;
	border-width: 0 0px 0px 4px;  /* top right bottom left */
	border-style: solid;
	border-color: transparent;
}
ul.m li a.selected {
	/* display: block; */
	width: 80px;
	text-align: center;
	padding: 5px 5px;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
	font-weight: bold;
	background-color: #000;
	color: red;
	border-top: 50px solid #000;
	border-bottom: 0;
}
ul.m a:link, ul.m a:visited {
	text-decoration: none;
	display: block;
	width: 80px;
	text-align: center;
	padding: 5px 5px;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
	font-weight: bold;
	background-color: #808080;
	color: #fff;
	border-top: 25px solid #808080;
	border-bottom: 25px solid #808080;
}

ul.m a:hover {
	background-color: #808080;
	color: #fff;
	border-top: 50px solid #000;
	border-bottom: 0;
}
div#slideshow {					/* top right bottom left */
  overflow: hidden;
  width: 220px;
  height: 370px;
  background-color: transparent;
  margin: 25px 0px 25px 20px;
}
