@CHARSET "UTF-8";

#bodyUser {
	background-color: #fff;	
	text-align: center;
}

#bodyAdmin {
	background-color: #fff;	
	text-align: center;
}

#top {
	width: 100%;
}

#NAGLOWEK {
	width:900px;
	text-align:center;
	margin: auto auto;
}


#NAGLOWEK_INFO {
	background-color: #8CB9DD;
	color: #fff;
	font-weight: bold;
	margin: 1px;
}

#MENU {
	width:202px;
	/*height: 1300px;*/
	height:100%;
	overflow:;
	background-color: #FFFFFF;
	z-index:0;
}

#TRESC {
	width:900px;
	height: 100%;
	/*height: 1300px;*/
	background-color: #FFF;
	overflow: hidden;
	z-index:0;
	text-align:center;
	margin: auto auto;
}

#CONTAINER {
	width:597%;
	height: 100%;
	background-color:#FFFFFF;
	z-index:0;
}

#STOPKA {
	clear: both;
	width: 100%;
}

#STOPKA2 {
	clear: both;
	width: 100%;
}


#INFORMACJE {
	width: 150px;
	float: right;
	overflow: hidden;
	background-color: #ccc;
}


/*=====ADMIN===============================================================*/

#CONTAINER_ADM {
	width:1030px;
	height:100%;
	
}


#MENU_ADM {
	width:230px;
	height:auto;
	float: left;
	overflow: hidden;
	background-color: #FFF;
}

#TRESC_ADM {
	height:100%;
	background-color: #fff;
	float: left;
	overflow: hidden;
	padding: 20px;
}

#STOPKA_ADM {
	clear: both;
	width: 100%;
}


#STOPKA_INFO {
	clear: both;
	width: 100%;
	background-color: #fff;
}

