.back_r_col {
	background-attachment: scroll;
	background-image: url(../images/bf_r_col.gif);
	background-repeat: repeat-y;
	background-position: left top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #000;
}

.down_link {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #8e8477;
	text-decoration: none;
}
.back_d_l_col {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	color: #8e8477;
	background-attachment: scroll;
	background-image: url(../images/ld_bf.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.menu_link a{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #000;
	text-decoration: none;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
}
.back_glav {
	background-attachment: scroll;
	background-image: url(../images/back_g_up.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.back_glav_niz {
	background-attachment: scroll;
	background-image: url(../images/back_g_dn.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}




.menu_link a:hover{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #000;
	text-decoration: underline;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
}
.menu_link1 a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #d4cac0;
	text-decoration: none;
}

.menu_link1 a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #d4cac0;
	text-decoration: underline;
}

.down_link a{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	color: #8e8477;
	text-decoration: none;
}

.down_link a:hover {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	color: #8e8477;
	text-decoration: underline;
}

.link a{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	color: #8e8477;
	text-decoration: none;
}

.link a:hover {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	color: #8e8477;
	text-decoration: underline;
}

.back_rd_col {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-image: url(../images/bf_3_rd.jpg);
	background-repeat: repeat-x;
}
.text_zagl {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #000;
	text-decoration: none;
}
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000;
	text-decoration: none;
	text-align: justify;
}

.inputmail {
	FONT-SIZE: 11px;
	WIDTH: 160px;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	BACKGROUND-COLOR: #eae9e9;
	TEXT-DECORATION: none;
	color: #282521;
	border: 1px solid #282521;
}

.linkmain_bl {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}

.linkmain {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	color: #AE3500;
	text-decoration: none;
}


.linkmain a{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	color: #AE3500;
	text-decoration: none;
}

.linkmain a:hover {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	color: #AE3500;
	text-decoration: underline;
}


.scrollable {

	/* required settings */
	position:relative;
	overflow:hidden;

	/* vertical scrollables have typically larger height than width but not now */
	height: 665px;
	width: 700px;
}


.scrollable .items {
	position:absolute;

	/* this time we have very large space for the height */
	height:20000em;
}


