﻿* {
	font: 12px Tahoma, Arial, sans-serif; color: rgb(103,103,103);
}


a {
	color: inherit;
}


b {
	font-weight: bold;
}


p,
b {
	font-size: 12px; line-height: 16px;
}


h1 {
	font-size: 24px;
}


h2 {
	font-size: 16px; font-weight: bold;
}


h3 {
	font-size: 14px; font-weight: bold;
}


th {
	color: rgb(255,255,255);
}




/*
 *  Rozszerzające
 */
.small-font {
	font-size: 11px;
}




/*
 *  Menu
 */
ul.menu-red a {
	color: rgb(255,255,255); text-decoration: none;
}


ul.menu-white a {
	text-decoration: none;
}






/*
 *  Lista iteracyjna
 */
ul.list li a {
	text-decoration: none;
}


ul.red-list li a {
	color: rgb(255,255,255);
}








/*
 *  Katalog produktów
 */
ul.catalog a {
	font-size: 14px; font-weight: bold; text-transform: uppercase; text-decoration: none;
}


ul.catalog ul a {
	font-size: 12px; text-transform: none;
}






/*
 *  Header
 */
div#header-container a {
	text-decoration: none;
}




/*
 *  Footer
 */
div#footer-content a {
	font-size: 10px; font-weight: bold; text-decoration: none;
}

