/*--------------------- forms parameters --------------------------*/
body 	{
	background-color:#d4d0c8; 
	font-family: Arial, Verdana, sans-serif; 
	font-style:normal; 
	font-weight:normal; 
	color:#000000; 
	font-size:small; }
/*--------------------------- headers --------------------------*/
h1	{ font-size:170%; text-align: center; }
h2	{ font-size:130%; text-align: center; text-decoration:underline; }
h3	{ font-size:110%; text-align: center; }
/*-------------------------huvudramar --------------------------*/
.huvudram { 
	width:880px;
	margin-left: auto;
	margin-right: auto;
	border-color: #a0a0a0; 
	border-width: 8px; 
	border-style: solid; 
	background-color: #ffffff; }

.huvudram2 {
	width:880px;
	margin-left: auto;
	margin-right: auto;
	border-color: #a0a0a0; 
	border-width: 8px; 
	border-style: solid; 
	background-color: #ffffff;
	background-image:url('images/bakgrund.gif'); }  
/*-------------------------   meny --------------------------*/
.li1 a { width:220px; }
.li2 a { width:220px; }
.li3 a { width:220px; }
.li4 a { width:218px; }

#meny {
	position:relative;
	left:-40px;
	top:-16px;
	margin-right:-45px; }

#meny li {
	float:left;
	padding-right:1px;
	padding-top:1px;
	list-style-type:none; }
		
#meny li a {
	float:left;
	background:#000099;
	font-family:arial;
	font-weight:bold;
	text-indent:0px;
	font-size:12px;
	color:white;
	height:20px;
	text-decoration:none;
	line-height:20px; }
		
#meny li a:hover {
	color:black;
	background:#c8c8c8; }
/*--------------------------- hem ----------------------------*/
#hem a img { 
	border-width: 0px;
	border-color: black; }
/*--------------------------- länkar ----------------------------*/
#links a img { 
	border-width: 0px;
	border-color: black;
	padding: 3px;
	width: 160px;
	height: 80px; }	
/*--------------------------- fotoalbum ------------------------------*/
#fotoalbum { text-align:center;  }

#fotoalbum img { border-width: 0px; }
	
#fotoalbum a { text-decoration:none; }
	
#fotoalbum td {	
	width:283px; 
	color: blue; 
	font-weight:bold;
	font-size:14px; }
/*------------------------- footer ------------------------------*/
#footer { 
	background-color: #d4d0c7; 
	border-color: #000000; 
	border-width: 1px; 
	border-style: solid;
	text-align:center;  
	font-size:80%; }
 
 #footer .copyright { 
	font-size: 10px;
	vertical-align: top; }
/*------------------- forms parameters --------------------------*/
.left	{ text-align: left; }
.center	{ text-align: center;  width:880px; }
.right	{ text-align: right; }
/*---------------------- end ---------------------*/
	
