html, body {
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
	font-size: 12pt;
	font-family: "Trebuchet MS", helvetica, sans-serif;
}
a {
	text-decoration: none;
	color: #2222AA;
}
a:hover {
	text-decoration: underline;
}
a img {
	border: 0;
}
/* Podstawowy szkielet strony */
#top {
	border-bottom: 2px solid #2222AA;
	margin: 0;
	width: 100%;
	height: 100px;
	background: #f5f5f5;
}
h1 {
	display: none;
}
a#logo {
	text-decoration: none;
	color: #000000;
	font-size: 80px;
	margin-left: 15px;
}
h2 {
	position: absolute;
	top: 70px;
	right: 10px;
	margin: 0;
	padding: 0;
	z-index: 10;
	color: #cccccc;
}
head:first-child+body #top>h2 {
	position: fixed;
}
#left {
	float: left;
	width: 180px;
	background: #fff;
	border-right: 2px solid #2222AA;
	margin-bottom: 0;
}
#info {
	margin-top: 30px;
	margin-bottom: 30px;
	margin-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	width: 168px;
	font-family: "Arial", helvetica, sans-serif;
	font-size: 10pt;
	border: 2px solid #2222AA;
	text-align: center;
}
head:first-child+body #left>#info {
	border-right: 2px solid #FFFFFF;
}
#info small {
	font-size: 9pt;
}
ul#menu {
	list-style-type: none;
	margin: 0;
	margin-top: 30px;
	padding: 0;
}
ul#menu li {
	width: 182px;
	margin-top: 1px;
}
ul#menu li a {
	width: 180px;
	display: block;
	background: #EDEDED;
	text-align: center;
	font-weight: bold;
	color: #000000;
	padding-top: 5px;
	padding-bottom: 5px;
}
ul#menu li a:hover {
	text-decoration: none;
	background: #dcdcdc;
}
head:first-child+body #left>ul#menu li a:hover {
	border-right: 2px solid #ff0000;
}
#container {
	margin-left: 182px;
	margin-bottom: 0;
	min-height: 100%;
	border-left: 2px solid #2222AA;
	text-align: center;
}

#footer {
	clear: both;
	margin-top: 0;
	border-top: 2px solid #2222AA;
	background: #f5f5f5;
	font-family: "Arial", helvetica, sans-serif;
	font-size: 0.6em;
	height: 43px;
}
#footl {
	float: left;
	margin-left: 5px;
}
#footr {
	float: right;
	text-align: right;
	margin-right: 5px;
}
/* Fiksowanie :) (tylko dla nowoczesnych przeglądarek) */
head:first-child+body>#top {
	position: fixed;
	top: 0;
	left: 0;
}
head:first-child+body>#left {
	position: fixed;
	top: 102px;
	left: 0;
}
head:first-child+body>#container {
	margin-left: 180px;
}
head:first-child+body>#container>#content {
	padding-top: 102px;
	padding-bottom: 50px;
}
head:first-child+body>#footer {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
}
p {
	margin-bottom: 0;
}
p.c {
	text-align: center;
}
p.r {
	text-align: right;
}
p.l {
	text-align: left;
	margin-left: 5px;
}
p.s {
	font-size: 0.9em;
}
/* Lista wątków */
#threads {
	width: 100%;
	margin: auto;
	font-size: 10pt;
}
div.rows {
	width: 100%;
	font-weight: bold;
	background: #8888ff;
}
#threads a {
	color: #000000;
}
div.row00 {
	width: 100%;
	background: #f8f8f8;
}
div.row10 {
	width: 100%;
	background: #f0f0f0;
}
div.row01 {
	width: 100%;
	background: #FFFFDD;
}
div.row11 {
	width: 100%;
	background: #FFFFC6;
}
div.thrtop {
	float: left;
	overflow: hidden;
}
div.thrini {
	float: right;
	width: 150px;
}
div.thrlast {
	float: right;
	width: 150px;
}
div.thrres {
	float: right;
	width: 50px;
}
div.rowend {
	width: 100%;
	height: 1px;
	margin: 0;
}
head:first-child+body .rowend {
	clear: both;
}
/* Wyświetlanie wiadomości */
div.messages {
	width: 100%;
	margin: auto;
	text-align: left;
	padding-bottom: 20px;
}
div.messages small {
	font-size: 8pt;
	font-family: monospace;
}
div.mesinfo {
	width: 100%;
	background: #8888ff;
	font-size: 0.9em;
	text-align: right;
}
div.mesinfo div {
	font-size: 1.1em;
	font-weight: bold;
	margin: 0;
	float: left;
}
div.mes00 {
	width: 100%;
	background: #f8f8f8;
	border-bottom: 1px solid #cccccc;
}
div.mes10 {
	width: 100%;
	background: #f0f0f0;
	border-bottom: 1px solid #cccccc;
}
div.mes01 {
	width: 100%;
	background: #FFFFDD;
	border-bottom: 1px solid #cccccc;
}
div.mes11 {
	width: 100%;
	background: #FFFFC6;
	border-bottom: 1px solid #cccccc;
}
div.message {
	margin-right: 148px;
	margin-left: 5px;
}
head:first-child+body .message {
	margin-right: 151px;
}
div.mesauthor {
	float: right;
	width: 150px;
	text-align: center;
	overflow: auto;
}
span.ig, span.g, span#g {
	font-size: 0.8em;
	font-style: italic;
}
head:first-child+body .mesend {
	clear: both;
	height: 1px;
}
span.wait {
    color: #888888;
}
/* Ludzie */
#people {
	width: 95%;
	margin: auto;
	padding-top: 20px;
}
div.clear {
	clear: both;
	width: 100%;
	height: 0;
}
div.user {
	float: left;
	height: 200px;
	width: 200px;
	background: #f0f0f0;
	margin: 3px;
}
div#user {
	width: 95%;
	margin: auto;
	padding-top: 20px;
	text-align: left;
}
#user img {
	float: left;
}
div#userinfo {
	margin-left: 110px;
}
span#n {
	font-weight: bold;
	font-size: 1.1em;
}
div.userbox {
	width: 90%;
	font-weight: bold;
	background: #e0e0e0;
	text-align: center;
	margin: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 0;
}
div.userboxc {
	width: 100%;
	background: #f0f0f0;
	font-weight: normal;
	text-align: left;
	margin: 0;
}

/* Formularze */
form {
	text-align: center;
	margin-left: 10px;
}
input, textarea {
	background: #ededed;
	border: 1px solid #cccccc;
}
textarea {
	width: 80%;
	height: 100px;
}
input:active, input:focus, textarea:active, textarea:focus {
	background: #f8f8f8;
}
input.nt {
	width: 80%;
}
textarea.nc {
	height: 250px;
}
input.submit {
	width: 40%;
}
/* Wyniki wyszukiwania */
p.search0 {
	text-align: left;
	padding: 3px;
	margin: 0;
	background: #f8f8f8;
}
p.search1 {
	text-align: left;
	padding: 3px;
	margin: 0;
	background: #f0f0f0;
}

div.info {
	text-align: left;
	margin-left: 10px;
}
ul {
	text-align: left;
}

/* Regulamin */
div#regulamin ul {
	list-style-type: upper-roman;
}
div#regulamin ul ul {
	list-style-type: decimal;
}
div#regulamin ul ul ul {
	list-style-type: lower-alpha;
}
