@charset "utf-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-image: url(images/tlo.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	color: #262626;
	background-color: #262626;
}
#content {
	width: 100%;
	background-image: url(images/tlo_tresc.jpg);
	background-repeat: repeat-y;
}
#content_left {
	float: left;
	margin-left: 20px;
}
#footer {
	background-color: #ffa200;
	width: 100%;
	height: 50px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #262626;
	border-bottom-color: #262626;
}
#footer_bottom {
	background-color: #FFFFFF;
	text-align: center;
	width: 953px;
	padding-top: 10px;
	padding-bottom: 10px;
}
#mapka, #content_right {
	float: left;
	width: 465px;
	padding: 24px;
}



#menu {
	width: 953px;
}
a { color:#333333; text-decoration:underline;}
a:hover { text-decoration:none ; color:#000000;}

