@CHARSET "UTF-8";
* {
	margin:0;
	padding:0;
}

a {
	text-decoration: none;
	}

body {
	/* dopisać: czcionka site-wide */
	font-family: "Verdana";
	background: #fff url('../img/bg.jpg') no-repeat;
	background-position: center top;
	
}

#page {
	margin: auto;
	width: 980px;
	
	}
	
#header {
	text-align: right;
	padding-top: 20px;
	
	}
	
#navMenu {
	
	padding-right: 10px;
	}

span.menuEl {
	background: #fff url('../img/pkt.png') no-repeat left;
	padding-left: 10px;
	
	}





span.menuEl a {
	font-size: 10pt;
	vertical-align: top;
	}

span.menuEl a, #content {
	color: #666;
}

#phone {
		color: black;
		background: url('../img/mob.png') no-repeat left;
		width: 110px;
		font-size: 10pt;
		margin-left: 860px;
		margin-top: 25px;
	}

	
#content {
	padding-top: 32px;
	margin-left: 312px;
	width: 680px;

	
	
	}
	
#content img {
	border: none;
	}

div.presImg, div.actPres, div.actText, div.presText {
	margin-top: 28px;
	float:left;
	}


div.presImg, div.actPres {
	background: url('../img/pasek.png') no-repeat right;
	background-position: top right;	
	padding-left: 24px;
}
div.actPres img, div.presImg img {
	margin: 1px;
	}
div.presImg {
		width: 426px;
		padding-right: 10px;
	}
div.actPres {
		width: 416px;
		padding-right: 8px;
	}


	
div.actText, div.presText {
	margin-left: 12px;
	width: 216px;
	}
div.presText {
	width: 200px;
	}

div.actText h1, div.presText h1 {
	font-size: 12pt;
	margin-bottom: 6px;

	}

div.actText p, div.presText p {
	
	font-size: 8pt;
	}


#intro,#posts {
	float:left;
	text-align: justify;
	padding-top: 50px;
	}

#intro {
	padding-left: 24px;
	width: 300px;
	padding-right:24px;
	background: url('../img/pasek.png') no-repeat right;
	}
	
#introText {
	margin-top: 8px;
	font-size: 10pt;
	}

#posts {
	margin-left: 34px;
	width: 270px;
}

#imgNews {
	margin-left: 60px;
	
}

div.onePost {
	margin-top: 8px;
	margin-bottom: 12px;
	}

span.postCreated {
	font-size: 9pt;
}

span.postTitle {
	color: #666;
}

div.postBody {
	
	font-size: 9pt;
}

div.postBody ul li {
	margin-left: 15px;
	font-size: 9pt;
}

div.paging a {
	color: #971291;
	}
	
div.onePost a {
	color: #971291;
	}

div.clearing {
	clear: both;	
}
	
#decor {

	margin-top: 50px;
	margin-left: 350px;
	width: 240px;
	height: 190px;
	}

div.paging div {
	float: left;
	
}

div.contact {
	margin-top: 60px;
	margin-left: 60px;
	font-size: 10pt;
	margin-bottom: 50px;
}

div.about {
	font-size: 10pt;
	margin-top: 20px;
	margin-left: 20px;
	margin-bottom: 20px;

}

div.contact a {
	color: #971291;
}

#footer {
	margin: auto;
	margin-top: 20px;
	text-align: center;
}

#footer div {
	color:#999999;
	font-size: 8pt;
	margin-right: 18px;
}

