﻿/********************************************
   AUTHOR:  			Jan Wojnar 
   WEBSITE:   			
	TEMPLATE NAME:		AKIM.CZ - ctyrkolky
   TEMPLATE CODE: 	
   VERSION:          1.0          	
 *******************************************/
 
/********************************************
   HTML ELEMENTS
********************************************/ 

/* Top Elements */

#sidebar-ctyrkolky {
  position: relative;
  background: #000 url("../images/menu_ctyrkolky/bg.jpg");
	float: left;
	width: 326px;
	height: 506px;
	padding: 0; margin: 0;		
}	

#bt-ctyrkolky-01 a {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 311px;
  height: 37px;
  background: url("../images/menu_ctyrkolky/bg_01.jpg") no-repeat;
  color: #FFDA87;
  font-size: 18px;
  font-weight: bold;
  padding: 15px 0 0 22px;
  
}
#bt-ctyrkolky-01 a:hover {
  background: url("../images/menu_ctyrkolky/bg_01-hover.jpg") no-repeat;
  color: #fff;
  text-decoration: none;
}


#bt-ctyrkolky-02 a {
  position: absolute;
  top: 53px;
  left: 0;
  display: block;
  width: 311px;
  height: 36px;
  background: url("../images/menu_ctyrkolky/bg_02.jpg") no-repeat;
  color: #FFDA87;
  font-size: 18px;
  font-weight: bold;
  padding: 15px 0 0 22px;
  
}
#bt-ctyrkolky-02 a:hover {
  background: url("../images/menu_ctyrkolky/bg_02-hover.jpg") no-repeat;
  color: #fff;
  text-decoration: none;
}

#bt-ctyrkolky-03 a {
  position: absolute;
  top: 105px;
  left: 0;
  display: block;
  width: 311px;
  height: 36px;
  background: url("../images/menu_ctyrkolky/bg_03.jpg") no-repeat;
  color: #FFDA87;
  font-size: 18px;
  font-weight: bold;
  padding: 15px 0 0 22px;
  
}
#bt-ctyrkolky-03 a:hover {
  background: url("../images/menu_ctyrkolky/bg_03-hover.jpg") no-repeat;
  color: #fff;
  text-decoration: none;
}

#bt-ctyrkolky-04 a {
  position: absolute;
  top: 157px;
  left: 0;
  display: block;
  width: 311px;
  height: 36px;
  background: url("../images/menu_ctyrkolky/bg_04.jpg") no-repeat;
  color: #FFDA87;
  font-size: 18px;
  font-weight: bold;
  padding: 15px 0 0 22px;
  
}
#bt-ctyrkolky-04 a:hover {
  background: url("../images/menu_ctyrkolky/bg_04-hover.jpg") no-repeat;
  color: #fff;
  text-decoration: none;
}

#header-ctyrkolky {
	position: relative;
	background: url("../images/bg-head-ctyrkolky.jpg") no-repeat;
	width: 910px;	
	height: 285px;	
	padding: 0;	
	margin: 0px auto;
}
#header-ctyrkolky h1#logo-text {
	position: absolute;
	margin: 0; padding: 0;
	font: bold 28px "Times New Roman", Times, serif;
	color: #fff;

	/* change the values of top and left to adjust the position of the logo*/
	top: 130px; left: 150px;	
}

#sidebar-ctyrkolky img {
  background: #A93E01;
  border: 0;
}	

img#icon-paintball {
  position: absolute;
  top: 170px;
  left: 0;
}

img#icon-strelnice {
  position: absolute;
  top: 176px;
  left: 150px;
}


