body {
	height: 100%;
	background: #fff url("/images/background.gif") repeat-x;
	margin: 0;
	font: normal 11px arial, sans-serif;
}
/***************************************   Layoutboxarna */
.wrapper {
}
#container {
	margin: 0 auto;
	width: 954px;
}
#content {
	width: 970px;
}
#content #main {
	position: relative;
	float: left;
	background: transparent url("/images/box_main.gif") no-repeat;
	width: 632px;
	/*height: 346px;*/
	padding: 38px 45px;
	margin: -70px 0 0 -23px;
}
#content #side {
	position: relative;
	float: right;
	background: transparent url("/images/box_right.gif") no-repeat;
	width: 192px;
	/*height: 346px;*/
	margin-top: -70px;
	padding: 40px 35px;
	min-height:400px;
}

#content #big {
    position:relative;
    float:left;
    background: transparent url("/images/box_big.gif") no-repeat;
    width:903px;
    padding:38px 45px 35px 45px;
    margin: -70px 0 0 -23px;
}
/***************************************   Footer */
#footer {
    clear:both;
    width:913px;
    margin:0 auto;
    border-width:1px 0 0 0;
    border-style:solid;
    border-color:#111;
    margin-bottom:40px;
}

#footer p {
    text-align:right;
    color:#111;
    margin:0;
    font-size:10px;
}


#footer .argonova {
    text-align:right;
    color:#666;
    }

#footer .argonova ul {
    display:inline;
    padding:0 0 0 10px;
}
#footer .argonova ul li {
    display:inline;
    margin:0;
    list-style-type:none;
}
#footer .argonova ul li a {
    color:#666;
}


/***************************************   Header */
#header {
	background: transparent url("/images/header_bg.jpg") no-repeat 20px 0;
	height: 345px;
}
#header img {
	float: right;
	margin-top: 40px;
}
/***************************************   Huvudmenyn */
#header ul {
	float: left;
	position: relative;
	width: 100%;
	margin: 35px 0 0 0;
	padding: 0;
	border-left: 1px solid #f25c69;
}
#header ul li {
	margin: 0;
	display: inline;
	list-style: none;
}
#header ul li a {
	height: 16px;
	float: left;
	display: block;
	border-right: 1px solid #f25c69;
	background: #ed1c2e url("/images/header_nav.gif") repeat-x;
	padding: 8px 12px 9px 12px;
	color: #fff;
	text-align: center;
	text-decoration: none;
	font: normal 13px arial, sans-serif;
	white-space: nowrap;
}
#header ul li a:hover {
	background: #ed1c2e url("/images/header_nav_hover.gif") repeat-x;
}
#header ul li a.active {
	background: #ed1c2e url("/images/header_nav_hover.gif") repeat-x;
}
/***************************************   Undermenyn */
#header ul#subnav {
/* sub nav */
	width: 475px;
	margin: 0;
	padding: 0 0 0 35px;
	border: 0;
}
#header ul#subnav li {
	margin: 0;
	display: inline;
	list-style: none;
}
#header ul#subnav li a#first{
    border-left: 1px solid #484848;
    width:120px;
}
#header ul#subnav li a {
	float: left;
	display: block;
	border-right: 1px solid #484848;
	background: #000 url("/images/header_subnav.gif") repeat-x;
	padding: 8px 12px 9px 12px;
	color: #fff;
	text-align: center;
	text-decoration: none;
	font-size: 13px;
	white-space: nowrap;
}
#header ul#subnav li a.active {
	background: #000 url("/images/header_subnav_hover.gif") repeat-x;
}
#header ul#subnav li a {
	/*width: 54px;*/
}
#header ul#subnav li a#x {
	width: 129px;
	border-right: 1px solid #484848;
}
#header ul#subnav li a:hover {
	background: #000 url("/images/header_subnav_hover.gif") repeat-x;
}
/***************************************   Bli kund */
.become_customer {
	float: left;
	width: 210px;
	/*height: 125px;*/
}
.become_customer .container {
	/*height: 100%;*/
	background-color: #ebebeb;
	width: 210px;
	overflow:hidden;
}
.become_customer .content {
	padding: 0 20px;
}
.become_customer .content h3 {
	/*color: #ed1c2e;*/
	color: #000;
	font-size: 22px;
	margin: 5px 0 13px 0;
}
.become_customer .content a {
	display: block;
	width: 110px;
	height: 38px;
	margin-left: 10px;
	padding: 0px 55px 0 0px;
	color: #000;
	text-align: right;
	text-decoration: none;
	background: transparent url("/images/arrow_btn.gif") no-repeat 100% 0;
}
.become_customer .seperator {
	height: 25px;
	background-color: #fff;
}
/***************************************   Tj�na pengar (startsidan) */
#front_news {
	float:left;
	width: 210px;
	height: 281px;
	display:block;
	clear:both;
}
#front_news  .container {
	/*height: 100%;*/
	background-color: #ebebeb;
	width: 210px;
	height:271px;
	overflow:hidden;
}
#front_news  .content {
	padding: 0 20px;
}
#front_news ul {
	list-style-type:none;
	margin:0;
	padding:0;
} 
#front_news  .content h3 {
	/*color: #ed1c2e;*/
	color: #000;
	font-size: 22px;
	margin: 5px 0 13px 0;
}
#front_news  .content ul li {
	text-align:left;
}
#front_news  .content a {
	display: block;
	font-size:12px;
	margin-left: 5px;
	margin-bottom:10px;
	text-align: left;
	color:#E60019;
	padding:0 0 0 15px;
	text-decoration: none;
	background:url("/images/list_item.gif") no-repeat scroll 0 6px #EBEBEB;
	font-weight:bold;
}
#front_news  .content a:hover {
	/*text-decoration:underline;*/
	color:#000;
}
#front_news .content a span {
	color:#666;
	font-weight:normal;
}
#front_news  .seperator {
	height: 25px;
	background-color: #fff;
}




