body {
	margin:0px;
	padding:10px 0px;
	font-size: 0.8em;
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-weight: normal;
	text-align: center; /* IE 5 */
	background-color: rgb(155,103,52);
	background-image: url(../img/tlo_body.gif);
	background-position: top;
	background-repeat: repeat-x;
	
}
div#strona {
	width: 785px;
	margin: 0px auto;
	border: 2px solid white;
	background-color: rgb(235,221,193);
	background-image: url(../img/tlo_naglowek_gora.gif);
	background-position: top;
	background-repeat: repeat-x;
	text-align:left; /* IE 5 */
}
div#kolumny {
	background-color: transparent;
	padding: 0px;
	margin: 0px 0px 15px 0px;
	float:left;
	width:100%;
	background-image: url(../img/tlo_kolumny.gif);
	background-position: right;
	background-repeat: repeat-y;
	
}


/* naglowek strony  = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
div#naglowek {
	width: 100%;
	float:left;
	background-image: url(../img/tlo_naglowek_dol.gif);
	background-position: bottom;
	background-repeat: repeat-x;
}

/* logo w naglowku */
div#naglowek div#logo {
	float: left;
	margin: 8px 5px 0px 15px;
	padding-bottom: 10px;
	text-align:center;
}
div#logo span#napis_gram_na_gitarze {
	font-size: 1.5em;
	color: rgb(128,80,41);
	font-weight: bolder;
	border-bottom: 1px solid rgb(128,80,41);
	padding-bottom: 2px;
	display: block;
}
div#logo span#napis_gram_na_gitarze span {
	color: red;
}
div#naglowek div#logo span#napis_kursy {
	font-size: 0.8em;
	display: block;
	color: rgb(128,80,41);
	padding-top:2px;
}
div#naglowek div#logo a {
	text-decoration: none;
}


/* menu w naglowku */
ul#menu_gorne {
	float: right;
	margin: 0px;
}
ul#menu_gorne li {
	display: inline;
	float: left;
	list-style-type: none;
	border-left: 1px solid RGB(128,80,41);
	padding: 0.6em 3px 0px 3px;
	font-size: 0.9em;
}
ul#menu_gorne li a {
	padding: 0px 10px;
	color: RGB(128,80,42);
	text-decoration: none;
}
ul#menu_gorne li a:hover {
	text-decoration: underline;
}


/* belka brazowa = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
div#belka {
	padding: 2px 0px;
	background-color: rgb(137,88,49);
	border-top: 1px solid rgb(239,230,200);
	clear: both;
	width: 100%; /* IE padding */
	font-size:1em;
	text-align: right;
	color: white;
}
div#belka a {
	color: white;
	text-decoration: none;
	padding: 0px 8px;

}
div#belka a:hover {
	background-color: #DDDDDD;
	color: black
}

/* div z obrazkiem = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
div#obrazek {
	background-image: url(../img/palce.jpg);
	background-position: top right;
	background-repeat: no-repeat;
	padding:20px 20px 5px 20px;
}

div#obrazek p {
	width:170px;
	font-size: 0.8em;
	text-align: justify;
	padding-bottom:40px;
	color: black;
}

/* zawartosc = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
div#zawartosc {
	float:right;
	display: inline; /* IE padding */
	width: 565px;
	background-color: white;
	background-image: url(../img/tlo_zawartosc_rog.gif);
	background-position: top left;
	background-repeat: no-repeat;
	margin: 0px 5px 0px 0px;
	padding: 0px 0px 5px 0px;
}

/* tresc */
h1 {
	margin:0px;
	padding: 4px 5px 4px 5px;
	font-size: 1.51em;
	color: black; /*rgb(126,79,41);*/
}
div#zawartosc h3 {
	font-size: 1.26em;
	margin:0px;
	padding: 15px 10px 5px 5px;
}

div#zawartosc h2 {
	font-size: 1.35em;
	margin: 12px 5px 2px 5px;
}

p {
	margin: 7px 5px;
	color: black; /*rgb(130,80,40);*/
	text-align: left;
}
p a {
	color: blue;
	text-decoration: none;
}
p a:hover {
	text-decoration: underline;
	color: red;
}

p img {
	vertical-align: middle;
}


img.tab {
	display:block;
	text-align:center;
	margin: 10px auto;
}
/* nazwa firmy */
span.nazwa {
	font-family: Tahoma, Verdana, Arial, Geneva, Helvetica, sans-serif;
	text-decoration: underline;
	color: #f48000
}
span.nazwa span {
	color: black;
}

