/* BASIC FORMATTING */

H1 {	
	font-family: "Times New Roman", Times, serif;
	font-size: 34px;
	font-weight: normal;
	color: #86888B;
	margin-top: 0px;
	margin-bottom: 8px;

}
#mainRight H1 {	
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: normal;
	color: #DA2027;
}

H2 {	
	margin: 0px;
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: normal;
	color: #86888B;
}
H3 {	
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 11px;
	font-weight: bold;
	color: #86888B;
}
P, LI {
	margin-top: 4px;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	line-height : 135%;	
	color: #333333;
}
INPUT {
		font-family: Verdana, Arial, Helvetica, Sans-Serif;
		font-size: 7pt;
		color: #444C5D;
}
SELECT {
		font-family: Verdana, Arial, Helvetica, Sans-Serif;
		font-size: 7pt;
		color: #444C5D;
}
TEXTAREA {
		font-family: Verdana, Arial, Helvetica, Sans-Serif;
		font-size: 7pt;
		color: #444C5D;
}
A {
	font-size: 11px;
	font-weight: bold;
	color: #DA2027;
	text-decoration: none;
}
A:hover {
	color: #DA2027;
	text-decoration: underline;
}
BODY {
	background-color : #CECECE;
	background-image : url(../images/gfx/toning.gif);
	background-repeat : repeat-x;	
	text-align:center; /* Center in ie */
}



/* FOR LAYOUT */
#logoimg {
	display: none;
}
#logo {
	height: 87px;
	width: 754px;
	background-image : url(../images/gfx/logo.gif);
	background-repeat : no-repeat;	
	margin: 0 auto 0 auto;	/* center content */
	padding: 0px;	
}

#main {
	min-height: 400px;
	width: 754px;
	text-align:left;	
	margin: 0 auto 0 auto;		
	padding: 0px;
	background-image : url(../images/gfx/innehallsbakgrund.gif);
	background-repeat : repeat-y;	
}
#mainLeft {
	margin: 0px;
/*	border: 1px dotted gray; */
	padding: 30px 90px 50px 60px; /* top right bottom left */
	width: 340px;		
	float: left;

}
#mainRight {
	background-image : url(../images/gfx/delare.gif);
	background-position : top left;
	background-repeat : no-repeat;
	
	margin: 10px 0px 0px 0px;
/*	border: 1px dotted gray; */
	padding: 10px 30px 50px 20px; /* top right bottom left */	
	width: 190px;
	float: left;
}


#startMainTop {
	margin: 0px;
/*	border: 1px dotted gray;   */
	padding: 10px 20px 25px 40px; /* top right bottom left */
	width: 665px;		
	float: left;

}

#startMainLeft {
	margin: 0px;
/*	border: 1px dotted gray;  */
	padding: 0px 20px 0px 45px; /* top right bottom left */
	width: 320px;		
	float: left;

}
#startMainRight {
	background-image : url(../images/gfx/delare_startsida.gif);
	background-position : left;
	background-repeat : no-repeat;
	
	margin: 0px 0px 0px 0px;
/*	border: 1px dotted gray;  */
	padding: 0px 30px 0px 45px; /* top right bottom left */	
	width: 270px;
	float: left;
}

#footer {
	height: 88px;
	width: 754px;
	background-image : url(../images/gfx/adresslist.gif);
	background-repeat : no-repeat;	
	text-align: center;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 8pt;	
	COLOR: #666666;
	padding: 0px;		
	padding-top: 32px;
	margin: 0 auto 0 auto;		

}

/* for horizental menu */	
#menu {
	padding: 0px;
	padding-top: 4px; 
	height: 45px;
	width: 754px;
	background-image : url(../images/gfx/menylist.gif);
	background-repeat : no-repeat;	
	text-align:center;	
	margin: 0 auto 0 auto;			
}
#menu ul {
	margin-left: 0;
	padding-left: 0;
	display: inline;
	} 

#menu ul li {
	margin-left: 0;
	padding: 3px 9px;
	list-style: none;
	display: inline;
	}
#menu a {
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
	color: #7A7A7A;
	text-decoration: none;
}
#menu a:hover {
	color: #DA2027;
	text-decoration: none;
}

#main {
	overflow : auto;
}