#earn_money {
	float: right;
	background-color: #ebebeb;
	width: 402px;
}

#earn_money h1, #earn_money h2 {
    color:#000;
}
#earn_money .container {
	height: 274px;
	height:100%;
}
#earn_money .content {
	padding: 0 20px;
}
#earn_money .content a {
	color: #e60019;
	font-style: italic;
	text-decoration: none;
}
#earn_money .content a:hover {
	text-decoration:underline;
}
#earn_money .content h1 {
	margin-top: 10px;
}
#earn_money .content h2 {
	margin: 0 0 0 5px;
}
#earn_money .content ul {
	margin: 0;
	padding: 0 20px 10px 20px;
}
#earn_money .content ul li {
	padding: 4px 0;
	margin: 0;
}
#earn_money .content ul.linklist {
	padding-bottom:0;
}
#earn_money .content ul.linklist li {
	padding:0;
}
/***************************************   Loginboxen (startsidan) */
#login {
	margin-top:25px;
	clear:left;
	float:left;
	width: 210px;
	height: 261px;
}
#login .content {
	height: 100%;
	background: #fff url("/images/box_login.gif") no-repeat;
	padding: 16px 0 0 0;
}
#login .content h1, #login .content .flashTextH1 {
	color: #fff;
	font: normal 23px "Arial Narrow", arial, sans-serif;
	margin: 0px 0 0 21px;
}
#login .content input {
	color: #fff;
	font: bold 15px "Arial Narrow", arial, sans-serif;
	line-height: normal;
	border: 1px solid #e51f25;
	background-color: #bd070d;
	margin: 10px 0 0 21px;
	width: 167px;
	height: 21px;
}
#login .content .login {
	border: 0;
	display: block;
	height: 44px;
	width: 80px;
	background: transparent url("/images/login_btn.gif") no-repeat;
	font-size: 10px;
	font-size: 0;
	margin: 15px 0 15px 110px;
	color: #d60a13;
}
#login .content ul {
	margin: 0;
	padding: 40px 26px;
}
#login .content ul li {
	background: #ebebeb url("/images/arrow.gif") no-repeat 0 6px;
	list-style-type: none;
	font-size: 12px;
	padding: 2px 9px;
}
#login .content ul li a {
	color: #000;
	text-decoration: none;
}
#login .content ul li a:hover {
	text-decoration: underline;
}
/***************************************   Aktuell kampanj (startsidan) */
#campaign {
	margin-top:25px;
	float:right;
    position:relative;
	background-color: #ebebeb;
	width: 402px;
	height: 270px;
}
#campaign .container {
	height: 100%;
}
#campaign .content {
    position:relative;
    z-index:10;
	padding: 0 20px;
}
#campaign .content h1 {
	margin-top: 10px;
	width:155px;
}
#campaign .content img {
	float: right;
	/*border: 1px solid #e1e1e1;
*/
	margin: 12px 0 0 -1px;
}
#campaign .content p {
	margin-top: 6px;
}
#campaign .content ul {
	padding-left: 15px;
	width:155px;
}
#campaign .content a {
	display: block;
	color: #e60019;
	width: 100px;
	font-style: italic;
	text-decoration: none;
}
#campaign .content a:hover {
	text-decoration: underline;
}
/***************************************   Ravelli-citatet (startsidan) */
#quote {
	position: absolute;
	/*background: transparent url("/images/ravelli.jpg") no-repeat 5px 0px;*/
	width: 320px;
	height: 275px;
	margin-left: -90px;
}
#quote div {
	margin-left: 155px;
	width: 130px;
}
#quote div p {
	color: #333333;
	font: normal 10px arial, sans-serif;
	width: 200px;
	margin-top: 45px;
}
#quote div div.quote {
	font: normal 13px arial, sans-serif;
	line-height: 18px;
	font-style: italic;
	color: #404040;
	margin: 75px 0 0 0;
}
#quote div p a {
	margin-top: 10px;
	display: block;
	color: #eb3347;
	text-decoration: none;
}
#quote div p a:hover {
	text-decoration: underline;
}
#quote img {
	position: absolutefloat: right;
}
/***************************************   Toppbox som inneh�ller bild */
#title_box {
	background-color: #ebebeb;
	/*height: 286px;
	height: 246px;
*/
	height: 280px;
	margin-bottom: 20px;
}
#title_box .container {
	height: 100%;
}
#title_box .content {
	padding: 0 0 0 20px;
	width: 360px;
	height: 96%;
	overflow: auto;
}

