﻿#block {
	width:20%;
	height:*;
	background-color:#ffffff;
	float:left;
}

#content{
	width:79%;
	background-color:#ffffff;
	float:right;
}

#blockhead {
	background-color:#01cf04;
	width:75%;
	margin:auto;
	text-align:left;
	font-weight:bold;
	font-size:20px;
	padding: 10px 15px;
	margin-bottom:20px;
}

#gdziejestem {
	font-weight:normal;
	font-size:14px;
	padding-left:15px;
	padding-top:5px;
}

#artykul {
	margin-top:15px;
}

.tresc {
	font-size:20px;
	font-weight:normal;
	padding:0px 20px;
}

.tresckz { /*zielony*/
	font-size:20px;
	font-weight:bold;
}

.tresckz:hover {
	color:#018303;
	-webkit-transition: all 0.2s ease-in-out;
}

.tresckzolty { /*żółty*/
	font-size:20px;
	font-weight:bold;
}

.tresckzolty:hover {
	color:orange;
	-webkit-transition: all 0.2s ease-in-out;
}

#pkt {
	width:92%;
	margin:auto;
}


#hwt { /*header wpisu - treść*/
	font-size:25px;
	font-weight:bold;
	margin-bottom:20px;
}

#hwt:hover {
	color:red;
	-webkit-transition: all 0.2s ease-in-out;
}


#hicon {
	width:50px;
	height:50px;
	margin-left:20px;
	background: url('../images/icon.png');
	background-repeat:no-repeat;
	float:left;
}


/* styl 2 - menulewe - pozycja*/
#menulewe{ /*zielone*/
	width: 85%;
	text-align:center;
	font-weight: normal;
	cursor: pointer;
	font-size: 16px;
	color: #2F393C;
	border-top: #ffffff 3px solid;
	border-bottom: #ffffff 3px solid;
	letter-spacing: 1px;
	margin:auto;
	padding:5px;
}

#menulewe:hover {
	background-color: #F5F5F5;
	color: #19B119;
	border-top: #19B119 3px solid;
	border-bottom: #19B119 3px solid;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.pojecie {
	font-size:24px;
	font-weight:bold;
}

.pojecie:hover {
	font-size:24px;
	font-weight:bold;
	color:blue;
	-webkit-transition: all 0.2s ease-in-out;
}


.zrodlo {
	font-size:12px;
}