* {
	padding: 0;
	margin: 0;
}

a{ outline: none;}

body {
	font: 12px/16px Verdana; 
	color: #321f15;
	background: url('images/tlo.jpg') #322016 no-repeat center top fixed;
}

div.frame {
	width: 960px;
	margin: 0px auto;
}

html>body div.frame {
	background: url('images/frame.png');
}

div.footer {
	width: 958px;
	height: 101px;
	margin: 0px auto;
}

html>body div.footer {
	background: url('images/footer.png');
}

#text_tlo{
	background: url('images/bg.jpg');
	width: 874px;
	margin: 0px auto;
}

#bar{
	height: 8px;
	background: #6e1919;
}

#top{
	width: 850px;
	height: 290px;
	background: url('images/top.jpg');
	margin: 0px auto;
}

#pies_gora{
	background: url('images/pies_gora.png');
	width: 361px;
	height: 313px;
	position: absolute;
	left: 50%;
	margin-left: -440px;
}

#pies_dol{
	position: fixed;
	background: url('images/pies_dol.png') no-repeat bottom right;
	width: 168px;
	height: 313px;
	bottom: 0;
	left: 50%;
	margin-left: 350px;
}

#ramka{
	position: absolute;
}

/* Menu    */


#menu{
	background: url('images/menu.jpg');
	width: 850px;
	height: 44px;
	margin: 0px auto;
}

#menu_01, #menu_02, #menu_03, #menu_04, #menu_05, #menu_06, #menu_07{
	float: left;
	margin: 0px;
	text-indent: -2000px;
}

#menu_01_active, #menu_02_active, #menu_03_active, #menu_04_active, #menu_05_active, #menu_06_active, #menu_07_active{
	float: left;
	margin: 0px;
	text-indent: -2000px;
}

a#menu_01{
	margin-left: 60px;
	height: 44px;
	width: 170px;
}

a#menu_01:hover, a#menu_01:active {
	background: url('images/menu_hover.jpg') -60px 0px;
}

a#menu_02{
	height: 44px;
	width: 70px;
}

a#menu_02:hover, a#menu_02:active {
	background: url('images/menu_hover.jpg') -230px 0px;
}

a#menu_03{
	height: 44px;
	width: 100px;
}

a#menu_03:hover, a#menu_03:active {
	background: url('images/menu_hover.jpg') -300px 0px;
}

a#menu_04{
	height: 44px;
	width: 70px;
}

a#menu_04:hover, a#menu_04:active {
	background: url('images/menu_hover.jpg') -400px 0px;
}

a#menu_05{
	height: 44px;
	width: 90px;
}

a#menu_05:hover, a#menu_05:active {
	background: url('images/menu_hover.jpg') -470px 0px;
}

a#menu_06{
	height: 44px;
	width: 60px;
}

a#menu_06:hover, a#menu_06:active {
	background: url('images/menu_hover.jpg') -560px 0px;
}

a#menu_07{
	height: 44px;
	width: 110px;
}

a#menu_07:hover, a#menu_07:active {
	background: url('images/menu_hover.jpg') -620px 0px;
}


a#menu_01_active{
	margin-left: 60px;
	height: 44px;
	width: 170px;
	background: url('images/menu_hover.jpg') -60px 0px;
}


a#menu_02_active{
	height: 44px;
	width: 70px;
	background: url('images/menu_hover.jpg') -230px 0px;
}


a#menu_03_active{
	height: 44px;
	width: 100px;
	background: url('images/menu_hover.jpg') -300px 0px;
}


a#menu_04_active{
	height: 44px;
	width: 70px;
	background: url('images/menu_hover.jpg') -400px 0px;
}


a#menu_05_active{
	height: 44px;
	width: 90px;
	background: url('images/menu_hover.jpg') -470px 0px;
}

a#menu_06_active{
	height: 44px;
	width: 60px;
	background: url('images/menu_hover.jpg') -560px 0px;
}


/*   Typography   */

#tresc{
	width: 740px;
	padding-right: 140px;
	padding-left: 20px;
	margin: 0px auto;
	font: 12/13px Verdana;
	color: #705847;
}

.image {
	padding: 2px;
	border: 1px solid #c1322e;
	margin: 3px;
	background: #fff5e1;
}

#galeria a:link img, #galeria a:visited img {
	padding: 2px;
	border: 1px solid #c1322e;
	margin: 3px;
	background: #fff5e1;
}

#galeria a:hover img, #galeria a:active img  {
	padding: 2px;
	border: 1px solid #f5211b;
	margin: 3px;
	background: #fff5e1;
}


#tresc a:link, #tresc a:visited{
	color: #9f1616;
	text-decoration: none;
}

#tresc a:hover{
	color: #ea0d0d;
	text-decoration: none;
}