#title_boxCustom {
	background-color: #ebebeb;
	/*height:230px;*/
}
#title_boxCustom .containerCustom {
	/*height:100%;*/
}
#title_boxCustom .contentCustom {
	padding: 0 0 0 20px;
	width: 600px;
	/*height: 230px;*/
	overflow: auto;
}

#title_boxCustom .contentCustom a:link {
	color:#ed1c24;
}
#title_boxCustom .contentCustom .containerCustom {
	height:100%;
}


#title_box .content p {
	margin-top: 17px;
}



/***************************************   V�nsterst�lld ruta (produktsidan) */
.products_left_pic {
	clear: both;
	float: left;
	margin: 10px 0 0 0;
	overflow:hidden;
	border:1px solid black;
}
.products_left {
	margin: 10px 0;
	background-color: #ebebeb;
	width: 400px;
	float: right;
}
.products_left .container {
	height: 100%;
}
.products_left .content {
	padding: 0 15px;
}
.products_left .content p {
}
/***************************************   H�gerst�lld ruta (produktsidan) */
.products_right_pic {
	clear: both;
	float: right;
	margin: 10px 0;
	text-align:center;
}
.products_right_pic .container {
	height: 100%;
}
.products_right_pic .content {
    background-color: #ebebeb;
    margin-top: -10px;
	padding: 0 15px;
}
.products_right_pic .content p {
}

