/**
 * OGÓLNE
 */
body
{
	font-size:12px;
	font-family:Arial;
	background:#0d004c url('../layout/top.gif') no-repeat top center;
	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:14px;
	font-weight:bold;
	color:#1b1464;
	margin:0 0 20px 0;
	padding:0 0 0 0;
}
h2
{
	font-size:12px;
	font-weight:bold;
	color:#1b1464;
	margin:0;
	padding:0;
}
img.border
{
	border:2px solid #3ab0d3;
}
div.clear
{
	overflow:hidden;
	clear:both;
}
ul.lista li, ol.lista li
{
	line-height:20px;
}
#google_map_container
{
	overflow:hidden;
}




/**
 * 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:#c20000;
}
a:hover
{
	color:#000;
}
#pixlab a:link, #pixlab a:visited
{
	text-decoration:none;
	color:#999999;
}
#pixlab a:hover
{
	color:#fff;
}
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
{
	width:956px;
	height:190px;
	margin:0 auto;
}
#logo
{
	position:absolute;
	margin:0 0 0 0;
	width:91px;
	height:73px;
	margin:5px 0 0 34px;
}
#napis
{
	position:absolute;
	margin:0 0 0 0;
	width:340px;
	height:36px;
	margin:9px 0 0 352px;
	background:url('../layout/interhome_company.gif') no-repeat;
}
#container
{
	width:950px;
	background:white url('../layout/content_bgr.jpg') no-repeat top left;
	border:3px solid #9893b3;
	border-top:0;
	margin:0 auto;
}
#menu
{
	height:28px;
}
#bottom
{
	height:6px;
	background:#d0b50e;
	overflow:hidden;
}
#bottom div
{
	height:6px;
	background:#e5ce10;
	width:250px;
	overflow:hidden;
}
#footer
{
	padding:4px 0 0 0;
	font-size:10px;
	width:956px;
	margin:0 auto;
	color:#d0d0d0;
}
#footer div
{
	float:right;
	display:inline;
}



table#vtech_ceny
{
	width:80%;
	margin:10px auto;
	text-align:center;
	line-height:20px;
	background:grey;
}
table#vtech_ceny td
{
	padding:3px;
	background:white;
}
table#vtech_ceny tr.head td
{
	font-weight:bold !important;
	background:#dcdcdc !important;
	color:#125ba6 !important;
}





/**
 * PODMENU
 */
ul.podmenu_horizontal
{
	height:28px;
	margin:10px 0;
	padding:0;
	list-style-type:none; 
	list-style-image:none;
}
ul.podmenu_horizontal li
{
	margin:0 2px 0 0;
	padding:0;
	float:left;
	display:inline;
	height:28px;
}
ul.podmenu_horizontal li a:link, ul.podmenu_horizontal li a:visited
{
	font-size:11px;
	color:black;
	margin:0;
	text-align:center;
	text-decoration:none;
	padding:5px 12px 6px 12px;
	background:#f2c942;
	border-bottom:2px solid #125ba6;
}
ul.podmenu_horizontal li a:hover
{
	border-bottom:2px solid #f2c942;
}
ul.podmenu_horizontal li.active a
{
	color:white;
	background:#125ba6 !important;
}







/**
 * PODMENU
 */
ul.menu_horizontal
{
	height:34px;
	margin:0;
	padding:0;
	list-style-type:none; 
	list-style-image:none;
}
ul.menu_horizontal li
{
	background:#125299 url('../layout/ul.gif') bottom;
	margin:0;
	padding:0;
	float:left;
	display:inline;
	height:34px;
}
ul.menu_horizontal li a:link, ul.menu_horizontal li a:visited
{
	border-top:6px solid #d0b50e;
	font-size:12px;
	color:#fff;
	margin:0;
	text-align:center;
	text-decoration:none;
	padding:6px 18px 6px 4px;
	background:url('../layout/li.gif') no-repeat right;
	display:block;
}
ul.menu_horizontal li a:hover
{
	color:black;
}
ul.menu_horizontal li.active a
{
	border-top:6px solid #e5ce10;
	color:white;
}
ul.menu_horizontal li.last a
{
	background:none;
	padding-right:11px;
}