@charset "utf-8";
/* CSS Document */

body
{
	background-image:url(../img/bg.png);
	background-repeat:repeat-x;
	background-color:#f7941d;
	margin:0px auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

#mainwrap
{
	width:935px;
	height:auto;
	overflow:auto;
	margin:0px auto;
	
}

#wrapper
{
	width:780px;
	height:auto;
	
	float:left;
	
}

#reks
{
	width:150px;
	height:auto;
	float:right;
	
}

#reks_space
{
	width:150px;
	height:300px;
}

#banner
{
	background-image:url(../img/banner.png);
	width:780px;
	height:303px;
}

#extra_space
{
	width:530px;
	height:450px;
}

#content
{
	width:780px;
	height:auto;
	overflow:auto;
	
}

#menu
{
	width:170px;
	height:550px;
	float:left;
	

}

#menu_items
{
	width:125px;
	height:440px;
	float:right;
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#FFF;
}


#menu_items a:link
{
	color:#FFF;
	text-decoration:none;
}

#menu_items a:visited
{
	color:#FFF;
	text-decoration:none;
}

#menu_items a:hover
{
	color:#FFF;
	text-decoration:underline;
}




#text_margin_ex a:link
{
	color: #009;
	text-decoration:none;
}

#text_margin_ex a:visited
{
	color: #009;
	text-decoration:none;
}

#text_margin_ex a:hover
{
	color: #009;
	text-decoration:underline;
}

.titel
{
}

#text_hold
{
	width:591px;
	height:auto;
	overflow:auto;
	float:right;
}

#text_margin
{
	width:540px;
	height:auto;
	overflow:auto;
	float:right;
	color:#333;
}

#text_margin_ex
{
	width:530px;
	height:auto;
	overflow:auto;
	float:left;
}

#text
{
	width:552px;
	height:auto;
	overflow:auto;
	background-color:#fbfbfd;
}

#footer
{
	background-image:url(../img/footer.png);
	width:780px;
	height:76px;
	
	
}





/*CSS FÖR PRODUKTER*/

.container
{
	width:160px;
	height:210px;

	float:left;
}

.container_float
{
	width:150px;
	height:200px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	color:#333;
	float:right;
	background-image:url(../img/prod_bg.png);
}

.img
{
	width:136px;
	height:92px;
	float:right;
}

.text
{
	width:148px;
	height:58px;
	float:right;
}

.pris
{
	width:148px;
	height:20px;
	float:right;
}

.rea
{
	text-decoration: line-through;
}

.reared
{
	color:#F00;
}




