@CHARSET "UTF-8";

/* podpowiedzi XHConn */
.suggest_link {
	background-color: #fff;
	padding: 2px 6px 2px 6px;
}
.suggest_link_over {
	background-color: #eee;
	padding: 2px 6px 2px 6px;
}
div.search_suggest {
	position: absolute;
	text-align: left;
	border: 1px solid #aaa;
	display: none;
}	
h2.standart_tytul {
	margin: 0px; 
	padding: 5px 5px 5px 0px; 
	font-family: verdana; 
	font-size: 12px;
	color:#ff6600;
}
.standard_tekst {
	font-family: verdana; 
	font-size: 11px; 
	color: rgb(68, 68, 68); 
	line-height: 18px;
}
body {
	margin: 0px;
	padding: 0px;
	text-align: center;

}

#Content {
	border-left: 0px solid #EFF5F7;
	border-right: 0px solid #EFF5F7;
	border-bottom: 0px solid #EFF5F7;
	/*background: #E9EBF1;;*/
	background: #F1F4F7;
}


div#page	{
	margin: 0px;
	padding: 0px;	
	width: 750px;
	border: 0px solid green;	
	margin: 0px auto 0 auto; 	
}

div#top	{
	margin-top:15px;	
	width: 750px;
	border: 0px solid red;
	text-align: left;

	padding-top: 0px;

}
div#baner {
	border: 0px solid red;
	text-align: left;
	padding-top: 0px;
	border: 0px solid pink;
	
}
div#menu {
	border: 0px solid red;
	text-align: left;
	padding-top: 0px;
	vertical-align:top;
	height:19px;
	background: #597282;
	
}
div#toolbar {
	height:42px;
	text-align: left;
	padding-top: 0px;
	background:#E3E9EE;
	/*background: #EFF5F7;*/
	vertical-align:middle;
}

.textarea {
	border: 1px solid #597282;
	background: white;
	font-family: verdana; 
	font-size: 11px; 
	color: rgb(68, 68, 68); 	
}
.warning {
	color: #dd0000;	
}
.text {
	border: 1px solid #597282;
	background: white;
	font-family: verdana; 
	font-size: 11px; 
	color: rgb(68, 68, 68); 	
}
.select {
	border: 1px solid #597282;
	background: white;
	font-family: verdana; 
	font-size: 11px; 
	color: rgb(68, 68, 68); 	
	
}
.button {
	background: #E8ECF2;
	border: 1px solid #597282;
	font-family: verdana;
	color: #597282;
	font-weight: bold;
	font-size: 11px;
	height: 20px;
	}


table.box {
	font-family:verdana;
	font-size:11px;
	color: #555;
	text-align:left;
	border: 1px solid #45658C;
}
table.box th
	{
	font-weight:bold;
	background: #7595AC;
	padding:2px;
	color: white;
	text-align:center;
}

form {
	margin:0px;
	padding:0px;
	}

A.wiecej		{ color: #FF5A00; font-size: 11px;font-family: verdana, arial, sans-serif; text-decoration: none; font-weight:normal; } 
A:link.wiecej	{ color: #FF5A00; text-decoration: none; } 
A:visited.wiecej	{ color: #FF5A00; text-decoration: none; } 
A:active.wiecej	{ color: #FF5A00;  } 
A:hover.wiecej	{ color: #fb0000; text-decoration: underline; } 

A.header		{ color: #597282; font-size: 11px;font-family: verdana, arial, sans-serif; text-decoration: none; font-weight:bold; } 
A:link.header	{ color: #597282; text-decoration: none; } 
A:visited.header	{ color: #597282; text-decoration: none; } 
A:active.header	{ color: #597282;  } 
A:hover.header	{ color: #fb0000; text-decoration: underline; } 


A.tekst		{ text-decoration: none; color:#555; } 
A:link.tekst	{ text-decoration: none; } 
A:visited.tekst	{  text-decoration: none; } 
A:active.tekst	{ } 
A:hover.tekst	{ cursor:pointer; text-decoration: underline; } 

A.link		{ font-size: 11px;font-family: verdana, arial, sans-serif; text-decoration: none; font-weight:normal; } 
A:link.link	{ color: #FF5A00; text-decoration: none; } 
A:visited.link	{ color: #FF5A00; text-decoration: none; } 
A:active.link	{ color: #FF5A00;  } 
A:hover.link	{ color: #fb0000; text-decoration: none; } 


/* MENU*/
.suckertreemenu ul{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

/*Top level list items*/
.suckertreemenu ul li{
	position: relative;
	display: inline;
	float: left;
	background-color: #f3f3f3; /*overall menu background color*/
	font-family: verdana;
	font-size: 11px;
	font-weight:bold;

}

/*Top level menu link items style*/
.suckertreemenu ul li a{
	display: block;
	width: 90px; /*Width of top level menu link items*/
	padding: 3px 8px;
	border: 0px solid #777;
	border-left: 0px solid red;
	
	text-decoration: none;
	color: #fff;
	
}
	
/*1st sub level menu*/
.suckertreemenu ul li ul{
	left: 0;
	position: absolute;
	top: 1em; /* no need to change, as true value set by script */
	display: block;
	visibility: hidden;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.suckertreemenu ul li ul li{
	display: list-item;
	float: none;
}

/*All subsequent sub menu levels offset after 1st level sub menu */
.suckertreemenu ul li ul li ul{ 
	left: 159px; /* no need to change, as true value set by script */
	top: 0;
}

/* Sub level menu links style */
.suckertreemenu ul li ul li a{
	display: block;
	width: 160px; /*width of sub menu levels*/
	color: #567;
	text-decoration: none;
	padding: 3px 5px;
	border-bottom: 1px solid #aaa;
	border-left: 1px solid #aaa;	
	border-right: 1px solid #aaa;	
}

.suckertreemenu ul li a:hover{
	background-color: #ddd;
	color: #345;
}

/*Background image for top level menu list links */
.suckertreemenu .mainfoldericon{
	background: #ddd url(media/arrow-down.gif) no-repeat center right;
}

/*Background image for subsequent level menu list links */
.suckertreemenu .subfoldericon{
background: #ddd url(media/arrow-right.gif) no-repeat center right;
}

* html p#iepara{ /*For a paragraph (if any) that immediately follows suckertree menu, add 1em top spacing between the two in IE*/
padding-top: 1em;
}
	
/* Holly Hack for IE \*/
* html .suckertreemenu ul li { float: left; height: 1%; }
* html .suckertreemenu ul li a { height: 1%; }
/* End */
