
* {
	margin: 0;
	padding: 0;
}

body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background: url(images/bg.jpg) repeat-x;
}

h1, h2, h3 {
	color: #F0C4C4;
}

h1 {
	margin-left: 10px;
	margin-right: 10px;
	text-shadow: 3px 3px 5px BLACK;
}

h2 {
	margin-bottom: 1em;
	text-transform: uppercase;
	font-size: 1.2em;
}

h3 {
	margin-bottom: 1.5em;
	text-transform: uppercase;
	font-size: .8em;
	
}

p {
	color: #F0C4C4;
	text-align: justify;
	font-size: 1em;
}

ul, ol {
	margin-left: 2em;
}

ul {
}

ul li {
	COLOR: BLACK;
	text-shadow: 3px 3px 5px BLACK;
	margin-right: 25px;
}

ol {
}

ol li {
	color: #F0C4C4;
}

a:link {
	color: #cdcdc;
	text-decoration: none;
}

a:hover {
	color: #cdcdc;
	text-decoration: none;
}

a:visited {
	color: #cdcdc;
	text-decoration: none;
}

/* Content */

#content {
	width: 900px;
	margin: auto;
	background-color: #BB7F49;	
}

/* top_l */

#top_l {
	float: left;
	width: 300px;
	height: 200px;
	background: url(images/top_l.jpg);
}

#top_l p{
	text-align: center;
	font-size: 1.4em;
}

/* top_p */

#top_p {
	float: left;
	width: 600px;
	height: 200px;
	background: url(images/top_p.jpg);
}

#top_p p{
	margin-top: 100px;
	margin-left: 50px;
	margin-right: 50px;
	text-align: center;
	font-size: 1.4em;
	COLOR: BLACK;
	text-shadow: 3px 3px 5px BLACK;
}

/* reklama */

#reklama {
	width: 900px;
	background: green;
}

/* Menu */

#menu {
	float: left;
	width: 900px;
	height: 50px;
}

/* menu_0 */

#menu_0 {
	width: 21px;
	height: 50px;
	float: left;
	background: url(images/menu_0.jpg);
}

/* menu_1 */

#menu_1 {
	width: 123px;
	height: 50px;
	float: left;
	background: url(images/menu.jpg) repeat-x;
}

/* menu_2 */

#menu_2 {
	width: 123px;
	height: 50px;
	float: left;
	background: url(images/menu.jpg) repeat-x;
}
#menu_2 p {
	text-decoration: none;
	font-size: 1em;
	color: black;
	text-align: center;
}

/* menu_3 */

#menu_3 {
	width: 122px;
	height: 50px;
	float: left;
	background: url(images/menu====.jpg) repeat-x;
}
#menu_3 p {
	text-decoration: none;
	font-size: 1em;
	color: black;
	text-align: center;
}

/* menu_4 */

#menu_4 {
	width: 122px;
	height: 50px;
	float: left;
	background: url(images/menu.jpg) repeat-x;
}
#menu_4 p {
	text-decoration: none;
	font-size: 1em;
	color: black;
	text-align: center;
}

/* menu_5 */

#menu_5 {
	width: 122px;
	height: 50px;
	float: left;
	background: url(images/menu.jpg) repeat-x;
}
#menu_5 p {
	text-decoration: none;
	font-size: 1em;
	color: black;
	text-align: center;
}
/* menu_6 */

#menu_6 {
	width: 123px;
	height: 50px;
	float: left;
	background: url(images/menu.jpg) repeat-x;
}
#menu_6 p {
	text-decoration: none;
	font-size: 1em;
	color: black;
	text-align: center;
}
/* menu_7 */

#menu_7 {
	width: 123px;
	height: 50px;
	float: left;
	background: url(images/menu.jpg) repeat-x;
}
#menu_7 p {
	text-decoration: none;
	font-size: 1em;
	color: black;
	text-align: center;
}
/* menu_9 */

#menu_9 {
	width: 21px;
	height: 50px;
	float: left;
	background: url(images/menu_9.jpg);
}

/* Sidebar */

#sidebar {
	float: left;
	width: 200px;
	height: 1080px;
	background: url(images/LEWA.jpg) repeat-Y;	
}

#sidebar p{
	margin-left: 23px;
	margin-right: 10px;
	text-align: center;
	text-shadow: 3px 3px 5px BLACK;
	color:black;
}

#sidebar a{
	text-decoration: none;
	color: #000000;
}

#sidebar a:hover {
	color: yellow;
	text-decoration: none;
}

/* text */

#text {
	float: left;
	width: 700px;
	height: 1080px;
	background: url(images/PRAWA.jpg) repeat-Y;	
}

#text p {
	margin-right: 25px;
	text-shadow: 3px 3px 5px BLACK;
	color: black;
}

/* Footer */

#footer {
	float: left;
	width: 900px;	
	height: 50px;
	background: url(images/legal.jpg);
}

#footer p {
	margin-left: 50px;
	margin-top: 10px;
	font-size: 0.7EM;
	color: white;
	text-shadow: 3px 3px 5px BLACK;
}

#footer a {
	color: yellow;
	text-decoration: none;
}

#footer img{
	float: right;
	margin-right: 200px;
}

