/*  GLOBAL STUFF  */

body,td,th {
	background-color: #FFFFFF;
	color: #333333;
	font-family: "Lucida Sans Unicode", Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
body {
	margin: 15px;
	text-align: center;
	background-image: url("/img/paper.jpg");
}
a {
	border-bottom: #CCCCCC solid 1px;
	color: #666666;
	text-decoration: none;
	outline: none;
}
a:hover {
	border-bottom-color: #FF9900;
	color: #000000;
}
a.tw {
	border-bottom: none;
}
a.tw:hover {
	border-bottom: none;
}
p, h1, h2, h3, h4, h5, h6, pre {
	margin-top: 3px;
}
h1, h2, h3, h4, h5, h6 {
	padding: 1px 0px;
	background-color: #F9F9F9;
	line-height: normal;
	margin-bottom: 3px;
}
h1 {
	font-size: 48px;
	color: #af262b;
}
h2 {
	font-size: 20px;
	font-family: Tahoma;
	color: #af262b;
}
h3 {
	font-size: 18px;
}
h4 {
	font-size: 11px;
	color: #AF262B;
	margin-bottom: 0px;
	margin-top: 0px;
}
h5 {
	font-size: 13px;
	color: #AF262B;
	margin-bottom: 3px;
}
h6 {
	font-size: 10px;
}
p {
	margin-top: 0px;
	font-size: 11px;
	border-bottom:1px solid #AF262B;
	padding: 0px 0px 10px;
	text-align: left;
}
p.webmail {
	border-bottom: none;
	font-size: 11px;
	font-weight: bold;
	color: #AF262B;
	padding: 0px;
	margin-bottom: 2px;
}
p.chili {
	color: #e01f34;
	color: #AF262B;
	border-bottom: 0px;
	padding: 0px;
	font-weight: bold;
	font-size: 12px;
	text-align: center;
}
table {
	border: 1px solid #AF262B;
	margin-bottom: 5px;
	margin-top: 5px;
}
table table.noborder {
	border: none;
	margin-bottom: 5px;
	margin-top: 5px;
}
td {
	font-size: 11px;
	text-align: left;
}

hr {
	height: 1px;
	color: #999999;
}
img {
	border: 0;
}
ul {
	list-style-type: square;
}
acronym, abbr {
	border-bottom: #BBBBBB 1px dashed;
	cursor: help;
}
acronym:hover, abbr:hover {
	color: #000000;
}

/*  CLASSES  */

input.styled {
	border: #E5E5E5 solid 1px;
	background-color: #F3F3F3;
	color: #666666;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin-bottom: 2px;
}
.float_left {
	float: left;
}
.float_right {
	float: right;
}
.clear {
	clear: both;
}
.underline {
	border-bottom: solid 1px;
}
.quote {
	margin: 15px 60px 15px 15px;
	padding: 10px 10px 10px 10px;
	background: url(img/quote.png);
	border: #dddddd solid 1px;
	font-size: 10px;
	line-height: 20px;
	display: block;
}
.box {
	padding: 7px 10px;
	background-color: #F9F9F9;
	display: block;
}
.zebra {
	background: url(img/zebra.png);
}
.story {
	padding-bottom: 12px;
	background: url(img/fade.png) bottom repeat-x;
	display: block;
}
.story .title {
	padding: 0 15px;
	color: #333333;
	font-size: 16px;
	display: block;
}
.story .title a {
	border: none;
	color: #333333;
}
.story .title a:hover {
	color: #000000;
}
.story .date {
	margin: 0 5px;
	padding: 0 10px 5px 10px;
	border-bottom: #E5E5E5 solid 1px;
	color: #999999;
	font-size: 10px;
	display: block;
}
.story .text {
	padding: 5px 15px 10px 15px;
	display: block;
}
.story .bottom {
	font-size: 10px;
	text-align: right;
	display: block;
}
.story .bottom .element {
	padding: 0 15px 0 5px;
}
.story .bottom a {
	border: none;
	color: #333333;
}
.story .bottom a:hover {
	color: #FF9900;
}
.story .bottom a img {
	padding-right: 3px;
	vertical-align: middle;
}
.sidenotesleft {
	float:left;
	margin:0pt 3pt 1px 0px;
	padding:2px;
	border: 1px solid #666666;
}
.sidenotesright {
	float:right;
	margin:0pt 0pt 3px 3px;
	padding:2px;
	border: 1px solid #666666;
}
.sidenotes i {
	font-size: 10px;
	line-height: 16px;
	text-align: left;
	margin-top: 0px;
}
.sidenotes ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: block;
}
.sidenotes ul a {
	border: none;
	color: #AF262B;
	display: block;
}
.sidenotes ul a:hover {
	text-decoration: underline;
}
.sidenotes ul li {
	padding: 8px 5px 10px 5px;
	border-bottom: #DDDDDD solid 1px;
	background: #f9f9f9;
	text-align: left;
}
.sidenotes ul li .title {
	color: #af262b;
	font-weight: bold;
	display: block;
	font-size: 10px;
	line-height: 14px;
}
.sidenotes ul li .date {
	color: #999999;
	font-size: 10px;
	display: block;
}
.sidenotes ul li .more {
	margin: -5px 0;
	font-size: 10px;
	text-align: right;
	display: block;
}
.sidenotes ul li .more a {
	color: #333333;
	display: inline;
}
.sidenotes ul li .more a:hover {
	color: #FF9900;
}
.sidenotes ul li .more a img {
	padding-left: 3px;
	vertical-align: baseline;
}
.login_text {
	color: #999999;
	font-size: 10px;
}
.login_text a {
	border: none;
	color: #999999;
}
.login_text a:hover {
	color: #FF9900;
}
.right {
float:right;
margin:3pt 0pt 4px 10px;
padding:2px;
}

