/* CSS layout */

html, body {height:100%;}

body {
	margin: 0px;
	padding: 0px;
	background-image: url(img/bg_brown_dots.gif);
	background-repeat: repeat;
}

#pageContainer {
	height:100%;
	width:740px;
	margin-left:auto;
	margin-right:auto;
}

#autoHeight {
width:740px;
height:auto;
}

#contentContainer {
width:740px; 
position:relative;
}

#head {
width:740px;
height:165px;
margin-top:20px;
float:left; 
}

#menue{
	width:740px;
	height:25px;
	margin-top:10px;
	float:left;
	background-image: url(img/meny_bg.gif);
	background-repeat: no-repeat;
}

* html #body { height:300px; }

#body{
	width:740px;
	height: auto;
	min-height: 300px;
	float:left;
	background-color: #FFFFFF;
}

#content{
	width:700px;
	height: auto;	
	float:left;
	margin-left: 10px;
	margin-top: 10px;
	padding-bottom:20px;
	background-color: #FFFFFF;
}

#index_left{
	width:429px;
	height: auto;	
	float:left;		
	background-color: #FFFFFF;
}

#index_right{
	width:250px;
	height: auto;		
	float:left;
	margin-left:20px;	
	background-color: #FFFFFF;
	float:right;
}

#index_right_top{
	width:250px;
	height: 20px;	
	float:right;	
	background-color: #FFFFFF;
	text-align: right;
}

#index_right_content{
	width:250px;
	height: auto;	
	float:right;
	margin-top:5px;	
	text-align: right;
}


#footer{
	width:740px;
	height:26px;	
	float:left;
	background-image: url(img/footer_bg.gif);
	background-repeat: no-repeat;
	text-align:center;
}

#menueContent {
margin-top:2px;
text-align:center;
}


.box_container {
	float: left;
	width: 165px;
	height: 165px;
	text-align: center;
	margin: 5px 20px 5px 10px;	
	background-image: url(images/ettan/box_bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

.box_bild{
	float: left;
	width: 145px;
	height: 145px;
	margin: 5px 0 5px 0px;
	text-align: center;		
}

.produktBox{
	width:700px;
	height: auto;
	float:left;
	padding-bottom:10px;
	margin-bottom: 10px;
	background-color: #ffffff;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
}

.produktBoxBild{
	width:160px;
	height: auto;	
	float:left;	
	margin-right: 10px;
	background-color: #ffffff;
}

.produktBoxText{
	width:270px;
	height: auto;	
	float:left;		
	background-color: #ffffff;
}

.produktBoxSpec{
	width:230px;
	height: auto;	
	float:left;	
	margin-left: 5px;	
	background-color: #ffffff;
}


.skugga_form {
	background-image: url(img/skugga1.gif);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #000000;	
}

.skugga_textarea{
   width:230px;
    height: 80px;
	background-image: url(img/skugga1.gif);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #000000;	
}


.label{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #000000;	
}

.table{
border: 1px solid #666666;
}

.table_kassaskap_rubbe{
  	margin: 0;	
	padding:2px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#ffffff;
	text-align:left;
	background-color: #af0710;	
}

.table_kassaskap_kat{
  	margin: 0;	
	padding:2px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#666666;
	text-align:left;
	background-color: #ddd3b3;
	border-right: 1px solid #666666;	
	border-bottom: 1px solid #666666;
	
}


.table_kassaskap{
  	margin: 0;	
	padding:2px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:normal;
	color:#666666;
	padding-left:20px;
	text-align:left;
	border-bottom: 1px solid #666666;
}

/* menyn */

.menu {
	display:inline;
	float:left;
	margin:3px 0px 0px 2px;
	padding:0px;
	width:auto;
	height:auto;
	background:transparent;
}

.menu ul {
	float: left;
	margin: 0px
	padding: 0px;
}

.menu li {
	display:inline;
	margin:0px;
	
}

.menu li a {
	display:block;
	float:left;
	margin:0px;
	padding:0px 5px 0px 5px;
	height:auto;
	width:auto;
	font: normal 10px Verdana, Arial, Helvetica, sans-serif;
	color: #ffffff;
	text-decoration:none;
	background: transparent;
}

.menu a:link{
	font: normal 10px Verdana, Arial, Helvetica, sans-serif;
	color: #ffffff;
	text-decoration:none;
}

.menu a:visited{
	font: normal 10px Verdana, Arial, Helvetica, sans-serif;
	color: #ffffff;
	text-decoration:none;
}

.menu li a:hover {
	font: normal 10px Verdana, Arial, Helvetica, sans-serif;
	color: #ffffff;
	text-decoration:underline;
}

.menu a#current{
	font: normal 10px Verdana, Arial, Helvetica, sans-serif;
	color: #ffffff;
	text-decoration:none;
}

* html .menu a#current{text-decoration:none;}
