a:link 
{
	color: #333333; /**/
	text-decoration: none;
}

a:visited 
{
	color: #333333; /**/
	text-decoration: none;
}

a:hover 
{
	color: #333333; /**/
	text-decoration: underline;
}

/*--------------------------------------------- Styling meny */

#menycontainer
{ 
	margin: 102px 0px 0px 0px; 
	line-height: 190%;
	font-size: 10pt;
}

#menycontainer ul
{
	list-style-type: none; 
}

#menycontainer ul li a
{
	background: transparent url("../bilder/symbol.gif") left center no-repeat; 
	padding-left: 15px; 
	text-decoration: none; 
}

#menycontainer ul li a:hover
{
	background: transparent url("../bilder/symbol-over.gif") left center no-repeat;
}

#menycontainer ul li a#current
{
	background: transparent url("../bilder/symbol-active.gif") left center no-repeat;
}

/*--------------------------------------------- end Styling meny */

body
{
	text-align: center;
	margin: 20px auto;
	padding: 0;
	background-color: #333333;
	font-family: Arial, Georgia, Helvetica, sans-serif;
	color: #333333; /*mörkgrå*/
}

h1
{
	font-size: 1.4em;
	font-weight: normal;
	padding: 60px 140px 0px 50px;
}

p
{
	font-size: 0.8em;
	text-align: left;
	line-height: 170%;
	padding: 0px 180px 0px 50px;
}

img
{
	border: 0px solid #000000; /**/
	margin: 0px;
	padding: 0px;
}

iframe
{
	margin: 0px;
	background-color: transparant;
}

input 
{ 
	border: 1px solid #000000; 
	background-color: transparent; /**/
}

textarea
{
	background-color: transparent;
	border: solid 1px #000000;
	font-family: Arial, Georgia, Helvetica, sans-serif;
}

.checkbox
{
	border: solid 0px #000000;	
}

#container
{
	width: 803px;
	height: 550px;
	margin: 0 auto;
	text-align: left;
	border: 0px solid #000000; /**/
	background-image: url(../bilder/bg_container.jpg);
	background-repeat: no-repeat;
}

#head
{
	width: 800px;
	height: 110px;
	float: left;
}

#left
{
	width: 210px;
	height: 440px;
	float: left;
}

#main
{
	width: 590px;
	height: 440px;
	float: left;
}

#sortiment_container1
{
	border-bottom: 1px dotted #999999;
	margin-left: 50px;
}

.img_right
{
	border: 0px solid #000000; /**/
	padding: 0 10px 5px 10px;
	float: right;
}

.img_left
{
	border: 0px solid #000000; /**/
	padding: 0 10px 0 0;
	float: left;
}

.text_table
{
	font-size: 1.1em;
	text-align: left;
}

.text_table2
{
	font-size: 0.8em;
	text-align: right;
	padding: 0px 0px 0px 0px;
}

.close 
{
	color: #ffffff;
	font-weight: bold;
	padding: 0px 0px 0px 470px;
}