.main { font-family: verdan,arial,helvetica;
		font-size: 12px;
		line-height:12pt; }
.currentdir { font-family: verdan,arial,helvetica;
		font-size: 12px;
		color: #330000;
		text-align: right; }

A:link { color:#0066CC; text-decoration: none; }
A:visited { color:#0066CC; text-decoration: none; }
A:hover { color:#0099FF; text-decoration: underline; }
A:active { color:#CC6666; text-decoration: underline; }


/*---- Brödtexter och grundformat  -------------------------------------------------*/

.normal, p, h1, h2, h3, h4, h5, h6, h7, font, input, select, textarea, li, blockquote, ul, form
{
	font-family:		Verdana,Arial,Geneva,Helvetica,sans-serif;
	font-size:			11px;
	line-height:		15px;

	margin-top:			6px;
	margin-bottom:		0px;
	padding-top:		0px;
	padding-bottom:	0px;
}

blockquote, ul, form
{
	margin-top:			0px!important;
}

.mellan
{
	font-size:			10px;
	line-height:		13px;
}

.liten
{
	font-size:			9px;
	line-height:		13px;
}


/*---- Rubriker och ingresser  -----------------------------------------------------*/

.rubrik
{
/*
	font-family:		Arial,Verdana,Georgia,Geneva,Helvetica,sans-serif;
	font-size:			17px;
	line-height:		20px;
*/
	font-family:		Verdana,Arial,Georgia,Geneva,Helvetica,sans-serif;
	font-size:			15px;
	line-height:		18px;

	font-weight:		bold;
/*	color:				rgb(66,78,108); 
	color:				rgb(91,82,72);	 */
	color:				rgb(0,0,0);
	
	margin-top:			16px;
}

.underrubrik
{
	font-size:			12px;
	line-height:		15px;
/*
	font-size:			11px;
	line-height:		14px;
*/

	font-weight:		bold;
	color:				rgb(0,0,0);
/*	color:				rgb(41,49,67); */

	margin-top:			16px;
}

.underrubrik2
{
	font-size:			11px;
	line-height:		14px;
	font-weight:		bold;
	color:				rgb(0,0,0);
/*	color:				rgb(41,49,67); */
	
	margin-top:			12px;
}

.errorfarg, .rubrikfarg
{
	color:				rgb(204,0,0);		/* Ändra ej! Används på diverse ställen i syftet "skarpröd". */
}

.ingress
{
	font-size:			11px;
	line-height:		18px;
	color:				rgb(66,78,108);
/*	font-style:			italic; */
	letter-spacing:	0px;

	margin-top:			12px;
	margin-bottom:		12px;
}


/*---- Specialare  -----------------------------------------------------------------*/

.utanoverslag
{
	margin-top:			0px!important;
}


/*---- Input-element  --------------------------------------------------------------*/

input.text, select.text
{
	height:				19px;
	line-height:		15px;		/* IE5+: påverkar marginal inom textrutan, ovanför texten. */
	margin-top:			2px;		/* IE5+: påverkar marginal ovanför textrutan. */
}

input.knapp
{
	height:				20px;
	line-height:		11px;
	margin-top:			0px;
}

input.kryssruta
{
}


/* TEST */
input.text, select.text, textarea
{
	border-width:		1px;
	border-style:		solid;
	border-color:		rgb(128,128,135);
}
/**/


/*---- Menyer  ---------------------------------------------------------------------*/

p.meny
{
	margin-top:			8px;
	margin-bottom:		0px;
	padding-top:		0px;
	padding-bottom:	0px;
}

font.meny
{
	font-size:			10px;
	line-height:		14px;
	font-weight: 		bold;
}


/*---- Länkar  ---------------------------------------------------------------------*/

a:link, a:visited
{
	color:				rgb(0,51,153);
	text-decoration:	none;
	cursor:				hand;
}

a:active, a:hover
{
	color:				rgb(51,102,204);
	text-decoration:	underline;
}

a.rubrik:link, a.rubrik:visited, a.underrubrik:link, a.underrubrik:visited, a.underrubrik2:link, a.underrubrik2:visited
{
/*	color:				rgb(193,61,4);*/
	color:				rgb(0,0,0);
	text-decoration:	none;
	cursor:				hand;
}

a.rubrik:active, a.rubrik:hover, a.underrubrik:active, a.underrubrik:hover, a.underrubrik2:active, a.underrubrik2:hover
{
/*	color:				rgb(255,102,0);*/
	color:				rgb(51,102,204);
	text-decoration:	underline;
}


.meny:link, .meny:visited
{
	color:				rgb(60,60,55);
}

.meny:active, .meny:hover
{
	color:				black;
	text-decoration:	none;
}

.meny2:link, .meny2:visited
{
	color:				rgb(204,51,0);
}

.meny2:active, .meny2:hover
{
	color:				rgb(204,0,0);
	text-decoration:	none;
}

