/* 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: 150px;
}

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

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

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

#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: 125px;
}

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

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

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

#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;
}

#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;
}

.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 {
	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;
display:block;
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;
}
