
/*-- Misc ---------------------------------------------*/

body {
	
}

/*-- /Misc --------------------------------------------*/


/*-- Texter -------------------------------------------*/

.txt {
	color: #353535;
	font-family: verdana, arial;
	font-size: 13px;
	line-height: 16px;
}

.txtLiten {
	color: #353535;
	font-family: verdana, arial;
	font-size: 10px;
	line-height: 12px;
}

.txtNews {
	color: #353535;
	font-family: verdana, arial;
	font-size: 11px;
	line-height: 13px;
}

.txtMeny {
	color: #353535;
	font-family: verdana, arial;
	font-size: 11px;
	line-height: 13px;
}

.txtFot {
	color: #757065;
	font-family: verdana, arial;
	font-size: 12px;
	line-height: 16px;
}

.txtRub {
	color: #353535;
	font-family: verdana, arial;
	font-size: 15px;
	font-weight: bold;
	line-height: 15px;
}

.txtForm {
	font-family: verdana, arial;
	font-size: 10px;
}

.txtRubNews {
	text-decoration: underline;
}

/*-- /Texter ------------------------------------------*/


/*-- Länkar -------------------------------------------*/

a:link {
	color: #9C1D23;

}

a:visited {
	color: #9C1D23;

}

a:active {
	color: #9C1D23;

}

a:hover {
	color: #353535;

}


a.meny:link {
	color: #353535;
	text-decoration: none;
}

a.meny:visited {
	color: #353535;
	text-decoration: none;
}

a.meny:active {
	color: #353535;
	text-decoration: none;
}

a.meny:hover {
	color: #9C1D23;
	text-decoration: none;
}


a.news {
	text-decoration: none;
}

/*-- /Länkar ------------------------------------------*/


/*-- Formulär -----------------------------------------*/

input {
	font-family: verdana, arial;
	font-size:   10px;
}

select {
	font-family: verdana, arial;
	font-size:   10px;
}

textarea {
	font-family: verdana, arial;
	font-size:   10px;
	height:      100px;
}

/*-- /Formulär ----------------------------------------*/
/*-- /Grids och tables -------------------------------------------*/
.dgrit td	{padding-top: 4px; padding-bottom: 4px; border-bottom: 1px silver solid; border-top: 1px silver solid;}
.dgrait	td	{padding-top: 4px; padding-bottom: 4px; border-bottom: 1px silver solid; background-color:#E9E5E0; }

