/* nollställ marginaler och indrag för alla element - inklusive listor 
   Läs t.ex. http://www.clagnut.com/blog/1287/  om du inte sett denna förr  */
* {margin:0;padding:0;} 
/* Grundinställningar för visningsytan */
html,body { 
	color: #4C4B47;
	height:90%;  /*se till att vi kan utnyttja hela visningsytan */
	text-align:center;  /* centrera #container a'la bluerobot.com del 1 */
	font-family: "AkzidenzGroteskBE-Regular", Arial, Helvetica, sans-serif;

}

a:link, a:visited, a:hover {
	text-decoration:none; 
	color:#f89728;/* 2092d2 */
	}	

#container {
	width:940px; /* innehållets totala bredd */
    min-height:80%;  /*ta upp hela sidan (se MISIE-hack nedan) */
	background: transparent url(../media/x_bg_container.jpg) top repeat-y;
	margin:0 auto;  /* centrera #container a'la bluerobot.com del 2 */
	margin-top: 50px;
	text-align: left; /* ... och del 3 */
	border: 0px solid blue;
	}

#header{
	width: 620px;
	background: transparent url(../media/x_bg_top2.jpg) left top no-repeat;
	height: 101px;
	border: 0px solid red;
	}

#header .lefteye {
	width: 280px;
	display: inline; /* Maste vara med for IE 6, http://www.positioniseverything.net/explorer/floatIndent.html*/
	position: relative;
    float: left;
	text-align: left;
	margin-top: 18px;
	border: 0px solid blue;
	}
		
#header .righteye {
	display: inline; /* Maste vara med for IE 6, http://www.positioniseverything.net/explorer/floatIndent.html*/
	position: relative;
	margin: 76px 0px 0px 8px; /* T R B L  left 140*/
    float: left;
	border: 0px solid blue;
	width: 300px;
	background: transparent;		
	}		
	
		
	
	
#subhea der{
	position:relative;
	display: inline; /* Maste vara med for IE 6, http://www.positioniseverything.net/explorer/floatIndent.html*/
	border: 0px solid green;
	}

.innertube_subheader{
	display: inline; /* Maste vara med for IE 6, http://www.positioniseverything.net/explorer/floatIndent.html*/
	position: relative;
    float: left;
	text-align: left;
	width: 160px;
	border: 0px solid green;
	margin: 90px 0px 0px 1px; /* T R B L */
	border: 0px solid blue;
	}	


#leftcolumn .rightear {
	display: inline; /* Maste vara med for IE 6, http://www.positioniseverything.net/explorer/floatIndent.html*/
	position: relative;
    float: left;
	text-align: left;
	margin: 11px 0px 0px 0px; /* T R B L */
	border: 0px solid blue;
	width: 140px;

	}	
	


.innertube_subheader_nav3{
	display: inline; /* Maste vara med for IE 6, http://www.positioniseverything.net/explorer/floatIndent.html*/
	position: relative;
    float: left;
	text-align: left;
	width: 300px;
	margin: 50px 0px 0px 1px; /* T R B L */
	border: 0px solid blue;
	}




	

/* tvåspaltad lösning a'la realworldstyle.com del 1*/

#contentwrapper{
	/*float: left;*/
	width: 940px;
	min-height: 600px;
	border: 0px solid blue;
	overflow: hidden; /* This hides the excess padding in non-IE browsers */	
	}




#contentcolumn {
	display: inline; /* Maste vara med for IE 6, http://www.positioniseverything.net/explorer/floatIndent.html*/
	position: relative;
    float: left;
	text-align: left;
	margin-left: 0px;
    width:619px; /* skall vara mindre än margin-left på #main (med marginal) */
	float:left;
	display: inline; /* Maste vara med for IE 6, http://www.positioniseverything.net/explorer/floatIndent.html*/
	padding: 0px 0px 20px 0px; /* T R B L */
	font-size: 0.74em;
	line-height:150%;
	border: 0px solid red;
	}


#content {
	padding: 0px 0px 0px 0px; /* T R B L */
	border: 0px solid blue;
	/* height: 584px;*/

	}
	


.innertube_content{
	width: 230px;
	border: 0px solid green;
	margin: 5px 0px 0px 290px; /* T R B L */
	border: 0px solid blue;
	}

.innertube_content_viewbb{
	border: 0px solid green;
	margin: 5px 0px 0px 2px; /* T R B L */
	border: 0px solid blue;
	}		


#ram{
	float: left;
	background: transparent url(../media/produktbg.gif) top no-repeat;
	text-align:center;
	padding: 8px; 
	}	




