html, body { height:100%; } 

body
{
	margin:0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
}

#lang_selector
{
	display:block;
	height:45px;
	margin-right:15px;
	text-align:right;
	font-size:10px;
	color:#3979ba;
}

#lang_selector a, #lang_selector a:visited, #lang_selector a:hover, #lang_selector a:active
{
	text-decoration: none;
	color:#000000;
}

#lang_selector span
{
	color:#000000;
}

#lang_selector a:hover
{
	border-bottom:2px solid #3979ba;
}

#layout_header
{
	display:block;
	width:800px;
	height:100px;
	background:url(gfx/header_back.png) left bottom no-repeat;
}

#layout_footer
{
	display:block;
	width:800px;
	height:45px;
	background:url(gfx/footer_back.png) left top no-repeat;
	margin-top:-10px;
	padding-top:0px;
}

#layout_footer div
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	padding-top:28px;
	color:#666666;
}

#nav
{
	padding-top:12px;
	display:block;
	width:800px;
	height:50px;
	background:url(gfx/nav_back.png) left bottom no-repeat;
	text-align:left;
}

#nav div
{
	padding:12px 10px 0px 15px;
	font-size:14px;
}

#main
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	text-align:left;
	display:block;
	width:800px;
	height:100%;
}

#menu
{
	margin-bottom:15px;
	margin-right:12px;
}

#menu a
{
	text-decoration: none;
	font-size:14px;
	color:#000000;
	margin:0px 4px;
	border-bottom:2px solid #000000;
	/*font-weight:bold;*/
}

#menu a:hover, #menu a.on
{
	color:#3979ba;
	border-bottom:2px solid #3979ba;
}

.card_top
{
	display:block;
	padding-top:12px;
}

.card_low
{
	display:block;
}

.big_card_mid
{
	width:780px;
	background:url(gfx/big_card_mid.png) left top repeat-y;
	padding-top:3px;
	padding-left:17px;
	padding-bottom:1px;
}

.big_card_mid .big_card_contents
{
	text-align:left;
	/*padding:0px;*/
}

.nazwa
{
	font-size:18px;
	color:#3979ba;
}

.dane
{
	margin-top:5px;
	font-size:12px;
	color:#969696;
}

.opis
{
	margin-top:5px;
	font-size:12px;
	color:#000000;
}

.opcje
{
	text-align:right;
	font-size:12px;
	color:#000000;
}

.nav
{
	text-align:right;
	font-size:12px;
	color:#000000;
}

/*
#main .opcje a, .opcje a:active, .opcje a:hover, .opcje a:visited
{
	text-decoration:none;
	color:#3979ba;
}
#main .opcje a:hover
{
	color:#0099CC;
}

#main .opcje a .akcent { color:#ff2222; }
#main .opcje a:hover .akcent { color:#ff5555; }
*/

#main a, a:active, a:hover, a:visited
{
	text-decoration:none;
	color:#3979ba;
}

#main a:hover
{
	color:#0099CC;
}

#main a .akcent { color:#ff2222; }
#main a:hover .akcent { color:#ff5555; }

/* katalog */
.katalogProdBox
{
	margin-top:2px;
	vertical-align:top;
	float:left;
	width:398px;
	height:190px;
	background:url(gfx/small_card_back_full.png) top no-repeat;
}

.katalogProdBox .katalogProdBoxContent
{
	display:block;
	padding:0px;
	margin:20px;
	text-align:left;
	height:170px;
}

.katalogProdBox:hover .katalogProdBoxContent
{

}

.katalogProdBox .infoRight{
	float:right;
	width:200px;
	font-size:12px;
	color:#000000;
}

.katalogProdBox .infoRight .infoNazwa{
	font-size:16px;
	color:#478dc6;
}

.infoNazwa{
	font-size:16px;
	color:#478dc6;
}

.katalogProdBoxSpacer{
	float:left;
	width:4px;
}
.clearer
{
	clear: both;
	height: 1px;
	overflow: hidden;
	margin-bottom: -1px;
	font-size: 1px;
	line-height: 1px;
}