/*<group=General Styles>*/

body {
	color: #333; /* textfârg */
	font-size: 11px;
	font-family: "Trebuchet MS", Trebuchet, Helvetica, Arial, Georgia, sans-serif;
	text-align: center;
	background: #eee; /* repeat url(body_bg.png) ;*/
	line-height: 12px;
	margin: 0;
	padding: 0;
}

h1 {
	color: #633;
	font-size: 1.0em;
/*	font: 0.69em/1.3em Courier, Georgia, Helvetica, Arial, sans-serif; */
	letter-spacing: 0px;
	font-weight: bold;
	margin-bottom: 0px;
	padding-top: 0px;
	text-indent: 0px;
}

h2 {
	font-size: 1.3em;
	color: #633;
	letter-spacing: 0px;
	font-weight: bold;
	margin-bottom: 0px;
	padding-top: 0px;
	text-indent: 0px;
	text-align: center;
}

h3 {
	color: #444;
	font-size: 1.0em;
/*	font: 0.69em/1.3em Courier, Georgia, Helvetica, Arial, sans-serif; */
	letter-spacing: 0px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	text-indent: 0px;
}

h4 {
	color: #633;
	font-size: 10px;
	letter-spacing: 0px;
	font-weight: bold;
	margin-bottom: 0px;
	padding-top: 0px;
	text-indent: 0px;
}


#maincontainer{
width: 1000px; /*Width of main container*/
margin: 0 auto; /*Center container on page*/
}

#topsection{
background: #633;
height: 80px; /*Height of top section*/
background: repeat-x url(bg80.png);
}

#topsection h1{
margin: 0;
padding-top: 15px;
}

#contentwrapper{
float: left;
width: 100%;
}

#contentcolumn{
margin-left: 120px; /*Set left margin to LeftColumnWidth*/
}

#leftcolumn{
float: left;
width: 120px; /*Width of left column*/
margin-left: -1000px; /*Set left margin to -(MainContainerWidth)*/
background: #fff;
}

/*
#footer{
clear: left;
width: 100%;
background: black;
color: #FFF;
text-align: center;
padding: 4px 0;
}

#footer a{
color: #FFFF80;
}
*/

.innertube{
margin: 0px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-top: 0;
}


p {
}

#container {
	background:  #ffffff; /* This Is The BG Color Of The Main Div */
	margin: 0px; /* Right And Left Margin Widths To Auto */
	text-align: left; /* Hack To Keep IE5 Windows Happy */
	border-left: 1px solid #ddd;
	padding-top: 5px;
	padding-right: 20px;
	padding-left: 20px;
}

#stormeny {
	font-size: 11px;
	margin-top: 0px;
	margin-bottom: 20px;
	background: #fff;
	padding: 5px 0px 5px 5px;
	text-align: left;
	overflow: auto;
}

	#stormeny img {
		width: 108px;
		padding-top: 20px;
		padding-bottom: 30px;
	}
	
	#stormeny ul {
		color: #888;
		list-style: none;
		margin-left: -40px;
	}
	
	#stormeny ul :hover {
		background: #f8f8f8;
	}
	
	#stormeny ul li {
		margin-left: 10px;
		color: #333;
	}
	
	#stormeny ul li a {
		color: #333;
		margin-left: -10px;
		padding-left: 10px;
	}
	
	#stormeny a {
		color: #888;
		font-size: 11px;
		font-weight: normal;
		margin-bottom: 0px;
		padding-top: 0px;
		text-decoration: none;
	}
	
	#stormeny .red {
		color: #633;
		font-size: 10px;
		font-weight: bold;
	}
	
	#stormeny .green a{
		color: #448800;
	}
	
	#stormeny .green a:hover, a:active {
		color: #66bb00;
	}

#huvud {
	width: 970px;
/*	border-top: 1px solid #999;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999; */
	margin: 0; /* Right And Left Margin Widths To Auto */
	position: relative;
	padding-right: 20px;
	max-height: 90px;
	border-left: 1px solid #ddd;
	color: #aaa;
}

#huvud h3 {
	color: #ddd;
	font-size: 1.0em;
