/* ciało */

	body {
		font-family: verdana, sans-serif;
		font-size: small;
		font-weight: normal;
		background: #b81919;
		color: #000;
	}

/* linki ogólne */

	a,
	a:link,
	a:visited,
	a:active,
	a:hover {
		color: #fff;
		text-decoration: underline;
	}

	a img {
		border: none;
	}

/* reszta zdefiniowanych tagow */

	ul {
		list-style-type: disc;
	}

	li {
		margin: 10px 0px 10px 0px;
	}

	abbr {
		cursor: help;
		border-style: dashed;
		border-width: 0 0 1px 0;
	}

/* logo i nagłowek */

	#naglowek {
		margin-bottom: 120px;
	}

	#strona {
		position: absolute; top: 30px; right: 200px;
		text-align: right;
		color: #fff;
	}

	#strona a,
	#strona a:link,
	#strona a:visited,
	#strona a:active,
	#strona a:hover {
		text-decoration: none;
		font-size: x-large;
		font-weight: bold;
	}

	#logo {
		position: absolute; top: 20px; right: 35px;
	}


/* div z główną treścią */

	#tresc {
		/*margin: 45px 200px 20px 20px;*/
		position: absolute; top: 120px; right: 210px;
	}

	#tresc a,
	#tresc a:link,
	#tresc a:visited,
	#tresc a:active {
		color: #f9c8c2;
	}

	#tresc a:hover {
		color: #fff;
	}

/* menu strony i batony */

	#nawigacja {
		position: absolute;
		top: 120px;
		right: 20px;
		float: left;
		margin-right: 10px;
		font-size: 125%;
		color: #fff;
	}

	#nawigacja ul {
		list-style-type: none;
	}

	#nawigacja img {
		vertical-align: middle;
		margin-top: 5px;
		margin-bottom: 5px;
	}

	#nawigacja a,
	#nawigacja a:link,
	#nawigacja a:visited,
	#nawigacja a:active,
	#nawigacja a:hover {
		text-decoration: none;
	}

	#batony {
		margin-top: 30px;
		margin-left: 10px;
	}

	#batony img {
		margin-bottom: 2px;
	}

	#style {
		margin-top: 10px;
		margin-left: 10px;
		font-size: x-small;
	}

/* formatownie treści */

	.plik {
		font-weight: bold;
		color: #fff;
	}

	.klawisz {
		padding: 0px 2px 2px 2px;
		border-width: 1px 2px 2px 1px;
		border-style: solid;
		background-color: #e08b93;
	}

	.top {
		text-align: right;
		margin-right: 10px;
	}

	.tytul {
		font-size: medium;
		font-weight: bold;
		text-indent: 0px;
		text-align: right;
		border-bottom: 1px solid;
		margin: 0 0 10px 0;
		color: #3f0808;
	}

	.data {
		font-size: 80%;
		font-weight: bold;
	}

	.dupes {
		font-size: medium;
		font-weight: bold;
		margin-right: 2px;
		color: #fff;
	}

/* udające terminal fragmenty preformatowane */

	pre, #konfig pre.xterm {
		font-family: monospace;
		font-size: 120%;
		text-indent: 0px;
		padding: 15px;
		margin: 20px 50px 20px 30px;
		background: #000;
		color: #fff;
		-moz-border-radius: 0px;
	}

/* inne pre dla opcji konfiguracyjnych */

	#konfig pre {
		background: #e08b93;
		color: #000;
		-moz-border-radius: 10px;
	}

/* do opisu skórek i skrinszotów */

	.miniatura {
		float: left;
		margin: 20px 25px 10px 10px;
	}

	.info {
		margin: 20px 20px 0px 0px;
	}

	.skorka {
		text-indent: 0px;
		border-top: 1px solid #000;
  		padding-top: 10px;
		margin: 40px 0px 20px 170px;
	}

/* w opcjach konfiguracji wyróżnia do drugą */

	.nazmiane {
		padding: 1px 0 15px 5px;
		margin-top: 20px;
		background: #b81919;
		-moz-border-radius: 10px;
	}

/* pogrubiacz w pre */

	.diff {
		font-weight: bolder;
	}

/* wspólne dla boksów */

	.wpisbox,
	.malybox,
	.tytbox {
		background: #d65959;
		-moz-border-radius: 10px;
	}

/* boks długi */

	.wpisbox {
		text-indent: 15px;
		text-align: justify;
		padding: 15px;
		margin-bottom: 20px;
		margin-left: 10px;
	}

/* boks mniejszy wsunięty */

	.malybox {
		text-align: justify;
		padding: 15px;
		margin: 0px 20px 20px 30px;
	}

	.malybox .tytul {
		margin-bottom: 0px;
	}

/* bok na tytul tylko */

	.tytbox {
  		padding: 10px 20px 5px 20px;
		margin-bottom: 30px;
		margin-left: 10px;
	}
