@charset "iso-8859-2";
body {
	background-color: #000000;
	margin: 0px;
}
#top, #kontakt, #stopka, #menu {
	margin: auto;
	width: 850px;
}
#menu {
	background-image: url(images/index_03.jpg);
	height: 25px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	padding-top: 5px;
	padding-left: 20px;
	width: 830px;
}
a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: #999999;
	text-decoration: underline;
}
#kontakt {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #CCCCCC;
	font-weight: bold;
	padding: 5px;
	width: 840px;
}
#srodek {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	width: 400px;
	padding-top: 30px;
	padding-right: 5px;
	padding-bottom: 50px;
	padding-left: 5px;
	float: left;
}
#kontakt p {
	display: block;
	width: 200px;
	float: left;
	margin-top: 0px;
	margin-bottom: 3px;
}

hr {
	color: #CCCCCC;
	margin: 0px;
	padding: 0px;
	height: 1px;
	width: auto;
}
#stopka {
	background-image: url(images/index_06.jpg);
	height: 17px;
	padding-left: 20px;
	width: 830px;
	clear: both;
}
#stopka a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: white;
	margin-top: 2px;
	padding-top: 2px;
	display: block;

}
#center {
	width: 850px;
	margin-right: auto;
	margin-left: auto;
}
#right {
	float: right;
	width: 440px;
	padding-top: 50px;
	padding-bottom: 50px;
}
#c {
	clear: both;
}