body
{
	margin: 0px;
	padding: 0px;
	color: #605f5e;
	font-size: 12px;
	font-family: Tahoma, Verdana,Arial,Helvetica,sans-serif;
	text-align: center;
}

#container
{
	width: 825px;
	margin: 0px auto;
}
#top_menu
{
	width: 795px;
	height: 40px;
	margin: 0px auto;
	background: url(images/bg_top.gif) repeat-x top left #fff;
}
#top_img
{
	width: 825px;
	height: 195px;
	margin: 0px auto;
	background: url(images/bg_top_img2.jpg) no-repeat top left #fff;
}
#top_big
{
	width: 825px;
	height: 304px;
	margin: 0px auto;
	background: url(images/bg_top_big.jpg) no-repeat top left #fff;
}
#menu
{
	width: 795px;
	height: 45px;
	margin: 0px auto;
	background: url(images/bg_menu.jpg) no-repeat top left #fff;
	text-align: left;
}

#menu ul
{
	margin: 0px;
	padding: 0px;
}
#menu ul li
{
	list-style: none;
	display: block;
	float: left;
	background: url(images/menu_spacer.gif) no-repeat right center;
	margin: 0px;
	padding: 10px 15px 11px;
}
#menu ul li.last
{
	background: none;
}
#menu ul li a
{
	text-decoration: none;
	color: #fff;
	font-weight: bold;
}
#menu ul li a:hover
{
	text-decoration: underline;
}

#main
{
	width: 825px;
	margin: 0px auto;
	background: url(images/dot.gif) repeat-y 232px 0px;
}
#left_column
{
	width: 200px;
	float: left;
	padding-left: 15px;
}
#right_column
{
	width: 575px;
	float: right;
	text-align: left;
	margin-right: 5px;
}

#right_column h2
{
	font-size: 18px;
	font-weight: bold;
	color: #eb5702;
	margin: 0px;
	padding: 0px 0px 5px;
}
#right_column p
{
	line-height: 16px;
	padding: 2px 0px 8px;
	margin: 0px 0px 4px;
}


#right_column ul li
{
	line-height: 18px;
}


.skew_line
{
	height: 22px;
	width: 795px;
	margin: 5px auto 15px;
	background: url(images/bg_line.gif) repeat top left;
}


.window
{
	text-align: left;
}
.window .header
{
	background: #424242;
	color: #fff;
}
.window .header h3
{
	color: #fff;
	margin: 0px;
	padding: 6px;
	font-size: 12px;
}
.window .header span
{
	background: url(images/bg_header_arrow.gif) no-repeat top left;
	float: right;
	display: block;
	width: 20px;
	height: 4px;
}
.window .content
{
	padding-top: 5px;
}
.window .content p
{
	padding: 4px;
	margin: 0px;
}

#right_column a, #left_column a
{
	color: #de6825;
	font-weight: bold;
	text-decoration: none;
}
#right_column a:hover, #left_column a:hover
{
	text-decoration: underline;
}

#footer_menu
{
	width: 100%;
	height: 35px;
}

#footer_menu ul
{
	margin: 0px 0px 0px 30px;
	padding: 0px;
}
#footer_menu ul li
{
	list-style: none;
	display: block;
	float: left;
	margin: 0px;
	padding: 10px 15px 11px;
}
#footer_menu ul li.last
{
	background: none;
}
#footer_menu ul li a
{
	text-decoration: none;
	color: #d2d2d2;
	font-weight: bold;
}
#footer_menu ul li a:hover
{
	color: #939393;
}

#footer_copyright
{
	width: 795px;
	margin: 0px auto;
	background: url(images/bg_menu.jpg) no-repeat top left;
}
#footer_copyright p
{
	margin: 0px;
	padding: 13px 0px;
	color: #fff;
	font-size: 9px;
}
#footer_copyright .submenu
{
	color: #afafaf;
	font-weight: bold;
}
#footer_copyright .submenu a
{
	color: #afafaf;
	text-decoration: none;
}
#footer_copyright .submenu a:hover
{
	color: #777
}

#nav
{
	text-align: left;
	font-size: 11px;
	font-weight: bold;
	color: #8b8b8a;
	padding-left: 15px;
	padding-bottom: 5px;
}


#nav a
{
	color: #de6825;
	text-decoration: none;
}

#pomaranczowe
{
	color: #de6825;
}

#page_end
{
	width: 795px;
	height: 20px;
	background: url(images/bg_page_end.jpg) no-repeat top left;
	margin: 0px auto;
}


.clb
{
	clear: both;
}

/* lucek */
#tabelka {
   border: 1px solid #605f5e;
   border-collapse: collapse;
   background-color: #FFD7BF;

}

#tabelka td {
   border: 1px solid #605f5e;
   padding: 1px;
   text-align: center;
}

input, textarea
{
border: 1px solid #ccc;
padding: 2px;
font-family: Tahoma, Verdana,Arial,Helvetica,sans-serif;
font-size: 11px;
}
input:hover, textarea:hover
{
border-color: #a9a9a9
}

a img 
{ 
  	border: none; 
	background: none; 
}