﻿html, body {
	color: #ffffff;
	margin: 0;
	padding: 0;
}

#top {
	width: 800px;
}

#naglowek {
	background-color: #990000;
	text-align: left;
}

#tresc1 {
	width: 400px;
	height: 400px;
	float: left;
	overflow: hidden;
	background-color: #faebd7;
	text-align: left;
}

#tresc2 {
	width: 400px;
	height: 400px;
	float: left;
	overflow: hidden;
	background-color: #faebd7;
	text-align: left;
}

#tresc3 {
	width: 800px;
	float: left;
	overflow: hidden;
	background-color: #faebd7;
	text-align: left;
}

#stopka1 {
	clear: both;
	width: 100%;
	background-color: #990000;
	background-image: url(graf/bez.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	text-align: left;
}

#stopka2 {
	clear: both;
	width: 100%;
	background-color: #000000;
	text-align: right;
}

.text {
	font-family: Tahoma, Helvetica, Arial, Geneva, Verdana;
	font-weight: normal;
	text-align: justify;
	color: #000000; 
	font-size: 9pt;
}

.text2 {
	font-family: Tahoma, Helvetica, Arial, Geneva, Verdana;
	font-weight: normal;
	color: #ffffff; 
	font-size: 9pt;
}

a.linek {
	font-family: Tahoma, Helvetica, Arial, Geneva, Verdana;
	text-decoration: none; 
	color: #faebd7;
	font-size: 9pt;
}

a.linek:hover {
	font-family: Tahoma, Helvetica, Arial, Geneva, Verdana;
	text-decoration: underline; 
	color: #faebd7;
	font-size: 9pt;
}

a.linek2 {
	font-family: Tahoma, Helvetica, Arial, Geneva, Verdana;
	text-decoration: none; 
	color: #000000;
	font-size: 9pt;
}

a.linek2:hover {
	font-family: Tahoma, Helvetica, Arial, Geneva, Verdana;
	text-decoration: underline; 
	color: #000000;
	font-size: 9pt;
}