body, html {
	height: 100%;
	width: 100%;
	margin: 0px 0px;
	padding: 15px 0px;
	background-color: #A32E11;
	background-image: url(bilder/body-bg.gif);
	background-repeat: repeat;
	font-family: Georgia, Verdana, sans-serif;
	line-height: 1.5em;
	color: #666666;
	font-size: 90%;
}

a {
	color: #000;
}

img {
	border: 0px;
	background-image: url(../../Bilder/sidfot.gif);
}

/*** Stor tabell som håller ihop hela sidan ***/

.htab {
	width: 980px;
	background-color: #fff;
	background-repeat: repeat-y;
	background-image: url(../../Bilder/htab-bg.gif);
}

.sidhuvud {
	height: 200px;
	background-image: url(../Bilder/sidhuvud.jpg);
	background-repeat: no-repeat;
}

.sidhuvud_sub {
	height: 55px;
}

.sidfot {
	height: 126px;
	background-color: #055D81;
	background-image: url(../../Bilder/htab-bg.gif);
	background-repeat: no-repeat;
}

.sidfot p {
	font-size: 90%;
	color: #CECECE;
	margin-bottom: 20px;
}

.sidfot a {
	color: #fff;	
}

/** Huvudmeny **/
#hmeny {
	width: 250px;
}

#hmeny ul.meny1{
	margin-top: 60px;
	list-style-type: none;
	border-left: 1px dashed #055D81;
}

#hmeny ul.meny1 li.meny {
	margin-bottom: 1em;	
}

#hmeny ul.meny1 li.meny a {
	font-family: Georgia;
	color: #055D81;
	font-size: 95%;
	margin-left: -15px;
	list-style-type: none;
	text-decoration: none;
	letter-spacing: .2em;
}

#hmeny ul.meny1 li.meny a:hover {
	text-decoration: underline;
}

/*** Undermeny ***/
#hmeny ul.meny2{
	margin-top: -1em;
	list-style-type: none;
}

#hmeny ul.meny2 li.umeny {
	margin-bottom: .1em;	
}

#hmeny ul.meny2 li.umeny a {
	font-family: Georgia;
	color: #055D81;
	font-size: 92%;
	margin-left: -30px;
	list-style-type: none;
	text-decoration: none;
	letter-spacing: 0em;
	font-weight: bold;
}

#hmeny ul.meny2 li.umeny a:hover {
	text-decoration: underline;
}

/*** Satsytan ***/
.satsyta {
	width: 730px;
}

.satyta_ram {
	margin: 0px 35px 0px 50px;
}

.satyta_ram h1, h2, h3 {
	line-height: 1.2em; 
	color: #37211d; 
}

.satyta_ram h1 {
	font-size: 250%;
	margin: 0 0 .5em 0;
	color: #37211d;
}

.satyta_ram h1 a {
	color: #37211d; 
}

.satyta_ram h2 {
	margin: 1.2em 0 .4em 0;
	font-size: 160%;
	color: #37211d; 
}

.satyta_ram h2 a {
	color: #37211d; 
}

.satyta_ram h3 {
	margin: 1.2em 0 .4em 0;
	font-size: 170%;
	color: #37211d; 
}

.satyta_ram h3 a {
	color: #37211d; 
}

.satyta_ram p {
	font-family: Verdana, sans-serif;
	margin: 0% 0% 2% 0%;
	line-height: 1.5em;
	color: #000;
}

.satyta_ram a {
	color: #000; /*464545; */
}

/*** Galleri ***/
.galleri img{
	border: 4px solid #666;
}


/*** Webbutiken ***/

/** Produktsidan ***/
.e_butik_tab {
	border-bottom: 1px dotted #055D81;
}

.e_butik_rub {
	width: 250px;
	font-size: 150%;
	font-family: Georgia, Verdana, sans-serif;
	line-height: 1.2em; 
	color: #000; 
	font-weight: bold;
}

.e_butik_bild img {
	border: 0px;
}

.e_butik_info {
	font-family: Verdana, sans-serif;
	padding: 5px 0px;
	line-height: 1.5em;
	color: #000;
}

.e_butik_pris {
	font-family: Verdana, sans-serif;
	padding: 5px 0px;
	line-height: 1.5em;
	color: #055D81;
}

.e_butik_pris a {
	color: #055D81;
	font-weight: bold;
	font-size: 110%;
}

.butik_marg1 {
	width: 50px;
	border-right: 1px dotted #055D81;
}

.butik_marg2 {
	width: 50px;
}

.varukorg {
	width: 600px;
}

/*** Varukorg ***/
#varukorg, #pris {
	width: 250px;
	float: left;
	margin-left: 20px;
	line-height: 1em;
}

#varukorg h1, #pris h1 {
	font-size: 16px;
}

#varukorg h2, #pris h2 {
	font-size: 14px;
	margin-top: 5px;
	white-space: nowrap;
}

#varukorg p, #pris p {
	margin-top: 1px;
	margin-bottom: 1px;
}

/*** Kassa ***/

table.kassa {
	margin-bottom: 2px;
	white-space: nowrap;
}

table.kassa caption {
	background-color: #aaa;
	padding: 10px 5px;
	border: 1px solid #fff;
	text-align: left;
	font-size: 18px;	
	
}

table.kassa th {
	background-color: #aaa;
	padding-left: 5px;
	padding-right: 5px;
	border: 1px solid #fff;
	text-align: left;
}

table.kassa td {
	padding-left: 5px;
	padding-right: 5px;
	background-color: #DCD7CA;
	border: 1px solid #fff;
}


.kassa form, .kassa input {
	margin: 0px;
}

/*** Kassaformulär ***/

table.adress caption {
	background-color: #aaa;
	padding: 10px 5px;
	border: 1px solid #fff;
	text-align: left;
	font-size: 18px;
}

table.adress {
	margin-top: 15px;
	margin-bottom: 2px;
	white-space: nowrap;
}

table.adress th {
	background-color: #aaa;
	padding-left: 5px;
	padding-right: 5px;
	border: 1px solid #fff;
	text-align: left;
}

table.adress td {
	padding-left: 5px;
	padding-right: 5px;
	background-color: #DCD7CA;
	border: 1px solid #fff;
}

table.adress form, table.adress input {
	margin: 0px;
}

.totpris {
	padding-top: 10px;
	padding-bottom: 10px;
	white-space: nowrap;
	font-size: 95%;
	font-weight: bold;
	color: #EC0D00;
}
