body
{
	margin:0;
	padding:0;
	font-family:Tahoma, Arial, sans-serif;
	font-size:12px;
	line-height:18px;
	text-align:center;
	background:url('img/tlo.png') no-repeat top center #356b90;
	color:#000;
}

.bez_przewijakow  { overflow:hidden; }

a{ outline:none; }

input, textarea
{
	font-family:Tahoma, Arial, sans-serif;
	font-size:12px;
	border:1px solid #555;
	background-color:#eee;
}

p, form
{
	margin:0;
	padding:0;
}

img
{
	border:0;
}

h1
{
	margin:0;
	padding:0;
	color:#ab0000;
	font-size:13px;
	font-weight:bold;
	font-family:Tahoma, Arial, sans-serif;
}

div.zegar h1
{
	color:#fff;
}

a
{
	text-decoration:none;
	color:#ca0a00;;
}

a:hover
{
	text-decoration:underline;
}

a.edytuj
{
	display:block;
	background-color:#ffd737;
	border:1px solid #404040;
	font-family:Arial,sans-serif;
	font-size:11px;
	color:black;
	font-weight:bold;
	text-transform:uppercase;
	background-image:url('img/edytuj.gif');
	background-repeat:no-repeat;
	background-position:2px 1px;
	padding-top:3px;
	padding-bottom:3px;
	padding-left:25px;
	padding-right:1px;
	text-align:left;
	width:42px;
}

a.wyloguj
{
	display:block;
	background-color:#ffd737;
	border:1px solid #404040;
	font-family:Arial,sans-serif;
	font-size:11px;
	color:black;
	font-weight:bold;
	text-transform:uppercase;
	padding-top:3px;
	padding-bottom:3px;
	padding-left:6px;
	padding-right:6px;
	text-align:left;
	width:50px;
}

/* TEMPLATKA ================================== */

div.srodkowanie
{
	width:840px;
	margin:0 auto;
	text-align:left;
	position:relative;
	top:0px;
	left:0px;
}

div.gora
{
	position:relative;
	top:0px;
	left:0px;
	width:840px;
	height:176px;
	background:url('img/gora.png') no-repeat;
}

a.logo
{
	position:absolute;
	display:block;
	left:24px;
	top:97px;
	width:177px;
	height:78px;
}

div.top_flash
{
	position:absolute;
	left:224px;
	top:16px;
	width:604px;
	height:160px;
}

div.dol
{
	width:840px;
	background:url('img/tlo_dol.png') repeat-y;
}

div.lewa
{
	float:left;
	width:612px;
	background:url('img/pasek_lewy.png') top right no-repeat;
}

div.lewa_wnetrze
{
	margin:21px 5px 10px 10px;
}

div.tresc
{
	padding:10px;
}

div.prawa
{
	float:left;
	width:228px;
	background:url('img/pasek_prawy.png') top left no-repeat;
}

div.adres
{
	margin-bottom:20px;
	margin-top:20px;
	text-align:center;
	color:#213143;
}

div.adres a
{
	color:#213143;
	font-weight:normal
}

div.adres a:hover
{
	text-decoration:underline;
}

div.clear
{
	clear:both;
	width:100%;
	height:0px;
}

div.stopka
{
	width:840px;
	padding-top:10px;
	padding-bottom:10px;
	text-align:center;
	background:#0b314b;
	color:#fff;
}

div.stopka a
{
	font-weight:normal;
	color:#fff;
}

div.stopka a:hover
{
	text-decoration:underline;
}

/* PAGINACJA ================================ */

div.paginacja
{
	float:left;
	font-size:12px;
	margin-top:15px;
	line-height:12px;
}


a.lewo
{
	display:block;
	float:left;
	color:#000;
	width:7px;
	height:14px;
	overflow:hidden;
	margin-left:3px;
	margin-right:3px;
}

a.prawo
{
	display:block;
	float:left;
	color:#000;
	width:7px;
	height:14px;
	overflow:hidden;
	margin-left:3px;
	margin-right:3px;
}

a.cyfra
{
	display:block;
	float:left;
	color:#000;
	padding-left:3px;
	padding-right:3px;
	font-weight:bold;
}

a.cyfra_zaznaczona
{
	display:block;
	float:left;
	color:#ca0a00;
	padding-left:3px;
	padding-right:3px;
	font-weight:bold;
}

/* MENU ========================================= */

div.menu
{
	position:relative;
	left:10px;
	top:19px;
	width:602px;
	height:42px;
}

