body, html {
	height: 100%;
	width: 100%;
	margin: 0px;
	padding: 0;
	background-color: #fff;
}

#htabell {
	margin-left: 25px;
}

/*** Logga ***/
.loggacell {
	width: 250px;
	border-bottom: 1px solid #AEAEAE;
}

.rad2 {
	height: 65px;
}

/*** Huvudmeny ***/

.hmenykolumn {
	width: 150px;
}

div.hmeny {
	text-align: left;
	margin: 0px 10px 0px 0px;
	padding: 6px 5px 6px 5px;
	border-top: 1px solid #DCD7CA;
	border-left: 0px solid #DCD7CA;
	border-bottom: 0px solid #DCD7CA;
	border-right: 0px solid #DCD7CA;
}

.hmeny a {
	font-family: Verdana, sans-serif;
	font-size: 70%;
	color: #504F4F;
	text-decoration: none;
}

.hmeny a:hover {
	text-decoration: underline;
}

/*** Satsytan ***/
.satsytacell {
	width: 500px;
	background-color: #fff;
}

.satsyta {
	margin: 55px 30px 60px 30px;
}

.satsyta h1, h2, h3 {
	font-family: Georgia, Verdana, sans-serif;
	line-height: 1.2em; 
	color: #37211d; 
	font-weight: normal;
}

.satsyta h1 {
	font-size: 140%;
	margin: 0 0 .5em 0;
	color: #37211d;
}

.satsyta h1 a {
	color: #37211d; 
}

.satsyta h2 {
	margin: 1.2em 0 .4em 0;
	font-size: 120%;
	color: #37211d; 
}

.satsyta h2 a {
	color: #37211d; 
}

.satsyta p {
	font-family: Verdana, sans-serif;
	margin: 0% 0% 2% 0%;
	font-size: 75%;
	line-height: 1.5em;
	color: #37211d;
}

.satsyta a {
	color: #000; /*464545; */
}

/* Citatruta */

.citatruta {
	font-family: Verdana, sans-serif;
	margin: 0px 0px 3px 10px;
	padding: 1% 3%;
	border-left: 1px dashed #AEAEAE;
	width: 150px;
	float: right; 
}

.citatruta h1 {
	font-size: 12px;
}

.citatruta p {
	font-size: 10px;
	font-style: italic;
}

/*** Bildkolumn till höger ***/
.bildkol {
	padding-bottom: 50px;
}
.bildkol img {
	margin-top: 40px;
}

.bildkol p {
	font-family: Verdana, sans-serif;
	margin: 1% 0% 2% 0%;
	font-size: 63%;
	line-height: 1.5em;
	color: #37211d;
}

.bildkol h1, h2, h3 {
	font-family: Georgia, Verdana, sans-serif;
	line-height: 1.2em; 
	color: #37211d; 
	font-weight: normal;
}

.bildkol h2 {
	margin-bottom: 0px;
	font-size: 110%;
	color: #37211d; 
}

/*** sidfot ***/
.sidfot {
	border-top: 1px solid #AEAEAE;
	height: 30px;
}

.sidfot p  {
	margin-left: 20px;
	font-family: Verdana, sans-serif;
	font-size: 10px;
	line-height: 1.5em;
	color: #37211d;
	white-space: nowrap;	
}


.sidfot a  {
	color: #37211d;
}

/*** sidfot redaktoren ***/
.sidfotred {
	border-top: 1px solid #AEAEAE;
}

.sidfotred p  {
	margin-right: 20px;
	font-family: Verdana, sans-serif;
	font-size: 9px;
	line-height: 1.5em;
	color: #666;
}


.sidfotred a  {
	color: #666;
}

.sidfotred a:hover  {
	color: red;
}