/**
 * Copyright (c) 2006-2009 Wydawnictwo Bauer Sp. z o.o., Sp.k.
 * Author: Krzysztof Kozlowski
 *
 * $Id: mods.css 2711 2009-01-05 13:36:39Z kkozlowski $
 * @file
 */
/* LEWE */
div.modul_lewy {
	width: 200px;
	margin-bottom: 10px;
	font-size: 11px;
	border-bottom: 1px solid #626264;
}
div.modul_lewy_inny {
	width: 200px;
	margin-bottom: 10px;
	font-size: 11px;
}

div.modul_lewy_head {
	height: 27px;
	background: transparent url("/g/modul_l_head.gif") repeat-x;
}
div.modul_lewy_head div {
	color: white;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	padding: 6px 0 0 0 ;
}
div.modul_lewy_body {
	padding: 10px 8px 10px 8px;
	background: #babbbd url("/g/modul_l_body.gif") top left repeat-x;
}

div.modul_lewy_head a:link, div.modul_lewy_head a:visited, div.modul_lewy_head a:active {
	color: white;
	text-decoration: none;
}
div.modul_lewy_head a:hover {
	color: white;
	text-decoration: underline;
}

/* SRODEK */
div.modul_srodek, div.modul_srodek_spec {
	width: 100% ;
	min-width: 240px;
	margin-bottom: 10px;
}
div.modul_srodek_head,
div.modul_srodek_spec_head {
	height: 27px;
	border-bottom: 2px solid #a3a3a3;
	background: transparent url("/g/modul_s_head.gif") repeat-x;
}
div.modul_srodek_head div,
div.modul_srodek_spec_head div{
	color: black;
	text-align: center;
	padding: 6px 0 0 0;
	margin: 0;
	font-size: 12px;
	font-weight: bold;
}
div.modul_srodek_body, div.modul_srodek_spec_body {
	padding: 5px 10px 10px 10px;
	background: white url("/g/modul_s_body.gif") repeat-x;
}
div.modul_srodek_head	a:link, div.modul_srodek_head	a:visited, div.modul_srodek_head	a:active,
div.modul_srodek_spec_head	a:link, div.modul_srodek_spec_head	a:visited, div.modul_srodek_spec_head	a:active {
	color: black;
	text-decoration: none;
}
div.modul_srodek_head	a:hover,
div.modul_srodek_spec_head	a:hover {
	color: black;
	text-decoration: underline;
}


/* LAYOUT */
/* Komorki z modulami */
div.moduly_srodek {
	margin: 0;
}
td.moduly_srodek_lewe {
	padding: 0 5px 0 0;
	vertical-align: top;
}
td.moduly_srodek_prawe {
	padding: 0 0 0 5px;
	vertical-align: top;
}
td.moduly_srodek_cale {
	padding: 10px 0 0 0;
}


.wiecej {
	font-size: 10px;
	padding-top: 0px;
}


