html {
	overflow-y: scroll;
}

body{		
	background-image:url(/img/interface/bg.gif); background-repeat:repeat-x; background-color:#a9d66d;
}

*{
	font-family:"Trebuchet MS", Geneva, Arial, Helvetica, sans-serif;
}

a{
	color: black;
}

a img{
	border: none;
}


hr { border: 0px; border-bottom: 1px solid #a9d66d; height: 1px;}

/******************************************************************* interface */

/* holds everything */
#mother{	
	width:1109px;
	margin: 0 auto;
	text-align:left;
}

	#top{		
		background-image:url(/img/interface/top.gif); 
		width:789px;
        height:231px; 
		float:left;		
	}

	#image{		
		width:182px; height:193px; 
		float:left;
	}
	
	#image_text{
		background-image:url(/img/interface/image_text.gif); 
		width:182px; height:38px; 
		float:left;
		font-size:10px;
		color:#7f7b3c;
	}

	#content_holder{
		background-color:#FFFFFF; 
		width:756px;
		margin-left:18px;
		padding-right:6px;
		clear:left;
        float: left;
	}
    
    #fb_widget {
        width: 310px;
        float: right;
        padding: 5px;
        margin-top: 0px;
    }
	
	#content_holder div{
			/*border: 1px red solid;*/
	}		
	
    #content_holder  li {
        margin-right: -15px;
        margin-left: 15px;
    }
    
		/* fix bug in Firefox. #content_holder did not expand */
		#content_holder:after{
			content: ".";
			display: block;
			clear: both;
			visibility:hidden;
		}

		#content, #conditions_text, #card_info{	
			font-size:13px;
			line-height:20px;
			color:#2a2a2a;
			padding: 35px 0 20px 45px;
			width:400px;
			float:left;
		}

		.hl{		
			font-family: Georgia, "Times New Roman", Times, serif; font-size:14px; font-weight:bold; font-style:italic;
			color:#008eb0;
			margin-bottom:-12px
		}

        .sub_hl{		
			font-family: Georgia, "Times New Roman", Times, serif;
            font-size:11px; font-weight:bold; font-style:italic;
			color:#008eb0;
			margin-bottom:0px
		}

		#menu{		
			background-image:url(/img/interface/menu_bg.gif); 
			width:212px; 
			padding-top:15px;
			text-align:right;
			line-height:18px;
			float:right;
		}
		
			#menu div a:hover{
				color:#1e2e07 !important;
			}
			
				/* sub menus */
				#menu div div a{
					color:#344d0e;
					font-size:12px;
					text-decoration:none; text-align:left;
					width:169px;
					float:left;
					margin: 2px 0 0 25px;
				}
	
		#right_frame{
			clear: right;
			float: right;
			width: 190px;
			margin: 20px 10px 20px 0;
			font-family: Arial;
			font-size: 11px;
			color: #333;			
		}

	#bottom_border{
		background-image:url(/img/interface/bottom_border.gif); background-repeat:no-repeat;
		width:762px; height:9px;
		margin-left:18px;
	}
/*******************************************************************


/* form headers */
#reg_form, #reg_form a{	
	font-family:Geneva, Arial, Helvetica, sans-serif; font-size:10px;
	color:#008eb0;
	text-indent:2px;
}

/* divs that holds form items */
#reg_form div{
	margin:2px;	
	float:left;
}

/* form items */
input, select, textarea{
	font-family:Geneva, Arial, Helvetica, sans-serif;
	background-color:#d9f5fb; color:#008eb0;
	border: 1px #d9f5fb solid;
	/*border-style:none;*/
	font-size:14px;
	text-indent:4px;
	padding:4px;		
}

/* radiobuttons / checkboxes */
.radio, .radio input, .radio input, .radio a{
	font-family:Geneva, Arial, Helvetica, sans-serif; font-size:13px !important;
	background-image:none; background-color:white; color:black !important;
	/*line-height:24px;*/
	text-decoration:none;
	cursor:default;
	border:none;
}

/* Normal form */
form.normal_form input { background-color: #ffffff; border: 1px solid #000000; color: #000000; }

/* email tips link at bottom of login */
.tipsa {
    padding: 5px;
    display: block;
    border: 1px solid #dddddd;
    width: 418px;
}

/* email tips */
#table_emailTips{
	background-color:#008EB0; 
	color:white;
}

