/* txt-styles: */
@import url("indhold.css");
@import url("dropdownMenu.css");
@import url("nyheder.css");

body{
	background-color: #fafcf8;
	margin: 0px;
	padding: 0px;
}

/* center container */ 
div#centerContainer {
	position:absolute;
	top: 0px;
	width: 900px;
	margin-left:50%;
	left:-450px;
}

/* topbar and Grid */
div#topBar {
	background-image: url("topBar.gif");
	background-repeat: repeat-x;
	background-position: bottom left;
	
	width: 898px;
	height: 63px;
	
	position: relative;
	
	border-top: 4px solid #75a857;
	border-left: 1px solid #75a857;
	border-right: 1px solid #75a857;
}

div#topBar div#payment_cards {
  position: absolute;
  right: 100px;
  top: 5px;
  
}

a.topBarMenu {
	position: relative;
	top: 7px;
	
	margin-right: 10px;
	padding-top: 2px;
	
	float: right;

	background-image: url("topBarMenuBg.gif");
	background-repeat: no-repeat;
	background-position: top center;
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	color: #00693f;
	text-decoration: none;
	
	width: 63px;
	height: 19px;
}
a.topBarMenu:link {
	color: #00693f;
	text-decoration: none;
}
a.topBarMenu:visited {
	text-decoration: none;
}
a.topBarMenu:hover {
	background-image: url("topBarMenuBgUp.gif");
	background-repeat: no-repeat;
	background-position: top center;

	padding-top: 0px;
	width: 62px;
	height: 18px;
}

a#logo {
	position: absolute;
	top: 6px;
	left: 18px;
	z-index: 167;

	/*background-image: url("logo.gif");*/
	background-image: url("logoNew.gif");
	background-repeat: no-repeat;
	background-position: top left;
	
	width: 109px;
	height: 87px;
	
	text-decoration: none;
	display: block;
}
a#logo:link {
	text-decoration: none;
}
a#logo:visited {
	text-decoration: none;
}
a#logo:hover {
	text-decoration: none;
}

/* picture container */
div#topPic {
	position: relative;
	top: 26px;
	
	background-image: url("topPic.jpg");
	background-repeat: no-repeat;
	background-position: 0px 2px;
	
	/*width: 695px;*/
	width: 898px;
	height: 122px;
	
	padding-top: 2px;
	padding-bottom: 3px;
	
	border-bottom: 4px solid #75a857;
	border-left: 1px solid #75a857;
	border-right: 1px solid #75a857;
}
div#topPic img {
	margin: 0px;
	padding: 0px;
	float: right;
}

/* container */
div#contentContainer {
	position: relative;
	top: 26px;
	
	width: 898px;
	/*background-color: #EFF3F6;*/
	background-color: #FFFFFF;
	
	border-left: 1px solid #75a857;
	border-right: 1px solid #75a857;
	border-bottom: 1px solid #75a857;
}

/* content */
div#content_forside {
	background-image: url("grid.gif");
	background-repeat: repeat-x;
	background-position: top left;
	
	width: 675px;
	height: auto !important;
	height: 325px;
	min-height: 325px !important;
	
	padding-left: 20px;
	padding-top: 25px;
}
div#content_underside {
	
	/*margin-top: 7px;
	margin-bottom: 7px;*/
	margin-left: 234px;

	padding-left: 20px;
	
	width: 625px;
	height: auto !important;
	height: 350px;
	min-height: 350px !important;
	
	border-left: 1px solid #92ba7b;
overflow: hidden; /* TO PREVENT SCREW UPS IN THE DESIGN FLOW */
}

/* custom layer */
div#forside_spalte {
	position: absolute;
	top: -4px;
	right: -1px;
	z-index: 321;
	
	width: 197px;
	
	/*padding-left: 3px;*/
	padding-right: 2px;
	
	border-left:1px solid #9dbe30;
	border-right:1px solid #75a857;
	background-color: #EFF3F6;
	
	font-size: 11px;
	color: #00693f;	
}
div#forside_spalte img {
	/*background-image: url("spalteGrid.gif");
	background-repeat: repeat-x;
	background-position: top left;*/

	/*border-top: 4px solid #9dbe30;*/
	margin: 0px;
	padding-top: 7px;
	padding-left: 1px;
}
div#forside_spalte p{
	margin:0px;
	padding-top:5px;
	padding-bottom:5px;
}

div#forside_spalte a{
	color: #056794;
	border-style: none;
}
div#forside_spalte a:link{
	border-style: none;
}
div#forside_spalte a:visited{
	border-style: none;
}
div#forside_spalte a:hover{
	border-style: none;
}

/* custom layer underside */
div#spalte {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 150%;
	color: #00693f;
	
	position: absolute;
	top: 4px;
	right: 0px;
	z-index: 111;
	
	width: 197px;
	
	padding-left: 3px;
	padding-right: 3px;
	
	/*background-color: #FFFFFF;*/	
}
div#spalte img{
	margin-top: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	margin-right: 0px;
	padding: 0px;
	
	border: 1px solid #92be77;
}
div#spalte p{
	margin:0px;
	padding-right:0px;
	padding-left:0px;
	padding-top:3px;
	padding-bottom:2px;
}

div#bottomBar {
	position: relative;
	/* top: 29px; */
	top: 3px;

	width: 898px;
	height: 18px;
	background-color: #75a857;
	border: 1px solid #75a857;

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
	color: #FFFFFF;
	
	padding-top: 4px;
	padding-bottom: 0px;
}
div#bottomBar a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
}
div#bottomBar a:link {
	text-decoration: none;
}
div#bottomBar a:visited {
	text-decoration: none;
}
div#bottomBar a:hover {
	color: #034027;
	text-decoration: none;
}



/************/
/* SHOP CSS */
/************/

/*
.products_main{
	position:absolute;
	top:20px;
	left:200px;
	height:400px;
	width:654px;
}

.product_img{
	position:absolute;
	top:0px;
	left:0px;
	height:400px;
	width:320px;
	text-align:center;
}

.product_info{
	position:absolute;
	top:0px;
	left:350px;
	height:400px;
	width:200px;
}

.p_navn{
	text-align:left;
	font-family:verdana;
	color:#666666;
	font-weight:bold;
	font-size:12px;
	clear:right;
}

.p_beskrivelse{
	text-align:left;
	color:#666666;
	clear:right;
}

.p_pris{
	text-align:left;
	color:#666666;
	clear:right;
}

.p_kob{
	text-align:left;
	color:#666666;
	clear:right;
}

.product_buy_qty{
	border:1px solid #990000;
	height:16px;
	width:20px;
	text-align:center;
}

.product_buy_button{
	border-style:solid;
	border-top-width:0px;
	border-right-width:0px;
	border-bottom-width:1px;
	border-left-width:0px;
	border-color:#990000;
	background-color:transparent;
	color:#990000;
	font-weight:bold;
}

.product_listning, img{
	padding:8px;
	vertical-align:middle;
}

.smallBasketTxt{
	color:#666666;
	background-color:#cccccc;
}

.smallBasketData{
	color:#000000;
	background-color:#999999;
	width:auto;
}

*/


.webshop_basket_table_qty {
  width: 30px;
}

.zip_code {
  width: 50px;
}


.webshop_number {
  text-align: right;
}


/****************/
/* END SHOP CSS */
/****************/



