/*
Name: Sliding Login Panel with jQuery 1.3.2
Author: Jeremie Tisseau
Author URI: http://web-kreation.com/
Script URI: http://web-kreation.com/index.php/tutorials/nice-clean-sliding-login-panel-built-with-jquery/
Date: March 26, 2009
Version: 1.0

	The CSS, XHTML and design is released under Creative Common License 3.0:
	http://creativecommons.org/licenses/by-sa/3.0/

*/       

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.6em;
	height: 20px;
	padding-top: 0;
	color:#666666;
}

h2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	height: 20px;
	padding-top: 0;
	color:#666666;
}

.highlight {
	background-color:#FF9D9D;
	border-bottom:#F30 1px solid;
	border-top:#F30 1px solid;
	padding: 4px 10px
}

/***** Main Layout ****/
#container {
  	width: 100%;
  	height: 100%;
  	text-align: center;/* IE fix to center the page */
}

#content {
  	width: 740px;
  	margin: 0 auto;/* center the page in Firefox */
  	text-align: left;
	padding: 20px;
}

/***** clearfix *****/
.clear {clear: both;height: 0;line-height: 0;}
.clearfix:after {content: ".";display: block;height: 0;clear: both;visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
.clearfix {height: 1%;}
.clearfix {display: block;}

/* Panel Tab/button */
.tab {

}

.tab ul.HusPlakatDown {
	display: block;
	position: relative;
  	float: right;
  	height: 30px;
	width: 50px;
	top: 5px;
	right: 0px;
	list-style:none;
}


.tab ul.HusPlakatDown li a {
    text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color:#666666;
}

.tab ul.HusPlakatDown li a:hover {
    text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color:#666666;
}

.tab .sep {color:#414141}

.toggle {
	height: 20px;
}

.tab a.open, .tab a.close {
	height: 20px;
	cursor:pointer;
	width: 50px;
	position: relative;
	top: 5px;
	
}

/* sliding panel */
#toppanel {
    position: absolute;
    top: 77px;
    width: 623px;
	height: 30px;
    z-index: 999;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

#panel {
	width: 990px;
	height: 363px;
	color: #747474;
	background-image:url(../img/HusSokBak.png);
	overflow: hidden;
	position: absolute;
	z-index: 1500;
	display: none;
	top:109px;

}

#panel h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-size: 1.6em;
	padding: 5px 0 10px;
	margin: 0;
	color: #747474;
}

#panel h2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-size: 1.2em;
	padding: 10px 0 5px;
	margin: 0;
	color: #747474;
}

#panel p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin: 5px 0;
	padding: 0;
}

#panel a {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #747474;
}

#panel a:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: white;
}

#panel .content {
	width: 860px;
	margin: 0 auto;
	padding-top: 35px;
	text-align: center;
	font-size: 0.85em;
}

#panel .content .left {
	width: 198px;
	height:122px;
	float: left;
	padding-right:20px;
}

#panel .content .right {
	width: 198px;
	float: left;
}

#panel .content .p .Videre {
	color: #FF0000;
	
}

#lukk {
	width: 50px;
	height:23px;
	top:330px;
	left:466px;
	text-align:center;
	position: absolute;
}