.products_right {
	margin: 10px 0 0 0;
	background-color: #ebebeb;
	width: 375px;
	float: left;
}
.products_right .container {
}
.products_right .content {
	padding: 0 15px;
}
.products_right .content p {
}
/***************************************   Detaljerad visning av produkt (produktsidan) */
#product_image {
	float: right;
	width: 395px;
	overflow: none;
	text-align: right;
	margin: -22px 0 0 0;
}
#product_detailed_box {
	background-color: #ebebeb;
	width: 232px;
}
#product_detailed_box .container, #product_detailed_box2 .container {
	height: 100%;
}
#product_detailed_box #prodcontent {
	padding: 0 20px;
	padding-bottom: 15px;
	background: #ebebeb url('/images/products_detailed_splitter.gif') no-repeat 0 100%;
}
#product_detailed_box #prodcontent h1 {
	margin: 10px 0;
}
#product_detailed_box2 {
	display: block;
	background: #ed1c2e url('/images/products_detailed_bottom.gif') no-repeat 0 100%;
	width: 232px;
}
#product_detailed_box2 #prodcontent2 {
	color: #fff;
	padding: 0 20px;
}
#product_detailed_box2 #prodcontent2 #prodinfo {
	color: #fff;
	padding: 10px 0;
}
#prod_bottom_info {
	width: 232px;
	padding: 30px 0 0 0;
	text-align: center
}
#prod_bottom_info p {
	color: #777;
	margin-top: 15px;
}
/***************************************   K�p f�r att st�dja-rutan (produktsidan) */
#buysupport {
	background-color: #ebebeb;
	width: 100%;
	margin-top: 20px;
}
#buysupport .content {
	padding: 0 20px;
}
#buysupport .content h4 {
	font-size: 19px;
	font-weight: normal;
	color: #ed1c2e;
}
#buysupport .content h5 {
	font-size: 13px;
	color: #ed1c2e;
}
#buysupport .content p {
	margin-top: 10px;
	line-height:19px;
}
#buysupport .content a.styled {
	display: block;
	height: 38px;
	width: 75px;
	margin: 10px 0 0 25px;
	padding: 5px 50px 0 0;
	color: #000;
	text-decoration: none;
	text-align: right;
	font: normal 12px arial, sans-serif;
	background: transparent url("/images/arrow_btn.gif") no-repeat 100% 0;
}
/***************************************   Lista i sidorutan */
#side #list {
	background-color: #ebebeb;
	width: 100%;
}
#side #list .container {
	height: 100%;
}
#side #list .content {
	padding: 0 15px;
}
#side #list .content h3 {
	color: #444;
	font: normal 19px "Arial Narrow", arial, sans-serif;
	margin: 15px 0 0 0;
}
#side #list .content h4 {
	margin: 0;
	color: #444;
	font: normal 14px "Arial Narrow", arial, sans-serif;
}
#side #list .content ul {
	margin: 0;
	/*padding: 0 0 0 15px;
*/
	padding: 0;
}
#side #list .content ul li {
	list-style: none;
	/*background: #ebebeb url("/images/list_item.gif") no-repeat 0 50%;
*/
	background: #ebebeb url("/images/list_item.gif") no-repeat 0 6px;
	margin: 0 0 0 2px;
	padding: 0 0 0 10px;
}
#side #list a {
	color: #000;
	text-decoration: none;
}
#side #list a:hover {
	text-decoration: underline;
}
/***************************************   Referenslistan */
#refCatList li {
	cursor: pointer;
}
#refCatList ul {
	display: none;
}
/***************************************   Grundl�ggande box(ar) */
.box, .bigbox {
	background-color: #ebebeb;
	overflow:hidden;
}
.box .container, .bigbox .container {
	height: 100%;
}
.box .content, .bigbox .content {
	padding: 0 20px;
}
.box .content h1, .bigbox .content h1 {
	margin-top: 10px;
}
.bigbox {
	width: 100%;
}
#main .box {
	width: 402px;
}
#side .box {
	width: 100%;
}
/***************************************   Rundade h�rn */
.top {
	font-size: 0;
	background: #ebebeb url("/images/corner_top_left.gif") no-repeat;
	height: 11px;
}
.top div {
	font-size: 0;
	height: 11px;
	background: transparent url("/images/corner_top_right.gif") no-repeat 100% 0;
}
.bottom {
	font-size: 0;
	background: #ebebeb url("/images/corner_bottom_left.gif") no-repeat;
	height: 11px;
}
.bottom div {
	font-size: 0;
	width: 100%;
	height: 11px;
	background: transparent url("/images/corner_bottom_right.gif") no-repeat 100% 0;
}
/***************************************   Textelement */
h1 {
	font: normal 24px "Arial Narrow", arial, sans-serif;
	color: #ed1c2e;
	margin: 0;
}
h2 {
	margin: 0;
	font: normal 13px "Arial Narrow", arial, sans-serif;
	color: #ed1c2e;
}
h3 {
	font-family: "Arial Narrow", arial, sans-serif;
	margin: 0;
	font-weight: normal;
}
p {
	line-height: 19px;
	margin: 10px 0 0 0;
}
/***************************************   sIFR */
@media screen {
.sIFR-flash {
	visibility: visible !important;
	margin: 0;
	display: block;
}
.sIFR-replaced {
	visibility: visible !important;
}
span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}
.sIFR-flash + div[adblocktab=true] {
	display: none !important;
}
.sIFR-hasFlash h1, .sIFR-hasFlash h2, .sIFR-hasFlash h3, .sIFR-hasFlash h4, .sIFR-hasFlash h5 {
	visibility: hidden;
	margin: 0;
}
.sIFR-hasFlash h1 {
	font-size: 30px;
	letter-spacing: -9px;
}
.sIFR-hasFlash h2 {
	font-size: 17px;
	letter-spacing: -3px;
}
.sIFR-hasFlash h3 {
	font-size: 22px;
	letter-spacing: -2px;
}

