* {
	margin: 0;
	padding: 0;
}

body {
	font-family: Verdana, sans-serif;
	font-size: 86%;
	padding: 3px;
	width: 99%;
}

a {
	color: #a61212;
}

a:hover {
	color: #D20F0F;
	text-decoration: none;
}

hr {
	background: url('images/line.png') repeat-x;
	width: 90%;
	height: 10px;
	border: none;
	text-align: center;
	margin: 2em auto;
}

h1, h2, h3, h4 {
	font-family: Arial, sans-serif;
	font-weight: bold;
	margin-top: 3em;
	color: #a61212;
}
h2 {
	font-size: 1.7em;
}
p , li{
	line-height: 1.4em;
}
#logo {
	margin: 2em 15px 0 5em;
	background: url('images/logo.png') no-repeat;
	height: 71px;
}
#logo h1 {
	display: none;
}

#navigation {
	padding-left: 24em;
	margin-top: 1em;
	background: url('images/menu-line.png') repeat-x bottom;
	height: 46px;
}
#navigation ul {
	height: 31px;
	float: left;
}
#navigation li {
	display: block;
	float: left;
	height: 27px;
	width: 101px;
	margin: 4px;
	
	background: url('images/menu-button-off.png') no-repeat;
	text-align: center;
}
#navigation ul li.selected {
	background: url('images/menu-button-on.png') no-repeat;
	width: 106px;
}
#navigation ul li a {
	padding-top: 5px;
	display: block;
	height: 23px;
	color: #a61212;
	text-decoration: none;
}
#navigation li a:hover {
	background: url('images/menu-button-hover.png') no-repeat;
	text-decoration: underline;
}
#navigation ul li.selected a {
	color: white;
}
#navigation ul li.selected a:hover {
	background-image: none;
	text-decoration: underline;
}

.buttons {
	clear: both;
	margin-top: 2em;
}

.buttons a img {
	-moz-opacity: .7;
	filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=70, Style=0);
}
.buttons a:hover img {
	-moz-opacity: 1;
	filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100, Style=0);
}

.buttons a img {
	border: none;
	text-decoration: none;
}

#content {
	width: 800px;
	margin: 3em 0 0 5em;
}
#content p {
	padding-top: 1em;
	text-align: justify;
}
#content ul {
	list-style: none;
	margin-left: 10px;
	padding-top: 2px;
}
#content ul li {
	background: url('images/bullet-next.jpg') no-repeat top left;
	padding-left: 24px;
}
#content div.info {
	margin: 0 -200px 2em 2em;
	font-size: .9em;
	float: right;
	width: 200px;
}

#content div.submenu {
	font-size: .9em;
	float: right;
	width: 150px;
	margin: 0 -180px 2em 2em;
	padding: .2em;
	border: 1px solid #eee;
}
#content div.submenu p {
	text-align: center;
	margin: 0;
	padding: 3px 0 3px 0;
	background-color: #eee;
	width: 100%;
	font-weight: bolder;
	padding-bottom: .5em;
}

.submenu ol li.selected a {
	color: #fff;
	text-decoration: none;
	background-color: #B50F0F;
}
.submenu ol li a {
	margin: 0;
	display: block;
	padding: .4em;
}
.submenu ol li a:hover {
	background-color: #eee;
	color: black;
}
.submenu ol {
	list-style: none;
}
.submenu ol li{
	height: 2em;
}

.gallery {
	display: block;
	padding: 1em 0;
}
.gallery img {
	opacity: .9;
	border: 2px solid #ba0d0d;
}

.gallery a:hover img {
	opacity: 1;
	border: 2px solid #a11313;
}

#footer {
	background: url('images/menu-line.png') repeat-x top;
	height: 1em;
	margin-top: 3em;
	padding: 2em;
}
#footer p {
	text-align: center;
	font-size: .8em;
}


#langs {
	position: absolute;
	left: 700px;
	top: 5px;
}
#langs a img {
	border: 0;
	-moz-opacity: .5;
	filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=50, Style=0);
}
#langs a:hover img {
	-moz-opacity: 1;
	filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100, Style=0);
}

/* Formularze specyficzne*/
#fm-dzwig, #fm-contact {
	width: 600px;
	margin: 3em 5em;
}

#fm-dzwig .form-content fieldset {
	padding: 1em;
	margin-bottom: 1em;
}

#fm-dzwig .form-content fieldset label {
	padding: .3em .5em;
	float: left;
}
#fm-dzwig .form-content .clear label {
	float: right;
}
#fm-dzwig .form-content fieldset div {
	clear: left;
}
#fm-contact p {
	text-align: left;
}
#fm-contact input, #fm-contact textarea, #fm-contact select {
	width: 550px;
}
#fm-contact input.submit, .submit {
	width: 300px;
}

/* Tabela za sprzętem */
table#equipment {
	font-size: .9em;
	margin-top: 3em;
	padding: 3px;
	border: 1px solid #ddd;
	border-collapse: collapse;
}
table#equipment th {
	padding: 4px 7px 4px 7px;
	border: 1px solid #ddd;
	text-align: center;
	background-color: #eee;
}
table#equipment td {
	padding: 4px 10px 4px 10px;
	border: 1px solid #ddd;
}
table#equipment .price, table#equipment .year {
	text-align: right;
}

table#equipment-details {
	font-size: .9em;
	margin-top: 3em;
	border-collapse: collapse;
}
table#equipment-details td.title {
	text-align: right;
	font-weight: bold;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #eee;
	padding: 5px;
}
table#equipment-details td.details {
	padding: 5px;
	padding-left: 2em;
	border-bottom: 1px solid #eee;
}
table#equipment-details td.details a {
	margin: 5px;
}