﻿body {
	font-family: 'Trebuchet MS', sans-serif;
	margin: 0px;

}

.czesc_lewa {
	margin-left: 150px;
	text-align:center;
	margin-right:440px;
}

#czesc_prawa {
		float:right;
		width:300px;
		text-align:center;
		margin-top:20px;
		margin-right:100px;
}

#menu_prawe {
		
		background-color:#ffeeff;
		padding: 10px;
		border:#666666 1px solid;
				
}

.submeni {
		font-size: 20px;
		border:#333333 1px solid;
		padding: 3px;
		margin-bottom: 5px;
		background-color:#eeffee;

}

.submeni a {
		text-decoration: none;
		color:#333333;
		display: block;
}

.submeni a:hover {
		text-decoration: none;
		background-color:#ffeeff;
}
		
		
.podstrona{
		white-space:pre;
		text-align:left;
		margin-left:10px;
}

#koniec_strony{
		text-align:center;
}