/*	font: 0.69em/1.3em Courier, Georgia, Helvetica, Arial, sans-serif; */
	letter-spacing: 0px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	text-indent: 0px;
}

	#huvud img {
		float: left;
		margin: 7px;
		padding: 8px;
		background: #fff;
	}
	
	#huvud #meny-top {
		display: block;
		position: absolute;
		height: 80px;
		width: 400px;
		margin-left: 30px;
		border-left: 1px solid #703031;
		text-align: left;
	}
	
	#huvud #meny-top ul {
		display: block;
		height: 80px;
		list-style: none;
		vertical-align: bottom;
		margin: 0px;
		padding: 0px;
	}
	
	#huvud #meny-top li {
		display: inline;
		color: #633;
		vertical-align: bottom;
		width: 65px;
		height: 80px;
		
	}
	
	#huvud #meny-top a {
		position: relative;
		height: 40px;
		background: #633;
		text-decoration: none;
	}
	
	#huvud .logo {
		margin: 10px 0px 0px 10px;
	
	}

#sidebar {
	background: #fff;
/*	position: relative;*/
	float: right;
	display: block;
	width: 290px;
	margin-top: 5px;
	margin-right: -10px;
	margin-left: 20px;
	margin-bottom: 10px;
	padding: 0 0 20px 20px;
	border-left: 2px dotted #66bb00;
}

	#sidebar a:link {
		font-size: 11px;
		color: #333;
		text-decoration: none;
		}
	
	#sidebar a:hover {
		font-size: 1em;
		color: #333;
		text-decoration: none;
		}
	
	#sidebar-start {
		background: #fff;
	/*	position: relative;*/
		float: right;
		display: block;
		width: 300px;
		margin-right: -10px;
		padding: 0 0 30px 20px;
	}
	
	#sidebar a {
		color: #480;
	}
	
	#sidebar form a:hover, a:active {
		color: #6b0;
	}

#breadcrumb {
	color: #333;
	padding-bottom: 10px;
}

	#breadcrumb a {
		color: #448800;
	}
	
	#breadcrumb a:hover, a:active {
		color: #66bb00;
	}
	
	#breadcrumb ul {
		display: block;
		list-style: none;
		vertical-align: bottom;
		margin: 0;
		padding: 0;
	}
	
	#breadcrumb li {
		display: inline;
		height: 15px;
		margin: 0;
		padding: 0;
	}

#starttable {
	display: block; 
	width: 480px;

	text-align: left;
}
#starttable ul {
	width: 460px;
	margin-left: auto; 
	margin-right: auto; 
	
}

#starttable li {
	float: left;
	width:130px;
	list-style: none;
	padding: 0 10px 0 10px;
}

#starttable li h3 {
	text-align: center;
	background: url('grontop2.png');
	height: 17px;
	padding-top: 4px;
	color: #fff;
}

#starttable li img {
	padding-top: 20px;
	padding-bottom: 10px;
	width: 130px;
}

#starttable ul ul {
 width: 130px;
}

#starttable li li {
	padding: 0;
	margin: 0 0 0 -20px;
	list-style: circle;
}

.ombud {
	width: 510px;
}

.ombud ul {
	list-style: none;
}
.ombud h3 {
	margin-left: -40px;
	margin-bottom: 5px;
}
.ombud li {
	clear: left;
	margin-bottom: 15px;
	width: 450px;
}
.ombud img {
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
	width: 100px;
}
	
#meny-info {
	position: relative;
	display: block;
	width: 830px;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	background: #f8f8f8;
}

.rodram {
	position: relative;
	padding-top: 10px;
	width: 252px;
	margin: 0px;
}

	.rodram .top {
		height: 20px;
		background: repeat-x url(rodtop.png);
		color: #fff;
		font-weight: bold;
		padding-top: 4px;
		padding-left: 10px;
	}
	
	.rodram .content {
		position: relative;
		top: -4px;
		border-top: 0px solid #c99;
		border-right: 1px solid #c99;
		border-left: 1px solid #c99;
		border-bottom: 1px solid #c99;
		color: #222;
		padding: 10px;
		background: #eee;
	}

.gronram {
	position: relative;
	padding-top: 10px;
	width: 252px;
}

	.gronram .top {
		height: 20px;
		background: repeat-x url(grontop2.png);
		color: #fff;
		font-weight: bold;
		padding-top: 4px;
		padding-left: 10px;
	}
	
	.gronram .content {
		position: relative;
		top: -4px;
		border: 1px solid #9c9;
		color: #222;
		padding: 10px;
		background: #eee;
	}

