body, html {
	height: 100%;
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: none;
	outline: 0;
}

#head {
	height: 80px;
	margin: auto;
	width: 900px;
}

#pagetop {
	height: 108px;
	width: 930px;
	margin: auto;
	padding: 20px 0 0 0;
	background: #FFFFFF url(images/pagetop.png) repeat-y;
}
/***************************************************************************************** MENY *****************************************************************************************/

#meny	
{
	float: left;
	background: #FFFFFF; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	height: 34px;
	width: 800px;
	background: url(images/linkbuttonbg.png) no-repeat center;
	display: inline;
	margin: auto;
	padding-left: 54px;
	padding-right: 54px;
	outline: 0;
}

#meny li /********* Hur listan ska gå, inline = från vänster till höger, block uppifrån -> ner osv.. ********/
{
	display: inline;
}
#meny a /********* Hur en länk ska se ut i UL ********/
{
	float: left; 
	text-decoration: none;
	text-align: center; 
	width: 125px;
	padding: 0;
	margin: 0;
	height: auto;
	background: none;
	outline: 0;
}

#meny a:link /********* Hur själva menylänken ska se ut ********/
{ 
	color: #ffffff;
	padding-top: 6px;
	background: url(images/knapp3.gif) no-repeat center;
	height: 28px;
}
#meny a:visited /********* Den besökta länken ********/
{
	color: #ffffff;
	padding-top: 6px;
	background: url(images/knapp3.gif) no-repeat center;
	height: 28px;
}
/********* Hover = Muspekarn över, Current = Nuvarande länk ********/
#meny a.meny_a{background: url(images/abuttonbg.gif) no-repeat center !important; color: #FF0000 !important; height: 26px; width: 145px;}
/***************************************************************************************** MENY Slut ********************************************************************************/

#pagebg {
	width: 900px;
	height: auto !important;
	height: 100%; 
	min-height: 200px;
	margin: auto;
	
	padding: 0 15px;
	
	background: url(images/pagebg.png) repeat-y;
	
}

#pagecontent {
	width: 850px;
	height: auto !important;
	height: 100%; 
	min-height: 400px;
	float: left;
	background: #fff;
	padding: 10px;
}
#pageright {
	width: 500px;
	height: auto !important;
	height: 400px; 
	min-height: 100%;
	float: left;
	background: #fff;
	padding: 10px;
}
#pageleft {
	width: 300px;
	height: auto !important;
	height: 100%; 
	min-height: 400px;
	float: left;
	background: #fff;
	padding: 10px;
}
#bottom {
	width: 100%;
	height: 304px; 
	background: url(images/bottombg.png) repeat-x;
}
#bottomboxes {
	margin: auto;
	width: 920px;
	padding: 6px 0 0 24px;
	color: #fff;
}
.push {
	height: 1px;
	width: 900px;
	clear: both;
}

.bottomboxbg {
	height: 273px; 
	width: 278px;
	background: url(images/bottomboxbg.png) no-repeat center;
	padding: 10px;
	float: left;
	margin: auto;
	font-size: 16px;
	font-weight: bold;
}
.butikstext {
	margin: 26px auto auto auto;
	width: 273px;
	height: 200px;
	font-size: 12px;
	text-decoration: none;
	font-weight: 100;
}

img.butiksbild{
	float: left;
	margin: 4px;
}
