*{
	padding:0;
	margin:0;
	font-family:Verdana;
	font-size:12px;
	
}
body {
	background:#000;
}
#top_pasek {
	z-index:999;
	position:relative;
	top:0px;
	left:0px;
	width:100%;
}
#top_pasek #lewa_strona {
	position:absolute;
	top:0px;
	left:0px;
	width:20%;
	
	border-left: 0px solid transparent;
border-right: 40px solid transparent;
border-bottom: 70px solid red;
border-top: 0px solid red;
}

#top_pasek #prawa_strona{
	position:absolute;
	top:0px;
	right:0px;
	width:60%;
	
border-left: 40px solid transparent;
border-right: 0px solid transparent;
border-bottom: 0px solid red;
border-top: 70px solid red;
}
#tlo {
	z-index:0;
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	background: url(../img/tlo.png) no-repeat;
	background-size:100%;
	background-position:top;
	background-position-y:50px;


	
}
#logo {
	z-index:99999;
	position:absolute;
	top:10px;
	left:24%;
	width:15%;
	height:152px;
	background: url(../img/logo.png) no-repeat;
	background-size:contain;
}
#pojemnik_menu {
	width:350px;
    position:absolute;
    top:-65px;
}
.menu_item_tlo, .menu_item_tlo_aktywne{
	
	text-align:center;
	float:right;
	font-family:Verdana;
	color:#FFF;
	font-size:14px;
	padding:0 25px;
	height:50px;
	text-transform:uppercase;
	padding-top:20px;

	

}
.menu_item_tlo:hover {
	color:#000;	
	background: url('../img/menu_wskaz.png') top center no-repeat;
	background-size:13%;
	-webkit-transition-property:color; 
	-webkit-transition-duration: 0.2s; 
	-webkit-transition-timing-function: ease-in;
	
}

.menu_item_tlo_aktywne {
	color: #000;
	text-shadow:none;
	background: url('../img/menu_wskaz.png') top center no-repeat;
	background-size:13%;
	
}
#pojemnik_menu .menu_sep_line_l{
	float:left;
	height:10px;
	width:1px;
	background:#666;
}
#pojemnik_menu .menu_sep_line_d{
	float:left;
	height:10px;
	width:1px;
	background:#333;
}
#lista_menu {
	overflow: auto;
    list-style-type: none;
}
#stopka {
	z-index:999;
	margin-top:10px;
	clear:both;
	width:100%;
	min-height:150px;
	background:#000;
	-webkit-box-shadow: 0px -3px 6px 0px #333;
	box-shadow: 0px -3px 6px 0px #333;
}

.sep-line, .sep-line2 {
	float:left;
	width:1px;
	height:150px;
	margin-top:10px;
	background:#666;
}
.sep-line2{
	background: #333;
}
#stopka #srodek{
	width:950px;
	margin:0 auto;
	
}
#stopka #srodek #kontakt{
	margin-top:10px;
	width:280px;
	float:left;
	color:#CCC;
	font-size:12px;
	line-height:18px;
}
#stopka #srodek #kontakt span {
	color: #258dc8;
	font-weight:bold;
	font-size:14px;
}
#stopka #srodek #kontakt a{
	color:#CCC;
	font-size:12px;
	text-decoration:underline;
}
#stopka #srodek #kontakt a:hover{
	text-decoration:none;
}
#stopka #formularz {
	float:right;
	margin-top:5px;
}
#stopka #formularz .kontakt_mail, .kontakt_wiad {
background-color:#FFFFFF;
 
  border-bottom-left-radius:5px;
  border-bottom-right-radius:5px;
  border-top-left-radius:5px;
  border-top-right-radius:5px;
  color:#000;
  font-family:Tahoma, Verdana, Arial;
  font-size:13px;
  height:30px;
  margin:5px 0px;
  width:250px;
  padding-left:5px;
}
#stopka #formularz .kontakt_wiad{
	
  height:80px;
  overflow:auto;
  resize:none;
}

#stopka #formularz .kontakt_btn {
  background-color:#333;
  border:none;
	-moz-border-radius: 3px;
border-radius: 2px;
  color:#CCC;
  cursor:pointer;
  display:table-cell;
  float:right;
  height:20px;
  margin-right:5px;
  text-align:center;
  vertical-align:middle;
  width:70px;
  margin-top:0px;
}
#stopka #formularz p{
	font-size:12px;
	color:#CCC;
}
#podstrona {
	width:950px;
	position:relative;
	top:600px;
	left:50%;
	margin-left:-475px;
	min-height:900px;

}
#index-box{
	width:930px;
	min-height:300px;
	background:#333;
	position:relative;
	padding:10px;
	
}
#index-box .box {
	float:left;
	width:250px;
	
	min-height:300px;
	margin-left:20px;
	
}
#index-box .box .ikona {
	float:left;
	width:30px;
	height:30px;
	background:red;
	
}
#index-box .box .tytul{
	margin-left:50px;
	font-size:22px;
	font-weight:bold;
	color:red;

	
	
}
#index-box .sep_line_light, .sep_line_dark{
	width:1px;
	height:300px;
	background:#666;
	margin-left:20px;
	float:left;
}
#index-box .sep_line_dark{
	margin-left:0px;
	background:#000;
}
#index-box .mapa {
	width:320px;
	height:220px;
	background: url('../img/mapa.png') no-repeat;
	background-size:100%;
	
}
#index-box .text {
	margin-top:20px;
}
#index-box p {
	line-height:22px;
	color:#ccc;
}
#index-box .tel {
	width:112px;
	text-align:right;
	font-weight:bold;
}
#index-box ul {
	margin-left:30px;
}
#index-box ul li {
	color:#CCC;
	font-size:14px;
	margin-top:5px;
	
}
#index-box .mapa {
	margin-top:20px;
}
#index-box a {
	color:#CCC;
	text-decoration:none;
}
#index-box a:hover {
	text-decoration:underline;
}
