@charset "utf-8";
/* CSS Document */

body
{ 
	background-image: url(images/tlo1.jpg);
	font: 90% arial,sans-serif;
	
}

#container
{
	width: 1120px;
	margin-left:auto;
	margin-right:auto;
	
}

a
{
display:block;
color: #228B22;;
padding:5px
}


a:hover {
	color: yellow;
	background-color: #dedede;
}
a:visited  {
	color: red;
	text-decoration: underline;	
}
a:active {
	color:red;
}
#topbar
{
	color:black;
	margin-top:20px;
	font-size:44px;
	letter-spacing:3px;
	
}

#lewe
{	
	float: left;

	width: 200px;
	color: #ffffff;
	background-color: white;
	min-height: 580px;
	text-alighn:center;

}

.optionL
{
	font-size:14px;
	height:20px;
	padding:10px;
	border-bottom:2px dotted #444444;
	
}

.optionL:hover
{
	background-color:#f36742;
	color:white;
	cursor:pointer;
}



#content
{
	float: left;
	
	width: 700px;
	background-color: #dedede;
	min-height: 580px;
	text-align: justify;
	padding:10px;

}

#prawe
{
	
	float: left;

	width: 200px;
	background-color: #dedede;
	min-height: 580px;
	text-align: justify;
}

#fother
{
	clear: both;
	color: white;
	text-align: center;
	font-size: 18px;
}

