h1 {
	color: #996600;
	border-top: 0px none #000000;
	border-right: 0px none #000000;
	border-bottom: 1px solid #999999;
	border-left: 0px none #000000;
	font-size: 24px;
	font-weight: bold;
}
h2 {
	font-size: 18px;
	font-weight: bold;
	color: #996633;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}

/**********************************************************************/
/* Tekst in header */
/**********************************************************************/

.headertitle {
	font-family: "Bookman Old Style";
	font-size: 32px;
	font-weight: bold;
	color: #996600;
	margin-bottom: 10px;
	font-style: italic;

}
.headersubtitle {
	font-family: "Bookman Old Style";
	font-size: 10px;
	font-weight: normal;
	color: #996600;
	font-style: italic;
	position: relative;
	top: 5px;

}

/**********************************************************************/
/* Tekst in menubox */
/**********************************************************************/

.menu_title {
	font-size: 14px;
	font-weight: bold;
	color: #663300;
}
.menu_subtitle {
	font-size: 12px;
	font-weight: bold;
	color: #663300;
}
.menu_item {
	font-size: 10px;
	color: #000000;
}

/**********************************************************************/
/* Links */
/**********************************************************************/

.headertitle a {
	text-decoration:none;
	color: #996600;	
}

#headerlinkbar a {
	font-siz: 10px;
	color:#333333;
	text-decoration:none;
	padding:0 10 0 10 px;
	background-color: #999966;
	border: 1px solid #999966;

}

#headerlinkbar a:hover {
	background-color: #B7CEFF;
	border: 1px solid #996600;



}

.bottomkeypagelinks a {
	color: #666666;
}


/**********************************************************************/
/* ul en li */
/**********************************************************************/

#box_menu li {
	margin: 0px 0px 0px -25px;
}


/**********************************************************************/
/* Forms */
/**********************************************************************/

#box_menu form {
	display: inline;
	
}


/**********************************************************************/
/* Tekst in page ads */
/**********************************************************************/

.ad_title {
	font-weight: bold;
	color: #006699;
	text-decoration: underline;
	font-size: 12px;
}
.ad_desc {
	color: #333333;
	font-size: 12px;
}
.ad_url {
	font-size: 10px;
	color: #999999;
}