.sIFR-hasFlash h4 {
	font-size: 17px;
	letter-spacing: -3px;
}
.sIFR-hasFlash h5 {
	letter-spacing: -5px;
}
}
@media print {
span.sIFR-alternate {
	visibility: visible !important;
	display: block !important;
	position: static !important;
	left: auto !important;
	top: auto !important;
}
.sIFR-flash, .sIFR-flash object, .sIFR-flash embed {
	display: none !important;
	visibility: hidden;
	border: 10px solid #f00;
	height: 0;
	width: 0;
	position: absolute;
	overflow: hidden;
}
}
/***************************************   Osorterat */
#slideshow {
	float: right;
	height: 290px;
	width: 230px;
}
#ericajohansson {
	position: absolute;
	right: 0;
	margin: 0 -40px 0 0;
	z-index: 99;
}
#ericajohansson img {
	position: relative;
	z-index: 9999;
}
a.styled {
	display: block;
	width: 200px;
	font-size: 13px;
	height: 38px;
	margin-left: 10px;
	padding: 5px 55px 0 5px;
	color: #000;
	text-align: right;
	text-decoration: none;
	background: transparent url("/images/arrow_btn.gif") no-repeat 100% 0;
}
a img {
	border: 0;
}
img {
	behavior: url("/js/pngbehavior.htc");
}
.clear_both {
	clear: both;
}
.floatleft {
	float: left;
}
.floatright {
	float: right;
}
#how_it_works-topimg {
	float: right;
	width: 250px;
	height: 314px;
	margin-left: 15px;
	background: transparent url("/images/B0052P-0117.jpg") no-repeat;
}
#how_it_works h2 {
	margin: 25px 0 0 0;
}
#how_it_works p {
	margin: 5px 0;
}
#how_it_works ul, #how_it_works ol {
	margin: 15px;
}
#how_it_works ul li, #how_it_works ol li {
	margin: 5px 0;
}
#thumb_container li {
	float:right;
	padding:0;
	margin:0;
	list-style:none;
	width:120px;
	height:160px;
	overflow:hidden;
}
#thumb_container .thumb_box {
	float:right;
	display: inline;
	height: 98px;
	width: 98px;
	text-align: center;
	color: #000;
	cursor: pointer;
	text-decoration: none;
}
#thumb_container .thumb_box_logo {
	float: left;
	display: inline;
	margin-right: 10px;
	height: 100px;
	width: 125px;
	text-align: center;
	color: #000;
	cursor: pointer;
	text-decoration: none;
	overflow:hidden;
}
#thumb_container .thumb_box_logo img{
	width:100%;
}
#thumb_container .thumb_box span {
	display: block;
	background: #fff none;
	cursor: pointer;
	padding:2px 10px 0 10px;
	overflow:hidden;
}
#thumb_container_vertical {
	width: 220px;
	float: right;
}
#thumb_container_vertical .thumb_box, #thumb_container_vertical .thumb_box_big {
	float: right;
	display: block;
	margin: 0 0 10px 10px;
	height: 98px;
	width: 98px;
	text-align: center;
	color: #000;
	cursor: pointer;
	text-decoration: none;
}
#thumb_container_vertical .thumb_box_big {
	width: 206px;
	height: 206px;
}
#thumb_container_vertical .thumb_box span, #thumb_container_vertical .thumb_box_big span {
	display: block;
	background: #fff none;
	cursor: pointer;
	padding-top: 2px;
}
#news-argonova{
	margin:74px 0 15px 15px;
}
#news-argonova a:hover{
	text-decoration:none;
}
#logo_thumb_container {
	float:left;
	width:100%;
	background: #fff none;
}
#logo_thumb_container td {
	vertical-align: middle;
	text-align: center;
}
#logo_thumb_container img {
	margin: 10px 17px 0 0;
}
#calculator h2 {
	margin-bottom: 15px;
}
#calculator input {
	border: 1px solid #bbb;
	padding: 5px;
	padding-right: 25px;
	/*margin-bottom: 10px;*/
	width: 120px;
	text-align: right;
}
#calculator #calculate {
	padding-right: 5px;
	background-color: #fafafa;
	width: 152px;
	text-align: center;
}
#calculator #results {
	margin-top: 10px;
	font-size: 12px;
}
#products_top_img {
	background: #ebebeb url("/images/product_top090113.jpg") no-repeat 50% 50%;
	height: 291px;
	width: 230px;
	float: right;
}
#flower_top_img {
	background: #ebebeb url("/images/flower.jpg") no-repeat 50% 50%;
	height: 174px;
	width: 262px;
	float: left;
}
#references_top_img {
	background: #ebebeb url("/images/references_top.gif") no-repeat 50% 50%;
	height: 291px;
	width: 230px;
	float: right;
}
#skotselrad_top_img {
	background: #ebebeb url("/images/skotselrad_top.gif") no-repeat 50% 50%;
	height: 292px;
	width: 230px;
	float: right;
}
#kontakt_top_img {
	background: #ebebeb url("/images/newbody_gruppbild.gif") no-repeat 50% 50%;
	height: 216px;
	width: 169px;
	float: right;
	margin-left: 8px;
}
#kontakt_top_img2 {
	background: #ebebeb url("/uploads/Image/Skulptur_SM.jpg") no-repeat 50% 50%;
	height: 278px;
	width: 68px;
	position: absolute;
	margin: 10px;
}
#kontakt_top_img3 {
	background: #ebebeb url("/images/holland_cup.jpg") no-repeat 50% 50%;
	height: 212px;
	width: 285px;
	position: absolute;
	right: 0;
}
#guide_top_img {
	background: #ebebeb url("/images/guide_top.jpg") no-repeat 50% 50%;
	height: 291px;
	width: 230px;
	float: right;
}
#campaign_top_img {
	/*background: #ebebeb url("/images/startsida-kampanj.jpg") no-repeat 50% 50%;*/
	/*background-color:#eee;*/
	height: 281px;
	width: 201px;
	float: right;
}
#partners ul {
	margin: 5px 0 0 30px;
}
#measurements p {
	margin: 15px 0;
}
#measurements table {
	border-collapse: collapse;
	border-spacing: 0;
	margin-top: 25px;
	width: 300px;
}
#measurements table.fullwidth {
	width: 100%;
}
#measurements table th {
	white-space: nowrap;
	text-align: left;
	font: normal 19px "Arial Narrow", arial, sans-serif;
}
#measurements table td {
	white-space: nowrap;
	padding: 5px;
}
#measurements table td.center {
	text-align: center;
}
#measurements table td.left {
	text-align: left;
}
#measurements table td.right {
	text-align: right;
}
#measurements .red {
	color: #ed1c2e;
}
#contactform {
	width: 100%;
	/*margin-top: 25px;
*/
}
#contactform h2 {
	margin: 10px 0;
}
#contactform textarea {
	border: 1px solid #bbb;
}
#contactform #topic {
	float: right;
	width: 250px;
}
#contactform #topic div {
	margin: 2px 0 18px 0;
}
#contactform dl {
	width: 300px;
	float: left;
}
#contactform dl dd {
	float: left;
	width: 150px;
}
#contactform dl dd span {
	color: #ed1c2e;
	margin-left: 2px;
}
#contactform dl dt {
	float: left;
	width: 150px;
}
#contactform dl dt input {
	border: 1px solid #bbb;
	margin: 2px 0;
}
#contactform #submit {
	float: right;
	border: 1px solid #bbb;
	padding: 5px;
	margin-top: 10px;
	width: 152px;
	background-color: #fafafa;
	text-align: center;
}
a {
	/*color: #ed1c2e;
*/
	color: #000;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
#online #header {
	height: auto;
	background: #fff none;
	border-bottom: 1px solid #e2e2e2;
}
#online #header h1 {
	display: block;
}
.staffbox {
	float: left;
	width: 183px;
	margin: 0 12px 0 0;
	display: inline;
	border: 1px solid #eee;
}
.staffbox p {
	margin-top: 140px;
	text-align: center;
}
#facilities {
	margin-bottom: 5px;
	height: 320px;
	background: transparent url('/images/lokal_thumb.jpg') 50% 50%;
}
#sendmail_msg {
	color: #f00;
	margin: 0 0 10px 0;
}

