@charset "UTF-8";
/* CSS Document */

body,td,th {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #FFF;
	text-align:center;
}
body {
	background-color: #000;
}

<!--właściwości menu-->
a .menu {
	font-size: 14px;
	color: #FF0099;
	font-weight: bold;
}
a.menu:link {
	font-size: 14px;
	text-decoration: none;
	color:#ff0099;
	font-weight: bold;
}
a.menu:visited {
		font-size: 14px;
	text-decoration: none;
	color: #FF0099;
	font-weight: bold;
}
a.menu:hover {
		font-size: 14px;
	text-decoration: none;
	color: #FFF;
	font-weight: bold;
}
a.menu :active {
		font-size: 14px;
	text-decoration: none;
	color: #FFF;
	font-weight: bold;
}

<!--właściwości ramek-->
a .pix {
	font-size: 12px;
	color: #ffffff;
	
}
a.pix:link {
	text-decoration: none;
	color: #ffffff;
}
a.pix:visited {
	text-decoration: none;
	color: #ffffff;
}
a.pix:hover {
	text-decoration: none;
	color: #ccc;
}
a.pix:active {
	text-decoration: none;
	color: #ffffff;
}

<!--nagłówki-->
h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
}
h1 {
	font-size: 16px;
	color: #F09;
	font-style:italic;
}


.nawigacja {
	padding-left:200px;
	padding-right:20px;
	padding-top:170px;
	width:770px;
	text-align:right;
	float:right;
	display:inline-block;
}

.tresc {
	padding-left: 420px;
	padding-top:10px;
	width:580px;
	text-align:left;
	float:right;
}

.podpisy {
	font-size:10px;
}

#container {
	width: 1000px;
	position:absolute;
	top:0px;
	left:0px;
}

#stopka {
	width:auto;
	float:right;
}

.tabelki {
	font-size:9px;
}
