/*
CSS STYLE FOR (website) JANTER 
(c) 2004 by artnova.com.pl
code: Damian Pieszczyński
*/

/* tlo glownej komorki z zawartoscia  */
.mainContentBackground {
	background-image: url(../images/tlo_tabeli.gif);
	background-repeat: repeat;
}

/* spacer image do lewego menu */
.menuSpacerImage {
   background-image: url(../images/menu_spacer_horiz.gif);
	background-repeat: repeat-y;
	background-position: right;
}


/* style tekstu */

.txtHeaderCzerwony {
	color: Red;
	font-size: 10px;
	font-family: Verdana;
   font-weight: bold;
}

.txtHeaderGranat {
   color: #291C6E;
	font-size: 10px;
	font-family: Verdana;
}

.txtFooterGranatDuzy {
	color: #0C3074;
	font-size: 12px;
	font-family: Arial;
	font-weight: bold;
}

.txtFooterGranatMaly {
	color: #0C3074;
	font-size: 10px;
	font-family: Arial;
}

.txtFooterZolty {
	color: #FFA829;
	font-size: 10px;
	font-family: Arial;
}


.txtMainWelcome {
	color: #291C6E;
	font-size: 18px;
	font-family: Verdana;
	margin-left: 18px;
	margin-right: 55px;
   margin-top: 20px;
}

.txtMainBialyTxt {
	color: white;
	font-size: 12px;
	font-family: Verdana;
	margin-left: 18px;
	margin-right: 55px;
}

/* koniec stylow tekstu */


/* redefinicja selektorow */


/* linki */

a:link {
	color: #0C3074;
	text-decoration: none;
}

a:visited{
	color: #0C3074;
	text-decoration: none;
}

a:active {
	color: #FFA829;
	text-decoration: none;
}

a:hover {
	color: #FFA829;
	text-decoration: underline;
}

a:focus {
	color: #FFA829;
	text-decoration: underline;
}
/* koniec linkow */


/* tagi html */

body {
	background-color: White;
	margin: 0px;
	font-size: 10px;
	font-family: Verdana;
	scrollbar-3dlight-color: #99CCFF;
	scrollbar-arrow-color: #0C3074;
	scrollbar-base-color: #99CCFF;
	scrollbar-darkshadow-color: White;
	scrollbar-face-color: #99CCFF;
	scrollbar-highlight-color: #0C3074;
	scrollbar-shadow-color: #0C3074;
	scrollbar-track-color: White;
}

img {
	border: 0px;
	margin: 0px;
}


td {
	border: 0px;
	margin: 0px;
}

tr {
	border: 0px;
	margin: 0px;
}

table {
	border: 0px;
	margin: 0px;
}

/* koniec redefinicji selektorow */




/* style do wyswietlania zawartosci :D */

a:link.mainLink {
	color: white;
	font-size: 12px;
	font-weight: bold;
	margin-right: 25px;
}

a:visited.mainLink {
	color: #FAEBD7;
	font-size: 12px;
	font-weight: bold;
	margin-right: 25px;
}

a:active.mainLink {
	color: #FFA829;
	font-size: 12px;
	font-weight: bold;
	margin-right: 25px;
}

a:hover.mainLink {
	color: #291C6E;
	font-size: 12px;
	font-weight: bold;
	margin-right: 25px;
}

.nazwaKategorii{
	color: #FFFF00;
	font-weight: bold;
	font-size: 22px;
	font-family: Verdana;
	margin-right: 25px;
   margin-top: 20px;
}

.nazwaOferty {
	color: white;
	font-size: 16px;
	font-family: Arial;
	font-weight: bold;
	margin-top: 5px;
	
	margin-right: 25px;
}

.trescOferty {
	color: white;
	font-size: 13px;
	font-family: Arial;

	margin-right: 25px;
}

ul {
	color: #FFFF00;
	font-size: 13px;
	font-family: Arial;
	margin-left: 75px;
	margin-right: 25px;
}

.ul {
	color: white;
}

.bold {
	color: #FFFF00;
}



.zdjecia {
	border: 1px solid White;

	margin-right: 25px;
}

.te {
	margin-left: 25px;
}