.howmuch{
	overflow:hidden;
}
.howmuch hr{
	margin:15px 0;
	padding:0;
	border:0;
	height:1px;
	overflow:hidden;
	color:#b2b2b2;
	background-color:#b2b2b2;
}
.howmuch ul{
	margin:15px 0 15px 25px;
	line-height:19px;
}
.howmuch img{
	margin-right:15px;
}
.clearfix{
	clear:both;
}
/***************************************   Toppbox som inneh�ller bild */
div.how_much_box {
	background-color: #ebebeb;
	height: 280px;
	margin-bottom: 30px;
}
div.how_much_box .container {
	height: 100%;
}
div.how_much_box .content {
	padding: 0 20px 0 20px;
	width: 350px;
	height: 96%;
	overflow: auto;
}
div.how_much_box#right .content{
    float:right;
    display:inline;
    margin:0 20px 0 0;
    padding:0 20px 0 0;
    width:350px;
}
div.how_much_box#left .content{
    float:left;
}
div.how_much_box .content p {
	margin-top: 17px;
}
div.how_much_box .content ul{
    margin:15px;
    padding:auto;
}
#how_much_top_img {
	background: #ebebeb url("/images/references_top.gif") no-repeat 50% 50%;
	height: 291px;
	width: 230px;
	float: right;
}
#how_much_bottom_img{
    background: #ebebeb url("/images/howmuch.jpg") no-repeat 50% 50%;
	height: 291px;
	width: 230px;
    float:left;
}
#loginstate{
    position:relative;
    height:120px;
    line-height:normal;
}
#loginstate #login_choose{
    margin-left:20px;
    padding-top:5px;
}
#loginstate #login_choose input{
    display:block;
    float:left;
    margin:0;
    padding:0;
    width:auto;
    height:auto;
    background:transparent none;
    border:0;
}
#loginstate #login_choose label{
    display:block;
    float:left;
    color:#fff;
    margin:0 10px 0 5px;
    padding:3px 0 0 0;
}
#loginstate #login_sales{
    position:absolute;
    left:0;
    top:23px;
    visibility:visible;
}
#loginstate #login_sales label{
    font-size:10px;
    display:block;
    color:#fff;
    margin:10px 10px 0 22px;
    padding:3px 0 0 0;
    font-weight:bold;
}
#loginstate #login_sales input{
    margin-top:3px;
    margin-bottom:10px;
}
#loginstate #login_contact{
    position:absolute;
    left:0;
    top:23px;
    visibility:hidden;
}
#loginstate #login_contact input.textboxes{
    width:80px;
    margin-left:0;
}
#loginstate #login_contact label{
    font-size:10px;
    float:left;
    display:block;
    color:#fff;
    margin:10px 10px 0 0px;
    padding:3px 0 0 0;
    font-weight:bold;
}
#loginstate #login_contact input{
    margin-top:3px;
    margin-bottom:10px;
}
.content td{
    vertical-align:top;
}