div#zawartosc hr {
	color:rgb(200,200,200);
	background-color:rgb(200,200,200);
	border:none;
	height:1px;
	margin:10px 86px;
}
div#zawartosc ul {
	margin:0px;
	padding: 0px 5px 0px 20px;
}

/* znaleziono stron */
p.znalezionych {
	text-align: center;
	margin: 12px 5px;
	color: rgb(150,150,150);
}
p.znalezionych span {
	border: 1px solid black;
}

/* linki do artykulow */
ul.linki {
	margin: 0px;
	padding: 0px 5px 0px 20px;
	list-style-type: disc;
	font-size: 1em;
}
li.art_dar {
	color: green;
}
li.art_zal {
	color:  rgb(255,165,0);
}
li.art_plat {
	color: red;
}

ul.linki a {
	color: black; /*rgb(130,80,40);*/
	text-decoration: none;
}
ul.linki a:hover {
	text-decoration: underline;
}

/* panel boczny  = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
div#kolumna {
	float: left;
	width:203px;
	margin-bottom: 0px;
	margin-left:5px;
	display: inline; /* IE padding */
}

/* boksy */
div#kolumna div.box {
	background-color: rgb(126,79,41);
	background-image: url(../img/tlo_box_dol.gif);
	background-position: bottom;
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px 0px 4px 0px;
	margin-bottom:20px;
	color: rgb(235,221,193);
}
div#kolumna h3 {
	margin:0px;
	padding: 2px 2px 9px 2px;
	background-color: rgb(235,221,193);
	background-image: url(../img/tlo_box_gora.gif);
	background-position: bottom;
	background-repeat: no-repeat;
	font-size:1em;
	color:rgb(126,79,41);
	font-weight: 600;
}

/* linki na srodku */
div.box a.link_srodek {
	display: block;
	margin:0px;
	padding: 0px 10px;
	text-align: center;
	color:rgb(235,221,193);
	font-size: 0.84em;
	text-decoration: none;
}
div.box a.link_srodek:hover {
	text-decoration: underline;
	color:white;
}

/* formularze w box */
div.box form {
	margin:0px;
	padding:0px 10px 8px 10px;
}
div.box form input.przycisk {
	border: 1px solid black;
	background-color: rgb(155,103,52);
	color: rgb(235,221,193);
	cursor: pointer;
}
/* logowanie i wyszukiwarka */
div.box form.podstawowy label {
	display: block;
	color: white;
}
div.box form.podstawowy input.pole_tekstowe {
	display:block;
	width:90%;
	background-color: rgb(235,221,193);
	border:1px solid black;
	margin-bottom:10px;
}
div.box form.podstawowy input.pole_tekstowe:focus {
	border: 1px solid red;
}

/* menu boczne */
ul.menu_boczne {
	margin: 0px;
	list-style-type: none;
	padding:0px 0px 0px 0px;
}
ul.menu_boczne li {
	margin: 0px 2px;
	padding: 0px 0px 0px 8px;
	background-image: url(../img/punktor_menu.gif);
	background-position: 2px 0.45em;
	background-repeat: no-repeat;
}
ul.menu_boczne a{
	color: rgb(235,221,193);
	text-decoration: none;
	font-size: 0.86em;
}
ul.menu_boczne a:hover {
	text-decoration: underline;
	color: white;
}

/* po zalogowaniu */
span.tekst {
	font-size: 0.86em;
	padding: 5px 5px 0px 5px;
	display: block;
	color: white;
}
div.wyloguj {
	padding: 10px 5px;
}
div.wyloguj a {
	border: 1px solid black;
	background-color: rgb(155,103,52);
	color: rgb(235,221,193);
	padding: 0px 4px;
	text-decoration: none;
	font-size: 0.8em;
}



/* kontener pod zawartoscia = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
div.pod_zawartoscia {
	float:right;
	display: inline;
	width:553px;
	height:40px;
	margin: 0px 10px 15px 0px;
	border:1px solid rgb(155,103,52);
}

/* reklamy google = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
div#reklamy_google {
	border:1px solid rgb(155,103,52);
	margin: 0px 5px 15px 5px;
	height:100px;
	clear: both;
}

/* stopka = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
div#stopka {
	clear: both;
	margin: 0px 15px 0px 15px;
	padding: 5px 0px;
	border-top: 2px solid rgb(137,88,49);
	text-align: center;
	color: rgb(137,88,49)
}

div#stopka a {
	color: rgb(137,88,49);
	text-decoration: none;	
}
div#stopka a:hover {
	text-decoration: underline;
}

/* napis wszelkie prawa zast */
#copy {
	font-size: 0.8em;
	color: rgb(200,200,200);
	text-align: center;
	margin:0px;
	padding: 4px 0px 0px 0px;
}
