/*******************************************************************************
	EasyWEB	5

	@Copyright 	Synerway Sp. z o. o. http://www.synerway.pl/
			All rights reserved

	@Author		Antoni Jakubiak <a.jakubiak@synerway.pl>


	@Description	Style dla przyk�adowej strony


	$Id: page.css 2514 2007-11-26 11:20:09Z lgiegiel $
*******************************************************************************/

body {
	background-color: #fff;
	color: #204184;
	/* poni�ej patch do IE, coby si� na :hover zachowywa�o jak przystoi na przegl�dark�*/
	behavior: url('cms/external/csshover/csshover.htc');
}

body, table, td, th, input, textarea, select, h1, h2, h3, h4, h5, h6{
	font-family: tahoma, arial, sans-serif;
}
body, table, td, th, input, textarea, select {
	font-size: 11px;
}
/*
 * style do szablonu
 */
#theme {
	width: 787px;
}

#theme td div {
	overflow: hidden;
}

#top td {
	height: 65px;
	border-bottom: 8px solid #234285;
}
#top a {
	color: #F28C1D;
	text-decoration: none;
}
#ContentLeft {
	width: 192px;
	padding-top: 2px;
}

#Content {
	width: 595px;
	padding: 28px 30px 0px 17px;
}

#footer {
	height: 35px;
	background-color: #F9F9F9;
}

ul li
{
	/*list-style-image: url("images/listitem.jpg");*/
	list-style-type: none;
	background-image: url("../defaultpage/images/listitem.gif");
	background-repeat: no-repeat;
	padding-left: 15px;
	position: relative;
	left: -15px;
	background-position: left top;

}

ul
{
	margin-top: 6px;
	margin-bottom: 6px;
	padding-left:0px;
	margin-left:15px;
}

ol li div
{
	display: inline;
}
ol li
{
	margin:0px;
	padding:0px;
}
a {
	color: rgb(237, 140, 41);
	text-decoration: none;
}
p
{
	margin-bottom: 6px;
	margin-top: 6px;
}