body {
	margin: 0;
	padding: 0;
	height: 100%;
	background: url(images/tlo_top.jpg) repeat-x left top;
	font-size:12px;
	font-family: Georgia, Tahoma;
}

.centruj{
	margin: 0 auto;
}

.clear{
	clear: both;
}
.oddech{
	padding:10px;
}
img{
	padding: 5px;
	background:#ddd;
	border: 1px solid #ccc;
}

a {
	color: #000;
	text-decoration: none;
}

h2 a {
	font-size: 20px;
	color: #000;
	font-weight: normal;
}
ul{
	list-style:none;
	padding:0;
}
ul h2{
	font-weight: normal;
	font-size: 16px;
	line-height: 34px;
}

ul ul{
	padding-left: 20px;
	list-style: inside;
}

#page{
	background: url(images/tlo_bottom.jpg) repeat-x left bottom;
	width: 100%;
	height: auto;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

#header{
	width: 900px;
	height: 190px;
	background: url(images/top.jpg) no-repeat 0 0;
	cursor: pointer;
}
#mainbody{
	width: 900px;
}

#content{
	
	height: auto;
	overflow: hidden;
	width: 600px;
}

#sidebar{
	width: 300px;
	float: right;
	
}

#sidebar h2 {
	border-bottom: 1px solid #ccc;
}
#footer{
	width: 900px;
	height: 240px;
	background: url(images/bottom.jpg) no-repeat 0 0;
}

.post{
	border-bottom: 1px solid #ccc;
	width: 560px;
	position:relative;
	padding: 20px 0 20px 0;
	min-height: 160px;
}
.post:first-child{
	border-top: 1px solid #ccc;
}
.mini {
	
	float: left;
	
	margin-right: 10px;
}


.koment{
	
}
.koment a{
	color: #fff;
	padding: 10px 20px 20px 10px;
	background: url(images/koment.jpg) no-repeat 0 0;
	width: 98px;

	color: #fff;
	position: absolute;
	bottom: 5px;
	left: 465px;
}

#page-menu {
	clear:both;
	height:50px;
	overflow:hidden;
	float:left;
	margin-top: 116px;
	margin-left: 10px;
}

#page-menu ul li {
	display:inline;
}

#page-menu a {
	color:#FFFFFF;
display:block;
float:left;
font:11px Georgia,Myriad Pro,Tahoma,Verdana,Arial;
height:10px;
margin:0 5px;
padding:10px 0;
text-decoration:none;
text-transform:uppercase;
}

#page-menu a span{
	height:30px !important;
margin-left:8px;
padding:16px 8px 12px 0;
}

#page-menu a:hover, 
#page-menu li.current_page_item a 
 {
	
	color:#000;
}

#page-menu a:hover span{
	background: url(images/menu.jpg) no-repeat center right;
}
#page-menu a:hover  {
	background: url(images/menu1.jpg) no-repeat center left;

}
.dolny{
	width: 33%;
	display:inline-block;
	color:#ccc;
	vertical-align:top;
}
.dolny a{
	color:#ccc;
}

.dolny ul{
	padding:0;
}
/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */
