@charset "windows-1251";

body {
	margin-top: 0px;
	font-family: Verdana;
	background-color: #E2EBEA;
}
a:link {
	color: #006;
	text-decoration: none;
}
a:visited {
	color: #006;
	text-decoration: none;
}
a:hover {
	color: #767777;
	text-decoration: underline;
}
#head {
	width: 990px;
	height: 212px;
	position: relative;
}
.head_left {
	width: 911px;
	height: 212px;
	float: left;
	background-image: url(img/left.jpg);
}
.head_rignt {
	width: 79px;
	height: 212px;
	background-image: url(img/rignt.jpg);
	float: right;
}
#apDiv1 {
	position:absolute;
	left:320px;
	top:17px;
	width:131px;
	height:61px;
	z-index:1;
	font-size: 14px;
	font-family: Georgia;
	text-align: center;
	font-weight: bold;
	color: #2D5262;
}
#meny {
	line-height: 25px;
	font-family: Georgia;
	font-weight: bold;
	font-size: 14px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#meny2 {
	line-height: 25px;
	font-family: Georgia;
	font-weight: bold;
	font-size: 13px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.p_site {
	font-size: 10px;
	font-weight: bold;
	padding: 9;
	padding-left: 20px;
}
.text {
	padding: 10;
	font-size: 13px;
	padding-bottom: 40px;
}
td, th {
	font-size: 13px;
}
#copyrignt {
	width: 70%;
	font-size: 9px;
	text-align: center;
	padding-left: 35px;
	padding-top: 10px;
}
#foot_meny {
	width: 70%;
	font-size: 12px;
	text-align: center;
	font-weight: bold;
	padding-bottom: 10px;
	padding-left: 50px;
}
#stat {
	text-align: center;
	width: 100%;
	height: 31px;
}



h1 {
	font-size: 14px;
	color: #008080;
}



.telne {
	color: #666;
	font-size: 11px;
}
.bloc {
	padding: 10;
	color: #008080;
	font-size: 12px;
	font-weight: bold;
	line-height: 16px;
}
.bloc2 {
	padding: 10;
	color: #008080;
	font-size: 16px;
	font-weight: bold;
	line-height: 24px;
	font-family: Georgia;
	text-decoration: underline;
}
.zag {
	font-size: 12px;
	color: #2D5262;
	font-weight: bold;
}



#apDiv2 {
	position:absolute;
	left:2px;
	top:123px;
	width:159px;
	height:55px;
	z-index:1;
	font-size: 14px;
	font-family: Georgia;
	text-align: center;
	font-weight: bold;
	color: #FFF;
}
#apDiv3 {
	position:absolute;
	left:0px;
	top:186px;
	width:161px;
	height:23px;
	z-index:1;
	color: #F00;
	font-weight: bold;
	font-family: Tahoma;
	text-align: center;
	font-size: 16px;
}
/*---------- bubble tooltip -----------*/
a.tt{
	position:relative;
	z-index:24;
	color:#006;
	text-decoration:none;
	font-size: 12px;
	font-weight: bold;
}
a.tt span{ display: none; }

/*background:; ie hack, something must be changed in a for ie to execute it*/
a.tt:hover{
	z-index:25;
	color: #767777;
background:;}
a.tt:hover span.tooltip{
	display:block;
	position:absolute;
	top:20px;
	left:-130px;
	padding: 10px 0 0 0;
	width:200px;
	color: #006;
	text-align: center;
	filter: alpha(opacity:90);
	KHTMLOpacity: 0.90;
	MozOpacity: 0.90;
	opacity: 0.90;
}
a.tt:hover span.top{
	display: block;
	padding: 30px 8px 0;
    background: url(img/bubble.gif) no-repeat top;
}
a.tt:hover span.middle{ /* different middle bg for stretch */
	display: block;
	padding: 0 8px; 
	background: url(img/bubble_filler.gif) repeat bottom; 
}
a.tt:hover span.bottom{
	display: block;
	padding:3px 8px 10px;
	color: #548912;
    background: url(img/bubble.gif) no-repeat bottom;
}