.sitemap {
	margin-bottom:12px;
}
.sitemap h2 a {
	color:#f00;
}
.sitemap li {
	list-style:none;
	margin-bottom:6px;
}
.sitemap li li {
	margin-bottom:0;
}

#argonova a {
	color:#999;
}
#argonova li {
	margin-bottom:0;
}

#bris h1 embed {
    display:none;
}

#bris h1 {
	text-indent:-999em;
	background:url(/images/bris_header.jpg) no-repeat;
	width:633px;
	height:120px;
}

#bris2 h1 { /* Temporary */
	text-indent:-999em;
	background:url(/images/bris_header2.jpg) no-repeat;
	width:633px;
	height:120px;
}

#bris h1 object {
	display:none;
}
#bris h2 {
	font-size:24px;
}
#bris {
	overflow:hidden;
	width:100%;
	height:433px;
}
#bris .bottom, #bris2 .bottom {
	width:100%;
	clear:left;
}
#bris .col, #bris2 .col {
	float:left;
	height:303px;
	width:50%;
}
#bris .content {
	padding-top:20px;
}
#bris2 .content { /* Temporary */
	padding-top:20px;
}
#bris .content li {
	list-style-position:inside;
}
#bris #bris_support,#bris2 #bris_support {
	float:right;
	background:url(/images/bris_support.jpg) no-repeat;
	text-indent:-999em;
	height:393px;
}
#bris a, #bris2 a {
	font-size:13px;
	color:#ed1c2e;
}
#briscounter {
	margin-top:20px;
}

