/* layout.css */

body, html {
	background: url('/gfx/body_bg.gif') repeat-x #12242b;
	height: 100%;
	margin: 0 auto;
	padding: 0;
	width: 100%;
}

* img {
	border: none;
}

* form, * ul, * li {
	line-height: 0;
	margin: 0;
	padding: 0;
}

h1 {
	background-color: inherit;
	color: #fff;
	font-family: tahoma, arial, verdana, "trebuchet MS", sans-serif;
	font-size: 1.5em;
	font-weight: normal;
	line-height: 1.5em;
	margin: 0;
	padding: 0;
	text-decoration: none;
}

h2 {
	color: #6d6d6d;
	font: bold 1.1em arial, verdana, tahoma, "trebuchet MS", sans-serif;
	line-height: normal;
	margin: 0;
	padding: 0;
}

h2.itemHeader, h2.itemHeader a:link, h2.itemHeader a:visited {
	background-color: inherit;
	color: #de6337;
	font-family: tahoma, arial, verdana, "trebuchet MS", sans-serif;
	font-size: 1em;
	font-weight: bold;
	line-height: 1em;
	margin: 0 0 10px 0;
	padding: 0;
	text-decoration: none;
}

h3.itemPrice {
	background-color: inherit;
	color: #fff;
	font-family: tahoma, arial, verdana, "trebuchet MS", sans-serif;
	line-height: 2.2em;
	font-weight: bold;
	line-height: 1.8em;
	margin: 0 0 10px 0;
	padding: 0;
	text-decoration: none;
}

#bodyWrapper {
	background: url('/gfx/bg_logo.gif') no-repeat fixed bottom right;
	height: 100%;
	width: 100%;
}

#layoutWrapper {
	background: url('/gfx/topimage.jpg') no-repeat;
	height: 204px;
	margin: auto;
	width: 950px;
}

#logo {
	float: left;
}

#logo img {
	margin: 35px 0 0 55px;
}

#basket {
	float: right;
}

#basket img {
	margin: 145px 72px 0 0;
}

#contentWrapper {
	background: url('/gfx/content_bg.gif') no-repeat 0 4px;
	float: left;
	width: 950px;
}

#menuDiv {
	clear: both;
	float: left;
	padding: 3px 0 0 0;
	text-align: left;
}

#menuDiv div {
	float: left;
}

#menuDiv span {
	display: none;
}

#menuDiv a {
	height: 35px;
	display: block;
}

#menuDiv #butikken a {
	background: url('/gfx/menu/butikken.gif') no-repeat top center;
	width: 144px;
}

#menuDiv #butikken a:hover, #menuDiv #butikkenActive {
	background: url('/gfx/menu/butikken.gif') no-repeat bottom center;
	width: 144px;
}

#menuDiv #katalog a {
	background: url('/gfx/menu/katalog.gif') no-repeat top center;
	width: 141px;
}

#menuDiv #katalog a:hover, #menuDiv #katalogActive {
	background: url('/gfx/menu/katalog.gif') no-repeat bottom center;
	width: 141px;
}

#menuDiv #produkter a {
	background: url('/gfx/menu/produkter.gif') no-repeat top center;
	width: 156px;
}

#menuDiv #produkter a:hover, #menuDiv #produkterActive {
	background: url('/gfx/menu/produkter.gif') no-repeat bottom center;
	width: 156px;
}

#menuDiv #tilbud a {
	background: url('/gfx/menu/professionel.gif') no-repeat top center;
	width: 152px;
}

#menuDiv #tilbud a:hover, #menuDiv #tilbudActive {
	background: url('/gfx/menu/professionel.gif') no-repeat bottom center;
	width: 152px;
}

#menuDiv #vilkaar a {
	background: url('/gfx/menu/vilkaar.gif') no-repeat top center;
	width: 129px;
}

#menuDiv #vilkaar a:hover, #menuDiv #vilkaarActive {
	background: url('/gfx/menu/vilkaar.gif') no-repeat bottom center;
	width: 129px;
}

#menuDiv #kontakt a {
	background: url('/gfx/menu/kontakt.gif') no-repeat top center;
	width: 143px;
}

#menuDiv #kontakt a:hover, #menuDiv #kontaktActive {
	background: url('/gfx/menu/kontakt.gif') no-repeat bottom center;
	width: 143px;
}

#menuDiv #artikler a {
	background: url('/gfx/menu/artikler.gif') no-repeat top center;
	width: 135px;
}

#menuDiv #artikler a:hover, #menuDiv #artiklerActive {
	background: url('/gfx/menu/artikler.gif') no-repeat bottom center;
	width: 135px;
}

#menuDiv #programmer a {
	background: url('/gfx/menu/programmer.gif') no-repeat top center;
	width: 167px;
}

#menuDiv #programmer a:hover, #menuDiv #programmerActive {
	background: url('/gfx/menu/programmer.gif') no-repeat bottom center;
	width: 167px;
}

#menuDiv #oevelser a {
	background: url('/gfx/menu/oevelser.gif') no-repeat top center;
	width: 154px;
}

