a
{
	text-decoration: none;
	color: #003399;
}

#panel_main label, .std label
{
	display: block;
	width: 160px;
	padding-right: 20px;
	padding-top: 10px;
	text-align: right;
	float: left;
	font-size: 0.85em;
}

#panel_main input, #panel_main select:not(.mceSelectList), .std input, .std select
{
	font-size: 1em;
	width: 320px;
	border: 1px solid #a0a0a0;
	margin-top: 5px;
	margin-bottom: 1px;
	/*float: left;*/
}

.std textarea
{
	margin-top: 5px;
}

#panel_main input[type="submit"], .std input[type="submit"]
{
	margin-left: 50px;
	margin-right: 50px;
}

li.active a
{
	color: red;
}


html
{
	text-align: center;
	font-family: Verdana, Tahoma, sans-serif;
	background: #666;
	font-size: 0.8em;
	padding: 0;
	margin: 0;
}

body
{
	margin: 0;
	padding: 0;
}

#main
{
	width: 890px;
	margin: auto;
	margin-top: 0;
	margin-bottom: 0;
	text-align: left;
	background: white;
	padding-top: 7px;
	padding-bottom: 10px;
	padding-left: 10px;
	min-height: 100%;
}

#header
{
	margin-left: 1px;
	margin: 0;
	margin-top: 6px;
	display: block;
	width: 880px;
	height: 233px;
	max-height: 233px;
	background: url("img/header02bg.gif");
	background-position: top right;
	background-repeat: no-repeat;
	clear: both;
}

#top_menu
{
	margin: 0;
	margin-left: 2px;
}

#top_menu ul
{
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	margin: 0;
	display: block;
	height: 31px;
	padding: 0;
	padding-left: 1px;
	margin-right: -1px;
	width: 880px;
	background: url("img/top_menu_background.jpg");
	background-repeat: repeat-x;
	list-style: none;
}

#top_menu li
{
	color: white;
	display: block;
	float: left;
	/* bylo 109px */
	width: 96px;
	padding-top:8px;
	height: 20px;
	border-right: 1px white solid;
}

#top_menu li.active
{
	background: red;
}

#bottom_menu
{
	/*margin-top: 10px;*/
	padding-top: 10px;
	text-align: center;
	font-size: 0.9em;
}

#bottom_menu li
{
	display: inline;
	padding-left: 10px;
	padding-right: 10px;
}

#bottom_menu li+li
{
	border-left: 1px solid black;
}

#top_menu a,#top_menu a:visited,#top_menu a:active
{
	color: white;
}

#bottom_line
{
	background-color: #8094ac;
	width: 880px;
	height: 5px;
	max-height: 5px;
	padding: 0;
	border: 0;
}

#copyright
{
	float: left;
	margin-left: 100px;
	margin-top: 8px;
	font-size: 0.8em;
}

#wykonanie
{
	float: right;
	margin-right: 85px;
	margin-top: 8px;
	font-size: 0.8em;
}

#current
{
	padding-top: 10px;
	padding-bottom: 10px;
}

.clearer
{
	clear: both;
}

#side_menu
{
	float: left;
	border: 0;
	margin: 0;
	padding: 0;
	min-height: 1px; /*  IE6 */ 
	min-width: 221px;
	background-color: #012A58; /* IE6 */
}

#side_rpl
{
	/*float: left;*/
	border: 0;
	margin: 0;
	padding: 0;
	/*background-color: #e9e9e9;*/
	background: url("img/main_bkg.jpg");
	background-repeat: repeat;
	/*max-height: 100%;*/
}

.side_right
{
	/*background-color: white;*/
	float: left;
	width: 637px; /* 660 */
	margin: 0;
	padding: 0;
}

#side_menu ul
{
	list-style: none;
	font-size: 12px;
	font-weight: bold;
}

#side_menu ul, #side_menu li
{
	margin: 0;
	padding: 0;
}