a.menu_poziom1
{
	float:left;
	display:block;
	padding: 11px 18px 13px 18px;
	font-family:Verdana,sans-serif;
	font-size:13px;
	font-weight:bold;
	color:#eee;
}

a.menu_poziom1:hover, a.menu_poziom1.active
{
	color:#ca0a00;
	text-decoration:none;
}

div.submenu1
{
	position:absolute;
	background-color:#000;
	width:210px;
	left:256px;
	top:237px;	
	z-index:10000;
	display:none;
	padding-bottom:4px;
}

div.submenu2
{
	position:absolute;
	background-color:#000;
	width:210px;
	left:336px;
	top:237px;	
	z-index:10000;
	display:none;
	padding-bottom:4px;
}

a.menu_poziom2
{
	display:block;
	width:204px;
	background:url('img/menu_podkreslenie.png') top center no-repeat;
	padding: 3px 0px 3px 10px;
	font-weight:bold;
	color:#fff;
}

a.menu_poziom2:hover, a.menu_poziom2.active
{
	color:#ca0a00;
	text-decoration:none;
}

/* GALERIA===================================== */

td.galeria
{
	padding:7px;
	font-size:10px;
	width:150px;
}

td.galeria img
{
	border:1px solid #ddd;	
}

/* NOWOŚCI ======================================= */

a.nowosci
{
	display:block;
	margin-bottom:1px;
	padding:11px 5px 11px 60px;	
	border-left:5px solid #eaeaea;
	background-color:#eaeaea;
	background-repeat:no-repeat;
	background-position:5px center;
	color:#000;
	min-height:45px;
	height:auto !important;
	height:45px;
}

a.nowosci:hover
{
	background-color:#e4e4e4;
	border-left:5px solid #e4e4e4;
	color:#ca0a00;
	text-decoration:none;
}

/* KATEGORIE ====================================== */

a.kategorie
{
	display:block;
	margin-bottom:1px;
	padding:21px 5px 21px 15px;
	background-color:#eaeaea;
	background-repeat:no-repeat;
	background-position:left center;
	color:#000;
}

a.kategorie:hover
{
	background-color:#e4e4e4;
	color:#ca0a00;
	text-decoration:none;
}

/* PRODUKTY I USLUGI ============================== */

a.produkty
{
	display:block;
	margin-bottom:1px;
	padding:11px 5px 11px 60px;	
	background-color:#eaeaea;
	background-repeat:no-repeat;
	background-position:left center;
	border-left:5px solid #eaeaea;
	color:#000;
	min-height:45px;
	height:auto !important;
	height:45px;
}

a.produkty:hover
{
	background-color:#e4e4e4;
	border-left:5px solid #e4e4e4;
	color:#ca0a00;
	text-decoration:none;
}

a.produkty_obrazek
{
	display:block;
	margin:0; padding:0;
	margin-bottom:5px;
}

a.produkty_obrazek img
{
	border:2px solid #ccc;
	margin:0; padding:0;
}

a.produkty_obrazek:hover img
{
	border:2px solid #999;
}

/* STRONA GLOWNA ================================= */

div.szary_pasek
{
	background:#d1d6da;
	height:5px;
	width:100%;
	margin:30px 0px 30px 0px;
	overflow:hidden;
}

td.lewa
{
	vertical-align:top;
	width:295px;
	border-right:1px solid #3c3c3c;
	padding-right:10px;
}

td.prawa
{
	vertical-align:top;
	width:295px;
	padding-left:10px;
}

a.losowe
{
	display:block;
	margin-bottom:1px;
	padding:21px 5px 21px 15px;
	background-color:#eaeaea;
	background-repeat:no-repeat;
	background-position:left center;
	vertical-align:middle;
	color:#000;
}

a.losowe:hover
{
	background-color:#e4e4e4;
	color:#ca0a00;
	text-decoration:none;
}

span.losowe
{
	font-weight:bold;
	color:#989898;
}

div.glowna_nowosci
{
	border: 1px solid #ff9600;
	background:#ffeec1;
	margin:10px 0px 10px 0px;
	padding:10px 10px 10px 10px;
}

/* DOWNLOAD ====================================== */

a.download
{
	display:block;
	margin-bottom:1px;
	padding:11px 5px 11px 60px;	
	background-color:#eaeaea;
	background-repeat:no-repeat;
	background-position:5px center;
	color:#000;
}

a.download:hover
{
	background-color:#e4e4e4;
	color:#ca0a00;
	text-decoration:none;
}



