html, body {
	background-color: #464646;
	font-family: arial, tahoma, helvetica, sans-serif;
	color: #000;
	margin: 0;
	padding: 0;
}

img {
	border: none;
}
/************************treść********************************/

#tresc a, #tresc a:visited, #tresc a:active {
	font-weight: bold;
	text-decoration: underline;
	color: #6d8d02;
}

#tresc a:hover {
	color: #506802;
	text-decoration: none;
}

#tresc .lbp:hover {
	/* link bez podkreslenia*/
	border: none;	
}

#tresc p, #tresc form, #tresc table {
	margin: 10px;
}

#tresc .wazne, #tresc .porada, #tresc .info {
	border-left: 15px solid #8db703;
	padding: 10px;
	font-weight: bold;
	margin: 10px 0px;
}

#tresc .wazne {
	background-color: #FFB7B0;
	color: #543C3A;
}

#tresc .porada {
	background-color: #CCFFCC;
	color: #435443;
}

#tresc .info {
	background-color: #EEEEEC;
	color: #464646;
}

border-left: 15px;

	padding-left: 5px;
	color: #464646;
}

#tresc input {
	background-color: #eee;
	font-weight: bold;
	font-color: #464646;
	margin: 5px;
}

#tresc h1, #tresc h2, #tresc h3 {
	border-left: 15px solid #8db703;
	padding-left: 5px;
	color: #464646;
}

#tresc h1 {
	border-bottom: 5px solid #8db703;
}

#tresc h2 {
	border-bottom: 3px solid #8db703;
}

#tresc h3 {
	border-bottom: 1px solid #8db703;
}

#tresc hr {
	width: 30%;
	height: 3px;
	background-color: #8db703;/*ramka boczna*/
	border: 0;
}

/************************menu*******************************/
.menu-tytul {
	font-size: 13pt;
	font-weight: bold;
	text-align: right; 
	color: #cccccc;
	background-color: #464646;
	border-right: 15px solid #8db703;
	width: 145px;/*menu-border-padding*/
	padding: 5px;
	padding-right: 15px;
	margin-top: 30px;
	margin-bottom: 5px;
	display: block;
	
	-webkit-border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}

.menu-panel {
	border-right: 15px solid #8db703;
	background-color: #d6d6d6;
	padding: 5px;
	font-size: 9pt;
}

#menu input {
	background-color: #eee;
	font-color: #464646;
	font-weight: bold;
	width: 90%;
	margin: 5px;
}
/*********************menu - pozycje**************************/

#menu ul, ul li {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
}

#menu ul {
	width: 180px;/*menu*/
}

#menu ul li {
	border-bottom: 2px solid #ffffff;/*kolor tła pod menu*/
}

#menu ul a:link, #menu ul a:visited {
	display: block;
	width: 155px;/*menu-2xpadding-border*/
	text-decoration: none;
	padding: 5px;
	font-weight: bold;
	font-size: 12pt;
	background-color: #ccc; /*ramka oddzielająca*/
	border-right:15px solid #8db703;
	color: #464646;

	-webkit-border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}

#menu ul ul
{
	
}

#menu ul ul li {
	border-bottom: none;
}

#menu ul ul a:link, #menu ul ul a:visited
{
	display: block;
	width: 184px;/*menu-2xpadding-border*/
	text-decoration: none;
	padding: 3px;
	margin-left: 5px;
	font-weight: bold;
	font-size: 10pt;
	background-color: #DBDBDB; /*ramka oddzielająca*/
	border-right:none;
	color: #464646;
	
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

#menu ul ul a:hover {
	background-color: #EDEDED;
}

/********************************************************************/
#pozycjoner {
	text-align:center;
}

#kontener {
	margin: 0 auto;
	text-align: left;
	background-color: #ffffff;/*kolor tla pod menu*/
	width: 930px;
}

#naglowek {
	background: #464646 url("http://majsterkowicza.pl/img/header-gradient.png");
	border-bottom: 1px solid #444;
	height: 100px;
	padding: 0px;

}

#menu {
	width: 180px;
	float: right;
	overflow: hidden;
}

#tresc {
	width: 725px;/*kontener-menu-padding-ramka*/
	float: left;
	overflow: hidden;/*?*/
	background-color: #fff;
	padding: 5px 0px;
	font-size: 10pt;
}

#stopka {
	clear: both;/*?*/
	border-top: 3px solid #cccccc; /*ramka oddzielająca*/
	background-color: #d6d6d6;
	font-size: 10pt;
	padding: 5px;
}

/********************************************************************/
#siders {
	width: 970px;
	margin: 0px auto;
	background: url("http://majsterkowicza.pl/img/siders.png");
	background-repeat: repeat-y;
}

.serviceimg, .serviceimgactive {
	float: right;
	padding: 0 10px;
}

.serviceimgactive {
	background-image: url('http://majsterkowicza.pl/img/header-icobg.png');
}

.serviceimg:hover, .serviceimgactive:hover {
	background-image: url('http://majsterkowicza.pl/img/header-icohvr.png');
}



