/*
Design by Kebo Design Dominik Jarząbek
*/

* {
	margin: 0;
	padding: 0;
}

body {
	margin-top: 0;
	background: #404040 url(images/img01.gif) repeat-x;
	font: 12pt Georgia, "times new roman", "Gentium";
	color: #cccccc;
}

.boczny_text { text-indent:0; punctuation-wrap:simple; text-autospace:none; font-size:10pt; font-family:Georgia, times, "Gentium" ,"times new roman", serif; line-height: 180%; letter-spacing: 2pt; }

h1, h2, h3 { margin-bottom: 1em; text-transform: uppercase; color: #ffffff; }

h1 { color: fuchsia; font-size: 20pt; font-family: "courier new", courier, georgia, "Nimbus Mono L"; }
h2 { font-size: 18pt; font-family: "courier new", courier, "Nimbus Mono L", georgia; }
h3 { font-size: 12pt; font-family: "courier new", courier,  "Nimbus Mono L", georgia; }

p, blockquote, ul, ol {
	margin-bottom: 1.5em;
	text-align: left;
	line-height: 1.8em;
}  "Nimbus Mono L",

blockquote, ul, ol {
	margin-left: 3em;
}

blockquote {
	margin-right: 3em;
}

a {
	color: #CCCCCC;
}

a:hover {
	text-decoration: none;
	color: #FFFFFF;
}

img { border: none; }

img.left {
	float: left;
	margin: 0 15px 15px 0;
}

img.right {
	float: right;
	margin: 0 15px 0 15px;
}

hr { display: none; }

.hr {
}

/* Boxed */

.boxed {
}

.boxed .title { margin: 0; padding: 5px 15px; background: url(images/img08.gif) no-repeat left center; text-transform: uppercase; font-size: 12pt; font-family: courier, "courier new", "Nimbus Mono L" ; letter-spacing: 1pt; }

.boxed .content {
	padding: 15px;
	background: url(images/img09.gif) repeat-x;
}

.boxed ol, .boxed ul {
	margin-left: 0;
	list-style-position: inside;
}

/* Logo */

#logo {
	width: 760px;
	height: 220px;
	margin: 0 auto;
	
}

#logo h1 { float: left; width: 600px; margin: 0; padding: 164px 0 0; text-align: right; letter-spacing: 5px; font-size: 18px; }

#logo h2 {
	float: right;
	margin: 0;
	padding: 170px 20px 0 0;
	font-size: 11px;
}

#logo a {
	text-decoration: none;
	color: #FFFFFF;
}

/* Page */

#page {
	width: 760px;
	margin: 0 auto;
	background: #000000;
}

/* Content */

#content {
	float: left;
	width: 480px;
	padding: 20px;
	background: url(images/img03.jpg) no-repeat;
}

#content_sub {
	float: left;
	width: 480px;
	padding: 20px;
	background: url(images/img03.jpg) no-repeat;
}

#welcome {
	padding-bottom: 20px;
}

#olist { font-size: 10pt; font-family: courier, "courier new",  "Nimbus Mono L", georgia; clear: left; float: left; width: 230px; }

#ulist { font-size: 10pt; font-family: courier, "courier new",  "Nimbus Mono L", georgia; float: left; width: 230px; padding-left: 20px; }

/* Sidebar */

#sidebar {
	float: right;
	width: 240px;
	background: url(images/img04.jpg) no-repeat;
}

#sidebar_sub {
	float: right;
	width: 200px;
	padding: 12px;
	background: url(images/img04.jpg) no-repeat;
}

#sidebar blockquote {
	margin-left: 0;
	margin-right: 0;
}

/* Menu */

#menu { font-size: 12pt; font-family: courier, "courier new", "Nimbus Mono L", courier, georgia; georgia; margin-bottom: 19px; }

#menu h2 { display: none; }

#menu ul { margin: 0; padding: 0; list-style: none; line-height: normal; }

#menu li { display: block; padding-top: 1px; background: url(images/img07.gif) repeat-x; }

#menu li.first { background: transparent; }

#menu a { display: block; width: 165px; padding: 7px 10px 7px 25px; text-transform: uppercase; background: url(images/img08.gif) no-repeat 10px 50%; text-decoration: none; letter-spacing: 1px; font-size: small; font-weight: bold; }

#menu a:hover { background-color: #0a0a0a; }

/* Footer */

#footer {
	width: 760px;
	margin: 0 auto;
	padding: 20px 0;
	background: url(images/img05.gif) repeat-x;
}

#footer p {
	margin: 0;
	text-align: center;
	font-size: x-small;
	color: #000000;
}

#footer a {
	color: #000000;
}