.left {
float:left;
margin:3pt 10pt 4px 0px;
padding:2px;
}

.ansatte {
	margin-top: 0px;
	font-size: 11px;
	padding: 0px 0px 6px;
	text-align: left;
	border-bottom: none;
}

.produkter {
	margin-top: 0px;
	font-size: 11px;
	padding: 0px;
	text-align: left;
	border-bottom: none;
}


/*  STRUCTURE (in order of appearance)  */

p a {
	border-bottom: #af262b solid 1px;
	color: #af262b;
	text-decoration: none;
	outline: none;
}
p a:hover {
	border-bottom: none;
	color: #af262b;
	text-decoration: none;
	outline: none;
}
#klikkogklag {
	position: absolute;
	left: 100px;
	top: 100px;
	width: 600px;
	height: 400px;
	padding: 15px;
	background-color: white;
	border: 1px solid black;
	z-index: 10;
	display: none;
}
#bg {
	margin: 0 auto;
	width: 1024px;
	background: url(img/bg.png);
}
#bg_top {
	background: url(img/bg_top.png) top no-repeat;
}
#body {
	padding: 17px;
	background: url(img/bg_bottom.png) bottom no-repeat;
	background: white;
	text-align: justify;
}
#header {
	margin-bottom: 0px;
	padding: 25px 5px 0 35px;
	height: 115px;
	background: #F9F9F9 url(img/header.png);
	font-size: 55px;
	color: #af262b;
	font-family: Tahoma;
}
#headerleft {
	float: left;
	width: 500px;
	text-align: left;
}
#headerright {
	float: right;
	width: 200px;
	font-size: 10px;
	font-weight: bold;
	line-height: 12px;
	text-align: right;
	margin-top: 3px;
}
#headerright a {
	color: #AF262B;
	text-decoration: underline;
	border-bottom: none;
}
#headerright a:hover {
	text-decoration: none;
}
img.srlogo {
	margin-bottom: 12px;
}
#header .slogan {
	padding-left: 3px;
	font-size: 18px;
}
#side {
	width: 220px;
	background-color: #F9F9F9;
	line-height: 18px;
	float: left;
	margin-top: 3px;
}
#side .side_title {
	margin: 15px 0 10px 0;
	padding: 0 5px 5px 5px;
	border-bottom: #DDDDDD solid 1px;
	color: #333333;
	font-size: 20px;
	display: block;
}
/*
#menu {
	padding: 10px;
	line-height: normal;
}
#menu ul {
	margin: 0;
	padding: 0;
	border-bottom: #DDDDDD solid 1px;
	list-style-type: none;
}
#menu li {
	border-top: #DDDDDD solid 1px;
}
#menu a {
	width: 180px;
	padding: 10px;
	border: none;
	color: #666666;
	text-decoration: none;
	display: block;
}
#menu a:hover {
	background-color: #FCFCFC;
	color: #af262b;
}
#menu a.pressed:hover {
	background-color: #F3F3F3;
}
#menu .pressed {
	width: 180px;
	padding: 10px;
	background-color: #e0e0e0;
	color: #000000;
	display: block;
}
*/

#kundetopp {
	margin-bottom: 40px;
	color: #AF262B;
	font-size: 12px;
}

#side_content {
	padding: 0 10px 10px 0px;
}
#product_content {
	margin: 0 0 0 15px;
	width: 750px;
	line-height: 18px;
	float: left;
	margin-top: 10px;
}
#content {
	margin: 0 0 0 15px;
	width: 755px;
	line-height: 18px;
	float: left;
	margin-top: 4px;
	background: white;
}
#content p a:hover {
	color: #af262b;
	border-bottom: 1px solid #af262b;
}
#footer_clear {
	clear: both;
}
#footer {
	margin-top: 10px;
	padding: 8px;
	height: 14px;
	background-color: #F9F9F9;
	font-size: 10px;
	text-align: center;
}
#footer a {
	color: #666666;
}
#footer a:hover {
	border-bottom-color: #000000;
}

#menu {
	position: relative;
	background:#F9F9F9 url(img/header.png) repeat scroll 0 0;
	height: 29px;
	width: 100%;
	border-bottom: 1px solid #af262b;
	border-top: 1px solid #af262b;
}
#teamviewer {
	position: absolute;
	right: 2px;
	top: 4px;
}
#menu ul {
	margin: 0px;
	padding: 0px 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #FFF;
	line-height: 29px;
	white-space: nowrap;
}
#menu li {
	list-style-type: none;
	display: inline;
}
#menu li a {
	text-decoration: none;
	padding: 7px 10px;
	color: #af262b;
	border-bottom: none;
}
#menu li a:link {
	color: #af262b;
	border-bottom: none;
}
#menu li a:visited {
	color: #af262b;
	border-bottom: none;
}
#menu li a:hover {
	font-weight: normal;
	color: #FFF;
	background-color: #af262b;
}
#menu ul li span {
	color: #af262b;
	font-weight: bold;
}
