/* CSS Eion.pl */

body {
  z-index: 2;
	margin: 0;
	padding: 0;
	background: #b3b3b3 url(images/img01.png) repeat-x  left top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #787878;  
}
 

h1, h2, h3 {
	margin: 0;
	padding: 0;
	font-weight: normal;
	color: #023848;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 2.4em;
}

h3 {
	font-size: 1.5em;
}

h4 {
	font-size: 1em;
}

h5 {
	font-size: 0.8em;
}

p, ul, ol {
	margin-top: 0;
	line-height: 180%;
}

ul, ol {
}

a {
	text-decoration: none;
	color: #4486C7;
}

a:hover {
}

img {
border: 0px;
}

#wrapper {
	width: 860px;
	height: 100%;
	margin: 0 auto;
	padding: 0;
}

/* Header */

#header {
	width: 860px;
	height: 260px;
	margin: -20px 0px 0px 49px;
  padding: 0;
}


/* Menu */

#menu {
	width: 762px;
	height: 90px;
	margin: 0px 0px 0px 49px;
	padding: 0;
}

#menu ul {
	margin: 0;
	padding: 22px 0px 0px 0px;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
}

#menu a {
	display: block;
	width: 127px;
	height: 30px;
	margin-right: 0px;
	padding: 9px 0px 0px 0px;
	background: url(images/button.png) no-repeat center top;
	text-decoration: none;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	border: none;
}

#menu a:hover, #menu .current_page_item a {
	background: url(images/button_2.png) no-repeat center top;
}    

#menu .current_page_item a {
	padding-left: 0px;
}

/* Page */

#page {
	width: 762px;
	height: 100%;
	margin: -37px 0px 0px 49px;
	padding: 0px 0px 0px 0px;
	background: #ffffff url(images/img03.gif) repeat-y left top;
}

#page-bgtop {
	padding: 20px 0px;
}

#page-bgbtm {
}

/* Content */

#content {
  height: 100%;
  z-index: 1;
	float: left;
	width: 720px;
	padding: 10px 0px 15px 22px;
  margin: 0px auto;
}

#content .title {
 font-size: 2em;
 font-weight: bold;
 color: #af2825;

}

#content .entry {
 font-size: 1em;
 font-style: italic;
}

#content p:first-letter {
  padding: 0 0 0 10px;
  font-weight: bold;
  font-size: 1.1em; 

}

.links {
	padding-top: 20px;
	font-size: 12px;
	font-weight: bold;
}

.bold {
  font-weight: bold;
}

.wiecej {
  font-size: 0.8em;
}

.red {
  color: #af2825;
}

.ul {
  position: relative; left: 25px; bottom: 8px;
}


input.przycisk {
background-color: #af2825;
color: #ffffff;
border-right: #9B0000 1px solid;
border-top: #9B0000 1px solid;
border-bottom: #9B0000 1px solid;
border-left: #9B0000 1px solid;
 }

#pakiety a:hover {
	background: url(images/pakiet3_1.png);
}    
/* Footer */

#footer {   
	height: 50px;
  width: 762px;
	margin: 0px auto;
	padding: 0px 0px 0px 0px;
	background: url(images/img01footer.gif) repeat-x left top;
	font-family: Arial, Helvetica, sans-serif;
}

#footer p {
	margin: 0;
	padding-top: 7px;
	line-height: normal;
	font-size: 9px;
	text-transform: uppercase;
	text-align: center;
	color: #ffffff;
}

#footer a {
	color: #ffffff;      
}
