﻿
/**
 *
 * Style for Postrzelaj
 *
 */

	@import 'reset.css';

/* 	Layout
 ``````````````````````````````````````````````````````````````````````````` */
	 	
	body {
	  	background: #262626 url("../images/bg.gif") repeat-x;
		font-family: Arial, "Trebuchet MS", "Lucida Sans Unicode", sans-serif;
		font-size: 11px;
		margin: 0 0 0 0;
		color: #cdc9c5;		
 	}
 	
  	
	h2 { font-size: 18px; font-weight: normal; color: #801d11; }
	h3 { font-size: 15px; color: #bf925e; font-weight: bold; }
	h4 { font-size: 12px; color: #801d11; }
	h5 { font-size: 12px; color: #801d11; }
							
	p { line-height: 19px; text-align: justify; }

 	a { text-decoration: none; cursor: pointer; color: #c2c2c2; }
 	a:hover { text-decoration: underline; }

	ul { list-style-type: none; }

/* 	Page
 ``````````````````````````````````````````````````````````````````````````` */	

	#page { height: auto; }

/* 	Header
 ``````````````````````````````````````````````````````````````````````````` */	

	#header { height: 236px; background: url("../images/postrzelaj_04.jpg") no-repeat 50% 0; }
	#header #sheath { width: 966px; margin: 0 auto 0 auto; position: relative; }
	#header #sheath #postrzelaj { width:160px; height: 30px; position: absolute; top: 78px; left: 110px; text-indent: -99999em; display: block; }
	#header #sheath #static { position: absolute; right: 0; top: 152px; width: 290px; overflow: hidden; }
	#header #sheath #static li { float: left; display: inline; color: #fff; background: url("../images/icon_1.png") no-repeat 100% 44%; padding: 0 13px 0 10px;  }
	#header #sheath #static li.last { background: none; padding-right: 0; }

/* 	Header -> menu
 ``````````````````````````````````````````````````````````````````````````` */	

	#header #menu { width: 970px; position: absolute; top: 198px; left: 30px; }
	#header #menu li { float: left; display: inline; margin-right: 50px; }
	#header #menu li a { display: block; height: 17px; background-image: url("../images/menu.gif"); background-repeat: no-repeat; background-position: 0 0; text-indent: -99999em; }
	#header #menu li a:hover { display:block; height: 17px; background: url("../images/menu_hover.gif") no-repeat!important; background-repeat: no-repeat; background-position: 0 0; text-indent: -99999em; }
	#header #menu li.moje_konto a, li.moje_konto a:hover, li.moje_konto a.active { width: 85px; background-position: 0 0!important; }
	#header #menu li.forum a, li.forum a:hover, li.forum a.active  { width: 47px; background-position: -151px 0!important; }
	#header #menu li.regulamin a, li.regulamin a:hover, li.regulamin a.active { width: 76px; background-position: -264px 0!important; }
	#header #menu li.cennik a, li.cennik a:hover, li.cennik a.active { width: 49px; background-position: -405px 0!important; }
	#header #menu li.pomoc a, li.pomoc a:hover, li.pomoc a.active { width: 47px; background-position: -505px 0!important; }
	#header #menu li.lista_gier a, li.lista_gier a:hover, li.lista_gier a.active { width: 72px; background-position: -614px 0!important; }
	#header #menu li.o_nas a, li.o_nas a:hover, li.o_nas a.active { width: 41px; background-position: -751px 0!important; }
	#header #menu li.kontakt a, li.kontakt a:hover, li.kontakt a.active { width: 64px; background-position: -849px 0!important; }

/* 	Center
 ``````````````````````````````````````````````````````````````````````````` */	

	#center { width: 970px; min-height: 400px; height:auto!important; height: 400px; margin: 0 auto 0 auto; background: url("../images/bg_center.jpg") no-repeat 70% 10px; }

	.tabs { padding: 25px 0 10px 15px; }
	.tabs li { display: inline; float:left; background: url("../images/icon_arrow.png") no-repeat 100% 40%; padding: 0 15px 0 10px; }
	.tabs li.last { background: none; }
	.tabs strong { color: #bababa; }

/* 	Center -> #container
 ``````````````````````````````````````````````````````````````````````````` */	

	#container { width: 737px; float: left; display: inline; background: #2e2e2e; margin: 7px 0 20px 0; position: relative; }

	.bg_bottom { width: 418px; height: 160px; background: url("../images/bg_szeciokaty.gif") no-repeat; position: absolute; right: -40px; bottom: -25px; }

/* 	Center -> container -> left
 ``````````````````````````````````````````````````````````````````````````` */	

	#container #left { width: 237px; height: auto; float: left; display: inline; margin: 4px 0 0 5px; }
	#container #left #panel_logowania { width: 236px; height: 178px; background: url("../images/box_left_panel_logowania2.gif") no-repeat; overflow: hidden; }
	#container #left #panel_logowania label { display: none; }
	#container #left #panel_logowania .padding { position: relative; margin-top: 70px; left: 38px; }
	#container #left #panel_logowania fieldset { }
	#container #left #panel_logowania input { border: 0; background: none; width: 150px; color: #7fd2e0; padding: 3px 0 3px 0; margin: 0 0 15px 0; }

	#container #left #panel_logowania ul { margin: 0px 0 0 0px; padding: 0; width: 174px; display: block; position: relative; left: -6px; }
	#container #left #panel_logowania ul li.first { float: left; display: block; background: none; margin-top: 3px; }
	#container #left #panel_logowania ul li.first span { margin-left: 4px; position: relative; top: -1px; }
	#container #left #panel_logowania ul li.first a { color: #16636f; font-weight: bold; margin-top:1px; }
	#container #left #panel_logowania ul li.last { float: right; display: block; margin-top: 0px;}
	#container #left #panel_logowania ul li.last input { width: 50px; height: 23px; margin: 0!important; }
			
	#container #left .pytania { width: 236px; background: url("../images/bg_left_underlogowanie.gif") no-repeat 100% 0; }
	#container #left .pytania h3 { padding: 18px 0 20px 8px; background: url("../images/bear_blue.gif") repeat-x 0 100%;  }
	#container #left .pytania h3 img { display: block; }

	#container #left .pytania ul { width: 85%; padding: 18px 0 0 0; margin: 0 0 0 10px; }
	#container #left .pytania ul li { width: 100%; margin-bottom: 9px; background: url("../images/icon_arrow_2.gif") no-repeat 100% 50%; display: block; }

/* 	Center -> container -> wrapper
 ``````````````````````````````````````````````````````````````````````````` */	

	#container #wrapper { width: 495px; float: left; display: inline; position: relative; }
	#container #wrapper_1 { width: 495px; background: url("../images/wrapper_height.gif") repeat-y top left; }
	#container #wrapper_2 { width: 495px; min-height: 218px; height:auto!important; height: 218px; background: url("../images/wrapper_top.gif") no-repeat top left; }
	#container #wrapper_3 { overflow: hidden; height: 17px; width: 495px; background: url("../images/wrapper_bottom.gif") no-repeat 0 0; }
	
	#container #wrapper #content { width: 485px; min-height: 418px; height:auto!important; height: 418px; margin: 0 auto 0 auto; position: relative; top: 5px; }
	#container #wrapper #content h3.tmain { position: relative; top: 25px; height: 18px; margin: 0 0 55px 0; overflow: hidden; }
	#container #wrapper #content .bear_gray { margin: 15px 0 15px 0; display: block; height: 2px; overflow: hidden; background: url("../images/bear_gray.gif") repeat-x 0 0; }
	#container #wrapper #content p { margin: 5px 0 5px 0; }
	#container #wrapper #content .sheatch { width: 440px; margin: 0 auto 0 auto; }
		
/* 	Center -> container -> wrapper -> news
 ``````````````````````````````````````````````````````````````````````````` */	

	#container #wrapper .news { width: 100%; margin: 0 auto 25px auto; position: relative; top: 25px; }
	#container #wrapper .news li { margin: 0 auto 15px auto; }
	#container #wrapper .news li .text { width: 90%; margin: 0 auto 0 auto; }
	#container #wrapper .news li h2 { color: #bf925e; margin-bottom: 9px; }
	#container #wrapper .news .footer { height: 38px; background: url("../images/bg_news.gif") repeat-x; margin-top: 8px; }	
	#container #wrapper .news .footer p.date { display: inline; float: left; margin: 9px 0 0 26px!important; padding-top: 0; color: #988577; }	
	#container #wrapper .news .footer p { float: right; display: inline; margin: 7px 25px 0 0!important; }	
		
	#container #wrapper .button { display: block!important; float: left!important; width: auto!important; height: 19px!important; background: url("../images/button1_left.gif") no-repeat!important; position: relative!important; padding: 6px 0px 0 5px!important; line-height: 14px!important; }
	#container #wrapper .button span { float: left!important; display: block!important; width: 7px!important; height: 25px!important; background: url("../images/button1_right.png") no-repeat 100% 0!important; top: 0!important; position: absolute; right: -7px; text-indent: -99999em; }	


/* 	Center -> container -> wrapper -> cennik
 ``````````````````````````````````````````````````````````````````````````` */	

	#container .cennik { top: 0!important; margin-bottom: 0!important; }
	#container .cennik .sheatch { width: 420px; margin: 0 auto 0 auto; }
	#container .cennik p { width: 420px; }

	#container .cennik .table { margin: 0 auto 25px auto; }
	
	#container .cennik .table .head { width: 420px; height: 31px; overflow: hidden; }
	#container .cennik .table .head li { background-color: #323232; height: 33px; }	

	#container .cennik .left { background-image: url("../images/table_head_bg_left.gif"); background-repeat: no-repeat; }
	#container .cennik .right { background-image: url("../images/table_head_bg_right.gif"); background-repeat: no-repeat; background-position: 100% 0; }

	#container .cennik .table .item { width: 420px; background: url("../images/bear_gray.gif") repeat-x 0 100%; margin-bottom: 5px; }

	#container .cennik .table li { margin-right: 1px; float: left; display: inline; padding: 5px 0 5px 10px; }		
	#container .cennik .table li span { }	
	#container .cennik .table li img { margin: 4px 0 0 10px; }
	#container .cennik .table li.rodzaj_slotu { width: 90px; }
	#container .cennik .table li.lokalizacja { width: 208px; }
	#container .cennik .table li.cena { width: 89px;  }
	
	#container .cennik .legend { width: 420px; margin: 10px auto 10px auto; color: #8f8f8f; }
	#container .cennik .legend p { width: auto; margin: 0 0 10px 0; color: #8f8f8f; }
	
/* 	Center -> container -> wrapper -> kontakt
 ``````````````````````````````````````````````````````````````````````````` */	
	
	#container .kontakt { top: 0!important; margin-bottom: 0!important; }
	#container .kontakt h4 { height: 31px; background: #323232 url("../images/table_head_bg_left.gif") no-repeat top left; margin: 10px 0 0 0; }
	#container .kontakt h4 span { color: #858585; padding: 9px 0 0 15px; display: block; height: 22px; background: url("../images/table_head_bg_right.gif") no-repeat top right; }
	
	#container .kontakt .sheatch { width: 460px; margin: 0 auto 0 auto; }
	#container .kontakt .sheatch p { margin-left: 20px!important; }
	#container .kontakt form.form fieldset ul li label { width: 70px; float: left; display: inline; font-weight: bold; margin: 7px 0 0 0; }		
					
/* 	Center -> container -> wrapper -> lista gier
 ``````````````````````````````````````````````````````````````````````````` */	
 
	#container .lista_gier { top: 0!important; margin-bottom: 0!important; }
	#container .lista_gier .sheatch { width: 440px; margin: 0 auto 0 auto; }

	#container .lista_gier ul li { display: block; padding: 7px 0 7px 0; background: url("../images/bear_gray.gif") repeat-x 0 100%;  }

/* 	Center -> container -> wrapper -> o firmie
 ``````````````````````````````````````````````````````````````````````````` */	
 
	#container .o_firmie { top: 0!important; margin-bottom: 0!important; }
	#container .o_firmie h3 { margin: 15px auto 5px 0; }
	
	#container .o_firmie .sheatch { width: 440px; margin: 0 auto 0 auto; }

	#container .o_firmie ul { margin: 10px 0 -35px 0; }
	#container .o_firmie ul li { margin: 0 0 35px 0; clear: both; }		
	#container .o_firmie ul li p.left { float: left; display: inline; }	
	#container .o_firmie ul li p.right { float: right; display: inline; }
	#container .o_firmie ul li img { display: block; border: 2px solid #303030; }	

/* 	Center -> container -> wrapper -> pomoc
 ``````````````````````````````````````````````````````````````````````````` */	
 
	#container .pomoc { top: 0!important; margin-bottom: 0!important; }
	
	#container .pomoc .sheatch { width: 440px; margin: 0 auto 0 auto; }

/* 	Center -> container -> wrapper -> regulamin
 ``````````````````````````````````````````````````````````````````````````` */	
 
	#container .regulamin { top: 0!important; margin-bottom: 0!important; }
	
	#container .regulamin .sheatch { width: 440px; margin: 0 auto 0 auto; }
	#container .regulamin ol { width: 90%; margin: 5px auto 0 auto; }
	#container .regulamin ol li { margin: 5px 0 5px 0; font-weight: bold;}
	#container .regulamin ol li span { font-weight: normal; }
									
/* 	Center -> right
 ``````````````````````````````````````````````````````````````````````````` */	
		
	#right { width: 220px; float: right; display: inline; }	
	#right .map { width: 214px; height: 183px; background: url("../images/mapa.png") no-repeat; text-indent: -99999em; }		
	#right h3 { padding: 18px 0 15px 8px; background: url("../images/bear_blue.gif") repeat-x 0 100%;  }	
	#right .advert { text-align: center; margin: 15px 0 0 0; }
	#left h3 { padding: 18px 0 15px 8px; background: url("../images/bear_blue.gif") repeat-x 0 100%;  }
	#left .advert { text-align: center; margin: 15px 0 0 0; }


	#container .rejestracja form.form fieldset ul { width: 300px; }			

/* 	Colors
 ``````````````````````````````````````````````````````````````````````````` */	

	.orange { color: #bf925e; }

/* 	Formularz
 ``````````````````````````````````````````````````````````````````````````` */	

	#container form.form fieldset ul { width: 430px; margin: 15px auto 10px auto; }			
	#container form.form fieldset ul li { padding: 0; margin: 0 0 0 0; clear: both; overflow: hidden; }	
	#container form.form fieldset ul li label { width: 80px; float: left; display: inline; font-weight: bold; margin: 7px 0 0 0; }		
	#container form.form fieldset ul li input {  color: #fff; width: 202px; padding: 7px 0 7px 10px; float: left; display: inline; background: url("../images/input.gif") no-repeat; }		
	#container form.form fieldset ul li textarea {  color: #fff; width: 344px; height: 197px; padding: 10px 0 10px 10px; float: left; display: inline; background: url("../images/textarea.gif") no-repeat; }		
	#container form.form fieldset ul li p { float: right; display: block; margin: 7px 17px 0 0!important; }		
	#container form.form fieldset ul li .checkbox { width: auto!important; padding: 0!important; background: none; margin-top: 12px; }	


/* 	Footer
 ``````````````````````````````````````````````````````````````````````````` */	
 	
	#footer_bg { clear: both; height: 66px; background: url("../images/bg_footer.gif") repeat-x; margin-top: 15px; }
	
	#footer { width: 970px; height: 66px; background: url("../images/footer.gif") no-repeat; margin: 0 auto 0 auto; position: relative; }
	#footer p { color: #bad5d9; margin-top: 25px; }
	#footer p.copyright { float: left; display: inline; }
	#footer strong { color: #fafeff; }
	#footer p.author { float: right; display: inline; }
	
	#footer .option { position: absolute; top: 25px; right: 280px;  }
						
/* 	Form
 ``````````````````````````````````````````````````````````````````````````` */	
				
	input, textarea, select { font-size: 11px; font-family: Tahoma, "Trebuchet MS", "Lucida Sans Unicode", sans-serif; border: 0; color: #464646; }
