/* CSS Document */

body {
	background: #F0F7FF;
	font-family: Tahoma, Arial, Sans-serif;
	font-size: 10px;
	color: #000000;
	margin:0px;
	width:100%;
	text-align:center;
	overflow: hidden;
}

h1{
	color:#25669C;
	font-size: 14px;
	margin:0px;
	padding:0px;
}

table, td{
	font-size: 12px;
}

.naptarcontainer{
	 width:100%;
	 text-align:center;
}
.naptar{
	 position: relative; 
	 background-color:#ffffff;
	 width:475px;
	/* height: 100%;*/
	 margin-left:50%;
	 left:-238px;
	 text-align:left;
}
.naptar .tablenaptar{
	margin:0px 8px;
}

/* sima row */
.naptar td{
	margin:0px;
	border-bottom:1px solid #F1F1F0;
	padding:7px;
	font-size:11px;
	color:#666667;
	border-right:1px solid #F1F1F0;
	text-align:right;
}

.naptar .colhonap{
	text-align:right;
	border-right:0px;
	border-bottom:1px solid #F1F1F0;
}
.naptar .colspacer_hor{
	background:#D9D9D9;
	padding:0px;
	width:1px;
	border:0px;
}
.naptar .colspacer_first{
	width:23px;
	border-right:0px;
}
.naptar .noborder{
	border-right:0px;
}

.naptar .noborder2{
	border:0px;
}

/* osszesites row */
.naptar .osszesit{
	color:#000000;
	font-weight:bold;
	border-bottom:0px;
}

.naptar .ruler{
	height:1px;
	margin:0px;
	padding:0px;
	border:0px;
	background-color:#D9D9D9;
}

.naptar .rulerdark{
	height:1px;
	margin:0px;
	padding:0px;
	border:0px;
	background-color:#000000;
}

.naptar .darkbordered .colspacer_first{
	background-image: url(/images/site/blackdot.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}

.naptar .darkbordered .noborder{
	background-image: url(/images/site/blackdot.jpg);
	background-repeat: repeat-y;
	background-position: right top;
}

.naptar .darkbordered td{
	border-bottom:0px;
}

.headborder{
	border-bottom:10px solid #000000;
}




.headercontainer{
	text-align:center;
	background: url(/images/site/naptar_header.jpg) no-repeat center;
	position: relative;
	width:475px;
	margin-left:50%;
	left:-238px;
}

.headercontainer_en{
	text-align:center;
	background: url(/images/site/naptar_header_en.jpg) no-repeat center;
	position: relative;
	width:475px;
	margin-left:50%;
	left:-238px;
}

.header{
	background:none;
	padding:10px;
	height:50px;
	text-align:left;
	color:#1E5D92;
	font-size:12px;
}

.footercontainer{
	position: relative;
	background: url(/images/site/naptar_footer.jpg) no-repeat 0px 0px ;
	height:73px;
	width:475px;
	margin-left:50%;
	left:-238px;
}
.footer{
	
	background:none;
	text-align:left;
	color:#1E5D92;
	font-size:12px;
}

.footer .text{
	margin:20px 0px 0px 10px;
	float:left;
}
