/*----------------------------------------------------------------------------- */
/*	rus.css	*/
/*----------------------------------------------------------------------------- */

BODY
{
	padding:		1em;
	font-family:	"DejaVu sans", Calibri, Verdana, "sans-serif" !important;	/* mit Verdana klappen die kombinierenden Akzente nicht! */
	font-size:		120%;
}

SPAN.Red		/* Betonungen */
{
		color:		red;
}
/*	SPAN.Red:after	{ content:	"\301";	}	*/ /* kombinierender Akut */

A:HOVER
{
	color:			red;
}

A
{
	text-decoration:	none;
	color:				#0000C0;
}

H1 { font-size:	250%;	margin-top: 0;		margin-bottom: 0.5em;	}
H2 { font-size: 150%	margin-top: 2em;	margin-bottom: 0.5em;	}

LI { line-height: 1.4; }


SPAN.LangPair
{
	margin-left:		0.5em;
}


DIV.Fuss
{
	background-color:	#F0F0F0;
	margin-top:			2em;
}

DIV.Fuss A
{
	display:			inline-block;
	margin:				0.75em;
}

