body {
	align: center;
	background-color: #E7E6E7;
}
 /* containere */ 
#main {

	width: 790px;
	margin: 0 auto;
	text-align: left;
}
#topp {
	top: 0px;
	width: 790px;
	height: 19px;
	background-image: url('images/ramme-topp.gif');
}
#logo {
	width: 790px;
	height: 125px;
	background: url('images/ramme-bg.gif') repeat-y;
	padding: 0px 0px 0px 18px;
}
#nav {
	width: 790px;
	height: 30px;
	padding: 0px 0px 0px 20px;
	background: url('images/ramme-bg.gif') repeat-y;
}


 /* innhold på side til Demostore */ 
#mainPage {
	width: 735px;
	background: url('images/ramme-bg.gif') repeat-y;
	padding: 5px 0px 0px 0px;
}

#mainPage h1{
	width: 735px;
}

.left {
	float: left;
	width: 350px; 
	padding: 0px 10px 20px 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	/*border: solid 1px;*/
}

.right {
	float: left;
	width: 285px; 
	padding: 0px 20px 20px 50px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
}


/* innhold */
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 28px;
	font-weight: bold;
	color: #662E8E;
	line-height: normal;
	margin-bottom: 20px;
	text-align: center;
}
h1 .orange{
	font-size: 28px;
	font-weight: bold;
	color: #EE8001;
	line-height: normal;
	margin-bottom: 0px;
}

h2 {
	font-size: 16px;
	font-weight: bold;
	color: #662E8E;
	line-height: normal;
	margin-top: 25px;
	margin-bottom: 20px;
}

.or{
	font-size: 16px;
	font-weight: bold;
	color: #EE8001;
	line-height: normal;
	margin-bottom: 0px;
	font-style: italic;
}

h3 {
	font-size: 14px;
	font-weight: bold;
	color: #662E8E;
	line-height: normal;
	margin-top: 5px;
	margin-bottom: 0px;
}

.pr {
	color: #E7E6E7;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	background:  #fff;
}
.top {
	padding: 150px 0px 0px 0px;
}
/* end innhold på side til Demostore */ 



.tekstbunn {
	clear: both;
	width: 740px;
	height: 30px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 16px;
	text-align: right;
}

#footer {
	position: relative;
	clear:both;
	width: 790px;
	height: 19px;
	background-image: url('images/ramme-bunn.gif');
}
div#tekstbunn a {
	color: #662E8E;
	text-decoration: none;
}

div#tekstbunn a:hover {
	text-decoration: none;
}
.small{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}


