﻿body {
	margin: 0;
	padding: 0;
	background: #FFFFFF url(images/bg_body.gif) repeat-x;
	font-family: verdana;
	font-size: 10px;
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
#container {
	width: 780px;
	margin: 0 auto;
}
#header_l {
	margin: 0;
	padding: 0;
	float: left;
	background-image: url(images/header_l.jpg);
	width: 240px;
	height: 220px;
}
#header_r {
	float: left;
	width: 540px;
	height: 220px;
}
#main_content {
	width: 780px;
	background-image: url(images/menu_body.gif);
	background-repeat: repeat-y;
}
#menu {
	float: left;
	width: 260px;
	height: 410px;
	background-image: url(images/menu.jpg);
	background-color: #00698e;
}
#menu a {
	display: block;
	height: 30px;
	width: 205px;
	padding-left: 35px;
	line-height: 30px;
	color: #000000;
	text-decoration: none;
	text-transform: uppercase;
	background-image: url(images/menu_bullet.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
}
#menu a:hover {
	text-decoration: underline;
	background-position: top left;
}
#menu a.active {
	background-position: top left;
}
#text_c {
	padding-right: 10px;
	margin-top: 40px; /* 8387610 <- przy takim marginesie FF głupieje xD */
	margin-bottom: 20px;
	border-right: 1px #c9c9c9 solid;
	width: 350px;
	float: left;
	line-height: 20px;
	text-align: justify;
}
#text_r {
	width: 150px;
	float: right;
	margin-top: 40px;
}
#footer {
	clear: both;
}
#footer_l {
	position: absolute;
	width: 50%;
	height: 20px;
	background-color: #f92300;
	left: 0px;
	z-index: 1;
}
#footer_r {
	position: absolute;
	width: 50%;
	height: 20px;
	background-color: #878787;
	right: 0px;
	z-index: 1;
}
#footer_container {
	width: 780px;
	margin: 0 auto;
	position: relative;
	z-index: 2;
}
#footer_design {
	background-color: #00698e;
	width: 225px;
	height: 20px;
	float: left;
	line-height: 20px;
	color: #1d9cc5;
	padding-left: 15px;
}
#footer_design a {
	color: #65afc8;
}
#footer_hmmm {
	background-color: #878787;
	width: 540px;
	height: 20px;
	float: left;
}
#bottom_space {
	width: 780px;
	height: 40px;
	margin: 0 auto;
	background-image: url(images/menu_body.gif);
	background-repeat: repeat-y;
}
.h2 {
display: inline;
font-weight: bold;
font-size: 11px;
}
.h2a {
font-weight: bold;
font-size: 12px;
color: #D32B01;
}
.h2b {
font-weight: bold;
font-size: 12px;
color: #0F64D5;
text-transform: uppercase;
}
.h2c {
font-weight: bold;
font-size: 16px;
color: #FF4001;
text-transform: uppercase;
}
.h2d {
font-weight: bold;
font-size: 11px;
color: #545454;
text-transform: uppercase;
}

#galeria img {
	margin-left: 3px;
	margin-right: 3px;
	border: 1px solid #000;
}

a {
color: #000;
text-decoration: none;
}

a:hover {
color: #000;
text-decoration: underline;
}