#table_emailTips input, #table_emailTips textarea{
	width:315px;
	background-color:#effafd;
}

/* informationsrutor */
.infobox{
	font-size:12px;
	padding:10px; margin-top:10px; margin-bottom:10px;
	background-color:#fbcaca; color:#592626;
	text-align:left;	
}

/******************************************************************* login form */

#login_div, #login_email, #login_pwd, #login_email_txt, #login_pwd_txt, #login_forgot{
	font-size:11px; 
	color:#253809; background-color:#71a32f; 
	height:16px;
	padding:0px;
	margin:0px;
	float:left;
	vertical-align:bottom;
}

#login_div{
	background-color:#658e27; 
	float:right; 
	margin-bottom:16px;
	padding:7px;
	width:168px; height:60px; 
}

#login_email, #login_pwd{
	width:110px;
	float:right;
	margin-bottom:6px;
}

#login_email_txt, #login_pwd_txt{
	background-color:#658e27;
	width:auto;
	float:left;
}

#login_pwd_txt{
	clear:left;
}


#login_button{
	clear:right; float:right;
	margin-left:3px; margin-bottom:0px;
}

#login_forgot{
	background-color:#658e27;
	text-decoration:none; text-align:left;
	width:90px;
}
#login_forgot:hover{
	text-decoration:underline;
}

#login_spacer{
	width:7px; height:50px; 
	float:right
}


/* form button */
.button{
	padding-top:3px; padding-bottom:1px;
	padding-right: 8px; padding-left: 8px;

	border-top: 1px #d9dfea solid;
	border-right: 1px #0e1f5b solid;
	border-left: 1px #d9dfea solid;
	border-bottom: 1px #0e1f5b solid;

	background-color: #008eb0; color: #ffffff;
	
	font-size: 10px; font-family: Arial, Helvetica, sans-serif; font-weight:bold;
	
	text-align: center;
}

.form_text{
	font-family: Geneva,Arial,Helvetica,sans-serif;
	font-size: 10px;
	color: #008eb0;
	text-indent: 2px;
}



/*******************************************************************/
/******************************************************************* box-meny */

ul.menu {
    margin: 0px;
    padding: 0px;
}

ul.menu li {
    margin: 0px !important;
    list-style-image: none;
    list-style-type: none;
    text-align: left;
}

ul.menu > li > a {
    padding-left: 18px;
}

ul.menu li a img {
    margin-left: -15px;
}
    
ul.menu ul.submenu {
    margin: 0px;
    padding: 0px;
}

ul.menu li a, ul.menu ul.submenu li a {
    color: #fff;
}
ul.menu ul.submenu li {
    
    text-decoration: none;
    margin: 2px 0 0 35px !important;
    list-style-image: none;
    list-style-type: disc;
    font-size: 12px;
    text-align: left;
    width: 169px;

}

/* menu */
.box{
	width:100%; height:26px;
	color:#4f7222; background-color:#dff4c5;
	padding:14px; padding-bottom:0px; padding-top:6px;
	margin-top:8px;
	font-size:14px;
	border:1px #d1e8b4 solid;
	cursor:pointer;
}

/* menu content */
.box_content{
	width:100%;
	display:none;
	padding:14px;
	margin-bottom:20px;
	border:1px #d1e8b4 solid; border-top:none;
}

/* menu text inside .box */
.box_left{
	float:left;
}

/* menu arrow inside .box */
.box_right{
	float:right;
	background-image:url(/img/login_menu_arrow_right.gif);
	width:19px; height:19px;
	margin-top:1px;
}

/*******************************************************************/


/******************************************************************* Reg user */

#choose_payment_method label { font-size: 12px; font-weight: bold; color: #000000;}    
#choose_payment_method span { font-size: 10px; color: #000000;}


#price_info span.first_price { color: #ff0000; font-size: 18px; }
#price_info div, #price_info div a { color: #000000; font-size: 12px; }

/*******************************************************************/


/******************************************************************* FAQ */

#faqMail { background-color: #fff; padding: 10px; height: 400px; position: fixed; top: 30px; left: 10%; margin-right: 300px; width: 350px; border: 3px solid #D9F5FB; }
#faq_question { width: 330px; height: 140px;}

/*******************************************************************/

.prisvart_reciept { width: 100%; }
.prisvart_reciept td {
    font-size: 11px;
    line-height: 10px;
}