
* {
	margin: 0;
	padding: 0;
}

body {
	font-family: georgina;
	color: white;
	background: black;
	margin: auto;
}

h1, h2, h3 {
	color: #E1F9F7;
}

h1 {
	font-size: 1.4em;
}

h2 {
	margin-bottom: 1em;
	text-transform: uppercase;
	font-size: 1.2em;
}

h3 {
	margin-bottom: 1.5em;
	text-transform: uppercase;
	font-size: .8em;
	
}

p, blockquote, ul, ol {
	margin-bottom: 1.5em;
}

p {
	color: #E1F9F7;
	text-align: justify;
	font-size: 1.3em;
	margin-right: 20px;
}

ul, ol {
}

ul {
}

ul li {
	color: white;
	font-size: 1.2em;
}

ol {
}

ol li {
	color: white;
}

a:link {
	color: #E1F9F7;
	text-decoration: none;
}

a:hover {
	color: #E1F9F7;
	text-decoration: none;
}

a:visited {
	color: #E1F9F7;
	text-decoration: none;
}

img {
}

.image-left {
	float: left;
	margin-right: 1em;
}

.image-right {
	float: right;
	margin-left: 1em;
}

/*content*/

#content {
	width: 1150px;
	margin: auto;
}

/* top */

#top {
	width: 1150px;
	height: 50px;
	float: left;
	background: url(images/top.jpg);
}
/* wypelniacz */

#wypelniacz {
	width: 360px;
	height: 50px;
	float: left;
	background: url(images/wypelniacz.jpg);
}

/* menu1 */

#menu1 {
	width: 158px;
	height: 50px;
	float: left;
	background: url(images/menu1.jpg);
}

#menu1 a {
	text-decoration: none;
	color: #A6A2B0;
	font-size: 1.3em;
	font-family: georgina;
}

#menu1 a:hover {
	color: #E1F9F7;
}

/* menu2 */

#menu2 {
	width: 158px;
	height: 50px;
	float: left;
	background: url(images/menu2.jpg);
}

#menu2 a {
	text-decoration: none;
	color: #A6A2B0;
	font-size: 1.3em;
	font-family: georgina;
}

#menu2 a:hover {
	color: #E1F9F7;
}

/* menu3 */

#menu3 {
	width: 158px;
	height: 50px;
	float: left;
	background: url(images/menu3.jpg);
}

#menu3 a {
	text-decoration: none;
	color: #A6A2B0;
	font-size: 1.3em;
	font-family: georgina;
}

#menu3 a:hover {
	color: #E1F9F7;
}

/* menu4 */

#menu4 {
	width: 158px;
	height: 50px;
	float: left;
	background: url(images/menu4.jpg);
}

#menu4 a {
	text-decoration: none;
	color: #A6A2B0;
	font-size: 1.3em;
	font-family: georgina;
}

#menu4 a:hover {
	color: #E1F9F7;
}

/* menu5 */

#menu5 {
	width: 158px;
	height: 50px;
	float: left;
	background: url(images/menu5.jpg);
}

#menu5 a {
	text-decoration: none;
	color: #A6A2B0;
	font-size: 1.3em;
	font-family: georgina;
}

#menu5 a:hover {
	color: #E1F9F7;
}

/* lewa */

#lewa {
	width: 360px;
	height: 500px;
	float: left;
	background: url(images/lewa.jpg);
}

/* tekst */

#tekst {
	width: 790px;
	height: 500px;
	float: left;
	background: url(images/tekst.jpg);
}

/* lewa_dol */

#lewa_dol {
	width: 700px;
	height: 167px;
	float: left;
	background: url(images/lewa_dol.jpg);
}

/* prawa */

#prawa {
	width: 450px;
	height: 167px;
	float: left;
	background: url(images/prawa.jpg);

}

/* kungas */

#kungas {
	width: 1100px;
	height: 30px;
	float: left;
}

#kungas p {
	margin-top: 5px;
	margin-left: 84px;
	font-size: 0.8em;
	color: #E1F9F7;
}

#kungas a {
	color: #E1F9F7;
	text-decoration: none;
}


