body {
	
        margin-top: 1px;
        margin-left: 1px;
        font-family: verdana;
        font-size: 10px;
 }
 
table {
	
	border: 0px;
	border-collapse: collapse;
	
	}
	
table.main_table {
	
	border: solid 1px;
	border-color: #AAAAAA;
	border-collapse: collapse;
	
	
	}

ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 135px; /* Width of Menu Items */
	border-bottom: 1px solid #ccc;

	}
	
ul li {
	position: relative;

	}
	
li ul {
	position: absolute;
	left: 135px; /* Set 1px less than menu width */
	top: 0;
	display: none;
	
	}

/* Styles for Menu Items */
ul li a {
         display: block;
	 text-decoration: none;
         font-size: 11px;
         color: #0000A0;
  	 background: #66CCFF; /* IE6 Bug */
 	 padding: 5px;
	 border: 1px solid #ccc; /* IE6 Bug */
	 border-bottom: 1;

        }
#nav ul li a:hover{ /*Theme Change here*/
background-color: #99CCFF;

}
/* Holly Hack. IE Requirement \*/
* html ul li { float: left; height: 1%; }
* html ul li a { height: 1%; }
/* End */

li:hover ul, li.over ul { display: block; } 
li:hover ul ul, li.over ul ul {display: none;} 
ul ul li:hover ul, ul ul li.over ul {display: block;} 
/* tekst standardowy*/
.tekst_std{
       font-size: 14px;
       font-weight: bold;
       color: #0000A0;
}
/* tekst w stopce*/
.stopka{
       font-size: 12px;
       font-weight: bold;
       color: #0000A0;
}

#tabelka_naglowek_glowna{
       font-size: 12px;
       text-align: center;
       font-weight: bold;
       color: #0000A0;
       text-decoration: none;
       border: 0px;
}

a.bip:link{
	color: #445599;
	}
a.bip:visited{
	color: #445599;
	}
a.bip:hover{
	color: #7799BB;
	}
a.bip:active{
	color: #7799BB;
	}



table.window{
	width:550px;
		
	horizontal-align: center;
	padding:0px;spacing:0px;
	border-collapse:collapse;
	
	
	
	font-family: verdana;font-size:9px;font-weight:normal;color:#555555;
}

td.window_title_left{
	width:20px;
	height:20px;
	font-family: verdana;
	font-size:9px;font-weight:bold;
	
	
}
td.window_title_right{
	width:530px;
	height:20px;
	font-family: verdana;font-size:12px;font-weight:bold;color:#222222;
	
}

td.window_content{
	width:550px;
	height:50px;
	padding:10px;
	vertical-align:top;
	text-align: center;
	font-family: verdana;font-size:10px;font-weight:normal;color:#222222;
}

td.window_footer{
	height:20px;
	width:550px;
	padding-left:10px;
	font-family: verdana;font-size:9px;font-weight:normal;color:#222222;
}


table.komunikat_pozytywny{
	border: solid 1px;
	border-color: #55FF55;
	width:500px;
	height:50px;
	padding:0px;
	border-collapse:collapse;
	}

td.komunikat_pozytywny_bar{
	background: #55FF55;
	height: 18px;
	font-weight:bold;
	text-align:center
}

td.komunikat_pozytywny_content{
	background: #DDFFDD;
}

table.komunikat_negatywny{
	border: solid 1px;
	border-color: #FF5555;
	width:500px;
	height:50px;
	padding:0px;
	border-collapse:collapse;
	}

td.komunikat_negatywny_bar{
	background: #FF5555;
	height: 18px;
	font-weight:bold;
	text-align:center;
}

td.komunikat_negatywny_content{
	background: #FFDDDD;
}






table.form{
	width:550px;
}

.cl_bar{
		
}

.cl_content{
	
}

.cl_errortxt{
	
}

input.button{ 
	width: 100px;
	height: 18px;
	font-size: 10px;

	border: solid 1px;
	background: #D0D0D0;
	border-color: #555555;
}

.form_wide{
	width: 200px;
	height: 18px;
	font-size: 10px;
	
	border: solid 1px;
	background: #EEEEEE;
	border-color: #555555;
	
}

.ta{
	width:500px;
	height:100px;
	font-size: 10px;
	font-family: verdana;
	border: solid 1px;
	background: #EEEEEE;
	border-color: #555555;	
}
	



.txt{
	font-family: verdana;
    font-size: 11px;
}

