﻿@import url("layout.css");
body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	background-image: url("../images/background.gif");
	background-repeat: repeat;
	background-attachment: scroll;
}
#container {
	width: 700px;
	margin: 0 auto;
	padding: 10px;
	border-right: 2px solid #7576b0;
	border-bottom: 2px solid #7576b0;
	border-left: 2px solid #7576b0;
	border-top :  2px solid #7576b0;
	background-color: #fff;
	border-right-color: #7576b0;
	border-bottom-color: #7576b0;
	border-left-color: #7576b0;
}
.Header
{
	padding: 10px;
	font-size: 18px;
	color: white;
	font-weight : bold ;
	background-color: #7f7fb2;
	width : 100%;
}
.Tekst 
{
	padding-top : 10px;
	padding-bottom : 10px;
	
	}
.prishead {
	font-size: 14px;
	font-weight: bold;
	color:  white;
	background-image: url("../images/prisbak.jpg");
	background-repeat: repeat;
	background-color: #d1d1e4;
	padding-top: 6px;
	padding-bottom: 6px;
}
.pristekst {
	list-style-type: disc;
}
.prispris{
	font-weight: bold;
	text-align: right;
}

.storbokstav 
{
	font-size : 16px;
	font-weight : bold;
	}
.litenheader 
{
	padding: 4px;
	font-size: 14px;
	font-weight : bold ;
	background-color : #d1d1e4;
	text-align : center ;
	color :#3c3c56 ;
	}
.tekst1 
{
	font-weight :bold;
	padding: 4px;
	text-align : center ;
	color :#3c3c56 ;
	}
#head1 
{
	width: 675px;
	height : 116px;
	}
#masthead {
	text-align: center;
	width: 696px;
	height : 200px;
	padding: 0px;
	border: 0px dotted #bab99c;
	background-image: url("../images/background.gif");
	background-repeat: repeat;
	background-attachment: scroll;
}
#navigation
{
	position: relative;
	float: left;
	width: 139px;
	margin-top: 10px;
	margin-bottom: 10px;
}

#content {
	float: right ;
	width: 505px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-right: 10px;
	border-right: 1px solid #b4b4c4;
	border-bottom: 1px solid #b4b4c4;
	border-left: 1px solid #b4b4c4;
	border-top :  1px solid #b4b4c4;
	padding : 15px;

}

#footer {
	text-align: center;
	clear: both;
	width: 700px;
	border: 1px #BAB99C dotted;
}
/* Masthead Styles */
#masthead h1 {
	color: #fff;
}
#masthead h3 {
	color: #402640;
}
/* Navigation Styles 
#navigation ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}
#navigation li {
	display: block;
	margin: 0;
	padding: 0;
	border: 1px #BAB99C solid;
	background-color: #BAB99C;
}

#navigation a {
	text-decoration: none;
	display: block;
	padding: 5px;
	padding-left : 25px;
	background-color : #BAB99C;
	color : White;
}

#navigation a:hover {
	color: #402640;
	display: block;
	text-decoration: none;
	background-color: #fff;
}

/* Content Styles */
#content h1,h2,h3,h4,h5,h6 {
	color: #503750;
}
#content img {
	padding: 5px;
	border: 1px solid #402640;
}
/* Footer Styles */
#footer p {
	color: #808080;
}
#footer a {
	color: #503750;
	text-decoration: underline;
}
#footer a:hover {
	color: #402640;
	text-decoration: none;
}
a {
	color: #402640;
	text-decoration: underline;
}
a:hover {
	color: #dfb8df;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}