
/* Layout Stylesheet */ 


body{
 margin: 0;
 padding:0;
 background-image:url(../images/bg.gif);
 background-repeat:repeat-y;
 color: #333333;
 margin-top:0px;
 

 }

 
#lh-col{
 width: 240px;
 float: left;
 background: #CDCB75;
 margin: 0;
 padding: 0;
 min-height:500px;
 position: absolute;
 left:0px;
 top:0px;
 }
 
 #lh-col img {
 	border:0;
	padding-left:60px;
	width:185px;	
 }
 
#lh-col #top_left{
 width: 250px;
 height: 210px;
 background-image:url(../images/top_left_en.gif);
 margin: 0;
 padding: 0;
 }
 
#dane #lh-col #top_left{
 background-image:url(../images/top_left_dane.gif);
} 

 
#lh-col #menu_item {
 background-image:url(../images/menu_item_bg.gif);
 background-repeat:no-repeat;
 background-position: top left;
 font-family:Arial, Helvetica, sans-serif;
 font-size:10pt;
 font-weight:bold;
 color:#ffffff;
 position:absolute;
 top:220px;
 width:200px;
 margin-left:50px;
 text-align:right;
 height:30px;
 padding-top:4px;
 padding-right:8px;
 float:right;
  }

#top_bar {
	position:relative;
	top:0px;
	left:250px;
	height:150px;
	width:580px;
	background-image:url(../images/top_bar.jpg);
	overflow:none;
	z-index:1;
}
 
#rh-col{
 z-index:2; 
 width: 540px;
 color: #333333;
 margin: 0;
 margin-left:25px;
 padding-top: 0px;
 position:absolute;
 overflow:auto;
 clear: both;
 left: 250px;
 top: 151px;
 font-family:Verdana, Arial, , sans-serif;
 line-height:22px;
 font-size:13px;
 text-indent: 50px;
 text-align: justify;
 }
 
 #dane #rh-col {
 	text-align: left;
	text-indent: 0;
}
 
 
 #bottom_left{
 width: 250px;
 height: 68px;
 background-image:url(../images/bottom_left_en.gif);
 position:fixed;
 bottom: 0px;
 left:0px;
 margin: 0;
 padding: 0;
 clear: left;
 }
 
 #advert_col {
 	position: relative;
	top: 5px;
	left: 90px;
	width:185px;
	float:right;
	margin-top:-20px;
	margin-left: -70px;
 }
 
 #advert_col img {
 	border:1px dashed #BD1F25;
 }
 
 #login {
	top: 0px;
	right: 0px;
	width: 200px;
	height: 150px;
	background-image:url(/images/login_bg.gif);
	background-repeat:no-repeat;
	padding-left: 15px;
	padding-right:5px;
	padding-top: 10px;
	float: right;
	font-size: 9px;
	text-indent:0px;
	line-height:13px;
	clear:left;
	margin-bottom: 70px;
	margin-left: 20px;
 }
 
 #login input {
 color: #005825;
 background: #CDCB75;
 border: 1px solid #781351;
 font-size: 9px;
}

  
 #login p {
	margin-bottom: -8px !important;
	padding-bottom: -8px;
  }
  
  #order_form P {
  	display: block;
	height: 30px;
	padding-bottom: 5px;
	padding-top: 5px;
	padding-right: 100px;
	margin-bottom: 1px;
	margin-left:0;
	margin-right:0;
	margin-top:0;
	font-weight: bold;
	font-size: 10px;	
	background-color: #EDDC3A;
	text-align: right;  
 }
 
 #order_form P.button {
 	height: 70px;
	text-align: center;
	padding-right: 0;
}