BODY
{
	SCROLLBAR-FACE-COLOR: #dfdfdf;
	SCROLLBAR-HIGHLIGHT-COLOR: #dfdfdf;
	SCROLLBAR-SHADOW-COLOR: #dfdfdf;
	SCROLLBAR-3DLIGHT-COLOR: #dfdfdf;
	SCROLLBAR-DARKSHADOW-COLOR: #dfdfdf;
	SCROLLBAR-ARROW-COLOR: #ffffff;
	SCROLLBAR-TRACK-COLOR: #ffffff;
	BACKGROUND-COLOR: #f5f5f5;
	FONT-FAMILY: Arial, sans-serif;
	COLOR: #39485a;
	background-image: url(../_images/bg.gif);
	background-repeat: repeat-y;
	background-position: center top;
	margin: 0px;
	padding: 0px;
	overflow-y: scroll;
}
/*FLASH*/
#flash {
	position: absolute;
	width: 600px;
	height: 600px;
	top: 0px;
	left: 50%;
	margin-left: -489px;
	z-index: 22;
}

/*LOGOVAK*/
#logovak {
	position: absolute;
	width: 980px;
	height: 126px;
	top: 0px;
	left: 50%;
	margin-left: -490px;
}
/*TEKST*/
#tekstvak {
	position:absolute;
	width: 430px;
	top: 140px;
	left: 50%;	
	margin-left: -160px;
	padding-bottom: 20px;
}
#tekstvak P
{
    FONT-SIZE: 13px;
	line-height: 14px;
}
#tekstvak LI
{
	FONT-SIZE: 13px;
	padding-left: -20px;
	list-style-position: inside;
	list-style-type: disc;
	line-height: 14px;
}
#tekstvak H1
{
	FONT-WEIGHT: bold;
	FONT-SIZE: 18px;
	text-align: left;
	margin-top: 0px;
	padding-bottom: 2px;
	margin-left: 0px;
	color: #474747;
}

#tekstvak H2
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 18px;
	FONT-FAMILY: "Myriad Pro", Myriad, Times, serif;
	color: #ff4b00;
}
#tekstvak H3
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 12px;
    FONT-STYLE: italic;
}
#tekstvak TD
{
    FONT-SIZE: 13px;
    COLOR: #39485a;
}
#tekstvak A
{
    COLOR: #39485a;
    TEXT-DECORATION: underline
}
#tekstvak A:hover
{
    TEXT-DECORATION: none
}
#tekstvak img {
	padding-left: 0px;
	padding-right: 0px;
}
/*ADRESVAK*/
#adresvak {
	position:absolute;
	width: 200px;
	height: 100px;
	bottom: 0px;
	left: 50%;
	margin-left: 291px;
	border-bottom:solid 3px #ff4b00;
}
#adresvak P
{
    FONT-SIZE: 11px;
	padding: 10px;
	padding-left: 30px;
}
#adresvak a
{
    FONT-SIZE: 11px;
	COLOR: #39485a;
	text-decoration: none;
}
#adresvak a:hover {
	text-decoration: underline;
}


