body{
	margin: 0;
	padding: 0;
	
	font: 75%/150% "Trebuchet MS", Tahoma, Arial;
	color: #333333;
	
	background-color: #A7ABB6;
	background-image:url(images/bg.jpg);
	background-attachment:fixed;
	background-position:center;
}
div#contener{
	width:1000px;
	margin: 0 auto;
}
div#menu{
	width:120px;
	padding-top:125px;
	float:left;
}
div#page{
	width:780px;
	float:left;
	padding-left:20px;
	background: #FFFFFF url(images/border.jpg) repeat-y;
}
#header {
	margin: 0px auto;
	width: 780px;
	/*background: #ffffff url(images/top.jpg) no-repeat;*/
	height: 133px;
}
#header a, #header img{
	border:0;
	margin:0;
	padding:0;
}
#content {
	margin-top:30px;
	padding: 10px 0px 30px 10px;
	float: left;
	width: 530px;
	overflow: hidden;
}
#content_nosidebar{
	margin-top:20px;
	padding: 10px 0px 30px 10px;
	float: left;
	width: 730px;
	overflow: hidden;
}
#sidebar {
	float: right;
	padding:40px 0 0 20px;
	width: 200px;
	background:url(images/line.jpg) repeat-y;
}
#footer {
	clear: both;
	background: #e0e0e0 url(images/footer.jpg) no-repeat;
	height: 53px;
	color: #7f7f7f;
	font-size: 95%;
	padding:80px 0 0 50px;
}


a {
	color: #B8B8B8;
	text-decoration: none;
}
a:visited {
	color: #B8B8B8;
	text-decoration: none;
}
a:hover {
	color: #3F3F3F;
	text-decoration: underline;
}
p {
	padding: 0;
	margin: 0;
}
h1 {
	margin:0px;
	padding-left:70px;
	height: 60px;
	font: bold 36px/100% "Trebuchet MS", Tahoma, Arial;
	color: #ffffff;
}
h1 a{
	color: #ffffff;
	text-decoration: none;
}
h1 a:visited{
	color: #ffffff;
	text-decoration: none;
}
h1 a:hover{
	color: #4c6e98;
	text-decoration: none;
}
h2 {
	color: #000000;
	margin: 0px 0px 0px 2px;

	letter-spacing: -1px;
	font: normal 190%/100% "Trebuchet MS", Tahoma, Arial;
	font-weight:bold;
	padding-bottom: 3px;
}
h2 a, h2 a:visited {
	color: #000000;
	text-decoration: none;
}
h2 a:hover {
	color: #888888;
	text-decoration: none;
}
h3 {
	font: normal 140%/100% "Trebuchet MS", Tahoma, Arial;
	color: #4c6e98;
	margin: 10px 0px 5px;
}
form {
	margin:0px;
	padding:0px;
}
#footer  li{
	list-style: none;
}
#label_kategorie{
	background:url(images/kategoria.gif) no-repeat;
	width:170px;
	height:22px;
	margin-top:40px;
}
#label_archiwum{
	margin-top:70px;
	color:#a8a7a7;
	font-weight:bold;
}
.ul-box {
	list-style: none;
	margin:0px 0px 15px;
	padding:0px;
}
.ul-box li{
	margin: 0px;
	padding: 2px 0px 2px 0px;
	font-style:italic;
	font-weight:bold;
}
.ul-box li a, .ul-box li a:visited{
	color: #565656;
	text-decoration: none;
}
.ul-box li a:hover{
	color: #a8a7a7;
	text-decoration: none;
}
.post-title {
	margin-bottom:5px;
	width: 520px;
}
.post-comments {
	background: url(images/hr.jpg) no-repeat left center;
	padding-left: 18px;
	padding-top:6px;
	text-align:right;
	font-size: 95%;
	font-weight:bold;
	margin-bottom:30px;
}
.post-comments a, .post-comments a:visited{
	color:#000000;
}
.post-date {
	padding-left: 5px;
	font-size: 95%;
	color: #000000;
	font-weight:bold;
	line-height:12px;
	float:left;
}


img#logo-fundament,img#logo-stepchild,img#logo-vans,img#logo-32,img#logo-dc,img#logo-union,img#logo-686{
	border:0;
	height:90px;
	margin-top:20px;
}
img#logo-fundament{ width:130px; float:left; margin-left:25px; }
img#logo-stepchild{ width:65px; float:left; margin-left:60px; }
img#logo-vans{ width:95px; float:left; margin-left:10px; }
img#logo-32{ width:90px; float:left; margin-left:20px; }
img#logo-dc{ width:50px; float:left; margin-left:20px; }
img#logo-union{ width:85px; float:left; margin-left:20px; }
img#logo-686{ width:60px; float:left; margin-left:15px; }

/*** WORDPRESSa ***/

blockquote{
	margin: 0px 0px 0px 5px;
	padding: 8px 25px 5px 40px;
	font-size: 15px;
	font-style: italic;
	font-family: Georgia, Times New Roman, Serif;
	}
blockquote p{
	margin: 0px 0px 10px 0px;
	padding: 0px;
	}
.clearboth {
	clear: both;
}
.alignleft{
	float:left}
.alignright{
	float:right}
