/* REJOICE */

body {
	background: #305331 url(bilete/bg.gif);
	text-align: center;
	margin: 0;
	padding: 0;
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
}

/* OPPSETT */
#container {
	width: 670px;
	margin: 0 auto 0;
	padding: 0;
	background: #FFFFFF;
	border-top: none;
	border-right: 11px solid #4b8b50;
	border-bottom: 11px solid #4b8b50;
	border-left: 11px solid #4b8b50;
		}

	
#header {
	height: 186px;
	background-color: #4b8b50;
	margin: 0;
	padding: 0;
	width: 670px;
	background-image: url(bilete/banner.jpg);
	background-repeat: no-repeat;
	text-align: left;
}

#subcontainer {
	padding: 0;
	text-align: left;
	width: 660px;
	float: left;
	margin: 5px 5px 0px;
}

#menu {
	margin: 0;
	float: left;
	padding-top: 5px;
	padding-bottom: 10px;
	margin-left: 2px;
	height: auto;
	width: 153px;
	text-align: left;
}

#content {
	width: 480px;
	padding-left: 5px;
	margin-left: 155px;
	padding-top: 5px;
	height: auto;
	font-size: 12px;
	
}

#footer {
	float: right;
	width: 505px;
	font-size: 10px;
	text-align: center;
	margin-top: 15px;
	margin-bottom: 3px;
	color: #666;
}

/* MENY */
 a.hider .normal {
	display:inline;
	color: #000000;
	text-decoration: none;
}

a.hider:hover .revealed {
	display:inline;
	color: #9a2415;
}

a {
	text-decoration: none;
}

a.hider .revealed {
	display:none;
	text-decoration: none;
}


#menu_container {
	background-color: #000000;
	width: auto;
	margin-right: 10px;
	height: 24px;
	padding-left: 4px;
	margin-bottom: 10px;
}

/* Adding dust to the headings */
#menu_container h1 .dust, h2 .dust {
	position: absolute;
	width: 126px;
	height: 24px;
    background: url(dust.gif);
	}
	
#menu_container h1 {
	font-size: 17px;
	color: #FFFFFF;
	font-family: "Arial Black", Tahoma;
	padding: 0;
	margin: 0;
}

#menu_container h2 {
	font-size: 14px;
	color: #FFFFFF;
	font-family: "Arial Black", Tahoma;
	padding: 0;
	margin: 0;

}
.stippel {
	padding-top: 8px;
	padding-bottom: 8px;
}