/*styl dla Mareczka*/
/*elementy*/
body {
	background-color: #EEE8AA;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	margin: 0px 0px 0px 0px;
}
a {
	font-weight: bold;
	color: #A52A2A;
	text-decoration: none;
}
a:hover {
	font-weight: bold;
	color: #800000;
	text-decoration: underline;
}
table {
	font-size: 12px;
}
h1 {
	font-size: 14px;
	color: #000000;
}
input, textarea {
	background-color: #717300;
	color: #EEE8AA;
	border: 1px #000000 solid;
}
/*klasy*/
table.tabelka {
	width: 750px;
	border: 1px solid #6A6600;
}
td.bg_td {
	background: #EEE8AA url(tab_bgr_big.jpg) no-repeat scroll top;
	width: 750px;
	height: 110px;
}
table.tab_in {
	width: 750px;
	text-align: center;
	vertical-align: text-bottom;
}
td.menu_lewa {
	background: #EEE8AA url(bg_menus.jpg) repeat-y scroll left;
	vertical-align: top;
	text-align: center;
	height: 400px;
}
table.menu_lewa_tab {
	width: 125px;
	background-color: #717300;
	border: 1px solid #EEE8AA;
	height: auto;
}
td.menu_lewa_td {
	color: #EEE8AA;
	letter-spacing: 2px;
	padding: 1px 0px 1px 12px;
	font-size: 11px;
	border-bottom: 1px solid #EEE8AA;
}
td.menu_lewa_td a {
	color: #EEE8AA;
	font-weight: normal;
	text-decoration: none;
}
td.menu_lewa_td a:hover {
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: none;
}
td.reklama_prawa {
	vertical-align: top;
	text-align: center;
	background-color: #989736;
}
table.reklama_prawa_tab {
	width: 125px;
	border: 1px solid #EEE8AA;
	background: #717300 url(bg_reklama.gif) repeat scroll top;
}
td.text {
	vertical-align: top;
	text-align: justify;
	padding-left: 10px;
	padding-right: 10px;
	color: #717300;
}
td.stopka {
	color: #EEE8AA;
	text-align: center;
	font-weight: bold;
	width: 750px;
	height: 25px;
	background: #717300 url(stopka.jpg) no-repeat scroll top;
}
td.stopka a {
	color: #EEE8AA;
	font-weight: bold;
	text-decoration: none;
}
td.stopka a:hover {
	color: #EEE8AA;
	font-weight: bold;
	text-decoration: underline;
}
table.stats {
	width: 125px;
	background-color: #717300;
	border: 1px solid #EEE8AA;
	height: auto;	
	margin-top: 20px;
}
td.stats_td {
	color: #EEE8AA;
	letter-spacing: 1px;
	font-size: 9px;
	text-align: center;
	padding-top: 5px;
}
table.kontakt {
	width: 125px;
	background-color: #717300;
	border: 1px solid #EEE8AA;
	height: auto;	
	margin-top: 20px;	
}
td.kontakt_td {
	color: #EEE8AA;
	letter-spacing: 0px;
	font-size: 9px;
	text-align: left;
	padding: 5px 4px 0px 4px;
}
td.kontakt_td a {
	color: #EEE8AA;
	text-decoration: none;
}
td.kontakt_td a:hover {
	color: #EEE8AA;
	text-decoration: underline;
}

