body {
	font-family: sans-serif;
	background-color: Black;
	line-height: 23px;
}

/* div dla podstron */
#kwadrat_rog{
	position: absolute;
	top: 0;
	left: 0;
	height: 60px;
	width: 60px;
	text-align: right;
	color: Black;
	background-color: #1E90FF;
	}

#bok{
/*	background-color: black;*/
	position: absolute;
	top: 60px;
	left: 0;
	height: 50%;
	width: 60px;
	color: #1E90FF;
	
}

#gora{
/*	background-color: Black;*/
	position: absolute;
	top: 0;
	left: 60px;
	height: 60px;
	width: 100%;
	text-align: left;
	color: #1E90FF;
}

#glowna{
	color: Black;
	background-color: #1E90FF;
	position: absolute;
	top: 60px;
	left: 60px;
	width: 100%;
/*	height: 100%;*/
}

.pudlo{
	background-color: #B0D9FF;
	-moz-border-radius:10px;
	margin: 20px;
/*	margin-right: 15px;*/
	padding: 20px;
	color: Black;
}

/* style odsyłaczy */
a {
	text-decoration: none;
	color: inherit;
	font-weight: bold;
}

a:hover{
	color: Navy;
	text-decoration: underline;
/*	border: thin solid #D2691E;*/
	width: 30%;
	padding: 2px;
/*	margin: 3px;*/
	background-color: #E0FFFF;
	color: Navy;
}

/* pudełeczka na teksty */


/*
img {
	background-color: #6B8E23;
}
*/
table {
	vertical-align: middle;
	text-align: left;

