@charset "utf-8";
/* CSS Document */
body{
	margin:0px;
	text-align:center;
	font-family: Arial;
	font-size:13px;	
	background-color:#2c2c2c;
}
.clear{clear:both;}

img{
	border:0px;
}
/* ---------------------------------------------- MAIN ------------------------------------------------------- */
#main{
	width:914px;
	margin:auto;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-color: #cccccc;
	background-color:#ffffff;
}
/* ----------------------------------------------------------------------------------------------------------- */
/* ---------------------------------------------- MainTop ---------------------------------------------------- */
#mainTop{
	background-color: white;
	width:914px;
	height:382px;
}
/* ----------------------------------------------------------------------------------------------------------- */
/* ---------------------------------------------- MainfaMidlle ----------------------------------------------- */
#mainMidlle{
	width:914px;
}
/* ----------------------------------------------------------------------------------------------------------- */
/* ---------------------------------------------- MainMidlleLeft --------------------------------------------- */
#mainMidlleLeft{
	width:220px;
	float: left;
}
/* ----------------------------------------------------------------------------------------------------------- */
/* ---------------------------------------------- MainMidlleCenter ------------------------------------------- */
#mainMidlleCenter{
	width: 694px;
	float: left;
	
}
/* ----------------------------------------------------------------------------------------------------------- */
/* ---------------------------------------------- MainFooter ------------------------------------------------- */
#mainFooter{
	width:914px;
	height:20px;
	background-color:#757575;
}
/* ----------------------------------------------------------------------------------------------------------- */

a {
	font-family: Arial;
	font-size: 12px;
	text-decoration:none;
	font-weight:bold;
}
a:link {color: #20459a;}
a:visited {color:#20459a;}
a:active {color:#20459a;}
a:hover {color:#ab8001;}

#zalogowany{
	margin-left:10px;
}
.strefa{
	font-family: Arial;
	font-size: 11px;
	text-decoration:none;
	letter-spacing:1px;
	font-weight:normal;
	line-height:16px;
	color: #20459a;
}
#menu_img{
	width:914px;
	background-color:#666666;	
}



