body {
	background-image: url(images/background-side.jpg);
	background-size: 100% 100%;
	background-attachment: fixed;
	background-position: center 0px;
	background-color: #2a2a2a;
	color: #c2c1c1;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}

u {
	color: #fff;
}

#background-text {
}

#header {
	position: absolute;
	margin-left: 184px; margin-top: 40px;
}

.header-ciarka {
	position: absolute;
	background-image: url(images/header-ciarka.png);
	width: 132px; height: 6px;
}

#menu {
	position: absolute;
	margin-left: 31px; margin-top: 150px;
}

#menu-ciarka {
	background-image: url(images/menu-ciarka.png);
	width: 900px; height: 8px;
	margin-top: 35px;
}

#boxy {
	position: absolute;
	margin-left: 14px; margin-top: 220px;
}

.box {
	background-image: url(images/box-background.png);
	width: 293px; height: 140px;
	float: left;
	margin-left: 17px;
}

.sliderr{
	position: absolute;
	margin-left: 8px;
	margin-top: 9px;
}

.sliderr2{
	position: absolute;
	margin-left: 8px;
	margin-top: -7px;
}

img.viac {
	position: absolute;
	margin-left: 194px; margin-top: -29px;
	border: none;
	cursor: default;
}

h3 {
	position: absolute;
	margin-left: 20px;
	color: white;
}

h2 {
	color: white;
}

#obsah {
	position: absolute;
	margin-top: 385px; margin-left: 31px;
	width: 900px; 
}

.nadpis {
	font-size: 30px;
	font-weight: bold;
}

#spodok {
	margin-top: 20px;
}

#spodok-background {
	background-image: url(images/spodok-background.png);
	width: 902px; height: 161px;
}

#kladivo {
	background-image: url(images/spodok-kladivko.png);
	width: 219px; height: 130px;
	position: absolute;
	margin-left: 0px; margin-top: 20px;
}

h4 {
	font-size: 18px;
	color: white;
}

#kontaktne-udaje {
	position: absolute;
	margin-left: 310px; margin-top: 0px;
	font-size: 14px;
}

#navigacia {
	position: absolute;
	margin-left: 730px; margin-top: 0px;
	font-size: 14px;
}

a.navigacia {
	color: #ffffff;
	text-decoration: none;
}

#creodia {
	margin-top: 10px; margin-left: 370px; margin-bottom: 5px;
}

.left-border {
	border-left: solid black 1px;
}

tr.border-bottom {
	border-bottom: solid black 1px;
}

b {
	color: #FFFFFF;
}

strong {
	color: #FFFFFF;
}

.white {
	color: white;
}

#spodok-background strong{
	color: white;
}

#kontakt strong{
	color: white;
}

li a{
	color: #fff;
	text-decoration: none;
}

li a:hover{
	color: #e00;
}


/* Easy Slider */

	#slider ul, #slider li,
	#slider2 ul, #slider2 li, #slider4 li, #slider4 ul{
		margin:0;
		padding:0;
		list-style:none;
		}
	#slider2{margin-top:1em;}
	#slider4{margin-top:1em;}
	#slider li, #slider2 li, #slider4 li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:264px;
		height:123px;
		overflow:hidden; 
		}	
	#prevBtn, #nextBtn,
	#slider1next, #slider1prev{ 
		display:none;
		width:30px;
		height:77px;
		position:absolute;
		left:-30px;
		top:71px;
		z-index:1000;
		}	
	#nextBtn, #slider1next{ 
		left:696px;
		}														
	#prevBtn a, #nextBtn a,
	#slider1next a, #slider1prev a{  
		display:block;
		position:relative;
		width:30px;
		height:77px;
		background:url(../images/btn_prev.gif) no-repeat 0 0;	
		}	
	#nextBtn a, #slider1next a{ 
		background:url(../images/btn_next.gif) no-repeat 0 0;	
		}	
		
	/* numeric controls */	

	ol#controls{
		margin:1em 0;
		padding:0;
		height:28px;	
		}
	ol#controls li{
		margin:0 10px 0 0; 
		padding:0;
		float:left;
		list-style:none;
		height:28px;
		line-height:28px;
		}
	ol#controls li a{
		float:left;
		height:28px;
		line-height:28px;
		border:1px solid #ccc;
		background:#DAF3F8;
		color:#555;
		padding:0 10px;
		text-decoration:none;
		}
	ol#controls li.current a{
		background:#5DC9E1;
		color:#fff;
		}
	ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus{outline:none;}
	
/* // Easy Slider */