/* tvåspaltad lösning a'la realworldstyle.com del 2*/
#leftcolumn {
	display: inline; /* Maste vara med for IE 6, http://www.positioniseverything.net/explorer/floatIndent.html*/
	position: relative;
    float: left;
	text-align: left;
	width:320px; /* width+margin-left skall vara < width på #container, med marginal  */ 
	margin-left:0px; /* något mer än bredden på #sidebar */
	margin-top: 0px;
	font-size: 0.74em;
	line-height:150%;
	background-color: transparent;
	border: 0px solid green;
	}
	
	
	
.innertube_leftcolumn{
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
	}	
	
	
	
		/* navigering */
		 ul { /* hela navlist */
		 	list-style-type: none;
		 	padding: 0;
			margin: 0;
			}	

		#nav a {
			font-weight: bold;
			color: #4C4B47;
			font-weight: normal; text-decoration: none; font-size: 1em;
			padding: 2px 5px 2px 5px; /* T R B L */
			display: block; 
			}

		#nav li {
			background: url(../images/pixel.gif) no-repeat left center;
			color: #4C4B47;
			float: left;
			position: relative;
			z-index: 9;
			}

		#nav li a{
			color: #4C4B47;
			}	

		#nav li a:hover{
			background: transparent url(../images/pixel.gif) left center no-repeat;
			z-index:100;
			}

		#nav2 a, #nav3 a {
			font-weight: bold;
			color: #fff;
			font-weight: normal; text-decoration: none; font-size: 1em;
			padding: 2px 9px 2px 39px; /* T R B L  left 140*/
			}


		#nav2 li, #nav3 li  {
			background: transparent url(../media/x_vitlinje.jpg) no-repeat left center;
			color: #fff;
			}

		#nav2 li a, #nav3 li a{
			color: #fff;
			}	

		#nav2 li a:hover, #nav3 li a:hover{
			color: #f89728;
			}

		/* navigering */	
	
	
	
	
	
/* sidfotsmek */
#belowthefooter {
	
  height:140px;  /* samma som #bottom */
	clear: both;
}
#footer{

	width:940px;
	background: transparent url(../media/x_bg_footer.jpg) top no-repeat;
	height: 140px; /* height = p height + p margin-top + p margin-bottom */
	margin-top:-140px; /* samma som height*/
	margin-left:auto;
	margin-right:auto; 
    color:#fff;
    font-size: 0.69em;
	padding: 0px 0px 0px 0px;
	border: 0px solid green;
}




#footer a{
	color: #fff;
	text-decoration:none;
	}

#footer .leftfoot {
	margin-left: 100px;
	margin-top: 28px;
    float: left;
	display: inline; /* Maste vara med for IE 6, http://www.positioniseverything.net/explorer/floatIndent.html*/	
	text-align: left;
	}
		
#footer .rightfoot {
	margin-right: 20px;
	margin-top: -35px;
    float: right;
	display: inline; /* Maste vara med for IE 6, http://www.positioniseverything.net/explorer/floatIndent.html*/	
	text-align: left;
	font-size: 0.89em;
	}	

#navcontainer {
	 z-index:110;
	 background: transparent; 
	 text-align: center;
	 border: 0px solid green;
	 }






 #menu{
 /* Menyknapparna för admin, ligger i ovankant av container */
	position: absolute;
	top: 0px;
	left: 58%;
	margin-top: 0px;	
	padding: 3px 0;
	margin-left: 0;
	border: 0px solid blue;
	z-index: 77;
	}

#menu li
{
list-style: none;
margin: 0;
display: inline;
}

#menu li a
{
padding: 3px 0.5em;
margin-left: 3px;
border: 1px solid #000;
background: #89867A;
text-decoration: none;
font: bold 11px Calibri, arial, Verdana, sans-serif;
color: #ccc;
}

#menu li a:link { color: #fff; }
#menu li a:visited { color: #fff; }

#menu li a:hover
{
color: #fff;
background: #005792;
border-color: #333;
}





/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

a.squarebutton{
background: transparent url('../images/square-green-left.gif') no-repeat top left;
display: block;
float: left;
font: bolder 11px "Lucida Grande", "Trebuchet MS", arial, Helvetica, sans-serif;; /* Change 12px as desired */
line-height: 15px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 23px) */
height: 23px; /* Height of button background height */
padding-left: 9px; /* Width of left menu image */
text-decoration: none;
}

a:link.squarebutton, a:visited.squarebutton, a:active.squarebutton{
color: #494949; /*button text color*/
}

a.squarebutton span{
background: transparent url('../images/square-green-right.gif') no-repeat top right;
display: block;
padding: 4px 9px 4px 0; /*Set 9px below to match value of 'padding-left' value above*/
}

a.squarebutton:hover{ /* Hover state CSS */
background-position: bottom left;
}

a.squarebutton:hover span{ /* Hover state CSS */
background-position: bottom right;
color: black;
}

.buttonwrapper{ /* Container you can use to surround a CSS button to clear float */
overflow: hidden; /*See: http://www.quirksmode.org/css/clearing.html */
width: 100%;

}