/* CSS Document */
/*
Festung Bergen: #99B0BF
Kvarven fort: 	#EDC572
Fjell fort: 	#B5AB69
Tellevik fort: 	#E9F7F9
Fest. Norwegen:	#BBB4D6
Arkivet : 		#99B0BF
Kart: 			#C0A264
*/

body {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 70%; 
	margin: 5px 0 0 5px;
	padding: 0;
	background-color: #000;
	/*text-align: center;*/
}
#innhold{background-color: #FFFFFF;}

h1 {
	font-size: 1.5em;
	margin-bottom: 0.2em;
	margin-top: 0.5em;
}

h2 {
	font-size: 1.3em;
	margin-bottom: 0.2em;
}

h3, h4, h5, h6 {
	font-size: 1.2em;
	margin-bottom: 0;
}

p {
	font-size: 1.2em;
	margin-top: 0;
}

a {
	text-decoration: none;
	color: #BA2A25;
}
a:hover {
	text-decoration: underline;
}
a img {
	border: none;
}
/*------------------------------*/
#side{
width: 765px;
margin: 0px;
padding: 0px;
}
/*---------------MENY-----------*/
#meny{
	float: left;
	width: 147px;
	background-image: url("../_designelementer/stang.gif");
	background-repeat: repeat-y;
}
#meny a{
display: block;
}
#meny a:hover{
	text-decoration: none;
}
#logo{}

#meny a#meny-7 {
	height: 45px;
	background-image: url("../_designelementer/meny7.gif");
	background-repeat: no-repeat;
}

#meny a#meny-0 {
	height: 30px;
	background-image: url("../_designelementer/meny0.gif");
	background-repeat: no-repeat;
}
#meny a#meny-0:hover {
/*	background-image: url("../designelementer/menyknapper_forside/forside_norge02.gif");
	background-repeat: no-repeat;*/
}

#meny a#meny-1 {
	height: 31px;
	background-image: url("../_designelementer/meny1.gif");
	background-repeat: no-repeat;
}
#meny a#meny-1:hover {
/*	background-image: url("../designelementer/menyknapper_forside/forside_norge02.gif");
	background-repeat: no-repeat;*/
}

#meny a#meny-2 {
	height: 30px;
	background-image: url("../_designelementer/meny2.gif");
	background-repeat: no-repeat;
}
#meny a#meny-2:hover {
}

#meny a#meny-3 {
	height: 31px;
	background-image: url("../_designelementer/meny3.gif");
	background-repeat: no-repeat;
}
#meny a#meny-3:hover {

}

#meny a#meny-4 {
	height: 30px;
	background-image: url("../_designelementer/meny4.gif");
	background-repeat: no-repeat;
}
#meny a#meny-4:hover {
}

#meny a#meny-5 {
	height: 31px;
	background-image: url("../_designelementer/meny5.gif");
	background-repeat: no-repeat;
}
#meny a#meny-5:hover {
}

#meny a#meny-6 {
	height: 40px;
	background-image: url("../_designelementer/meny6.gif");
	background-repeat: no-repeat;
}
#meny a#meny-6:hover {
}
.hide{
visibility: hidden;
}
/*------------------------------*/
#innhold{
	background-color: #FFF;
	margin-left: 155px;
	width: 600px;
}
#innhold p, #innhold H1, #innhold H2, #innhold H3{
padding: 10px;
}
/*------------------------------*/
#bunntekst{
clear: both;
margin-left: 155px;
margin-top:20px;
width: 600px;
text-align: center;
color: #FFF;
}
/*-----------PRINT?-------------------*/

