/* CSS Document */

a,
a:link,
a:active,
a:visited,
a:hover {
	color:#000000;
	text-decoration:underline;
}

a img {
	border:none;
}



input, select, submit {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:1em;
	margin:0;
}
form {
	margin:0;
}


h1, .heading1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 145%;
	font-weight: normal;
	color: #000;
	margin-top: 0px;
	margin-bottom: 15px;
	line-height: 125%;
	EditMenuName: Heading 1;
}
/* Added by Sofie Qwarnström, Sogeti, 2007-08-21 */
.rubrik1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 145%;
	font-weight: normal;
	color: #000;
	margin-top: 0px;
	margin-bottom: 15px;
	line-height: 125%;
	EditMenuName: Rubrik 1;
}
h2, .heading2 
{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:145%;
	font-weight: normal;
	color: #000;
	margin-top: 0px;
	margin-bottom:8px;
	line-height:125%;

	EditMenuName: Heading 2;
}
/* Added by Sofie Qwarnström, Sogeti, 2007-08-21 */
.rubrik2
{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:145%;
	font-weight: normal;
	color: #000;
	margin-top: 0px;
	margin-bottom:8px;
	line-height:125%;

	EditMenuName: Rubrik2;
}
h3, .heading3 {
	font-size: 100%;
	font-weight: bold;
	color: #000;
	margin-top: 0px;
	margin-bottom: 0px;
	line-height: 125%;
	EditMenuName: Heading 3;
}
/* Added by Sofie Qwarnström, Sogeti, 2007-08-21 */
.rubrik3 {
	font-size: 100%;
	font-weight: bold;
	color: #000;
	margin-top: 0px;
	margin-bottom: 0px;
	line-height: 125%;
	EditMenuName: Rubrik3;
}
.bildtext {
	font-style:italic;
	font-size:0.9em;
}


.clearBoth {
	clear:both;
}
.clearLeft {
	clear:left;
}
.clearRight {
	clear:right;
}
.floatLeft {
	float:left;
}
.floatRight {
	float:right;
}

/* Added by Sofie Qwarnström, Sogeti, 2007-07-11 */
/* För att toggle-funktionen på sök-sidan ska fungera. */
.hidden
{
	display:none;
}