@charset "utf-8";
/* CSS Document */
body {
	background-color:#025185;	
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
#container {
	width:902px;
	margin:0 auto;
}
#logo {
	background:url(../img/logo.jpg) no-repeat;
	width:832px;
	height:150px;
	padding-top:70px;
	padding-left:50px;
}
#logo, #logo a {
	color:#EBEBEB;
	font-size:16px;
}
#logo a {
	font-size: 24px;
	text-decoration:none;
}

.logo {
	width:902px;
	height:200px;
}
.l1, .l2, .l3, .l4, .l5, .l6, .l7 {
	float:left;
	text-align:center;
	}
.l1 { width: 175px;}
.l2 { width: 139px;}
.l3 { width: 114px;}
.l4 { width: 116px;}
.l5 { width: 118px;}
.l6 { width: 106px;}
.l7 { width: 114px;}
#menu_lista {
	margin-top:-30px;
	height:60px;
}
#menu_lista li a {
	display:block;
	padding:20px;
	height:20px;
	color:#EBEBEB;
	font-size: 13px;
	text-transform: uppercase;
	text-decoration: none;
	background:url(../img/li_background.jpg) repeat-x;
	}
#menu_lista li a:hover {
	background:url(../img/li_background_hover.jpg) repeat-x;
	color:#FA6514;
}
#content {
	width:882px;
	background:#B9CDD9;
	}
#left {
	padding:10px;
}
	#left p {
		color:#496F85;
		font-size: 14px;
		line-height: 18px;
	}
	.image , .image_div{
		padding:5px;
		border:1px solid #A7C0CF;
		margin:5px;
		float:left;
		background: #DDE7EC;
	}
	.image {
		clear:right;
		border: none;
		width:288px;
		height:184px;
		
	}
	.p_center {
		text-align: center;
		clear:both;
		}
	#left a {
		color:#0362A0;
	}
	#left a:hover {
		color:#FA6514;
	}
	#poradnik {
		line-height:20px;
		font-size:14px;
	}
	#poradnik a {
		text-decoration:none;
	}
	#poradnik a.active {
		
		font-weight:bold;
	}
#right {
	width:160px;
	float:right;
	/* background:#ffffff;*/
	padding: 5px;
}	
#footer {
	background:#024C7D;
	width:862px;
	color:#ffffff;
	padding:10px;
	font-size:14px;
	}
	#footer a {
		color:#ffffff;
	}
	#footer a:hover {
		color:#FFE100;
	}
.tabela_program_partnerski {
	border:1px solid #0066CC;
	background-color:#71BEE3;
	text-align:center;
	padding:3px;
}	
.tabela_program_partnerski td {
	text-align:center;
	font-size:13px;
	padding:6px;
}