/* CSS Document */

@import url("nav.css");


/*------ STRUCTURE ------*/
html, body {
height: 100%
}

body  {
background-color: #CC9900;
color: #333333;
font-size: x-small;
font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
line-height: 16px;
text-align: center;
height: 100%
}

*html body {
margin: 0pt;
height: 100%
}

#rammeverk     {
	background: white;
	text-align: left;
	margin: 5px auto;
	width: 500px;
}

#innhold    {
padding: 10px 20px 100px}

#bord     {
	text-align: center;
	margin: 0;
	padding: 0;
	color: #333333;
	border-width: 1px 1px 1px 1px;
	border-color: #CCCCCC;
}

*html div#bord {
background-position: left top;
margin-top: 0pt
}

#bord p {
text-align: left;
padding-left: 15px
}

#bord-topp  {
margin: 0;
width: 492px;
height: 1px;
border-top: 1px solid #ccc
}

*html div#bord-topp {
width: 490px;
border-top: 1px solid #ccc;
text-align: left;
height: 0 !important;
overflow: hidden;
}

#last  {
margin: 0;
padding: 0;
width: 100%;
border-top: 1px dotted #f33;
border-right: 8px solid #f33;
border-bottom: 1px dotted #f00
}

.break {
clear: both
}

/*------ MENU ------*/
.webmenytxt {
	font-size: xx-small;
	text-transform: lowercase;
	color: #da8032;
	text-align: right;
	font-family: "Lucida Sans Unicode", "Lucida Grande", lucida, helvetica, sans-serif;
	float: right;
	vertical-align: top;
}


/*------ LOGO ------*/
#logo      {
background-image: url(../img/beining-logo.gif);
background-repeat: no-repeat;
margin: 0 0 10px 0px;
padding: 57px 0 0;
height: 0px!important;
overflow: hidden;
height /**/: 45px
}


/*------ CONTENT ------*/
p, h1, h2 {
margin: 0px; 
padding: 5px 10px; 
}

h1  {
color: #4b342b;
font-size: 10px;
background-color: #fff;
text-align: right;
text-transform: uppercase;
}

h2 {
margin-top: 8px;
font-size: 10px;
text-transform: uppercase
}

h3  {
color: #4b342b;
font-size: 10px;
text-align: center;
text-transform: uppercase;
}



/*------ LINKS ------*/
a   {
color: #73604f;
text-decoration: none;
background: transparent
}
	
a:hover   {
	color: #fff;
	background-color: #CC9900;
}	

a:active  {
color: #000000;
background-color: transparent
}

a:close {
background-color: #fff;
padding-right: 2px
}


/*------ KUNDE ------*/
.kunde  {
	color: #CC9900;
	font-weight: bold;
}

.kunde a:link    {
color: #CC9900;
}

.kunde a:hover   {
	color: #fff;
	background-color: #CC9900;
}

.kunde a:active  {
color: #CC9900;
}

.kunde a:visited {
color: #996600;
}

.kunde a:visited:hover   {
	color: #fff;
	background-color: #CC9900;
}


/*------ BILDE ------*/
.img-frame    {
margin-top: 5px;
margin-bottom: 5px;
padding: 4px;
border: solid 1px #ccc
}

img, a img { border: none; }
.right  {
position: relative;
float: right
}



/*------ BUTIKK ------*/
#butikk {
	position: absolute;
	text-align: right;
	top: 0px;
	right: 0px;
}

#butikk a:hover {
	background-color: transparent;
	}



/*------ SITEMAP ------*/
.sitemap {
	font-size: xx-small;
	text-transform: lowercase;
	color: #73604f;
	text-align: center;
	font-family: "Lucida Sans Unicode", "Lucida Grande", lucida, helvetica, sans-serif;
}