.graram {
	position: relative;
	padding-top: 10px;
	width: 252px;
	text-align: left;
	margin-right: 10px;
}

	.graram .top {
		height: 19px;
		background: repeat-x url(gratop.png); 
		border: 1px solid #ccc;
		color: #222;
		font-weight: bold;
		padding-top: 4px;
		padding-left: 10px;
		overflow: hidden;
	}
	
	.graram .content {
		position: relative;
		top: -4px;
		border-left: 1px solid #ccc;
		border-bottom: 1px solid #ccc;
		border-right: 1px solid #ccc;
		color: #222;
		padding: 10px;
		background: #eee;
	}
	
	.graram .content td {
		vertical-align: top;
	}
	
.prodtabell {
	padding: 10px;
	border: 0;
	margin-left: auto;
	margin-right: auto;
}

.prodtabell td {
	margin: 0;
	padding: 20px;
	width: 200px;
	max-width: 200px;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	border-left: 1px solid #fff;
	border-top: 1px solid #fff;
	text-align: center;
}

/*
.prodtabell td:hover, td:active {
	border-color: #633;
	border: 1px dashed #c99;
}
*/

.prodtabell td a:link, a:visited, a:hover, a:active {
	text-decoration: none;
}

.prodtabell img {
	width: 100px;
	padding: 10px;
}

.prodtabell h2 {
	font-size: 12px;
	color: #333;
}

ul .eco0 {
	float: left;
	background: #bbb;
	color: #bbb;
	list-style: none;
	width: 15px;
	height: 15px;
	margin: 1px;

}

ul .eco1 {
	float: left;
	background: #b22;
	color: #b22;
	list-style: none;
	width: 15px;
	height: 15px;
	margin: 1px;
}

ul .eco2 {
	float: left;
	background: #fc4;
	color: #fc4;
	list-style: none;
	width: 15px;
	height: 15px;
	margin: 1px;

}

ul .eco3 {
	float: left;
	background: #2b2;
	color: #2b2;
	list-style: none;
	width: 15px;
	height: 15px;
	margin: 1px;

}

.float-left {
	float: left;
	margin-right: 20px;
}

.float-right {
	float: right;
	margin-left: 20px;
}

.left {
	text-align: left;
}

.right {
	text-align: right;
}

.left-rubrik {
	font-size: 10px;
	text-align: left;
	color: #bbb;
}

.right-rubrik {
	font-size: 10px;
	text-align: right;
	color: #bbb;
}

.gratext {
	font-size: 9px;
	color: #999;
}

.h2green {
	color: #448800;
	font-size: 2.0em;
	letter-spacing: 0px;
	font-weight: bold;
	text-align: center;
}


hr {
	color: #333;
	border-top: 1px solid;
	text-decoration: none;
}

b, strong {
	/*color: #633;*/
	font-size: 0.95em;
	letter-spacing: 0em;
/*	letter-spacing: 0px; */
	font-weight: bold;
}

.green {
	color: #448800;
	font-size: 1.0em;
	letter-spacing: 0px;
	font-weight: bold;
}

.white {
	color: #fff;
	font-size: 1.0em;
	letter-spacing: 0px;
	font-weight: bold;
}

.rubrik {
	font-size: 3em;
	color: #b11;
	font-weight: bold;
}

.rubrik-green {
	font-size: 3em;
	color: #448800;
	font-weight: bold;
}

.rubrik2-green {
	font-size: 2.3em;
	color: #448800;
}

.text-right {
	font-size: 1.3em;
	font-weight: bold;
	float: right;
}

a:link, a:visited {
	color:#448800;
	font-size: 1em;
}

a:hover, a:active {
	color:#66bb00;
	font-size: 1em;
}

.table {
	padding-top: 0px;
	padding-bottom: 0px;
	vertical-align: text-top;
	border: none;
}

td {
	text-align: left;
	vertical-align: text-bottom;
}

input[type=image] {
	vertical-align: text-bottom;
} 

input {
	font-size: 1em;
}

.kassa {
	min-height: 400px;
}

	.kassa td {
		text-align: right;
		vertical-align: baseline;
	}
	
	.kassa .left {
		text-align: left;
	}
	
	.kassa +tr {
		font-weight: bold;
	}

