@charset "utf-8";
body {
	background-color: #1b5004;
	margin: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
}
.book {
	background-image: url(images/btnbook.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	height: 109px;
	width: 220px;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}
.book:hover{
	background-image:url(images/btnbookh.jpg);
}

#footer {
	height: 110px;
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(http://dwzdroj.pl/wp-content/uploads/2009/09/footerlogo.gif);
	background-position: 20px 20px;
	background-repeat: no-repeat;
}
#central {
	clear: both;
	height: auto;
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	clear:both;
}
#sidebar {
	float: left;
	height: auto;
	width: 240px;
	margin-top: 0px;
	margin-right: 30px;
	margin-bottom: 0px;
	margin-left: 30px;
}
#main {
	float: right;
	height: auto;
	width: 680px;
}
.clear {
	clear: both;
}
#headimg {
	height: 230px;
	width: 680px;
	margin-bottom: 35px;
	float: left;
	background-image: url(images/headerimg.jpg);
	background-position: top left;
	background-repeat: no-repeat;
}
#menu ul {
	margin: 0px;
	padding: 0px;
	height: 100px;
	width: 980px;
	list-style-type: none;
	display: inline;
}

#menu li {
	margin: 0px;
	padding: 0px;
	float: left;
	height: 100px;
	width: auto;
}
#menu li a {
	display: block;
	height: 100px;
	width: auto;
	padding-left: 30px;
	line-height: 100px;
	color: #FFFFFF;
	font-size: 18px;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-right: 30px;
	text-decoration: none;
}
#menu li a:hover{
	background-image:url(images/menuabg.jpg);
	background-repeat:repeat-x;
	background-position:top;
	color: #FFDD00;
}
.posttitle {
	float: left;
	height: auto;
	width: 165px;
	margin-right: 15px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	color: #999999;
}
.postbody {
	float: left;
	height: auto;
	width: 500px;
	line-height: 165%;
	
	color: #666666;
}
#header {
	height: 100px;
	width: 100%;
	background-color: #79b913;
	background-image: url(images/headerbg.jpg);
	background-position: top;
	background-repeat: repeat-x;
	border-top: 5px solid #4d7e00;
	border-bottom: 3px solid #ccc;
}
#content {
	height: auto;
	width: 100%;
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #FFFFFF;
	border-bottom: 5px solid #ccc;
}
#menu {
	height: 100px;
	width: 980px;
	margin-right: auto;
	margin-left: auto;
}
#wifi{
	float:right;
	width:61px;
	height: 100px;
	background-image: url(images/dwzdroj_wifi1.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	
}

