body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #fff;
	background-repeat: repeat-x;
}

.meny{}
/* Kan styre menu skrift, størrelse osv. */
.meny a{
	font-family: "Trebuchet MS";
	/*font-family: "Courier New,",monospace;*/
	font-size: 10px;
	font-weight: bold;
	font-style: normal;
}

.articleIntro {
	font-size:small;
	font-family:Arial;
}

.background1 {
	background-image: url(images/middle.jpg);
	background-repeat: no-repeat;
}

.backgroundFooter {
	background-repeat: no-repeat;
}

.footer {
	background-color: #ffffff;
	background-repeat: no-repeat;
	clear:both;
}

.tableHeader {
	color: #ffffff;
	background-color: #ffffff;
}

.mainCell {
	background-color: #ffffff;
}

.adminContent {
	background-image: url(images/content_area.jpg);
}

.warning {
	color:Red;
	font-weight:bold;
}

a {
	/*font-size: 95%;*/
	color: #DE7D1F;
	/*font-weight: bold;*/
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #DE7D1F;
}
a:hover {
	text-decoration: underline;
	color: #038853;
}
a:active {
	text-decoration: none;
	color: #038853;
}

div.scroll {
	height: 100px;
	width: 93%; /* litt rare tall her, men det er bare for å få det til å se pent ut.*/
	overflow: auto;
	border: 1px solid #666;
	background-color: #f7f7f7;
	padding: 8px;
}


div.articleIngress {
	word-wrap: break-word;
	/*position: relative;*/
	/*float: left;*/
	width: 100%;
	padding: 10px 0 10px 0;
	font-weight: bold;
	font-size: 110%;
}

/*
div.articleContent h1 {
	padding-bottom: 5px;
	font-size: 200%;
}
*/

div.articleContent{
	width:90%;
	/*font-size: 110%;*/
}

div.articleHeader a {
	color: #000000;
	font-size: 150%;
	font-weight:bold;
}

div.articleBody {
	width:100%;
	/*float:left;       */
	margin-left: 0px;
	margin-right: 5px;
	word-wrap: break-word;
	/*position:absolute;*/
}

div.articleBodyWOFact {
	width:100%;
	float:left;
	margin-left: 0px;
	word-wrap: break-word;
	/*font-size: 12px;*/

}
div.articleList {
	padding-bottom: 5px;
	font-size: 150%;
	font-weight:bold;
}
div.extranet_TextWarning {
	font-size: 150%;
	font-weight:bold;
	color:red;
}

div.factBox {
	border-style:solid;
	border-width:1px;
	width: 80%;
	/*position:absolute;    */
	float:right;
	background-color:#CCCCCC;
	margin-left:10px;
	margin-right: 0px;
	margin-bottom: 10px;
	word-wrap: break-word;
	padding:5px;
}

div.articleFactBox {
	/*height: 50px;*/
	width: 90%;
	border-style:solid;
	border-width:1px;
	border: 1px solid #666;
	background-color:#FFCC99;
	padding: 8px;
	overflow: auto;
	word-wrap: break-word;
	float:left;
}

div.deleteFactBox {
	float:right;
}

div.publishDate {
	color:#909090;
	font-size:9;
	font-family:verdana, arial, helvetica;
}

h1 {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 14pt;
	font-weight:bold;
}

h2 {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 11pt;
	font-weight:bold;
}

img.icon{
	border: 0px;
	width: 16px;
	height: 16px;
}

input.quantity {
	width:60px;
	text-align:right;
}
input.prodreference {
	width:100px;
}


input.phone{
	width:70px;
}
input.email{
	width:250px;
}

tr.bottomLine td{
	border-bottom: solid black 1px;
}

tr.footer{
	font-weight: bold;
}

tr.heading {
	background-color: #C8C8C8;
	font-weight: bold;
}

tr.topLine td{
	border-top: solid black 1px;
}

tr.topAndBottomLines td{
	border-top: solid black 1px;
	border-bottom: solid black 1px;
}

tr.horizontalPadding10 td{
	padding-left: 10px;
	padding-right: 10px;
}

tr.verticalPadding10 td{
	padding-top: 10px;
	padding-bottom: 10px;
}
