body { 
	background: url("image/bakgrund.gif");

	margin: 5px;
	font-family: Arial;
	font-size: 10pt;
	color: rgb(0,0,0);
}

table.100 { width: 100%; height: 100%; }
		
A { padding: 3px; text-decoration: none; color: rgb(255,255,255); } 
		
A:hover	{ background: rgb(70,70,70); }
	
IFRAME { 
	width: 964px; 
	height: 400px;
}

Div {
	background: rgb(255,255,255);
	background-repeat: no-repeat;
	border:0px solid rgb(0,102,153);
	width: 964px;
	padding: 0px;
}

Div.hidden { background: none; border: 1px dotted yellow; }


Div.top { 
	background-position:  center;
	background-image: url("image/toplogga.gif");
	border-width-bottom: 0px; 
	height: 80px 
}
		
Div.bottom { border-width-top: 0px; }

Div.menu { background: rgb(0,80,163); border-width: 0px 0px; }

p { font-size: 70%; text-align: right; padding: 2px 15px 2px 0px; }
		
H1 { text-align: right; padding: 20px 20px 0px 0px;  }
