body {
	margin: 0px 0px 0px 0px;
	background-image:url(../_img/_layout/index_00.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	background-color:#000000;
}
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: none;
	color: #8b7f05;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}

.footer {
	font-family:Tahoma, Verdana, Arial;
	font-size:10px;
	color:#666666;
	text-align:center;
	height:19px;
}

.font10 {
	color:#FFFFFF;
	font-size:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
.font9 {
	color:#FFFFFF;
	font-size:9px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
.font10_bold {
	color:#FFFFFF;
	font-size:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
}
.font10_bold_red {
	color:#FF0000;
	font-size:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
}

.gb_bgstreep {
background-image:url(../_img/_layout/streep_bg.gif);
background-repeat:repeat-x;
height:3px;
background-position:inherit center;
}

.gb_bgdoorz {
/* Mozilla ignores crazy MS image filters, so it will skip the following */
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='../_img/_layout/bg_tekst.png');
}
/* IE ignores styles with [attributes], so it will skip the following. */
.gb_bgdoorz[class] {
 background-image:url(../_img/_layout/bg_tekst.png);
}

.gb_bgdoorz2 {
/* Mozilla ignores crazy MS image filters, so it will skip the following */
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='../_img/_layout/bg_tekst2.png');
}
/* IE ignores styles with [attributes], so it will skip the following. */
.gb_bgdoorz2[class] {
 background-image:url(../_img/_layout/bg_tekst2.png);
}

.test {
width:100%;
height:100px;
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='../_img/_layout/bg_tekst2.png');
background-image:url(../_img/_layout/bg_tekst2.png);
}