.header-red {
	color: #633;
	font-size: 1.0em;
/*	font: 0.69em/1.3em Courier, Georgia, Helvetica, Arial, sans-serif; */
	letter-spacing: 0px;
	font-weight: bold;
	margin-bottom: 0px;
	padding-top: 0px;
}

#produkter {
	width: 700px;
	border: none;
	margin-top: 15px;
}

#produkter .sidebar-shop {
	width: 110px;
	border: none;
	vertical-align: top;
	margin: 0;
	padding: 0;
}

#sidebar-shop {
	float: right;
	width: 100px;
	padding: 0px;
	margin: 0px;
}

.gronram-shop {
	position: relative;
	width: 140px;
	margin: 0;
}

	.gronram-shop a:link, a:visited, a:hover, a:active {
		text-decoration: none;
		color: inherit;
	}
	
	.gronram-shop .top {
		height: 20px;
		background: repeat-x url(grontop2.png);
		color: #eee;
		font-weight: bold;
		padding-top: 4px;
		padding-left: 10px;
	}
	
	.gronram-shop .content {
		position: relative;
		top: -4px;
		border-top: none;
		border-left: 1px solid #9c9;
		border-right: 1px solid #9c9;
		border-bottom: 1px solid #9c9;
		color: #444;
		text-align: left;
		padding: 10px;
		background: #fff;
	}
	
	.gronram-shop .content img {
		width: 100px;
	}
	
	.gronram-shop .content ul {
		margin: 0;
		padding-left: 10px;
		list-style-type: disk;
		list-style-position: outside;
	}

.rodram-shop {
	position: relative;
	width: 140px;
	margin: 0;
}

	.rodram-shop a:link, a:visited, a:hover, a:active {
		text-decoration: none;
		color: inherit;
	}
	
	.rodram-shop .top {
		height: 20px;
		background: repeat-x url(rodtop.png);
		color: #eee;
		font-weight: bold;
		padding-top: 4px;
		padding-left: 10px;
	}
	
	.rodram-shop .content {
		position: relative;
		top: -4px;
		border-top: none;
		border-left: 1px solid #c99;
		border-right: 1px solid #c99;
		border-bottom: 1px solid #c99;
		color: #444;
		text-align: center;
		padding: 10px;
		background: #fff;
	}
	
	.rodram-shop .content img {
	
		width: 60px;
	}

.graram-shop {
	position: relative;
	width: 140px;
	margin: 0;
}

	.graram-shop a:link, a:visited, a:hover, a:active {
		text-decoration: none;
		color: inherit;
	}
	
	.graram-shop .top {
		height: 20px;
		background: repeat-x url(gratop.png);
		color: #444;
		font-weight: bold;
		padding-top: 4px;
		padding-left: 10px;
	}
	
	.graram-shop .content {
		position: relative;
		top: -4px;
		border-top: none;
		border-left: 1px solid #ccc;
		border-right: 1px solid #ccc;
		border-bottom: 1px solid #ccc;
		color: #333;
		text-align: left;
		padding: 10px;
		background: #fff;
	}
	
	.graram-shop .content img {
		width: 100px;
	}
	
	.graram-shop .content ul {
		margin: 0;
		padding-left: 10px;
		list-style-type: disk;
		list-style-position: outside;
	}

.produktspalt {
	width: 350px;
	border: none;
	margin: 0;
	vertical-align: top;
}

.prodram {
	position: relative;
	display: block;
	border-top: 1px solid #eee;
	border-right: 1px solid #eee;
	margin-bottom: 0px;
	margin-top: -1px;
	padding-bottom: 10px;
	width: 410px;
	overflow: hidden;
}

	.prodram > a:link, a:visited, a:hover, a:active{
		text-decoration: none;
		color: #333;
	}
	
	.prodram img {
		width: 150px;
		float: left;
		padding: 5px;
	}
	
	.prodram-rubrik {
		position: relative;
		width: 282px;
		background: url(gratop.png);
		margin-left: 160px;
		padding: 4px;
		font-weight: bold;
		color: #444;
		
	}
	
	.prodram-text {
		position: relative;
		margin-left: 160px;
		padding: 3px;
	}
	
	.prodram-klicka {
		display: inline;
		color: #bbb;
		float: right;
	}
		
	.prodram-pris {
		float: right;
	}
	
	.prodram-shop {
		position: relative;
		width: 260px;
		margin-left: 5px;
		margin-right: 5px;
		padding-top: 4px;
		padding-left: 10px;
		background: #f8f8f8;
	}
	
	/*
	.prodram-shop table {
		width: 310px;
	}
	*/
	
	.prodram-shop > tr {
		height: 13px;
		max-height: 13px;
		min-height: 13px;
	}

