@charset "iso-8859-2";
/* CSS Document */

body,td,th,input,select,textarea {
	font-family: Tahoma;
	font-size: 11px;
	color:#464646;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../image/background.jpg);
	background-repeat:repeat-x;
	background-color:#FFFFFF;
	top:0px;
	padding:0px;
}
h1 {
	font-family: Tahoma;
	font-size: 11px;
}

/* TABELE */
td#banda_right {
	background-image:url(../image/banda_right.jpg);
	width:10px;
	background-repeat:no-repeat;
	height:800px;
}
td#banda_left {
	background-image:url(../image/banda_left.jpg);
	width:21px;
	background-repeat:no-repeat;
}
td#logo {
	background-image:url(../image/logo.gif);
	width:232px;
	height:103px;
	cursor:pointer;
}
td#header {
	height:261px;
	width:518px;
	text-align:left;
}
td#newsletter_top {
	background-image:url(../image/newsletter_top.jpg);
	height:42px;
	background-position:0px 27px;
	background-repeat:no-repeat;
}
td#menu_left {
	padding:0px 22px 0px 22px;
	vertical-align:top;
	width:188px;
	text-align:justify;
}
table#footer {
	background-image:url(../image/footer.gif);
	height:75px;
	vertical-align:middle;
	font-size:10px;
}

/* LINKI */
a:visited {text-decoration:none;}
a:link {text-decoration:none;}
a:hover {text-decoration:underline; }

/* TEXT */
.orange {
	color:#ff9f00;
	text-decoration:none;
}
.white {
	color:#FFFFFF;
	text-decoration:none;
}
.light_blue {
	color:#a3bce7;
	text-decoration:none;
}
span.link {
	text-decoration:none;
	cursor:pointer;
}
span.link:hover {
	text-decoration:underline;
	cursor:pointer;
}
.arrow {
	font-family:Webdings;
}
.gray {
	color:#464646;
	text-decoration:none;
}


/* DIV */
div#menu {
	position:absolute;
	width:232px;
	height:220px;
	background-image:url(../image/menu_bg.jpg);
	background-repeat:no-repeat;
	background-position:0,0;
	text-align:left;
	vertical-align:bottom;
	z-index:auto;
}
div#header_fla {
	width:518px;
	height:261px;
	text-align:left;
	background-color:#eeeeee;
	padding:0px;
}
div#onas_mini {
	padding:22px;
	background-color:#f6f6f6;
}
span.arrow_button {
	background-image:url(../image/ico/arrow.gif);
	background-position:left;
	background-repeat:no-repeat;
	padding-left:5px;
	color:#ff9f00;
	text-decoration:none;
	cursor:pointer;
}
span.arrow_button:hover {
	background-image:url(../image/ico/arrow.gif);
	background-position:left;
	background-repeat:no-repeat;
	padding-left:5px;
	color:#ff9f00;
	text-decoration:underline;
	cursor:pointer;
}

/* INPUT */
input#email {
	background-image:url(../image/newsletter_input_bg.gif);
	background-repeat:no-repeat;
	background-attachment:fixed;
	text-align:center;
	color:#666666;
	vertical-align:middle;
	border:1px solid #ffffff;
	width:125px;
	height:15px;
}
.gray_border {
	border:1px solid #E6E6E6;
}


div#loader {font-weight:bold; z-index:1000; position:fixed; _position:absolute; top:0px; _top: expression( ( 0 + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' ); text-align:right; background-image:url(../image/progresbar.gif); background-position:top right; background-repeat:no-repeat;  }

