body {
background-color: #ffffff;
font-family:Tahoma;
}
img {
border: 0px;
}
a:link, a:visited { color: #bccbd6; text-decoration: none; font-size:10px;} 
a:active, a:hover { color: #bccbd6; text-decoration: underline; font-size:10px;}

.galeria {
text-align:center;
}
.main { 
	width: 870px;
	background-image: url("images/wnd_bg.jpg");
	background-repeat: repeat-y;
}
.top {
	background-image: url(images/top1.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.brd_left {
width: 103px;
}
.brd_right {
width: 100px;
}
.logo {
width: 298px;
height: 265px;
}
.logo_pict {
width: 369px;
height: 265px;
}
.futter {
	background-image:url(images/futter.jpg);
	background-repeat: no-repeat;
	background-color: #ffffff;
	padding-top: 18px;
	padding-right: 90px;
	padding-left: 90px;
	padding-bottom: 50px;
	font-family: Tahoma;
	font-size: 11px;
	color: #CCCCCC;
}
.tresc {
	padding:10px;
	font-family: Tahoma;
	font-size: 12px;
}
a.link11:link, a.link11:visited   {
font-size:14px; 
color:#000000;
text-decoration: underline;
font-weight:none;
}
a.link11:hover  {
font-size:14px; 
color:#000000;
font-weight:bold;
text-decoration: none;
}


#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
	font-size: 13px;
	z-index: 100;

}

#nav a {
  text-align: center;
	display: block;
	/*width: 111px;*/
	font-size: 13px;
}

#nav li { /* all list items */
	float: left;
	padding: 0px 0 0px 0;
	width: 108px; /* width needed or else Opera goes nuts */
	font-size: 13px;
	z-index: 100;
	
}

#nav li ul { /* second-level lists */
	position: absolute;
	background: orange;
	width: 108px;
	margin-top: 0px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	font-size: 13px;
	z-index: 100;
	border-left-color: #000000;
	border-left-style: solid;
	border-left-width: 1;
	border-right-color: #000000;
	border-right-style: solid;
	border-right-width: 1;
}

#nav li ul ul { /* third-and-above-level lists */
	margin: -40px 0 0 108px;
	font-size: 13px;
	z-index: 100;
}

#nav li:hover ul ul, #nav li.sfhover ul ul {
	left: -999em;
	background-color: #red;
	font-size: 13px;
	z-index: 100;
}

#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
	font-size: 13px;
	z-index: 100;
}

#content {
	clear: left;
	color: #ccc;
}

.mcb a:link, li a:visited {
	text-decoration: none;
	display: block;
	text-align: center;
	background-image: url(images/menu_bg.jpg);
	background-repeat: repeat-x;
	background-color: #f2f1f6;
	color: #000000;
	/*border: 2px outset #ccc;*/
	padding: 8px 7px 9px 7px;
	z-index: 100;

}
.mcb a:hover {
	background-image: url(images/menu_bg_a.jpg);
	background-repeat: repeat-x;
	background-color: #c0c0c0;
	color: #ffffff;
	/*border-style: inset;*/
	padding: 8px 7px 9px 7px;
	z-index: 100;
}
.mcb2 {
	background-position: 9999 9999;
}
.mcb3 {
	background-position: 9999 9999;
}
.mcb2 a:link, li a:visited {
	text-decoration: none;
	display: block;
	text-align: center;
	background-color: #cccccc;
	/*background-image: none;*/


	color: #000000;
	/*border: 2px outset #ccc;*/
	padding: 8px 7px 9px 7px;

}
.mcb3 a:link, li a:visited {
	text-decoration: none;
	display: block;
	text-align: center;
	/*background-image: none;*/


	color: #000000;
	/*border: 2px outset #ccc;*/
	padding: 8px 7px 9px 7px;
background-color: #cccccc;
}
.mcb2 a:hover {
	/*background-image: none;*/
	color: #ffffff;
	/*border-style: inset;*/
	padding: 8px 7px 9px 7px;
}
.mcb3 a:hover {
	/*background-image: none;*/
	color: #ffffff;
	/*border-style: inset;*/
	padding: 8px 7px 9px 7px;
}
/*li ul a:link, li a:visited {
background-color: #000000;
}
li ul a:hover {
background-color: #000000;
}*/


/*.mcb5 a:link,li a:visited{
	text-align:left;
	background-image: none;
	padding: 0;
}