.prod_table_left {
	position: relative;
	display: block;
	float: left;
	border-top: 1px solid #ddd;
	border-right: 1px solid #ddd;
	padding: 15px 5px 15px 0px;
	margin: 0px -1px 0px 0px;
	clear: left;
	width: 430px;
	max-width: 430px;
}

.prod_table_right {
	position: relative;
	border-top: 1px solid #ddd;
	border-left: 1px solid #ddd;
	padding: 15px 15px 15px 10px;
	margin: 0px 0px 0px 0px;
	width: 430px;
	max-width: 430px;
}

.top {
	vertical-align: top;
	padding-top: 5px;
}

.prod-namn {
	color: #633;
	font-size: 1.0em;
/*	font: 0.69em/1.3em Courier, Georgia, Helvetica, Arial, sans-serif; */
	letter-spacing: 0px;
	font-weight: bold;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-left: 15px;
}

	.prod-namn a:hover, a:active {
		color:#633;
		font-size: 1em;
	}

.prod-enhet {
	color: #777;
	margin-bottom: 15px;
	width: 270px;
	max-width: 270px;

}

.prod-text {
	padding-top: 0px;
	padding-right: 20px;
	padding-left: 15px;
	vertical-align: text-top;
	color: #333;
	width: 240px;
	min-height: 50px;
}

.table-border-left {
	border-left: 1px solid #999933;
	padding-left: 10px;

}

img {
	border: none;
}

.image-left {
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.image-right {
	float: right;
	margin: 0px 0 0px 0px;
	padding: 0px 0 0px 0px;
}

.image-right2 {
	border: 1px solid #ccc;
	margin: 0px 0 0px 0px;
	padding: 0px 0 0px 0px;
}

.image-center {
	margin: 0px 0 0px 0px;
	padding: 0px 0 0px 0px;
	text-align: center;
}

.image-kop {
	height: 16px;
	background-image: url(kop3.png) no-repeat;
	background-repeat: no-repeat;
	margin: 0px 0px -2px 2px;
	border: none;
}

.image-intranm {
	height: 16px;
	background-image: url(intranm.png) no-repeat;
	background-repeat: no-repeat;
	margin: 0px 0px -4px 2px;
	border: none;
}

.image-button {
	height: 18px;
	margin: 0px 0px -2px 2px;
	border: none;
}

.bild-liten {
	height: 50px;
	position: relative;
}

.tunn-ram-block {
	float: left;
	clear: left;
}

	.tunn-ram-block a:link, a:hover, a:active {
		color: #333;
		text-decoration: none;
	}

.tunn-ram {
	border: 1px solid #633;
	padding: 10px;
	width: 230px;
	height: 23px;
	position: relative;
	margin-top: 20px;
}

	.tunn-ram img {
		height: 50px;
		top: -30px;
		left: 0px;
		position: relative;
		
	}
	
	.tunn-ram span {
		position: relative;
		bottom: 35px;	
		left: 10px;
	}

.input-text {
	width: 25px;
	height: 16px;
	min-height: 16px;
	max-height: 16px;
	border: 1px solid #eee;
	margin: 0px 0px 0px 0px;
	padding: 0;
}


/*</group>*/

/*<group=Layout>*/


.clearer {
	clear: both;
}

.left-float {
	float: left;
	clear: left;
}

.right-float {
	float: right;
	clear: right;
}

.ram-rubrik {
	color: #633;
	background: #eee;
	font-size: 1.2em;
/*	font: 0.69em/1.3em Courier, Georgia, Helvetica, Arial, sans-serif; */
	letter-spacing: 0px;
	font-weight: bold;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-left: 15px;
}


.ram {
	padding-left: 0;
}

	.ram img {
		float: right;
		clear: right;
	}

#varukorg-tom {
	background: none;
	height: 80px;
	float: right;
	width: 271px;
	margin: 0;
	padding: 0px 0px 0px 20px;
	border-left: 1px solid #703031;
	text-align: left;
	min-height: 80px;
	max-height: 80px;
}
/*
	#varukorg-tom img {
		background: #fff;
		padding: 7px;
		margin: 6px 6px 6px 0;
	}
*/