#side_menu > ul > li
{
	padding-left: 13px;
	padding-top: 8px;
	display: block;
	border-bottom: 1px solid white;
	/* background-color: #012A58;    /*  IE6 compatibility */ 
	width: 208px;
	min-height: 20px;
	color: white;
}

#side_menu > ul > li > ul
{
	background-color: #012A58;
}

#side_menu > ul > li > ul > li
{
	height: 20px;
	width: 195px;
	padding-top: 8px;
	padding-left: 13px;
	border-top: 1px solid white;
}

#side_menu .nolink
{
	display: block;
	margin: 0;
	padding: 0;
	/*border-bottom: 1px solid white;*/
	height: 20px;
}

/* dodane */
#side_menu .nolink:hover
{
	background-color: red;
}

#side_menu li.active
{
	background-color: red;
}

/* dodane */
#side_menu li.active:hover
{
	background-color: red;
}

#side_menu a
{
	color: white;
	display: block;
	margin: 0;
	padding: 0;
	height: 20px;
}

/*dodane*/
#side_menu a:hover
{
background-color: red;
}

#side_menu li:hover
{
	background-color: red;
}

#top_menu li:hover
{
	background-color: red;
}

img.internal
{
	margin: 5px;
	float: left;
}

#login_form form
{
	display: block;
	margin: 0;
	padding: 0;
	padding-left: 4px;
	padding-top: 8px;
	width: 276px;
	min-height: 104px;
	max-height: 134px;
	padding-bottom: 5px;
	background: #67809e;
}

#login_form label
{
	margin-bottom: 6px;
	font-size: 0.8em;
	color: white;
	font-weight: bold;
	text-align: center;
}

#login_form input
{
	width: 171px;
	height: 20px;
	border: #144371 1px solid;
	margin-bottom: 13px;
}

#login_form input[type=submit]
{
	width: 69px;
	height: 22px;
	margin-left: 16px;
	background: url("img/btn_zaloguj.jpg");
	font-size: 0px;
	border: 0;
	margin-bottom: 0;
}

#login_form ul
{
	display: block;
	margin: 0;
	padding: 0;
	width: 253px;
	background: #ccd6e0;
	list-style-image: url("img/login-list.jpg");
	padding: 7px;
	padding-left: 20px;
	color: #003399;
	font-size: 0.8em;
	font-weight: bold;
}

#login_form li + li
{
	margin-bottom: 0;
}

#login_form li
{
	margin-bottom: 8px;
}

#login_form input, #login_form label
{
	display: block;
	float: left;
}

p.error
{
	text-align: center;
	font-weight: bold;
	color: red;
}

.main, #panel_main
{
	float: left;
	margin-left: 10px;
	width: 637px;
	/*padding: 10px;*/
}

#panel_main table:not(.mceEditor)
{
	width: 615px;
	border: 1px solid black;
	font-size: 0.8em;
}

#panel_main td.allowed
{
	background: lightgreen;
	text-align: center;
}

#panel_main td.denied
{
	background: red;
	text-align: center;
}

#panel_main td.inherited
{
	background: yellow;
	text-align: center;
}

textarea
{
	width: 570px;
	height: 250px;
}

.producent img
{
	max-height: 90px;
	border: 0;
	position: absolute; /* for IE6 compatibility */
}

.producent
{
	display: block;
	text-align: left; /* center if not IE6 compatibility */
	vertical-align: middle;
	width: 120px;
	height: 90px;
	margin: 15px;
	float: left;
}

.galeria img
{
	max-width: 120px;
	max-height: 90px;
	border: 1px solid black;
}

.news_text img
{
	border: 1px solid black;
}

.galeria
{
	display: block;
	text-align: center;
	width: 120px;
	height: 90px;
	margin-right: 17px;
	margin-top: 17px;
	margin-bottom: 17px;
	margin-left: 17px;
	float: left;
}

