body {
  	margin:5px;
  	background-image:url('images/tlo.jpg');
  	font-family:Verdana;
  	text-align:center;
  	font-size:9pt;
	background-color:#eee;
	color:#000;
}
a:link {color:#000;font-weight:bold;text-decoration:none;}
a:visited {color:#000;font-weight:bold;text-decoration:none;}
a:hover {color:#000;font-weight:bold;text-decoration:underline;}
div.cleaner{
	clear:both;
	width:100%;
}
div.coolcleaner {
	clear:both;
	width:100%;
	height:0px;
	font-size:0;
}
div.dblcleaner{
	display:inline-table;
	width:100%;
	font-size:1px;
}
div#body { /*Najglowniejszy divek */
	margin-left:auto;
	margin-right:auto;
	width:950px;
	background-color:#eee;
	border:2px dotted #ddd;
}
div#logo { /*logo naszego kochanego BBB */
	border-bottom: 2px dotted #e3ddc7;
}
div#overdiv { /*Div okrywajacy mainpart */
	width:950px;
}  
div#left {
	float:left;
	padding: 7px;
	margin:0;
	width: 200px;
	text-align:justify;
}
div#middle {
	width:507px;
	float:left;
	padding:7px;
}
div#right {
	padding:7px;
	float:right;
	width:200px;
}
div.container_red {
	border: 1px solid #f00;
	margin-bottom:8px;
}
	div.container_red div.container_header{
		padding:3px;
		text-align:center;
		font-weight:bold;
		background-color:#F79F9F;
		border-bottom: 1px solid #f00;
		color:#900;
	}
	div.container_red div.container_content{
		text-align:justify;
		padding:3px;
	}
	div.container_red div.underline{
		border-bottom: 1px dashed #f00;
	}
div.container_green {
	border: 1px solid #0c0;
	margin-bottom:8px;
}
	div.container_green div.container_header{
		padding:3px;
		text-align:center;
		font-weight:bold;
		background-color:#B3F3B3;
		border-bottom: 1px solid #0c0;
		color:#090;
	}
	div.container_green div.container_content{
		text-align:justify;
		padding:3px;
	}
	div.container_green div.underline{
		border-bottom: 1px dashed #0c0;
	}
div.container_blue {
	border: 1px solid #00f;
	margin-bottom:8px;
}
	div.container_blue div.container_header{
		padding:3px;
		text-align:center;
		font-weight:bold;
		background-color:#C6C7FA;
		border-bottom: 1px solid #00f;
		color:#009;
	}
	div.container_blue div.container_content{
		text-align:justify;
		padding:3px;
	}
	div.container_blue div.underline{
		border-bottom: 1px dashed #00f;
	}
div.story_news {
	border-bottom: 1px dashed #00f;
	padding: 2px;
}
div.news_header{
	clear:right;
	font-weight:bold;
	text-align:center;
}
span.readmore {
	font-size:80%;
}
h1 {
	font-size:140%;
	font-weight:bold;
	margin:4px 0 4px 0;
}
h2 {
	font-weight:bold;
	margin:0;
	font-size:120%;
}
h3 {
	font-weight:bold;
	font-size:110%;
	margin: 0 0 3px 0;
}
p {
	text-indent:20px;
	margin:0;
}
p.center {
	text-align:center;
	}
ul {
	margin:4px 10px 4px 35px;
}
img {
	margin:0;
	padding:0;
	border:none;
}
img.thumbnail {
	height:60px;
	float:left;
	clear:left;
	padding-right:4px;
}
input {
		background-color:#E2E5CD;
		border:1px solid #357fb0;
		color:#000;
		font-family:Verdana;
		font-size:9pt;
}
input.button {
	width:30px;
}
textarea {
	background-color:#E2E5CD;
	border:1px solid #357fb0;
	color:#357fb0;
}
select {
	font-family: Verdana;
	background-color:#E2E5CD;
	border:1px solid #357fb0;
	color:#357fb0;
	font-size:8pt;
}
form {
	margin:0;
	padding:0;
}
div.weather_title {
	font-weight:bold;
	clear:both;
	text-align:center;
}
div.weather_desc{
	float:left;
	clear:left;
	text-decoration: underline;
}
div.weather_val {
	float:right;
	clear:right;
	font-style:italic;
}
div#weather {
	text-align:center;
}
div#stock {
	text-align:center;
	font-weight:bold;
}