﻿/********************************************
   AUTHOR:  			Jan Wojnar 
   WEBSITE:   			
	TEMPLATE NAME:		AKIM.CZ - strelnice
   TEMPLATE CODE: 	
   VERSION:          1.0          	
 *******************************************/
 
/********************************************
   HTML ELEMENTS
********************************************/ 

/* Top Elements */

#sidebar-strelnice {
  position: relative;
  background: #000 url("../images/menu_strelnice/bg.jpg");
	float: left;
	width: 326px;
	height: 506px;
	padding: 0; margin: 0;		
}	

#bt-strelnice-01 a {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 311px;
  height: 37px;
  background: url("../images/menu_strelnice/bg_01.jpg") no-repeat;
  color: #000;
  font-size: 18px;
  font-weight: bold;
  padding: 15px 0 0 22px;
  
}
#bt-strelnice-01 a:hover {
  background: url("../images/menu_strelnice/bg_01-hover.jpg") no-repeat;
  color: #000;
  text-decoration: none;
}


#bt-strelnice-02 a {
  position: absolute;
  top: 53px;
  left: 0;
  display: block;
  width: 311px;
  height: 36px;
  background: url("../images/menu_strelnice/bg_02.jpg") no-repeat;
  color: #000;
  font-size: 18px;
  font-weight: bold;
  padding: 15px 0 0 22px;
  
}
#bt-strelnice-02 a:hover {
  background: url("../images/menu_strelnice/bg_02-hover.jpg") no-repeat;
  color: #000;
  text-decoration: none;
}

#bt-strelnice-03 a {
  position: absolute;
  top: 105px;
  left: 0;
  display: block;
  width: 311px;
  height: 36px;
  background: url("../images/menu_strelnice/bg_03.jpg") no-repeat;
  color: #000;
  font-size: 18px;
  font-weight: bold;
  padding: 15px 0 0 22px;
  
}
#bt-strelnice-03 a:hover {
  background: url("../images/menu_strelnice/bg_03-hover.jpg") no-repeat;
  color: #000;
  text-decoration: none;
}

#bt-strelnice-04 a {
  position: absolute;
  top: 157px;
  left: 0;
  display: block;
  width: 311px;
  height: 36px;
  background: url("../images/menu_strelnice/bg_04.jpg") no-repeat;
  color: #000;
  font-size: 18px;
  font-weight: bold;
  padding: 15px 0 0 22px;
  
}
#bt-strelnice-04 a:hover {
  background: url("../images/menu_strelnice/bg_04-hover.jpg") no-repeat;
  color: #000;
  text-decoration: none;
}

img#icon-paintball {
  position: absolute;
  top: 170px;
  left: 0;
}

img#icon-4kolky {
  position: absolute;
  top: 176px;
  left: 150px;
}




