@charset "utf-8";
/* CSS Document */

body, html{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:13px;
	color:#333333;
	background-color:#c1b9ae;
	padding:0px;
	margin:0px;
}

/*________________ Layout ____________________*/

#mainContainer{
	margin: 40px auto auto auto;
	padding:0px;
	width: 902px;
	height: 565px;
	background-image:url(../Images/blankBg.gif);
	background-repeat:no-repeat;
}
.mainTop{
	height:103px;
	width:902px;
	display:block;
	margin:0px;
/*	overflow:hidden;--------------------------------*/
}
.logo{
	width:220px;
	padding: 10px 0px 0px 10px;
	margin-right:7px;
	float:left;
	clear:none;
}
#mainContent{
	width:882px;
	height:378px;
	display:block;
	float:right;
	clear:none;
	margin: 0px 10px 0px 10px;
}
.picLeft{
	width:490px;
	height:378px;
	height:auto;
	float:left;
	clear:none;
}
.picRight{
	width:564px;
	height:378px;
	float:right;
	clear:none;
}
.textRight{
	width:352px;
	height:358px;
	padding:10px;
	background-color:#554B4B;
	float:left;
	clear:none;
	color:#D6D0D0;
	line-height:18px;
}

.textRight ul{
	margin:0px;
	padding:0px;
}
.textRight li{
	color:#fd9f4d;
	padding: 6px 0px 4px 0px;
	list-style:outside;
	list-style-type:circle;
	font-size:12px;
}
.textRight2{
	width:389px;
	height: 377px;
	border-bottom:solid 0px #554B4B;
	float:left;
	clear:none;
	color:#D6D0D0;
}
.textLeft{
	width:315px;
/*	height:358px;*/
	float:left;
	clear:none;
	
}
#mainBottom{
	width:879px;
	height:72px;
	margin: 5px 7px 5px 7px;
	display:block;
	float:left;
	clear:none;
}

/*___________________ Referanse table _____________________________*/

.refTable{
	 width:879px;
	 height:378;
}
.refTable td{
	margin:0px;


}
.refTable td a{
	text-decoration:none;
	color:#333333;
	display:block;
	font-weight:normal;
	padding: 16px 0px 0px 0px;
	text-align:center;
	width:213px;
	height:41px;
	border:solid 1px #FFFFFF;
	background-image:url(../Images/refBtnBg.gif);
	background-repeat:repeat-x;

}
.refTable td a:hover{
	background-image:url(../Images/refBtnBgOver.gif);
	color:#E5EBD6;
}

/*___________________menu_____________________________*/

div{
/*	border:solid 1px #FFFF00;*/
}

.spacer{
	height:67px;
	display:block;
	width:650px;
	float:right;
	clear:none;
}
#menu{
	width:634px;
	float:left;
	clear:none;	
	border-bottom:dashed 1px #7f7f7b;
	padding:0px;
	margin-right:14px;
	margin-left:5px;
}
#menu ul {
	margin:0px;
	padding:0px;
	list-style:none;
  }
#menu li{
	display:inline;
	margin:0px;
	padding:0px;
  }

#menu a{
	text-transform:uppercase;
	font-size:11px;
	color:#7f7f7b;
	font-weight:bold;
	display:compact;
	padding:0px 6px 3px 6px;
	margin:0;
	text-decoration:none;
	float:right;
}
#menu a:hover{
	color:#282826;
	margin-bottom:-1px;
	border-bottom:solid 1px #282826;
}
#menu a.selected{
	color:#282826;
	margin-bottom:-1px;
	border-bottom:solid 1px #282826;

}

/*_______________________  text __________________________*/

h1{
	font-size:14px;
	margin-bottom:3px;
}
h2{
	font-size:14px;
	margin-bottom:4px;
	margin-top:5px;
}
h3{
	font-size:10px;
	margin-bottom:3px;
	color:#fff989;
	font-style:italic;
}
h4{
	font-size:11px;
	font-style:italic;
	margin:0px;
	font-weight:lighter;
}
h5{
	font-size:14px;
	color:#fd9f4d;
}
.sitat{
	text-align:right;
	font-size:11px;
	margin-bottom:7px;
	display:block;
	color:#fff;
}
.sit1{
	color:#f0d4f2;
	font-size:11px;
}
.sit2{color:#ffffed;	font-size:11px;

}
.sit3{color:#cdecf4;	font-size:11px;

}
.sit4{color:#ffab6e;	font-size:11px;

}
.sit5{color:#d9ceba;	font-size:11px;

}
.sit6{color:#d6ffca;	font-size:11px;

}
/*
	#ffffed;
	#cdecf4;
	#ffab6e;
	#d9ceba;
	#d6ffca;


*/
.test{
	font-size:12px;
}








