/**
 * OGÓLNE
 */
body
{
	font-size:12px;
	font-family:Arial;
	background:#ffd099;
	margin: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
{
	font-size:12px;
	color:#fff;
	font-weight:normal;
	margin:0;
	padding:3px 0 3px 10px;
	background:#8c0000;
}
h2
{
	font-size:15px;
	font-weight:bold;
	color:#0d004c;
	margin:10px 0 20px 0;
	padding:0;
}
img.border
{
	border:2px solid #3ab0d3;
}
div.clear
{
	overflow:hidden;
	clear:both;
}
ul,ol
{
	line-height:20px;
}
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;
}





/**
 * LINKI
 */
a:link, a:visited
{
	text-decoration:none;
	color:#7d7d7d;
}
a:hover
{
	color:#c20000;
}
#footer a:link, #footer a:visited
{
	text-decoration:none;
	color:#c7a277;
}
#footer a:hover
{
	color:#c20000;
}






/**
 * KONSTRUKCJA
 */
#header
{
	width:994px;
	height:133px;
	margin:0 auto;
}
#logo
{
	width:439px;
	height:67px;
	position:absolute;
	margin:39px 0 0 22px;
}
#image
{
	width:294px;
	height:137px;
	position:absolute;
	margin:0 0 0 670px;
	background:url('../layout/header.jpg');
}
#menu
{
	width:994px;
	height:43px;
	margin:0 auto;
	background:url('../layout/bgr_menu.gif') no-repeat;
}
#content
{
	width:966px;
	margin:0 auto;
	background:#fff url('../layout/bgr_content.gif') repeat-y;
	padding:1px 14px 4px 14px;
}
#content_left
{
	width:580px;
	float:left;
	display:inline;
}
#content_right
{
	width:370px;
	float:right;
	display:inline;
}
.box_top
{
	width:370px;
	height:9px;
	overflow:hidden;
	background:url('../layout/box_top.gif');
}
.box
{
	width:370px;
	height:150px;
	overflow:hidden;
	background:#ffb325;
}
.box_bottom
{
	width:370px;
	height:9px;
	overflow:hidden;
	background:url('../layout/box_bottom.gif');
}
#image_box
{
	width:370px;
	height:147px;
	margin:10px 0;
	background:url('../layout/right_pic.jpg');
}
#footer
{
	width:994px;
	margin:0 auto;
	padding:13px 10px 0 0;
	font-size:11px;
	text-align:right;
	background:url('../layout/bgr_footer.gif') no-repeat top;
}








/**
 * PODMENU
 */
ul.menu_horizontal
{
	height:30px;
	margin:0;
	padding:4px 0 0 10px;
	list-style-type:none; 
	list-style-image:none;
}
ul.menu_horizontal li
{
	margin:0;
	padding:0;
	float:left;
	display:inline;
	height:30px;
}
ul.menu_horizontal li a:link, ul.menu_horizontal li a:visited
{
	font-size:14px;
	color:#fff;
	margin:0;
	text-align:center;
	text-decoration:none;
	padding:7px 15px;
	display:block;
}
ul.menu_horizontal li a:hover
{
	color:black;
}
ul.menu_horizontal li.active a
{
	color:#ffb325;
}



/**
 * 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;}