h1
{
	display: block;
	min-height: 20px;
	width: 622px;
	background: url("img/h1_bkg.jpg");
	font-size: 16px;
	padding: 2px;
	padding-left: 12px;
	margin: 0;
	margin-bottom: 5px;
	background-repeat: no-repeat;
	background-position: left bottom;
}

.only h1
{
	width: 870px;
}


.only .main
{
	margin-left: 0px;
	width: 880px;
	/*border: 1px solid green;*/
}

.column h1
{
	width: 266px;
}

.column + .column
{
	margin-left: 11px;
}

.column
{
	float: left;
	width: 285px;
	min-height: 200px;
	/*border: 1px solid red;*/
}

table img
{
	max-height: 100px;
	max-width: 300px;
}

hr
{
	width: 100%;
	background-color: #cccccc;
	height: 1px;
	border: 0;
}

.column hr
{
	width: 285px;
	background-color: #cccccc;
	height: 1px;
	border: 0;
}

h2
{
	min-height: 16px;
	background-color: #ccd6e0;
	margin: 0;
	padding-left: 5px;
	padding-top: 7px;
	padding-right: 2px;
	font-weight: bold;
	font-size: 12px;
	color: #15326a;
	
}

h3
{
	min-height: 16px;
	background-color: #ccd6e0;
	margin: 0;
	margin-bottom: 10px;
	padding-left: 8px;
	padding-right: 6px;
	padding-top: 2px;
	padding-bottom: 3px;
	font-style: italic;
	font-weight: normal;
	font-size: 11px;
}

.link_more
{
	display: block;
	text-align: right;
	margin: 0;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: 10px;
}

.news_text
{
	margin-bottom: 0;
	padding-left: 10px;
	padding-right: 10px;
}

.main table
{
	width: 100%;
}

img.intext
{
	/*display: block;*/
	margin-top: 0;
	margin-right: 9px;
	margin-left: 5px;
	margin-bottom: 5px;
	
	float: left;
	/*max-width: 120px;
	max-height: 90px;*/
}

p
{
	/*text-align: justify; /* */
}

a.back
{
	display: block;
	width: 40%;
	float: left;
}

a.forw
{
	display: block;
	width: 40%;
	float: right;
	text-align: right;
}

.kont_wiad
{
	color: red;
	text-align: center;
	font-size: 2em;
}

#kursy th
{
	background-color: #9ab4a7;
	color: white;
}

#kursy .r1
{
	background-color: #e6efea;
}

#kursy .r2
{
	background-color: #d7e4db;
}

#kursy td, #kursy th
{
	padding: 4px;
	width: 90px;
}

#kursy th
{
	font-size: 0.8em;
}

#kursy table
{
	background-color: #8ca097;
	width: 96%;
	margin-bottom: 10px;
	margin-left: 5px;
}

#panel_main table:not(.mceEditor)
{
	margin: 10px;
}

#panel_main tr, #panel_main td
{
	background-color: #f0f0ff;
}

#panel_main th
{
	background-color: black;
	color:#fafaff;
}

#panel_main th:last-child
{
	width: 50px;
}

#panel_main td:last-child
{
	text-align: center;
}

#panel_main form
{
	margin-top: 12px;
}

.mceEditorContainer table
{
	background: white;
	text-align: left;
}

form label
{
/*	float: left;
	display: block;*/
	width: 100px;
	text-align: right;
	padding-right: 10px;
}

#header object, #header object img, #header > div, #header embed, #flashcontent
{
	float: left;
	display: block;
	width: 499px;
	height: 232px;
}

#header form
{
	display: block;
	float: right;
	border: 1px solid #cccccc;
	width: 299px;
	height: 89px;
	float: right;
	margin-top: 141px;
	margin-bottom: 0px;
	/*text-align: center;*/
}

#header span
{
	display: block;
	margin-top: 3px;
	text-align: center;
}

#header input[type=text]
{
	width: 184px;
	margin-left: 4px;
}

