/*******************************************************************************
	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 5002 2008-07-09 14:34:59Z gpoznanski $
*******************************************************************************/

body {
	text-align:left;
	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');
	margin-top: 4px;
}
@media print {
	body {
		/*visibility: hidden;*/
		/*position: absolute;*/
	}
	
	#print {
		visibility: visible;
		position: absolute;
		margin: 0px;
		padding: 0px;
		top: 0px;
		left: 100px;
	}
}

p
{
	margin-bottom: 6px;
	margin-top: 6px;
}

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;
}

a {
	color: rgb(237, 140, 41);
	text-decoration: none;
}

ul li
{
	list-style-image: url("images/menu_strzalka.jpg");
}
ul
{
	margin-top: 0px;
	margin-bottom: 0px;

}
ul li
{
	/*list-style-image: url("images/listitem.jpg");*/
	list-style-type: none;
	background-image: url("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
{
	margin: 6px  0px;
	padding-left: 20px;
}
ol li
{
	margin: 0px;
	padding: 0px;
}
ol li div
{
	display: inline;
}
/*
 * style do szablonu
 */
#theme {
	width: 787px;
}

#langtop {
	padding-bottom: 3px;
}

#top {
	height: 52px;
	background-color: #1A3369;
/*	border-bottom: 1px solid #FFFFFF; */
}

#flash {
/*	border-bottom: 10px solid #fff; */
}
#przerwaTop {
	padding: 5px 60px;
}
#przerwaTop #pol {
	border: 1px solid #1A3369;
}
td.Content {
	border-bottom: 30px solid #ffffff;
	vertical-align: top;
}

#ConLefTd, #ConLeft {
	width: 170px;
}
#ConLeft {
	overflow: hidden;
}

#ConCentTd {
	width: 429px;
	padding: 0px 24px;
}
#ConCent {
	width: 381px;
	overflow: hidden;
}

#ConRighTd, #ConRigh {
	width: 161px;
}
#ConRigh {
	overflow: hidden;
}

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