body {
	margin: 0;
	padding: 0;
	font-family: sans-serif;
	/*color: white;*/

	background: #222 url(../images/mainbg.png) repeat-x;
}

#menu, #menu ul, #menu ul li {
	display: block;
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	height: 42px;
}

#menu ul li a {
	display: block;
	height: 20px;
	padding-top: 22px;
	font-size: 11px;
	text-decoration: none;
	padding-right: 5px;
	padding-left: 5px;
	color: #999;
}

#menu ul li a:hover {
	color: #666;
}

#menu ul li.isactive a {
	font-weight: bold;
	color: #222;
	border-bottom: 1px dotted #777;
	height: 21px;
}

/*#menu, #menu li {
	display: block;
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	height: 42px;
}

#menu {
	border-left: 1px solid white;
}

#menu li {
	border-right: 1px solid white;
}

#menu li a {
	display: block;
	width: 100%;
	height: 42px;
}

#menu li.glowna {
	background: url(../images/stronaglowna.png) no-repeat center;
	width: 88px;
}

#menu li.glowna a {
	background: url(../images/splat1.png) no-repeat left;
}
#menu li.wyszukiwarka a {
	background: url(../images/splat2.png) no-repeat right;
}

#menu li.wyszukiwarka {
	background: url(../images/wyszukiwarka.png) no-repeat center;
	width: 108px; /* image width+20 */
}*/

/*#menu li.noweposty {
	background: url(../images/noweposty.png) no-repeat center;
	width: 64px;
}

#menu li.rejestracja {
	background: url(../images/rejestracja.png) no-repeat center;
	width: 103px;
}

#menu li.wyloguj {
	background: url(../images/wyloguj.png) no-repeat center;
	width: 89px;
}*/

#container {
	margin: 0 auto;
	width: 900px;
}

#logo {
	width: 357px;
	height: 63px;
	background: url(../images/logo.png) no-repeat right;
}

#small_splat {
	clear:both;
	width: 100%;
	height: 37px;
	background: url(../images/splat3.png) no-repeat left;
	margin-bottom: 5px;
}

#small_splat .gen-content {
	font-size: 11px;
	width: 500px;
	float: right;
/*	background: url(../images/mainhead.png) repeat-x;*/
	background: none;
	border: 0px none;
	padding: 0;
	margin-top: 3px;
	text-align: right;
	color: #ccc;
	padding: 2px;
}

#small_splat .gen-content p {
	text-align: right;
	width: 100%;
	padding: 0;
	line-height: 15px;
}

#small_splat .gen-content p a {
	color: #aaa;
	text-decoration: none;
}

#small_splat .gen-content p a:hover {
	text-decoration: underline;
	color: #ccc;
}

#brd-crumbs-top {
	margin-top: 0px;
}

#content {
	-moz-border-radius: 2px;
	border: 1px solid white;
	background: #e8e9e8;
	padding: 3px;
	color: #222;
}
