/* txt-styles: */
@import url("indhold.css");
@import url("webshop.css");

/* Basket */
.valgfri_felt_text_1, .valgfri_felt_input_1 {
	display: none;
}


/* produt template */
#basket_yourprice {
	color: red;
}
.product_img {
	text-align: center;
	vertical-align: top;
	width: 150px;
	height: 125px;
}
.product_description {
	font-size: 12px;
	font-weight: normal;
	padding-left: 50px;
	/* text-transform: capitalize; */
}
.product_buy_qty {
	height: 14px;
	width: 50px;
	margin: 0px;
}
.product_buy_button {
	height: 20px;
	width: 150px;
	margin: 0px;
}
.hrsep {
	border: none 0;
	border-top: 1px dashed #0a6894;
	width: 100%;
	height: 1px;
}
#hentkundeinformation {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}
#hentkundeinfoform {
	margin: 0px;
	padding: 0px;
}
body{
	background-color: #2a8bb9;
	margin: 0px;
	padding: 0px;
}

/* center container */ 
div#centerContainer {
	position:absolute;
	top: 30px;
	width: 922px;
	margin-left:50%;
	left:-461px;
	
	background-color: #FFFFFF;
}

div#topBar {
	background-image: url("topBar.gif");
	background-repeat: no-repeat;
	background-position: top left;
	width: 922px;
	height: 20px;
}

/* logo */
a#logo {
	background-repeat: no-repeat;
	background-position: top left;
	position: absolute;
	top: 0px;
	left: 84px;
	z-index: 751;
	
	border-style: none;
	text-decoration: none;
	display: block;
}
a#logo:link {
	text-decoration: none;
}
a#logo:visited {
	text-decoration: none;
}
a#logo:hover {
	text-decoration: none;
}

/* menu Container */
div#menuContainer {
	width: 662px;
	height: 20px;
	
	position: relative;
	top: 14px;
	left: 20px;
	
	padding-left: 218px;
	
	border-bottom: 5px solid #33cc33;
}

/* New menu Container */
div#dropdownMenu {
	position: absolute;
	top: 34px;
	left: 20px;

	width: 662px;
	height: 20px;
	padding-left: 218px;
}

/* dropdownMenu */
span.selected_menupunkt {}
span.selected_menupunkt a{
	background-image: url("menuSeperator_down.gif");
	background-repeat: no-repeat;
	background-position: center right;
	vertical-align: middle;

	color: #33cc33;
	text-decoration: none;
}

a.menu {
	background-image: url("menuSeperator.gif");
	background-repeat: no-repeat;
	background-position: center right;
	vertical-align: middle;
	
	font-family: "Tahome",Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
	
	padding-left: 2px;
	padding-right: 11px;
	
	color: #0a6894;
	text-decoration: none;
}
a.menu:link {
	text-decoration: none;
}
a.menu:visited {
	text-decoration: none;
}
a.menu:hover {
	background-image: url("menuSeperator_down.gif");
	background-repeat: no-repeat;
	background-position: center right;
	vertical-align: middle;
	
	color: #33cc33;
	text-decoration: none;
}

a.selected {
	background-image: url("menuSeperator_down.gif");
	background-repeat: no-repeat;
	background-position: center right;
	vertical-align: middle;

	color: #33cc33;
	text-decoration: none;
}

/* undermenu */
div.undermenudiv {
	position: absolute;
	z-index: 762;

	width: 120px;
	background-color: #FFFFFF;
	border: 1px solid #2a8bb9;
}

a.submenu {
	font-family: "Tahome",Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: left;
	
	padding-left: 10px;
	padding-bottom: 5px;
	
	width: 100px;
	display: block;
	
	color: #0a6894;
	text-decoration: none;
}
a.submenu:link {
	text-decoration: none;
}
a.submenu:visited {
	text-decoration: none;
}
a.submenu:hover {
	color: #33cc33;
	text-decoration: none;
}

/* banner */
div#topBanner {
	background-image: url("topBanner.jpg");
	background-repeat: no-repeat;
	background-position: top left;
	width: 880px;
	height: 139px;
	
	position: relative;
	top: 15px;
	left: 20px;
}

/* container for content and product bar */
div#container {
	background-color: #0e6803;
	width: 880px;
	
	margin-top: 16px;
	margin-left: 20px;
}

/* bar that contains custom products*/
div#productBar {
	width: 177px;
	height: auto !important;
	height: 300px;
	min-height: 300px !important;
	
	position: absolute;
	top: 200px;
	left: 20px;
}

div#productBar h1{
	font-family: "Tahome",Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-align: left;
	text-transform: uppercase;
	
	color: #FFFFFF;
	margin: 0px;
	padding-top: 10px;
	padding-bottom: 5px;
	padding-left: 21px;
	
	background-image: url("productSeperator.gif");
	background-repeat: no-repeat;
	background-position: 21px bottom;
}

div#productBar a{
	font-family: "Tahome",Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: left;
	color: #FFFFFF;
	text-decoration: none;
	
	display: block;
	width: 107px;
	
	margin: 0px;
	padding-top: 3px;
	padding-bottom: 5px;
	padding-left: 21px;
	
	background-image: url("productSeperator.gif");
	background-repeat: no-repeat;
	background-position: 21px bottom;
}
div#productBar a:link{
	text-decoration: none;
}
div#productBar a:visited{
	text-decoration: none;
}
div#productBar a:hover{
	color: #59fc59;
	text-decoration: none;
}

/* content */
div#content {
	width: 663px;
	height: auto !important;
	height: 300px;
	min-height: 300px !important;
	background-color: #FFFFFF;
	
	padding-left: 40px;
	
	position: relative;
	left: 177px;
	top: 0px;
}

/* mini product basket */
div#miniBasket {
	width: 100%;
	text-align: right;
	vertical-align: middle;
}

div#miniBasket img {
	border-style: none;
}
div#miniBasket a{
	text-decoration: none;
	border-style: none;
}
div#amount {
	font-family: "Tahome",Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: right;
	color: #000000;

	padding: 2px;
	
	position: relative;
	top: -7px;
	
	width: 70px;
	border: 1px solid #99cccc;
	display: inline;
}

/* bottom bar and adr. */
div#bottomBar {
	background-image: url("bottomBar.gif");
	background-repeat: no-repeat;
	background-position: top left;
	width: 922px;
	height: 20px;
}
div#bottomBar p{
	font-family: "Tahome",Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #006600;
	
	margin:0px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 2px;
	padding-bottom: 0px;
}

div#bottomBar a {
	font-family: "Tahome",Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #006600;
	text-decoration: none;
}
div#bottomBar a:link {
	color: #006600;
	text-decoration: none;
}
div#bottomBar a:visited {
	text-decoration: none;
}
div#bottomBar a:hover {
	color: #00bd00;
	text-decoration: none;
}

div#customerLogin {
	font-family: "Trebuchet MS",Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	position: absolute;
	top: 75px;
	right: 30px;
	z-index: 50;
	color: #FFFFFF;
}
div#customerLogin h2 {
	font-size:14px;
}
div#customerLogin input {
	background-color:#5dc552;
	border: 1px solid #32bb27;
	font-size:11px;
	width:130px;
}
div#customerLogin a {
	color:#FFFFFF;
	font-weight:bold;
	text-decoration: none;
}

input.product_buy_button {
	border:1px solid #000000;
}

input.submitknapper {
	border:1px solid #000000;
	font-size:10px;
}

.basket_yourprice {
	color: red;
}