#briscounter .col {
	float:left;
	width:50%;
}
#briscounter #counter {
	position:relative;
	top:-11px;
	margin-bottom:-11px;
	height:143px;
	/* background:url(/images/bris_counter.jpg) no-repeat; */
	background: url(/images/bris_counter.jpg) no-repeat;
}
#briscounter #counter p {
	position:absolute;
	right:10px;
	top:60px;
	width:150px;
	
}
#briscounter #bris_bc {
	position:absolute;
	top:19px;
	left:159px;
	font-size:20px;
	line-height:42px;
	width:135px;
	text-align:center;
}
#briscounter .bottom {
	width:100%;
	clear:left;
}

#briscounter #form .field {
	clear:left;
	margin-top:10px;
}
#briscounter #form .control {
	margin-top:10px;
	margin-bottom:8px;
}
#briscounter #form .output strong {
	font-size:14px;
	color:#ed1c2e;
	font-weight:normal;
}
#briscounter #form .input {
	float:left;
}
#briscounter #form .control,
#briscounter #form .output {
	width:85px;
	text-align:center;
	float:right;
}
#briscounter #form label {
	float:left;
	display:block;
	width:98px;
}
#briscounter #form input {
	width:60px;
	height:16px;
	padding:5px;
	border:0;
	background:#fff url(/images/bris_input.jpg) no-repeat;
	text-align:center;
}
#side a{
	color:#ed1c2e;
}

#side h2 {
	font-size:18px;
}

.productBox{
	margin-top:20px;
}





#bytereklamationform h2 {
	margin: 10px 0;
}
#bytereklamationform ul, #bytereklamationform ol {
	margin-left:30px;
}
#bytereklamationform textarea {
	border: 1px solid #bbb;
}
#bytereklamationform #topic {
	float: right;
	width: 250px;
}
#bytereklamationform #topic div {
	margin: 2px 0 18px 0;
}
#bytereklamationform dl {
	width: 300px;
	float: left;
}
#bytereklamationform dl dd {
	float: left;
	width: 150px;
}
#bytereklamationform dl dd span {
	color: #ed1c2e;
	margin-left: 2px;
}
#bytereklamationform dl dt {
	float: left;
	width: 150px;
}
#bytereklamationform dl dt input, #bytereklamationform dl dt select  {
	border: 1px solid #bbb;
	margin: 2px 0;
}
#bytereklamationform dl dt select {
	min-width:75px;
}
#bytereklamationform #submit {
	float: right;
	border: 1px solid #bbb;
	padding: 5px;
	margin-top: 10px;
	width: 152px;
	background-color: #fafafa;
	text-align: center;
}

#contestMacAir {
	line-height:24px;
}
#contestMacAir p,
#contestMacAir li,
#contestMacAir dd,
#contestMacAir dt { font-size: 12px; }

#contestMacAir h1.blackHeader { font-size: 19px; font-weight:bold;color: #000;margin-bottom:15px; margin-top:25px; }
#contestMacAir ol,
#contestMacAir ul { padding-left: 1.5em; }

#contestMacAir p small {
	color:#666;
	font-size:12px;
	line-height:17px;
}

#contestMacAir #pricebox {
	background-image:url('/images/prisbox.jpg');
	background-repeat:no-repeat;
	width:431px;
	height:90px;
	display:block;
	clear:both;
	margin:0 auto;
	margin-top:10px;
	margin-bottom:15px;
	padding-top:27px;
}

#contestMacAir #pricebox dd {
	font-size:16px;
	font-weight:bold;
	display:inline;
	padding:0px 15px 5px 25px;
	width:65px;
	clear:left;
	float:left;
}
#contestMacAir #pricebox dt {
	font-size:13px;
	display:inline;
	clear:right;
	width:290px;
	padding:0px 15px 5px 15px;
	float:right;
}