body{
	background-color: #98795A;
	margin: 0px;
	background-image: url(../gfx/bg.jpg);
	background-position: top;
	background-repeat: repeat-x;
	 text-align: center;
	 font-family: Tahoma;
	font-size: 13px;
}
h1{
	font-size: 28px;
	font-family: Tahoma;
	font-weight: normal;
	
}
a{
	color: White;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}
/***************   uklad kolumn strony ******************/
#Page{
	width: 1000px;
	margin: auto;
}
#Stopka{
	background-image: url(../gfx/stopka.jpg);
	height: 94px;
	background-position: bottom;
	background-repeat: repeat-x;
}
#lewa{
	float: left;
	width: 257px;
	overflow: hidden;
	margin-left: 15px;
 
}
/*jesli jest submenu*/
#content{
	float: right;
	width: 670px;
	overflow: hidden;
	margin-right: 15px;
	text-align: left;
	color: White;
	line-height: 17px;
}
/* jesli brak submenu */
#content2{
	
	overflow: hidden;
	margin-right: 15px;
	margin-left: 15px;
	text-align: left;
	color: White;
	line-height: 17px;
}
#Flash{
	margin-top: 25px;
}
div.FlashTxt{
	width: 250px;
	background-color: #24150E;
   position: absolute;
	height: 315px;
	opacity: 0.75;
	filter: alpha(opacity=75);
	margin-left: 20px;
	margin-top: 10px;
}
div.FlashTxtTresc{
	width: 230px;
   position: absolute;
	height: 295px;
	margin-left: 30px;
	margin-top: 20px;
	color: White;
	text-align: left;
	font-family: Tahoma;
	font-size: 13px;
	z-index: 1;
}
.odstep1{
	height: 25px;
	text-align: center;
}
div.Top{
	height: 75px;
	text-align: left;
	line-height: 75px;
}
.clear{
	clear: both;
}
/*******************************************************/


/****************   czesc topa   ***********************/
div.Top img.logo{
	border: 0px;
	float: left;
	margin: 10px;
}
div.menuTop{
	float: right;
}
div.menuTop ul{
	list-style: none;
	margin-top: 0px;
}
div.menuTop li{
	float: left;
	margin-left: 20px;
}
div.menuTop li a{
	font-family: Tahoma;
	font-size: 14px;
	color: White;
	text-decoration: none;
	padding: 6px;
	border: 1px solid #24150E;
}
div.menuTop li a:hover{
	border: 1px solid #795B43;
	padding: 6px;
}
/*******************************************************/


/****************** menu bok  *************************/
div.menuBok{
	background-image: url(../gfx/menu_tlo.jpg);
	width: 257px;
	background-repeat: repeat-y;
	text-align: left;
	vertical-align: top;
}
div.mgr1{
	vertical-align: bottom;
	bottom: 0px;
	background-image: url(../gfx/menu_bok_top.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
}
div.mgr2{
	background-image: url(../gfx/menu_bok_dol.jpg);
	background-position: top;
	background-repeat: no-repeat;
	height: 14px;
}
div.menuBok ul{
	margin: 0px;
	list-style: none;
	padding-left: 0px;
}
div.menuBok ul li{
	background-image: url(../gfx/li_od.gif);
	background-position: bottom;
	background-repeat: no-repeat;
	height: 25px;
	line-height: 25px;
}
div.menuBok ul a{
	color: #24150E;
	text-align: left;
	text-decoration: none;
	display: block;
	font-family: Tahoma;
	font-size: 14px;
	width: 254px;
}
div.menuBok ul a span{
	margin-left: 20px;
}
div.menuBok ul a:hover{
	background-color: #664A32;
	color: White;
}
/*******************************************************/

/******************  el. CMS  *************************/

/*nawigacja na podstronach */
div.nav, div.nav a{
	color: White;
	text-align: left;
	text-decoration: none;
	margin-left: 7px;
}
div.nav a:hover{
	text-decoration: underline;
}
/* linki na podstronach wstecz i drukuj */
div.link_txt a{
	color: #664A32;
	text-decoration: none;
	font-size: 11px;
	font-weight: bolder;
	margin-right: 30px;
}
/*******************************************************/
ul.galeria a{
	color: White;
	font-size: 16px;
	text-decoration: none;
	font-weight: bolder;
}
ul.galeria a:hover{
	color: #482A1C;
}
.stopkaTXT{
	 color: White;
	 text-decoration: none;
}
.stopkaTXT:hover{
	text-decoration: underline;
}