/* CSS Document */
body {
margin:0px;
padding:0;
background: #fff url(../images/bgr.jpg) repeat-x;
font-size: 12px;
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
html, body, .container {
	height: 100%;
}
h1 {
	color: #164F81;
	font-size: 14px;
}
hr {
	background-color: #979C9B;
	color: #979C9B;
	height: 5px;
	margin: -7px 5px 0 5px;
}
img {
	border: 0;
}
p {
	text-align: left;
	margin: 0 5px 0 5px;
}
td {
	vertical-align: top;
	margin: 0;
	padding: 0;
}
.img {
	border: 0;
	margin: 0 0 0 0px;
    padding: 0px;
}
.container {
   width: 990px;
	margin: 0 0 0 8px;
    background-color: #fff;
    padding:0px;
}
.languages{
	text-align: left;
	width: 130px;
   float: left;
   position: absolute;
	margin: 5px 0 0 10px;
}
.imenu {
	width: 100%;
   display:block;
	background: url(../images/bgr_top.jpg) repeat-x bottom;
	height: 25px;
	margin: 0 0px 0 0px;
	vertical-align: bottom;
   /* text-transform: uppercase;*/
}
.imenu a {
	display: block;
	height: 20px;
	float: right;
	text-decoration: none;
 	margin: 3px 6px 0 6px;
	width: auto;
	color: #0e52a1;
	font-weight: bold;
}
.imenu a:hover {
/*   color:#c23d40;*/
   color:#fff;
  /*	background: url(../images/bgr_btn1.jpg) repeat-x;*/
}
.line {
    display:block;
	margin: -1px 0 0 0;
}
.line1 {
	margin: 0 0 0 0px;
    float:left;
}
.main {
	margin: 0;
	background-color: #DBE6F0;
}
.bottom, .bottom a {
	margin: 0;
	height: 18px;
	background-color: Black; 
	color: #fff;
  font-size: 10px;
  text-align: center;
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.bottom img {
	border: 0;
	margin: 0;
	padding: 0;
}
.menu a {
	display: block;
  	padding: 5px 10px 5px 1px;
   border-bottom: 1px solid #d2dde7;
	text-align: right;
	text-decoration: none;
	font-weight: bold;
	color: #145c9e;
	font-size: 11px;
   background: url(../images/bgr_btn.jpg) right repeat-y;
	text-transform: uppercase;
	width: 200px;
}
.menu a:hover {
	color: #fff;
   background: url(../images/bgr_btn_over.jpg) right repeat-y;
}
a.selected {
	color: #fff;
   background: url(../images/bgr_btn_over.jpg) right repeat-y;
}
.pagecontent {
	margin: 0 0 0 0px;
	height: 58%;
	text-align: left;
   color: #012e57; 
	padding: 0 10px 0 10px;
	width: 770px;
}
.pagecontent p,.pagecontent  div{
	padding: 0px 0 5px 3px;
}
.pagecontent a{
	text-decoration: none;
	color: #145c9e;
}
.title {
   display:block;
	color: #145c9e;
   font-size: 16px;
	margin: 10px 0 0 0;
	text-transform: uppercase;
}
.about{
 float: left;
 width:480px;
 display:block;
}
.about p{
  margin:0 18px 0 -6px;
}
.news{
  float:right;
  background: #f5f7f8 url(../images/bgr_news.jpg) repeat-x;
  width: 250px;
  height: 200px;
  margin: -30px 0 0 -7px;
  padding: 0 0 0 0px;
}
.news a{
   color: #012e57;
	font-size: 90%;
   display:block;
   text-align:left;
   margin: 0px 10px 0px 5px;
	padding: 0;
}
table.special {
	float: left;
}
.special td{
  background: url(../images/bgr_spesial.jpg) repeat-x top right;
  width: 32%;
}
.special p{
  display:block;
  margin: 3px;
 text-align: justify;
 padding: 5px;
}
.special h1{
	color: #fff;
	margin: 2px 0 5px 0;
	text-align: center;
	font-weight: normal;
	text-transform: uppercase;
}
td.button{
	background: #e6eef5 none;
	text-align: right;
	padding: 2px;
}
.calc{
  width:46%;
  float:left;
  margin: 0 20px 0 0;
  background: #f5f7f8 url(../images/bgr_news.jpg) repeat-x;
 /* background-color: #EEEEEE;*/
  height:200px;
}

.calctable{
  width:100%;
  float:left;
}


.lising{
  width:95%;
  border: solid #000 1px;
}

.lising th{
  text-align: center;
  border-bottom: solid black 1px;
}

.lising td{
   text-align: center;
}
.gray{
  background-color: #f5f7f8;
}

