* {margin:0; padding:0}

body, html {
background: fff;
color:#000;
font-family:times, times new roman, arial, helvetica, sans-serif;
font-size:12pt;
text-align:center;
height:100%;
}

h1, h2, h3{
color:#000;
background:transparent;
margin:1em 0 0 0;
font-weight:bold;
font-family:verdana, arial, helvetica, sans-serif;
}

h1 {font-size:16px;}
h2 {font-size:14px;}
h3 {font-size:12px;}

/* ---------------------------------
boksen som omslutter hele siden 
------------------------------------ */


#wrap{
min-height:100%;
width:100%;
background:#fff;
color:#000;
margin:0px auto;
text-align:left;
}

* html #wrap{
height: 100%
}

/* ---------------------------------
heading og logo
------------------------------------ */

#head {
width:700px;
text-align:left;
margin:0 0 0 0;
}

#logo {
margin:20px 0 0 0;
}

#head h1{
display:none;
}

/* ---------------------------------
menyen
------------------------------------ */

#menu{
width:630px;
height:32px;
margin: 20px auto 0 auto;
background: #91b0b6;
color: #fff;
display:none
}

#menu ul{
list-style-type: none;
}

#menu li{
display:block;
float:left;
}

#menu li a {
margin: 0 0 0 15px;
float: left;
background: transparent;
color: #fff;
display: block;
text-decoration:none;
font-weight:bold;
padding:8px 5px 8px 5px;
font-size:12px;
}

#LM_youAreHere {
color:#e7e2d8;
background: transparent;
display:none;
}

#menu li a:hover{
background:#7f9ea4;
}

/* ---------------------------------
hovedfeltet
------------------------------------ */

#content{
width:100%;
background:#fff;
color:#000;
margin:auto;
padding:30px 0;
}

#content p{
margin: 1em 0 0 0;
}

#content a{
color: #600;
background:transparent;
text-decoration:none;
}

#content a:hover{
text-decoration:underline;
}

#content li{
margin:1em 0 0 1.3em;
}

/* ---------------------------------
bunntekst
------------------------------------ */
#footer {
height:20px;
margin:auto;
margin-top:-20px;
background:transparent;
width:500px;
font-size:80%;
display:none;
}

#footer a{
color:#000;
text-decoration:none;
}

#footer a:hover{
text-decoration:underline;
}
