body {
	background-image: url(design/bakgrunn.png);
	background-color: #657862;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}
#minheader {
	background-position: 0px 0px;
	margin: 0;
	padding: 0;
}
#lagerboks {
	clear: both;
	margin-left: 0;
	margin-right: 20px;
	margin-bottom: 20px;
	padding: 0;
}
#mittinnhald {
	padding: 15px;
	background-color: #FFFFFF;
	border-style: solid;
	border-width: 3px;
	border-top-color: #52664D;
	border-right-color: #9CB895;
	border-bottom-color: #9CB895;
	border-left-color: #52664D;
	margin: 0 40px 0 160px;
}
#minmeny {
	width: 138px;
	margin: 0 10px 10px 10px;
	padding: 0;
	float: left;
	clear: left;
	z-index: 2;
}
#teljestad {
	background-color: #657862;
	text-align: center;
	width: 132px;
	margin: 10px 0 0 0;
	padding: 5px 0 5px 0;
	clear: left;
	border-style: solid;
	border-top-width: 3px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-top-color: #52664D;
	border-right-color: #9CB895;
	border-bottom-color: #9CB895;
	border-left-color: #52664D;
}
#jente {
  position: fixed;
  margin-top: 200px;
  margin-right: 5px;
  z-index: 2; 
}

#minfooter {
	clear: both;
	text-align: center;
}
img {
	margin: 0;
	padding: 0;
}

.lappeteppe img {
	border: 0;
        
}

a img {
	border: 0;
	margin: 0;
	padding: 0;
}
a:link {
	color: #0000CC;
	text-decoration: none;
}
a:visited {
	color: #AA5D5D;
}
a:active {
	color: #E87F7F;
}
a:hover {
	color: #FF0000;
}
.sentrert {
	text-align: center;
}
.teljar {
	clear: both;
	text-align: right;
}

h1 {
	margin: 0px;
	padding: 0px;
}
h2 {
	font-size: 2em;
	font-family: Arial, Helvetica, sans-serif;
}
h3 {
	font-size: 1.5em;
	font-family: Arial, Helvetica, sans-serif;
}
.venstreflyt {
	float: left;
	margin-right: 5px;
}
.hogreflyt {
	float: right;
	margin-left: 5px;
}
.klarhogre {
	clear: right;
	}
.klarvenstre {
	clear: left;
	}
.fullbreidde {
	clear: both;
}
.footer {
	text-align: center;
	font-weight: bold;
	}
.uthevet {
	font-weight: bold;
	}
.leker { 
	float: left;
	width: 80px;
	margin: 15px 20px 20px 20px;
}


.nattatekst {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	background-color: #003366;
	text-align: center;
	background-image: url(design/BG-twinkle.jpg);
	margin: 3px;
	padding: 3px;

}

.hbildetekst {
    position: relative;
    border: solid thin #FFF;
    margin: 2px;
    padding: 2px;
    background: #FFF;
    float: right;
    color: #000;
    text-align: center;
    font-size: 90%;
	width: 250px;

}

.bildetekst {
    position: relative;
    border: solid thin #FFF;
    margin: 2px;
    padding: 2px;
    background: #FFF;
    color: #000;
    text-align: center;
    font-size: 90%;
	width: 250px;
}

.pynt {
	position: fixed;
	z-index: 2;
	right: 0;
	bottom: 0;
}

.left {
	clear:both;
}

#menu {
padding:0;
margin:0;
height:2em;
list-style-type:none;
}
#menu li {
float:left; 
width:5em; 
height:2em;
line-height:2em;
position:relative;
text-align:center;
}
#menu li a, #menu li a:visited {
display:block;
text-decoration:none; 
color:#52664d;
}
#menu li a span, #menu li a:visited span {
display:none;
}
#menu li a:hover {
border:0; /* needed to trigger IE */
color:#52664d;
}
#menu li a:hover span {
display:block;
width:5em;
height:2em;
text-align:center;
position:absolute; 
left:-2px; 
top:-3px; 
color:#52664d; 
cursor:pointer;
}