/* -------- ZEROWANIE DOMY?LNYCH PARAMETRÓW DLA RÓŻNYCH PRZEGLźDAREK ------------------------ */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,
form,fieldset,input,textarea,p,blockquote,th,td { margin:0; padding:0; }
img { border:0; }
ol,ul { list-style:none; }

body {
	background: #421A1A url(../images/background.jpg) no-repeat fixed top center;
	font-family: Georgia;
	font-size: 14px;
	color: #fff7e7;
}

/* ----------------- UKŁAD DIVÓW ------------------------------------------------------------ */
#gora {
	height: 565px;
	background: url(../images/bg-linia.gif) repeat-x fixed top;
	
}
#dol {
	
}
#container {
	height: 438px;
	background:  url(../images/bg-content.jpg) no-repeat;
}
#top {
	height: 127px;
}
#menu {
	background-color: white;
	height: 35px;
	width: 620px;
	float: right;
	top: 92px;
	right: 17px;
}
#logo {
	width: 157px;
	height: 117px;
	top: 5px;
	left: 25px;
	background: url(../images/logo-alfa.png) no-repeat;
}
#content {
	width: 490px;
	height: 370px;
	overflow: auto;
	top: 23px;
	left: 23px;
	padding-right: 20px;
}

#menu, #bonus {
	float: right;
	right: 17px;
}

#logo, #menu, #content, #bonus, #button {
	position: relative;
}
#logo, #container {
	behavior: url(js/iepngfix.htc);
}
#gora, #dol {
	width: 100%;
	clear: both;
}
#top, #container {
	width: 878px;
	clear: both;
	margin: 0 auto;
}
#up {
	position: fixed;
	margin:10px;
	left:645px;
}
#button {
	background-color: white;
	width: 150px;
	padding-right:5px;
	float: right;
	top: 0px;
	clear: both;
	height: 35px;
}
/*------------- LISTY UL LI ------------------------------------------------------------- */
#menu ul, #bonus ul, #button ul {
	color: #381E1F;
	float: right;
	padding: 8px;
}
span {
	color:#381e1f;
}
#menu li {
		font-size: 14px;
}
#menu li, #bonus li, #button li {
	border-right: 2px solid #381E1F;

	margin: 0px 0px 0 8px;
	padding-right: 10px;
	display: block;
	float: left;
	font-weight: bold;
}
#bonus ul {
	margin:5px 3px 0 0;
	height: 17px;
	background-color: #fff;
}
#bonus li {
	font-size: 14px;
	
}
#content ul {
	
	list-style-type: disc;
	list-style-position: inside;
	margin: 5px 0 10px 0;
	padding: 5px 0 10px 0;
	
}
#content li {
	padding: 0 15px;
}
#content li:hover {
	
}
/*------------WYGLźD AKAPITÓW -------------------------------------------------------------- */
p {
	margin: 10px 5px;
	text-align: justify;
}
p.right {
	text-align: right;
}

/* --------------- NAGŁÓWKI ---------------------------------------------------------------- */
h1 {
	font-size: 26px;
	color: #fff;
}
h2 {
	font-size: 18px;
	margin: 8px 0 8px 15px;
	
}
h2 em {
	font-size: 93%;
}
/* ----------------- LINKI --------------------------------------------------------------- */
a {
	text-decoration: none;
	color: #381E1F;
}
a:hover {
	text-decoration: underline;
}

strong {
	color: #543F35;
}