﻿.toppanel
{
	position:				absolute;
    z-index: 				1000;
	margin:					0px;
	padding:				0px;    
    top: 					0px;
    width: 					100%;
	height: 				30px;
	border-top:				3px solid #272727;
}
/*---------------------------------------------*/
.innhold
{
	display: 				none;
    top: 					0px;
	width: 					100%;
	height: 				240px;
	background-color:		#272727;
	filter:					alpha(opacity = 95);
	-moz-opacity:			0.95;
	-khtml-opacity: 		0.95;
	opacity: 				0.95;
}
.innhold_center
{
	width: 					944px;
	margin-left:			auto;
	margin-right:			auto;
}
.innhold_1
{
	margin:					2px;
	padding-left:			10px;
	width:					17%;
  	height: 				220px;	
	float:					left;
}
.innhold_2
{
	margin:					2px;
	padding-left:			10px;
	width:					17%;
  	height: 				220px;	
	float:					left;
	border-left: 			1px solid #333333;	
}
.innhold_3
{
	margin:					2px;
	padding-left:			10px;
	width:					15%;
  	height: 				220px;	
	float:					left;
	border-left: 			1px solid #333333;
}
.innhold_4
{
	margin:					2px;
	padding-left:			10px;
	width:					30%;	
  	height: 				220px;	
	float:					left;
	border-left: 			1px solid #333333;	
}
.innhold_5
{
	width:					auto;
}
.innhold_1 h2, .innhold_2 h2, .innhold_3 h2, .innhold_4 h2
{
	margin:					0px;
	padding: 				0px;
    font-family:			Arial;
    font-size:				18px;
	font-weight:			normal;
    color:					#C0C0C0;
	padding-bottom:			10px;    
}
.innhold_1 td, .innhold_2 td, .innhold_3 td, .innhold_4 td
{
	margin:					0px;
	padding: 				0px;
    font-family:			Arial;
    font-size:				12px;
	font-weight:			normal;
    color:					#15ADFF;
}
.textfield
{
	width: 					150px;
	height: 				14px;
	border: 				1px solid #1A1A1A;
	background-color:		#414141;
	font-family: 			Arial;
	font-size: 				12px;
	font-weight: 			normal;
	color: 					#FFFFFF;
}
input[type=text]:focus, textfield:focus
{
	background-color:		#616161;
}
.button_24, .button_94
{
	height: 				24px;
	margin-top:				5px;	
	text-align: 			center;
	border: 				none;
	font-family: 			Arial;
	font-size: 				12px;
	font-weight: 			bold;
	color: 					#000000;
	cursor: 				pointer;
	cursor: 				hand;
}
.button_24
{
	width: 					74px;
	background: 			transparent url('../img/bt_login.png');
	background-repeat: 		no-repeat;
}
.button_94
{
	width: 					94px;
	color: 					#FFFFFF;	
	background: 			transparent url('../img/bt_register.png');
	background-repeat: 		no-repeat;
}
.innhold_4 a
{
	font-family: 			Arial;
	font-size: 				12px;
	font-weight:			normal;
	color: 					#15ADFF;
}
.error
{
	display: 				block;
	font-family: 			Arial;
	font-size: 				12px;
	font-weight:			normal;
	color: 					#FF0000;
}
/*---------------------------------------------*/
.tab1
{
	margin-left:			auto;
	margin-right:			20px;
	float: 					right;	
}
.tab1_left
{
	width: 					186px;
  	height: 				22px;
	background-image:		url('../img/tab_l.png');
	background-repeat: 		no-repeat;
	background-position:	left;
}
.tab1_right
{
	width: 					186px;
  	height: 				22px;
	background-image:		url('../img/tab_r.png');
	background-repeat: 		no-repeat;
	background-position:	right;
}
.tab1_center
{
	width: 					140px;
  	height: 				22px;
	margin-left:			auto;
	margin-right:			auto;  	
	background-image:		url('../img/tab_m.png');
	background-repeat: 		repeat-x;
}
.tab1_center .td1
{
	width: 					140px;
}
.tab1_center td a
{
	display: 				block;
	line-height:			20px;
    font-family:			Arial;
    font-size:				12px;
	font-weight:			normal;
    color:					#FFFFFF;
	text-decoration:		none;
}
.tab1_center a.open
{
	background-image:		url('../img/bt_open.png');
	background-repeat: 		no-repeat;
	background-position:	right 0px;	
}
.tab1_center a:hover.open
{
	background-image:		url('../img/bt_open.png');
	background-repeat: 		no-repeat;
	background-position:	right -19px;	
}
.tab1_center a.close
{
	background-image:		url('../img/bt_close.png');
	background-repeat: 		no-repeat;
	background-position:	right 0px;	
}
.tab1_center a:hover.close
{
	background-image:		url('../img/bt_close.png');
	background-repeat: 		no-repeat;
	background-position:	right -19px;	
}