@charset "utf-8";
/* CSS Document */
.body {
	font-size:65.2%;
	background-color:#212C32;;
	}
.clear{
	clear:both;
	}
.site{
	position:relative;
	width:900px;
	margin-left:auto;
	margin-right:auto;
	}
.headerlogo{
	width:900px;
	}
.headerlogo p{
	font-family:"Times New Roman", Times, serif;
	font-size:1.2em;
	color:#A1AEB2;
	text-align:right;
	}
.headerlogo a, .headerlogo a:visited{
	font-family:"Times New Roman", Times, serif;
	font-size:1.2em;
	color:#A1AEB2;
	text-decoration:none;
	text-align:right;
	}
.headerlogo a:hover{
	color:#FFFFFF;
	}
.menu{
	width:600px;
	height:40px;
	float:right;
	margin:20px 0 0 0;
	}
.menu a, .menu a:visited{
	font-family:"Times New Roman", Times, serif;
	font-size:1.3em;
	color:#A1AEB2;
	text-decoration:none;
	text-align: center;
	float:right;
	width:98px;
	line-height:40px;
	background:url(images/menu_normal.jpg) 0% 0% no-repeat;
	}

.menu a:hover{
	background:url(images/menu_over.jpg) 0% 0% no-repeat;
	color:#FFFFFF;
	}
	
.sadrzaj{
	width:900px;
	}
.sadrzajText{
	width:510px;
	padding:20px 20px 20px;
	border:1px solid #293A44;
	float:left;
	}
.sadrzajText p{
	font-family:"Times New Roman", Times, serif;
	font-size:1.3em;
	color:#CCCCCC;
	}
	.sadrzajText ul{
		margin:0 0 0 15px;
		padding:0;
		}
	.sadrzajText ul li{
		font-family:"Times New Roman", Times, serif;
		font-size:1.3em;
		color:#CCCCCC;
		}
.sadrzajText a, .sadrzajText a:visited{
	font-family:"Times New Roman", Times, serif;
	font-size:1.1em;
	color: #CCCCCC;
	}
.sadrzajText a:hover{
	text-decoration:none;
	color:#FFFFFF;
	}
.sadrzajText img{
	background:none;
	border:none;
	}
.sidebar{
	width:300px;
	float:right;
	background-color:#293A44;
	padding:20px 20px 20px;
	}
.sidebar p{
	font-family:"Times New Roman", Times, serif;
	font-size:1.3em;
	color:#A1AEB2;
	}
.sidebar li{
	list-style:none;
	}
.sidebar a, .sidebar a:visited{
	font-family:"Times New Roman", Times, serif;
	font-size:1.3em;
	color:#A1AEB2;
	padding:0 0 0 20px;
	text-decoration:none;
	}
.sidebar a:hover{
	color:#FFFFFF;
	background:url(images/favicon.ico) 0% 0% no-repeat;
	}
.sidebar img{
	border:none;
	background:none;
	}
.footer{
	width:900px;
	background-color:#293A44;
	padding:5px 5px 5px;
	margin:10px 0 0 0;
	}
.footer p{
	font-family: "Trebuchet MS";
	font-size:1.1em;
	color:#A1AEB2;
	margin:0;
	padding:0;	
	}
.footer a, .footer a:visited{
	font-family: "Trebuchet MS";
	font-size:1.0em;
	color:#FFFFFF;
	}
.footer a:hover{
	text-decoration:none;
	}