#menuDiv #oevelser a:hover, #menuDiv #oevelserActive {
	background: url('/gfx/menu/oevelser.gif') no-repeat bottom center;
	width: 154px;
}

#itemDiv {
	/*float: left;*/ /* AK, 17.11.2010 */
}

#faktaDiv {
	float: left;
}

#contentLeft {
	background: url('/gfx/left_column_bg.gif') no-repeat top right;
	clear: both;
	float: left;
	width: 228px;
}

#contentWide {
	float: left;
	width: 704px;
}

#contentCenter {
	float: left;
	width: 476px;
}

#contentRight {
	float: left;
	margin: -20px 0 0 0;
	width: 245px;
}

#homeImage {
	margin: 10px 0 0 0;
}

#basketWrapper {
	margin: 0 15px 15px 15px;
}

.errormsg {
	color: #cc0000;
	font-weight: bold;
	width: 540px;
	padding: 7px 10px 7px 10px;
	margin: 0 10px 20px 5px;
}

.std-list {
	list-style: none;
}

.std-list li {
	background-image: url('/gfx/darkarrows.gif');
	background-position: 0px 6px;
	background-repeat: no-repeat;
}

.std-list span {
	margin: 0 0 0 13px;
}

.stdMenu {
	margin: 15px 0 0 0;
}

.stdMenu li {
	list-style: none;
	line-height: 20px;
}


.stdMenu span a {
	background: url('/gfx/icons/arrow.gif') no-repeat 0 5px;
	padding: 0 10px 0 14px;
}

.stdMenuValgt {
	background-color: inherit;
	font-size: 12px;
	color: #de6337;
	font-weight: bold;
	text-decoration: none;
}

.dottedLine {
	margin: 0 15px 0 15px;
}

.dottedLineCenter {
	margin: 15px;
}

.stdContentWrapper {
	margin: 15px 0 15px 15px;
}

.itemImage {
	border: 1px solid #de6337;
	float: left;
	margin: 0 10px 0 0;
	padding: 1px;
}

.ItemTextWrapper {
	clear: both; /* AK, 17.11.2010 */
	margin: 0 15px 15px 15px;
}

.infoButton {
	float: right;
	margin: 10px 15px 0 0;
}

.itemAntal {
	background-color: #fff;
	color: #162226;
	border: 1px solid #162226;
	padding: 4px 0 3px 0;
	margin: 0;
	text-align: center;
	width: 27px;
}

.itemVariant {
	background-color: #fff;
	color: #162226;
	border: 1px solid #162226;
	margin: 2px 0 0 0;
	padding: 1px;
}

.clearBoth {
	clear: both;
}

.stdInlineList {
	margin: 15px 0 0 0;
	text-align: right;
}

.stdInlineList li {
	float: right;
	list-style: none;
	margin: 0 6px 0 0;
	padding: 0;
}

.priceList {
	font-size: 17px;
}

.priceItem {
	font-size: 23px;
}

.header {
	background-color: inherit;
	color: #6d6d6d;
	font-family: tahoma, arial, verdana, "trebuchet MS", sans-serif;
	font-size: 1.5em;
	font-weight: bold;
	line-height: 1.5em;
	margin: 0;
	padding: 0;
	text-decoration: none;
}

.tableDataTop {
	border: 1px solid #505050;
	background-color: #404040;
}

.tableDataMiddleLight {
	border: 1px solid #505050;
	background-color: #505050;
}

.tableDataMiddleDark {
	border: 1px solid #505050;
	background-color: #404040;
}

#footer {
	float: left;
	padding: 10px 0 10px 0;
	width: 750px
}

#intern1 {
	float: left;
	padding: 10px 0 0 0;
	text-align: right;
	width: 200px;
}

.stdListe {
	margin: 15px 0 0 0;
}

.stdListe li {
	line-height: 20px;
}
.header_replace {
background-color:inherit;
color:#FFFFFF;
font-family:tahoma,arial,verdana,"trebuchet MS",sans-serif;
font-size:1.5em;
font-weight:normal;
line-height:1.5em;
margin:0;
padding:0;
text-decoration:none;
display:block;

}
.button_til_kassen {background:url("/gfx/buttons/til_kassen_green.gif");width:112px;height:31px;border:none;cursor:pointer;float:right;}
.button_til_kassen:hover {background-position: 0px -31px;}
.button_bekraeft_oplysninger {background:url("/gfx/buttons/bekraeft_oplysninger_green.gif");width:179px;height:31px;border:none;cursor:pointer;}
.button_bekraeft_oplysninger:hover {background-position: 0px -31px;}
.button_videre_til_betaling {background:url("/gfx/buttons/videre_til_betaling_green.gif");width:160px;height:31px;border:none;cursor:pointer;float:right;}
.button_videre_til_betaling:hover {background-position: 0px -31px;}
.topbar_kurv {background:url("/gfx/topbar_kurv.png");width:674px;height:36px;}

.boxedtext  {background:#404040;color:#FFF;padding:5px;border:1px solid #333;width:327px;}
.boxedtext b  {color:#de6337;}
.toggle_levering {cursor:pointer;width:315px;color:#de6337;text-decoration:underline;}
.toggle_levering:hover {text-decoration:none;}