#varukorg {
	background: none;
	color: #b88;
	height: 65px;
	float: right;
	width: 271px;
	margin-top: 6px;
	padding: 0px 0px 0px 20px;
	border-left: 2px dotted #66bb00;
	text-align: left;
	min-height: 65px;
	max-height: 65px;
}

	#varukorg img {
		padding-right: 4px;
	}
	
	#varukorg .kassa {
		font-size: 11px;
		color: #fff; /*#602020; */
		text-decoration: none;
	}

.bilder {
	padding-top: 5px;
}

#footer {
	border-top: 1px solid #999;
	margin-top: 20px;
	color: #999;
	vertical-align: bottom;
	clear: both;
}

	#footer p {
		margin: 0;
		padding-top: 5px;
		padding-bottom: 5px;
	}

	#footer a:link, #footer a:visited {
	
	}
	
	#footer a:hover, #footer a:active {
	}
	
/*</group>*/

/*<group=Toolbar>*/

/* Toolbar Styles */

#prodmeny {
	/* background: repeat-x url(images/toolbar_bg.png);  */
	height: 80px;
	max-height: 80px;
	position: static;
	z-index: 99;
	background: none;
	margin-bottom: 30px;
	border-left: 1px solid #703031;
	padding-bottom: 0px;
	margin-left: 220px;
}

	#prodmeny #current {
		/* text-shadow: 0px 0px 3px #cccccc; 
		background:#ffcc33 */
		border: 1px solid #ffcc33;
	/*	border-top: 1px solid #ffcc33
		border-left: 1px solid #ffcc33
		border-bottom: 1px solid #ffcc33 */
	}
	
	#prodmeny ul {
		padding: 0;
		list-style: none;
		margin: 0px;
	}
	
	#prodmeny li {
		position: relative;
		width: 90px;
		float: left;
		
	}
	
	#prodmeny a {
		display: block;
		padding-top: 60px;
		color: #966;
		font-weight: bold;
		text-shadow: -2px -2px 1px #633;
		text-decoration: none;
		text-align: center;
		height: 20px;
		border-right: 1px solid #703031;
	/*	border-bottom: 1px solid #999933; */
	}
	
	#prodmeny a:hover {
		color: #b88;
	}
	
	#prodmeny a:active {
		background-color: #633;
		color: #855;
	}

/*<group=Global Classes>*/

blockquote, .standout {
	color: #96a7bb;
	border-top: 1px solid #eeeeee;
	border-bottom: 1px solid #eeeeee;
}


.imageStyle {

}
	
.meny {
	margin-bottom: 30px;
	border-bottom: 1px solid #eeeeee;
	padding-bottom: 5px;
}

.undermeny {
	border: 1px solid #ddd;
	display: block;
	position: relative;
	margin: 5px;
	width: 200px;
	height: 150px;
	text-align: center;
	color: #633;
	font-size: 20px;
	letter-spacing: 0px;
	font-weight: bold;
	padding-top: 10px;
}

#omsidan {
	text-align:left;
	margin:30px;
	padding: 20px;
	border-left: 2px dotted #633;
}

#bilder-sidan {
	background: #FFF;
	text-align:left;
	margin:30px;
	padding: 20px;
	border-left: 2px dotted #633;
}

	#bilder-sidan a {
		color: #480;
	}
	
	#bilder-sidan a:hover, a:active {
		color: #6b0;
	}

.background-line {
	border-top: 1px solid #999;
}

/*</group>*/


.grabakgrund {
	position: relative;
	display: block;
	float: left;
	clear: left;
	width: 240px;
	background: #eee;
	padding: 10px;
	margin: 0px 15px 5px 0px;
	border: 1px solid #ccc;
}

.rodbakgrund {
	position: relative;
	width: 240px;
	background: #fff;
	padding: 10px;
	margin: 0px 0px 15px 0px;
	border: 1px solid #a77;
}

#tipsa {
	display: none; 
	padding-left: 15px;
}

	#tipsa input[type=text] {
		border: 1px solid #ddd;
	}
	#tipsa input[type=submit] {
		background: #ddd;
		border: 1px solid #bbb;
		color: #333;
	}