/* BARHALL.COM - Barhälls egnahemsförening av P.h.a.k.E */

body {
	background-color: #F2FBFF;
	padding: 0;
	margin: 0;
}

div#center /* CENTRERAD SIDA OCH COPY */ {
	width: 702px;
	height: 100%;
	position: relative;
	top: 0px;
	margin: 0 auto;
}

div#sida /* DIVEN MED ALLT VETTIGT I */ {
	border-top: 0px none #7D8F99;
	border-bottom: 1px solid #7D8F99;
	border-left: 1px solid #7D8F99;
	border-right: 1px solid #7D8F99;
	height: 600px;
}

div#iframe /* IFRAMEN */ {
	border-top: 1px solid #7D8F99;
	position: absolute;
	top: 100px;
	left: 120px;
	width: 581px;
	height: 499px;
	background-color: #FFFFFF;
}

/* MENYN */

div#meny /* MENYN */ {
	position: absolute;
	top: 100px;
	left: 0px;
	width: 120px;
	height: 499px;
	background-color: #92A7B3;
	border-top: 1px solid #7D8F99;
	border-bottom: 1px solid #7D8F99;
	border-left: 1px solid #7D8F99;
	border-right: 1px solid #7D8F99;
	overflow: auto;
}

.menu { 
	padding-left: 10px; 
}

.menuChoice { 
	text-decoration:none; 
	color: #FFFFFF; 
	font-family: Arial, Helvetica, sans-serif; 
	font-weight: bold; 
	font-size: 12px; 
}
.menuLink {
	text-decoration:none; 
	color: #FFFFFF; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px;
}

a {
	text-decoration:none; 
	color: #FFFFFF; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px;
}

a.copy {
	color: #666666;
	font-size: 10px;
	font-family: "Times New Roman";
}

/*a:hover {
	text-decoration:none; 
	color: #FFFFFF; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px;
}

a:visited {
	text-decoration:none; 
	color: #FFFFFF; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px;
}

a:active {
	text-decoration:none; 
	color: #FFFFFF; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px;
}*/

.copy {
	color: #666666;
}

#copyright {
	color: #999999;
	font-size: 10px;
	text-align: right;
	padding-right: 80px;
}

#netcamp {
	position: absolute;
	bottom: 0px;
	right: 5px;
}