#newsletter 
{
	background-color: #d2d9e3;
	padding: 1px;
}

#newsletter p
{
	background-color: white;
	margin: 0;
	padding: 8px;
	font-size: 0.8em;
}

#newsletter form
{
	margin-top: 5px;
	text-align: center;
	padding-bottom: 0;
	margin-bottom: 0;
}

#newsletter input[type=text]
{
	width: 235px;
	height: 20px;
	border: 1px solid #414f58;
	font-size: 0.8em;
	padding-left: 6px;
	padding-top: 2px;
	color: #666666;
}

#newsletter input[type=submit]
{
	width: 69px;
	height: 22px;
	/*margin-left: 108px;*/
	background: url("img/btn_wyslij.jpg");
	font-size: 0px;
	border: 0;
	margin-top: 12px;
	margin-bottom: 3px;
}

img
{
	border: 0;
}

hr
{
	clear: both;
	text-align: center;
}

/*.intext
{
	display: block;
	max-width: 120px;
	max-height: 90px;
}*/

.mceEditor
{
clear: both;
margin-top: 5px;
margin-bottom: 5px;
border: 1px solid black;
}

.mceEditor img
{
border: 0;
}

.main table
{
	margin-top: 10px;
	margin-bottom: 17px;
}

.main th
{
	background: #e0e0e0;
}

.main td
{
	font-size: 0.7em;
	background: #f9f9f9;
}

.zmian
{
	width: 30px;
}

#lightbox a
{
	border: 0;
}

#lightbox{
	background-color:#eee;
	padding: 10px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
}
#lightboxDetails{
	font-size: 0.8em;
	padding-top: 0.4em;
}	
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }

#lightbox img{ border: none; } 
#overlay img{ border: none; }
#overlay{ background-image: url("img/overlay.png"); }

.add_link,  .actions, .expand
{
	display: block;
	margin-top: 10px;
	margin-bottom: 10px;
}

.textbody
{
	padding: 7px;
}

.inwestycje_tabela tr, .formularz_oferty
{
	display: none;
}

.tresc_oferty
{
	padding: 10px;
}

#imgs
{
	margin: 0;
	padding: 0;
}

.column .news_text p
{
	text-align: left !important;
}

#kursy td
{
	text-align: center;
}

h5
{
	font-weight: normal;
	font-style: italic;
	padding-left: 7px;
	margin: 0;
}

.displayed
{
	display: block;
}

.main p
{
	margin-top: 0px;
	margin-bottom: 12px;
}

#zmiany table td
{
	padding: 3px;
}

.main table td
{
	padding: 4px;
}

th
{
	text-align: center;
}

.wiadomosc
{
	padding: 20px;
}

.message
{
	color: red;
	font-size: 1.5em;
	text-align: center;
}

#reklama_cont
{
	position: absolute;
	left: 50%;
	top: 10%;
	text-align: right;
}

#reklama
{
	position: relative;
	/*margin: 0 auto;*/
	left: -50%;
	min-width: 10px;
	min-height: 10px;
	background: white;
	z-index: 70;
}



.close
{
	display: block;
	font-weight: bold;
	position: relative;
	left: -50%;
	margin-right: 0;
	margin-left: auto;
	width: 15px;
	height: 15px;
	text-align: center;
	background: white;
}

.column .news_text
{
	min-height: 120px;
}

input[type="checkbox"]
{
	width: 15px !important;
	margin-right: 200px;
}

#produkt
{
	visibility: hidden;
}

#produkt optgroup
{
	display: none;
}

.produkt
{
	display: none;
}

#produkty_f
{
	float: left;
	min-height: 20px;
	width: 340px;
}

#produkty_f select:first-child
{
	display: block;
}

.katalog td
{
	background-color: #e5f0c8 !important;
}

#waluty_txt
{
	padding: 5px;
	padding-top: 7px;
	padding-bottom: 7px;
}
