/*
 --------------------------------------------------------
 Speciella definitioner för denna site enbart, som
 används i mallen arbetsyta_singlepage.XX.html
 --------------------------------------------------------
*/

.sidfot {
	font-size: 10px;
	line-height: 17px;
}

.rubrik {
	font-family: Verdana, Arial, Tahoma;
	font-size: 17px;
	color: #ffffff;
	font-weight: bold;
}


/*
 --------------------------------------------------------
 Generella definitioner
 --------------------------------------------------------
*/

body,p,td,ul,ol {
	font-family: Verdana, Trebuchet MS, Verdana, Arial, Tahoma;
	font-size: 10px;
	color:#666666;
	line-height: 17px;
}

select,input,textarea,button {
	font-family: Verdana, Arial, Tahoma;
	font-size: 10px;
}



/*
 --------------------------------------------------------
 Definition av generellt utseende på länkar
 --------------------------------------------------------
*/

a:link {
	font-size: 9px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}
a:visited {
	font-size: 9px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}
a:active {
	font-size: 9px;
	font-weight: bold;
	color: #666666;
	text-decoration: Underline;
}
a:hover {
	font-size: 9px;
	font-weight: bold;
	color: #666666;
	text-decoration: Underline;
}


/*
 --------------------------------------------------------
 Definition av Rubrik1, Rubrik 2 osv
 --------------------------------------------------------
*/

h1 {
	font-family: Arial Black, Tahoma, Verdana, Helvetica, sans-serif;
	color: #ffffff;
	font-size: 30px;
	line-height: 24px;
	font-weight: normal;
	font-style: normal;
}


h2 {
	font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	font-style: normal;
}


h3 {
	font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	font-style: normal;
}


h4 {
	font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	font-style: normal;
}


