/* CSS Document */
* { margin: 0px; }
body { font-family: "Trebuchet MS", Geneva, Helvetica, sans-serif; font-size: 76%; padding: 0px; margin-top: 0px; margin-right: auto; margin-bottom: 40px; margin-left: auto; text-align: center; background-image: url(images/logo_tlo.gif); background-repeat: repeat-x; background-position: left top; background-color: #333333; color: #333333; }
h1, h2, h3, h4, h5, h6, ul, li { font-family: Georgia, "Times New Roman", Times, serif; margin: 0px; padding-top: 5px; padding-right: 18px; padding-bottom: 5px; padding-left: 18px; }

input {border:1px solid #ccc;}
textarea {border:1px solid #ccc;}

div.container { 
	width: 1052px; 
	min-height:400px;
	margin-top: 0px; 
	margin-right: auto; 
	margin-bottom: 0px; 
	margin-left: auto; 
	position: relative; 
	text-align: left; 
	min-height:100px; 
	}

div#header { position: relative; min-height: 350px; background-image: url(); background-repeat: repeat-x;  }

div#menu { position: absolute; top: 350px; right: 0px; background-color: #FFFFFF; font-family: "Trebuchet MS", Geneva, Helvetica, sans-serif; 
	font-size: 1em; min-height: 304px; width: 250px; background-image: url(images/menu2_.gif); background-repeat: no-repeat; background-position: center top; text-align: left; }
div#menu ul { margin: 0px; padding: 15px 10px 0px; }
div#menu.en ul { margin: 0px; padding: 15px 5px 0px; }
div#menu ul li { list-style: none; margin: 0px; padding: 0px; }
div#menu ul li a { display: block; height: 25px; line-height: 25px; text-decoration: none; color: #055801; background-image:url(images/menu_bg.gif); background-position: left top; background-repeat: no-repeat; text-indent: 20pt; }
div#menu.en ul li a { display: block; height: 25px; line-height: 25px; text-decoration: none; color: #055801; background-image:url(images/menu_bg.gif); 
background-position: left top; background-repeat: no-repeat; text-indent: 15pt; }
div#menu ul li a:hover { color: #333333; text-decoration: none; background: url(images/menu_bg.gif) no-repeat -5px bottom; }

.wystlink {color: #055801; text-decoration: none;}

div.content { 
	width: 1052px; 
	min-height:400px;
	margin-top: 0px; 
	margin-right: auto; 
	margin-bottom: 0px; 
	margin-left: auto; 
	position: relative; 
	text-align: left; 
	min-height:800px; 
	}

.opis {
	padding:10px 20px;
	line-height:150%
	}

hr 	
	{
	border-bottom:1px solid #fff; 
	border-top:1px solid #eee;
	border-left:0px solid #ddd;
	border-right:0px solid #ddd;
	margin: 10px 0;
	}

 ul { padding-right: 10px; padding-left: 50px; position: relative; }
 ul li { line-height: 18px; list-style-type: none; padding-left: 20px; background-image: url(images/li.gif); background-repeat: no-repeat; background-position: left center; }
 ul.org li { position: relative; }
 ul.org li a.link { position: absolute; left: 160px; display: block; top: 5px; line-height: 18px; height: 18px; width: auto; }

.t_table, .t_td {
	width:600px;
	border: 1px solid #fff;  
	border-collapse: collapse;
}
.t_td_head {
	background:#054530;
	color:#fff;
	text-align:center;
	font-family: calibri, Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	font-weight: bold;
	border: 2px solid #fff;  
	height:40px;
}

.t_td_green {
	background:#499470;
	color:#fff;
	text-align:center;
	font-family: calibri, Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	border: 2px solid #fff;  
	padding:5px 5px;
	white-space: nowrap;
}

.t_td_grey_head {
	background:#ccc;
	color:#000;
	text-align:left;
	font-family: calibri, Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	border: 2px solid #fff;  
	padding:5px 5px;
}

.t_td_grey {
	background:#eee;
	color:#000;
	text-align:left;
	font-family: calibri, Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	border: 2px solid #fff;  
	padding:5px 5px;
}

