body {
	margin: 0px 0px 0px 25px;
	color: #000000;
	background-color: #eeeeee;
	background-image: url('http://universes-in-universe.de/nav0/bg-img.jpg');
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}

a { color: #006699;  text-decoration: none; }
a:visited { color: #666633; }
a:hover { color: #66cccc; text-decoration: underline; }

A.foot { color: #336699;  text-decoration: none;}
A.foot:visited { color: #336699; }
A.foot:hover { color: #FFFFFF; text-decoration: underline; }

a.foot-new { color: #336699;  text-decoration: none; }
a.foot-new:visited { color: #336699; }
a.foot-new:hover { color: #FFFFFF; text-decoration: none; }


/* ......... text ......... */

.text-12 {
	font-size : 12px;
	line-height: 1.1em;
}
.text-12-666 {
	color: #666666;
	font-size: 12px;
	line-height: 1.1em;
}
.text-14 {
	font-size: 14px;
}
.text-14-1em {
	font-size: 14px;
	line-height: 1.1em;
}
.text-14-666 {
	font-size: 14px;
	color: #666666;
}
.text-16 {
	font-size: 16px;
}
.text-18 {
	font-size: 18px;
}
p.foot-left {
	margin: 6px 0px 7px 25px;
	font-size: 12px;
	color: #333366;
}

p.foot-right {
	margin: 6px 30px 7px 0px;
	font-size: 12px;
	color: #333366;
	text-align: right;
}


