/**
 * OGÓLNE
 */
body
{
	font-size:12px;
	font-family:Arial;
	background:#ebebeb url('../layout/clouds.jpg') no-repeat top center;
	margin:0 0 30px 0;
	padding:0;
	color:black;
}
a img
{
	border:0;
	vertical-align:bottom;
}
p
{
	text-align:justify;
	text-indent:20px;
	line-height:20px;
	font-size:12px;
	margin:10px 0;
}
h1
{
	width:280px;
	border-left:10px solid #d6171f;
	overflow:hidden;
	font-size:22px;
	background:#ec1c26;
	padding:2px 0 2px 10px;
	color:white;
}
h2
{
	font-size:17px;
	font-weight:bold;
	color:#000;
	margin:5px 0 10px 0;
	padding:0;
}
ul.lista ,ol.lista
{
	margin:0;
	padding:0;
	text-align:justify;
}
ul.lista li, ol.lista li
{
	margin:0;
	padding:0 0 5px 15px;
	list-style:none;
	background:url('../layout/arrow.gif') no-repeat left top;
}




/**
 * FORMULARZE
 */
form
{
	margin:0;
	padding:0;
}
input, select, textarea
{
	padding:1px;
	border:1px solid #cecece;
	font-size:12px;
	font-family:Arial;
}
.error
{
	color:red; 
	font-size:10px; 
	font-family:Arial;
}
.zapytanie
{
	text-align:left;
	margin:0 auto;
	padding:30px 0 0 0;
}
.zapytanie input, .zapytanie textarea
{
	width:300px;
}
.zapytanie input.button
{
	width:auto;
}





/**
 * LINKI
 */
a:link, a:visited
{
	text-decoration:none;
	color:#959595;
}
a:hover
{
	color:#c20000;
}
a.more:link, a.more:visited
{
	text-decoration:none;
	color:#959595;
}
a.more:hover
{
	color:#c20000;
}
a.transparent:link, a.transparent:visited
{
	text-decoration:none;
	color:#959595;
}
a.transparent:hover
{
	color:#c20000;
	opacity: 0.50;             /* CSS 3, Opera 9 */
	filter: alpha(opacity=50); /* MSIE */
	-moz-opacity: 0.50;        /* Gecko */
}






/**
 * KONSTRUKCJA
 */
#header
{
	height:130px;
	width:942px;
	margin:0 auto;
}
#logo
{
	width:239px;
	height:116px;
	position:absolute;
	margin:11px 0 0 7px;
}
#house
{
	width:248px;
	height:173px;
	position:absolute;
	margin:9px 0 0 702px;
	background:url('../layout/house.jpg') no-repeat;
}
#menu_container
{
	height:61px;
	background:#ececec url('../layout/menu_bgr.gif') repeat-x;
}
#container
{
	width:942px;
	margin:16px auto;
}
#content_right
{
	width:696px;
	float:left;
	display:inline;
}
.pic_box
{
	width:226px;
	height:102px;
	float:left;
	display:inline;
	margin:0 0 9px 0;
}
.h1
{
	height:18px;
	background:#607ab8;
	border-bottom:2px solid #183f9d;
	color:white;
	font-size:14px;
	padding:3px 0 0 10px;
	font-weight:bold;
}
#search_array
{
	width:52px;
	height:25px;
	position:absolute;
	margin:-11px 0 0 183px;
	background:url('../layout/search_top.gif');
}
#search
{
	height:192px;
	background:white;
	margin-bottom:12px;
}
#kontakt
{
	height:172px;
	background:white;
	margin-bottom:12px;
	padding:10px;
}
#text
{
	background:white;
	padding:6px 10px;
	line-height:20px;
	text-align:justify;
}
#content_left
{
	width:240px;
	height:400px;
	float:right;
	display:inline;
}
#footer
{
	border-top:1px solid #e3e3e3;
	margin:3px 0 0 0;
	font-size:10px;
}
 
 




/**
 * MENU GÓRNE
 */
#menu
{
	width:942px;
	margin:0 auto;
	padding:12px 0 0 0;
}
ul.menu_horiz_list
{
	position:absolute;		
	padding:0;
	margin:0;
	height:40px;
	list-style-type:none; 
	list-style-image:none;
}
ul.menu_horiz_list li
{
	margin:0;
	padding:6px;
	background:url('../layout/li_bgr.gif') no-repeat right;
	float:left;
	display:inline;
}
ul.menu_horiz_list li a:link, ul.menu_horiz_list li a:visited
{
	font-family:Tahoma;
	font-size:13px;
	font-weight:bold;
	color:black;
	margin:0;
	text-align:center;
	text-decoration:none;
	padding:6px 9px;
	display:block;
}
ul.menu_horiz_list li a:hover
{
	color:#607ab8;
}
ul.menu_horiz_list li.last
{
	background:none;
}
ul.menu_horiz_list li.active a
{
	color:black !important;
	background:#fff200;
	padding:4px 7px;
	border:2px solid #fbf58b;
}







/**
 * MENU LEWE
 */
ul.menulist
{
   list-style:none;
   margin:0 auto;
   padding:0;
   width:180px;
}
ul.menulist li
{
   text-align:left;
   position: relative;
}
ul.menulist li a:link, ul.menulist li a:visited
{
	overflow:auto;
   background:white url('../layout/li.gif') no-repeat left center;
   text-decoration:none;
   color:black;
   display:block;
   width:160px;
   padding:0 0 0 20px;
   margin:8px 0;
}
ul.menulist li a:hover
{
   background:#9e428e url('../layout/li_hover.gif') no-repeat left center;
   color:white;
}

ul.menulist li.m1 a:link, ul.menulist li.m1 a:visited
{
	margin:8px 0 8px 15px;
   background:white url('../layout/li1.gif') no-repeat left center !important;
   width:145px;
}
ul.menulist li.m1 a:hover
{
   background:#9e428e url('../layout/li1_hover.gif') no-repeat left center !important;
}

ul.menulist li.active a
{
	background:#018ee0 url('../layout/li_active.gif') no-repeat left center !important;
	color:white;
}
ul.menulist li.active1 a
{
	margin:8px 0 8px 15px;
   width:145px;
	background:#018ee0 url('../layout/li1_active.gif') no-repeat left center !important;
	color:white;
}





/**
 * Page
 */ 
.paginator { padding:4px; text-align:right; }
.paginator a, .paginator span { margin: 1px; padding: 2px 4px; border: 1px solid #eee; color: #ccc }
.paginator a { color: #333; border-color: #ddd; }
.paginator a:hover { border-color: #aaa; }
.paginator .current {background:#565d5f; color:#fff; }
.paginator .title {border: none;}