/* normaler Link */
A
{
	font-weight: bold;
	text-decoration: none;
}
A:link { color: #0033AA; }
A:visited { color: #0033AA; }
A:alink { color: #AA33AA; }
A:hover { color: #AA33AA; }

BODY
{
	font-family: Arial, Helvetica, sans-serif;
}

.navi A
{
	display: block;
	color: white;
/*	margin: 0 5px 5px 5px;*/
	padding: 5px 5px 5px 5px;
}
.navi A:link { color: white; }
.navi A:visited { color: white; }
.navi A:alink { color: black; background: #A0DDF8; }
.navi A:hover { color: black; background: #A0DDF8; }

#flag_gb
{
	position: absolute;
	left: 760px;
	top: 157px;
	z-index: 1;
}

#flag_de
{
	position: absolute;
	left: 815px;
	top: 157px;
	z-index: 1;
}

#flag_lv
{
	position: absolute;
	left: 870px;
	top: 157px;
	z-index: 1;
}

#flag_pl
{
	position: absolute;
	left: 925px;
	top: 157px;
	z-index: 1;
}

