@charset "utf-8";
body  {
	font:80% Geneva, Arial, Helvetica, sans-serif;
	background: #ededed;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-image:url(../images/background_repeat_x.jpg);
	background-repeat:repeat-x;
}
.twoColFixRtHdr #container {
	width: 810px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	/*background: #FFFFFF; *//* the auto margins (in conjunction with a width) center the page */
/*	border: 1px solid #000000;*/
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
.twoColFixRtHdr #header { 
	/*background: #DDDDDD; */
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	width:810px;
	height:145px;
	background-image:url(../images/header.jpg);
	background-repeat:no-repeat;
	overflow:hidden;
} 
.twoColFixRtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 300px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	/*background: #EBEBEB;*/
	

	padding-top:38px;

	padding-bottom:20px;
	overflow:hidden;
	/*
	background-image:url(../images/bg_basket.gif);
	background-position:bottom;
	*/
	
}
.twoColFixRtHdr #mainContent {
/*	padding: 0;*/ /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width: 500px;
	margin-top: 0;
	margin-bottom: 0;
/*	margin-left: 0;*/
	margin-right: 250px;
} 
.twoColFixRtHdr #mainContentWide {
/*	padding: 0;*/ /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width: 100%;
	margin-top: 0;
	margin-bottom: 0;
/*	margin-left: 0;*/

} 
.twoColFixRtHdr #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	/*background:#DDDDDD; */
	color:#333333;
	font-size:80%;
	text-align:center;
} 
.twoColFixRtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

#menu{
margin-left:21px;}
#menu ul { /* remove bullets and list indents */
list-style: none;
margin: 0;
padding: 0;
}


#menu ul li {


}
#menu ul li .active{
/*background-image:url(../images/menu_bg_active.jpg);*/
}

#menu ul li .active a:link{
color:#753baa;
text-decoration:none;
}
#menu ul li .active a:active{
color:#753baa;
}
#menu ul li .active a:visited{
/*color:#753baa;*/
}
#menu ul li {
color:#fff;
/*text-indent:-3000px; *//*moves text out of the way*/ 
display:block;
width:110px;
height:40px;
float:left;
margin-top:105px; /* 110 skub ned*/ 
margin-right:7px;
background-image:url(../images/menu_bg_inactive.jpg);
}

#menu ul li a:hover{
/*margin-top:105px;*/
}
#menu ul li.active{
/* aktiv menu */
background-image:url(../images/menu_bg_active.jpg);
}
#menu ul li a:link, #menu ul li a:visited, #menu ul li a:hover, #menu ul li a:active{
text-indent:-3000px; /*moves text out of the way*/ 
display:block;
width:110px;
height:60px;
/*border:1px dashed #fff;*/
}


#menu ul li a:link#menu_forside, #menu ul li a:visited#menu_forside{
background-image:url(../images/forside.gif);
}
#menu ul li.active a:link#menu_forside, #menu ul li.active a:visited#menu_forside{
background-image:url(../images/forside_aktiv.gif);
}


#menu ul li a:link#menu_shop, #menu ul li a:visited#menu_shop{
background-image:url(../images/shop.gif);
}menu ul li.active a:link#menu_shop, #menu ul li.active a:visited#menu_shop{
background-image:url(../images/shop_aktiv.gif);
}

#menu ul li a:link#menu_vejledning, #menu ul li a:visited#menu_vejledning{
background-image:url(../images/vejledning.gif);}
#menu ul li.active a:link#menu_vejledning, #menu ul li.active a:visited#menu_vejledning{
background-image:url(../images/vejledning_aktiv.gif);}

#menu ul li a:link#menu_ombjork, #menu ul li a:visited#menu_ombjork{
background-image:url(../images/ombjork.gif);
}
#menu ul li.active a:link#menu_ombjork, #menu ul li.active a:visited#menu_ombjork{
background-image:url(../images/ombjork_aktiv.gif);
}

#menu ul li a:link#menu_kontakt, #menu ul li a:visited#menu_kontakt{
background-image:url(../images/kontakt.gif);
}
#menu ul li.active a:link#menu_kontakt, #menu ul li.active a:visited#menu_kontakt{
background-image:url(../images/kontakt_aktiv.gif);
}


