/* BARHALL.COM - Barhälls egnahemsförening av P.h.a.k.E */

body {
	background-color: #FFFFFF;
}

/* TEXTFORMATERING */

.font /* CLASS FÖR FONT */ {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #000000;
	margin-left: 5px
}

h1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
	font-weight: bold;
	background-image: url(h1.jpg);
	background-repeat: no-repeat;
	margin-left: -15px;
	padding-left: 7px;
	margin-bottom: 3px;
}

.h1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
	font-weight: bold;
	background-image: url(h1.jpg);
	background-repeat: no-repeat;
	margin-left: -15px;
	padding-left: 7px;
	margin-bottom: 3px;
}

p {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #000000;
}

div#skrivut /*DIVEN FÖR SKRIVUT-LÄNKEN */ {
	position: absolute;
	top: 0px;
	right: 17px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #000000;
}

div#var /*DIVEN FÖR VAR MAN ÄR */ {
	position: absolute;
	top: 0px;
	left: 2px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #666666;
}

a {
	color: #86997D;								// ÄNDRA HÄR
	text-decoration: underline;
	border-bottom: 1px solid #FFFFFF;
	padding-bottom: 0px;
}

a:hover {
	text-decoration: underline;
	border-bottom: 1px solid #86997D;					// ÄNDRA HÄR
}

/* INFOBLAD */

div#fore {
	position: absolute;
	top: 15px;
	left: 2px;
}

div#nasta {
	position: absolute;
	top: 15px;
	right: 17px;
}

img#infoblad {
	position: absolute;
	top: 35px;
	left: 0px;
}

/* TABELL */

.a {
	background-color: #EEEEEE;
	border-bottom: 1px dashed #000000;
}

.b {
	background-color: #FFFFFF;
}

td {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
}

table {
	width: auto;
}