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

html, body {
	background-color: #000;
	color: #f0f0f0;
	margin: 0;
	padding: 0;
	font-family:Tahoma,Geneva,Kalimati,sans-serif;
	font-size:12px;
}

#toper {
	height:167px;
}

#menu {
	width: 250px;
	float: left;
	overflow: hidden;
	position: relative;
}

#content {
	margin-left: 250px;
	padding-top:80px;
}

#footer {
	clear: both;
}

div#center {
border: 0px;
width: 845px;
text-align: left;
margin: 0 auto; /* można zapisać krócej: margin: 0 auto; */
}

div.odstep {
	width:845px;
	height:10px;
}

img {
	border:0px;
}

a {
	color:#CCCCCC;
	text-decoration:none;
	outline:none;
}

a:hover {
	color:#CCCCFF;
}

.red {
	color:#c40013;
}