/* Produkt varekurv*/
#indkob_header{
background-image:url(../images/indkob_header.jpg);
background-repeat:no-repeat;
height:40px;
display:block;
margin-top:13px;
}
#vogn{
/*width:280px;*/
/*border: 1px dashed #0000ff;*/
font-size:10px;
background-image:url(../images/indkob_repeat_y.jpg);
padding-left:25px;


}
#vogn_stor{
font-size:10px;
padding-left:25px;
float:left;
}
.indkob_produkt_stor{
width:460px;
/*float:left;*/
}
.indkob_produkt_billede_stor{
display:block;
width:40px;
height:40px;
float:left;
clear:right;
overflow:hidden;
display:none;
}
.indkob_produkt_tekst_stor h1{
font-size:100%;
}
.indkob_produkt_stor .vogn_top{
padding:0;
margin:0;
}


#indkob_footer{
background-image:url(../images/indkob_footer.jpg);
background-repeat:no-repeat;
height:60px;
display:block;
}
.vogn_top{
width:210px;
display:block;
/*border:1px dashed #CC3300;*/
float:right;
margin-right:20px;
}
.vogn_bund{
display:block;
/*border:1px dashed #CC3300;*/
float:right;
width:210px;
margin-right:20px;
}
.indkob_produkt{
width:280px;
height:60px;
/*border:1px dashed #CC3300;*/

}
.indkob_produkt h1{
color:#666666;
line-height:11px;
font-size:20px;
float:left;
padding:0px;
padding-top:5px;
margin:0px;
font-weight:bolder;
}
.indkob_produkt p{
padding:0px;
margin:0px;
}
.indkob_slet{
text-indent:-5000px;
width:15px;
height:15px;
background-image:url(../images/ikon_slet.jpg);
display:block;
float:right;
margin-top:5px;
}
.indkob_storrelse{
display:block;
float:left;
}
.indkob_pris{
display:block;
float:right;
clear:right;
}
.indkob_produkt_billede{
display:block;
width:40px;
height:40px;
float:left;
clear:right;
overflow:hidden;
}


.indkob_content{
display:block;
float:left;
}
.float_right{
float:right;
}
ul#rightkontakt{

margin-right:20px;
}
.leftpadding{
	/*
	padding-left:20px;
	margin-right:-40px;
	*/	color:#666666;
}

#icon_order{
display:block;
float:right;
width:90px;
height:31px;
margin-right:21px;
background-image:url(../images/kassen.jpg);
background-repeat:no-repeat;
text-indent:-5000px;}

.purple_table{
border:0px;
padding:0px;
width:45%;
display:block;
float:left;
}
.purple_table img{
padding-right:2U0px;
}

#about_bj{
/*text-indent:80px;*/
}

#ordre_formular{}

.grey_italic{
/*font-style:italic;*/
color:#999999;
font-size:80%;
margin-left:30px;
display:block;
margin-right:23px;}

#gruppe{
display:block;
width:280px;
height:35px;
/*border: 1px dashed #660066;*/
padding:0px;
margin:0px;
margin-left:144px;

}
#voksen_toj{
text-indent:-5000px;
width:80px;
height:35px;
display:block;
float:left;
background-image:url(../images/voksen1.gif);
background-repeat:no-repeat;
/*border:1px dashed #000;*/
}
#voksen_toj_aktiv{
text-indent:-5000px;
width:80px;
height:30px;
display:block;
float:left;
background-repeat:no-repeat;
background-image:url(../images/voksen0.gif);
}
#borne_toj{
text-indent:-5000px;
width:80px;
height:30px;
display:block;
float:left;
background-repeat:no-repeat;
background-image:url(../images/born1.gif);
}
#borne_toj_aktiv{
text-indent:-5000px;
width:80px;
height:30px;
display:block;
float:left;
background-repeat:no-repeat;
background-image:url(../images/born0.gif);
}
#accessories_toj{
text-indent:-5000px;
width:80px;
height:35px;
display:block;
float:left;
background-image:url(../images/access1.gif);
background-repeat:no-repeat;
/*border:1px dashed #000;*/
}
#accessories_toj_aktiv{
text-indent:-5000px;
width:80px;
height:35px;
display:block;
float:left;
background-image:url(../images/access0.gif);
background-repeat:no-repeat;
/*border:1px dashed #000;*/
}


a:link{
color:#663399;
text-decoration:none;}
a:hover{
color:#660066;
text-decoration:none;}
a:active{
color:#663399;
text-decoration:none;}
a:visited{
color:#663399;
text-decoration:none;}

#shopping{
/*margin-top:-35px;*/
display:block;
/*border:1px dashed #000;*/
}

