body {
	background-color: grey;
	color: white;
}

#container-main
{
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	/*border: 2px dotted #666666;*/
}

#menu {
	width: 75%;
	margin-left: auto;
	margin-right: auto;
	text-align: right;
	/*border: 2px dotted #666666;*/
	background-color: #024627;

}

#aMenu {
	color: white;

}

#aOperacja:link 
{
	text-decoration: none;
	color: #3c202c;
	
}

#aOperacja:visited 
{
	text-decoration: none;
	color: #3c202c;
	
}

#aOperacja:active 
{    
	text-decoration: none;
	color: #3c202c;
}

#aOperacja:hover {
	color: white !important;

}


ol {
	margin: 0 0 0 0;
	list-style-type: none;
	display: inline-block;

}

ol > li > a {
	color: white;
	text-decoration: none;
	display: block;
}


ol > li {
	float: left;
	margin: 0 0 0 0;
	padding: 5px;
	border-right: 2px solid #17310c; 

}


ol > li:first-child {
	border-left: 2px solid #17310c;

}


ol > li:hover {
	background-color: #4b5a16;
	cursor: pointer;
}


#logo
{
	color: white;
	width: 50%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	/*border: 2px dotted #666666;*/
}



#content {
	width: 75%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	/*border: 2px dotted #666666;*/
}

#zamowienia {
	width: 75%;
	margin-left: auto;
	margin-right: auto;
	
}

.table {
	border: 1px solid #1C6EA4;
	background-color: #EEEEEE;
	width: 100%;
	text-align: right;
	border-collapse: collapse;	
}

.item {
	vertical-align:middle;
	background-position:center;
	background-repeat:no-repeat;	
	white-space:nowrap;

}


th {
	border: 1px solid #AAAAAA;
	padding: 3px 2px;	
	background-color: #70b3ff;
	color: #333333;

  /*display: table-cell;*/
}

td {
	border: 1px solid #AAAAAA;
	padding: 3px 2px;	
	color: #333333;
	/*display: table-cell;*/

}
/*
td:hover {
	background-color: #4b5a16 !important;

}
*/

