html {
	background-color: #999999;
}

body { 
	background-color: #B5B5B5;
	position: relative;
	margin: auto;
	width: 780px;
	border: 1px solid #000000;
	border-top-width: 0px;
	margin-bottom: 25px;
}

a {
	text-decoration: none;
	color: #000000;
}
a#white {
        color: #FFFFFF;
}
a:hover {
	text-decoration: underline;
	color: #000000;
}

.gray {
	color: #999999;
}

.header {
        height: 226px;
        width: 780px;
}

.belka {
        background-image: url(belka.jpg);
        height: 29px;
        border: 1px solid black;
        color: #FFFFFF;
        font-weight: bold;
        text-align: center;
        padding-top: 6px;
}

.description {
	font-family: Verdana;
	font-size: 0.4em;
}

.container {
	margin: 15px;
	font-family: Verdana;
	font-size: 0.75em;	
}

.containerPost {
	margin: 15px 232px 0px 15px;
}

.postInfo {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #000000;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: right;
	color: #000000;
	font-family: Verdana;
	font-size: 0.6em;
}

h1 {
	color: #2F85D5;
	font-family: Trebuchet MS;
	font-size: 1.25em;
	font-weight: bold;
	margin-bottom: -10px;
}

.postTitle {
	color: #2F85D5;
	font-family: Trebuchet MS;
	font-size: 1.25em;
	font-weight: bold;
	margin-bottom: -10px;
}

.obrazek {
        float: left;
        margin: 5px 10px 5px 5px;
}

.postText {
	font-family: Verdana;
	font-size: 0.75em;
	margin-left: 5px;
	padding-bottom: 10px;
}

hr {
	border: 0;
	height: 1px;
	background-color: #000000;
}

.info {
	float: right;
	position: relative;
	left: -5px; 
	width: 180px;
	background-color: #B5B5B5;
	border: 1px solid #000000;
	margin: 10px 5px 0px 0px;
	padding: 10px;
	padding-top: 5px;
	font-family: Verdana;
	font-size: 0.75em;
}

.infoSection {
	color: #000000;
	background-color: #A5A5A5;
	border: 1px solid #000000;
	padding: 2px;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 3px;
}

.containerComments {
	margin: 15px 232px 0px 15px;
	font-family: Verdana;
	font-size: 0.75em;
}

.commentInfo {
	text-align: right;
	color: #000000;
	font-family: Verdana;
	font-size: 0.75em;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #000000;
	margin-top: -5px;
	margin-bottom: 5px;
	padding-bottom: 5px;
}

.footer {
	clear: both;
	color: #999999;
	margin: auto;
	font-family: Verdana;
	font-size: 0.75em;
	text-align: center;
	width: 400px;
	padding: 5px;
	padding-top: 50px;
}

.logo {
	position: absolute;
	right: 15px;
	top: 0px;
	font-size: 1.5em;
}

.two {
	font-size: 0.2em;
}

.inputTitle {
	width: 700px;
}

textarea {
	width: 700px;
	height: 300px;
	font-family: Verdana;
	font-size: 11px;
}

.commentTextarea {
	width: 500px;
	height: 200px;
	font-family: Verdana;
	font-size: 11px;
}

.code {
	font: 1.1em 'Courier New', Courier, Fixed;
}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
}

.num_posts {
	color: #777777;
}

td.nazwa
{
  text-align: center;
  width: 90px;
  border: thin solid black;
  padding: 5px 5px 5px 5px;
}
td.opis
{
  text-align: left;
  width: 350px;
  border: thin solid black;
  padding: 5px 5px 5px 5px;
}
td.pobierz
{
  text-align: center;
  width: 60px;
  border: thin solid black;
}
table.pliki
{
  width: 500px;
  border: thin solid black;
  font-size: small;
}
td.plikikat
{
  text-align: center;
  font-weight: bold;
}
table.kontakt
{
  width: 310px;
  border: thin solid black;
  font-size: small;
}
td.kontaktl
{
  text-align: left;
  border: thin solid black;
  padding: 5px 5px 5px 5px;
}
td.kontaktp
{
  text-align: center;
  border: thin solid black;
  padding: 5px 5px 5px 5px;
}
table.arty
{
  width: 500px;
  font-size: small;
  border-collapse: collapse;
}
td.img
{
  width: 30px;
  border: thin solid black;
}
td.artnazwa
{
  text-align: left;
  padding: 5px 5px 5px 5px;
  border: thin solid black;
}
td.artautor
{
  text-align: center;
  width: 100px;
  border: thin solid black;
  padding: 5px 5px 5px 5px;
}
.screen
{
  border-style: none;
  margin-left: 50px;
}  