* {
	margin: 0;
	padding: 0;
}

body {
	background-color: #9999ff;
	font: normal 15px verdana, arial, sans-serif;
	font-size: small;
}

#wrapper {
	margin: 0 auto;
	width: 946px;
}

#content {
	background-image: url("../images/layout/bgline.jpg");
	border: 1px solid #ffffff;
	overflow: hidden;
}

#wrapper #content #header {
	width: 946px;
	background-image: url("../images/layout/header.jpg");
	height: 287px;
}

#home {
	position: relative;
	left: 5px;
	top: 5px;
}

#home a {
	width: 200px;
	height: 180px;
	display: block;
}
#home span { display: none; }

#menu {
	width: 248px;
	position: relative;
	float: left;
}

#menu > #facebook {
	position: relative;
	text-align: center;
}

ul#menuul{
	width: 248px;
	position: relative;
	top: -30px;
	list-style: none;
}

#menuul li {
	height: 35px;
	margin-bottom: 2px;
}

#menuul a {
	width: 248px;
	height: 35px;
	display: block;
}

#menuul span { display: none; }

#menuul #stronaglowna { background-image: url("../images/layout/menu_stronaglowna.jpg"); }
#menuul #ofertacennik { background-image: url("../images/layout/menu_oferta_cennik.jpg"); }
#menuul #sparky { background-image: url("../images/layout/menu_sparky.jpg"); }
#menuul #lodzmotorowa { background-image: url("../images/layout/menu_lodz_motorowa.jpg"); }
#menuul #nocleg { background-image: url("../images/layout/menu_nocleg.jpg"); }
#menuul #prognozapogody { background-image: url("../images/layout/menu_pogoda.jpg"); }
#menuul #galeria { background-image: url("../images/layout/menu_galeria.jpg"); }
#menuul #opolowach { background-image: url("../images/layout/menu_opolowach.jpg"); }
#menuul #porady { background-image: url("../images/layout/menu_porady.jpg"); }
#menuul #kontakt { background-image: url("../images/layout/menu_kontakt.jpg"); }

#content #textBox {
	position: relative;
	float: left;
	top: -15px;
	left: 10px;
	width: 500px;
}

#content #textBox p { margin-bottom: 10px; }

#content #textBox .Img { text-align: center; }
#content #textBox .Img img { margin-bottom: 10px; border: 5px solid white;}
#content #textBox #ofertaList { margin-left: 25px; }
#content #textBox #ofertaList li { margin-bottom: 10px; }
#content #textBox #ofertaSubList { margin-left: 25px; }
#content #textBox #ofertaSubList li { margin-bottom: 10px; }
#content #textBox #poradyList { margin-left: 25px; }
#content #textBox #poradyList ul { margin-left: 25px; list-style: square; }
#content #textBox #poradyList li { margin-bottom: 10px; }
#content #textBox #kontaktList { margin-left: 25px; }
#content #textBox #kontaktList li { margin-bottom: 10px; }
#content #textBox #kontaktList a { color: black; }
#content #textBox #sparkyList { margin-left: 25px; }
#content #textBox #sparkyList li { margin-bottom: 10px; }
#content #textBox #jednostkiList { margin-left: 25px; }
#content #textBox #jednostkiList li {margin-bottom: 10px; }
#content #textBox #lodzList { margin-left: 25px; }
#content #textBox #lodzList li {margin-bottom: 10px; }
#content #textBox #opolowachList { margin-left: 25px; }
#content #textBox #opolowachList li {margin-bottom: 10px; }


#content #textBox.index { text-align: left; }
#content #textBox h1 {
	font-size: large;
	margin-bottom: 10px;
	text-align: center;
}
#content #textBox.index h2 {
	font-size: medium;
	margin-bottom: 10px;
	text-align: center;
	font-weight: normal;
}
#content #textBox.index h3 {
	font-size: medium;
	margin-bottom: 10px;
	text-align: center;
	font-weight: normal;
}
#content #textBox.index .index01 {
	font-style: italic;
	text-align: center;
	font-size: medium;
}
#content #textBox.index .index02 {
	text-align: center;
	font-style: italic;
	font-size: medium;
}
#content #textBox.index .index03 { text-align: center; }
#content #textBox.index .index04 { text-align: left; }

#content #textBox.ofertacennik .ofertacennik01 {
	font-style: italic;
	font-size: medium;
}

#content #textBox.ofertacennik #ofertacennik02 {
	text-align: center;
	margin-bottom: 10px;
	font-size: small;
}

#content #textBox.ofertacennik .ofertacennik03 {
	font-weight: bold;
}
#content #textBox.ofertacennik .ofertacennik04 {
	text-align: center;
	font-size: x-large;
	font-weight: bold;
}

#content #rightSide {
	width: 171px;
	height: 543px;
	float: right;
	position: relative;
	right: 7px;
	top: -10px;
	background-image: url("../images/layout/rightSide.jpg");
}

#content #footer {
	width: 946px;
	height: 73px;
	float: left;
	background-image: url("../images/layout/footer.jpg");
}

#footerText {
	text-align: center;
	font-size: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
}

#footerText a {
	color: #000000;
}

#footerText a:hover {
	color: blue;
}

#lang_pl {
	width: 16px;
	height: 12px;
	float: right;
	position: relative;
	right: 20px;
	top: 25px;
	background-image: url("../images/layout/lang_pl.gif");
}

#lang_pl a {
	display: block;
	width: 16px;
	height: 12px;
}

#lang_pl span {
	display: none;
}

#lang_de {
	width: 16px;
	height: 12px;
	float: right;
	position: relative;
	right: 7px;
	top: 25px;
	background-image: url("../images/layout/lang_de.gif");
}

#lang_de a {
	display: block;
	width: 16px;
	height: 12px;
}

#lang_de span {
	display: none;
}
