

#lMenu {
  width: 308px;
  /* Mozilla ignores crazy MS image filters, so it will skip the following */
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='images/lMenuBg.png');
}

/* IE ignores styles with [attributes], so it will skip the following. */
#lMenu[id] {
  background-image:url(images/lMenuBg.png);
}

#content{
	padding: 10px 25px 10px 35px;
  	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='images/contentBgA.png');
}

#content[id]{
	background-image: url(images/contentBgA.png);
}

#contentTop{
	padding: 10px 25px 10px 35px;
	background-repeat: no-repeat; 
	background-position: bottom;
  	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='images/contentTopBg.png');
}

#contentTop[id]{
	background-image: url(images/contentTopBg.png);
}

#contentBottom{
	background-repeat: no-repeat; 
	background-position: top;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='images/contentBottomBg.png');
}

#contentBottom[id]{
	background-image: url('images/contentBottomBg.png');
}


div.lMenu{
	width:308px;
}
img{behavior: url(css/iepngfix.htc);} 

html,body {
	background-color: #611114;
	padding: 0px;
	color: #FFFFFF;
	font-family: Arial;
	margin: 0px;
	font-size: 12px;
	text-align: center;
	background-image: url('../images/contentBg.jpg');
	background-position: center 154px;
	background-repeat: repeat-y;
	background-attachment: fixed;
	
	
}

table{
 border: #003300 0px solid;
 border-spacing: 0px;
 border-collapse: collapse;
}

td{
 border: #FF0033 0px solid;
 vertical-align: top;
 padding: 0px;
}

a.menu:link, a.menu:visited{
	text-decoration: none;
	color: #FFFFFF;
	font-size: 14px;
}
a.menu:active, a.menu:hover{
	color: #FFFFFF;
}

a.menuSelected{
	color: #FFFFFF;
	text-decoration: none;
	font-size: 14px;
}

a.img:link, a.img:visited{
	text-decoration: none;
	color: #FFFFFF;
}

a.img:active, a.img:hover{
	color: #13160F;
}

img{
	border: 0px;
	display: block;
	}

font.submenuSelected{
	color: #D50006;
	font-weight: bold;
	}

a.submenu:link, a.submenu:visited, a.submenu:active {
	color: #002000; 
	text-decoration: none;
}

a.submenu:hover {
	text-decoration: underline;
}



.Bold
{
	font-weight: bold;
}

.Title
{
	font-weight: bold;
	font-size: large;
	color: #E4AE4C;
}

a{
	text-decoration: underline;
	color: #FFFFFF;
	}

.title1
{
	font-weight: bold;
	color: #FFFFFF;
}
.Code
{
	border: #8b4513 1px solid;
	padding-right: 5px;
	padding-left: 5px;
	color: #000066;
	background-color: #ff9933;
}


	
div{
	border: 0px #FF4400 solid;
}

td.top{
	background-image: url('../images/topBg.jpg');
	padding-top: 15px;
	}

td.content{
}
	
td.bottom{
	background-image: url('../images/bottomBg.jpg');
	color: #356120;
	font-size: 13px;
	padding-right: 30px;
	font-weight: bold;
	text-align: right;
}


table.galInfo{
	margin-top: 10px;
	border-bottom: 2px #FFFFFF solid; 
	width: 615px;
}

table.galInfo td{
	padding: 5px;
	color: #b1b3ae;
	font-size: 12px;
	font-weight: bold;
}
table.galInfo a:link, table.galInfo a:visited{
	color: #7a8f4e;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
table.galInfo a:active, table.galInfo a:hover{
	color: #ffde5d;
	}
table.galNames{
	margin-top: 10px;
	font-size: 14px;
}

table.galnames td{
	padding: 2px;
}

table.galnames a:visited,table.galnames a:link{
	text-decoration: none;
}

table.galnames a:active,table.galnames a:hover{
	text-decoration: underline;
}

a.galSelected{
	font-weight: bold;
}

td.title{
	background-color: #FFFFFF; 
	color:#506d3f; 
	font-weight: bold; 
	width: 220px; 
	text-align: center; 
	font-size: 14px; 
	padding: 2px 5px 0px 5px;
}


a.topMenu:link,a.topMenu:visited{
	font-weight: bold; 
	text-decoration: none;
	color: #000000; 
	font-size: 11px;
	border-bottom: 2px #506d3f solid;
}

a.topMenu:hover,a.topMenu:active{
}

img.galery{
	border: 0px #000000 solid;
}

font.galPodpis{
	font-size: 14px;
	color: #FFFFFF;
	text-align: right;
}


#introFooter{
	padding: 5px 0px;
}

#introFooter a:link, #introFooter a:visited, #introFooter a:active{
	text-decoration: none;
	padding: 0px 10px;
	text-transform: capitalize;
}

#introFooter a:hover{
	text-decoration: underline;
	
}