body {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

img {
	border: 0px;
}

table#main {
	height: 100%;
	width: 100%;
}

table#main td {
	padding: 5px;
}

td#header {
	height: 80px;
	background-color: aqua;
	text-align: center;
}

td#menu {
	background-color: olive;
	vertical-align: top;
	color: white;
	width: 150px;
}

td#menu a {
	color: white;
}

.GalleryElem {
    float: left;
}
.news .miniImage{
	float:left;
	margin:0px 10px 10px 0px;
	padding:3px;
	width: 100px; height: 100px; overflow: hidden;
	background-color:#fff;
	border:1px solid #ddd;

}
.news .news_title{
	text-align:left;
	font-weight:600;
	font-size:13px;
}
.news_added{
	text-align:left;
	font-weight:600;
	font-size:10px;
	color:#888;
}
.news_wykonawca{
	text-align:left;
}
.news a{
	float:right;
}
.news_text a {
	float: none;
	clear: both;
}
.news{
	clear:both;
	padding-bottom:10px;
}
#news{ 
	padding-top:10px;
}

.capitalize {
	text-transform: uppercase;
}

