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: #B22222;
	}

#bok{
/*	background-color: Black;*/
	position: absolute;
	top: 60px;
	left: 0;
	height: 50%;
	width: 60px;
}

#gora{
/*	background-color: Black;*/
	position: absolute;
	top: 0;
	left: 60px;
	height: 60px;
	width: 100%;
	text-align: left;
	color: #B22222;
}

#glowna{
	color: #FFC8C8;
	background-color: #B22222;
	position: absolute;
	top: 60px;
	left: 60px;
	width: 100%;
/*	height: 100%;*/
}

/* style odsyłaczy */
a {
	text-decoration: none;
	color: White;
	font-weight: bold;
	
}

a:hover{
	color: #00008B;
	text-decoration: underline;
/*	border: thin solid #D2691E;*/
	width: 30%;
	padding: 2px;
/*	margin: 3px;*/
	background-color: #F9E3E8;
	
}

/* pudełeczka na teksty */

.pudlo{
	background-color: #0002F0;
	-moz-border-radius: 10px;
	margin: 20px;
/*	margin-right: 15px;*/
	padding: 20px;
}
/*
img {
	background-color: #F3AE0C;
}
*/
table {
/*	width: 800px;*/
	vertical-align: middle;
/*	text-align: left;*/
/*	azimuth: center;*/
}

td{
	width: 500px;
}





