@charset "ISO-8859-1";

body {
		font-family				: Arial, sans-serif;
		color							: #ffffff;
  	font-size					: 11px;
  	font-weight				: normal;
		background-color	: #0f1e95;
		margin-top				: 0px;
}

/*Schaltet für alle Grafiken den Rahmen aus*/
img {
	border				: none;
}

#philotext {
	position			: absolute;
	bottom				: 80px;
	left					: 275px;
	color					: #ffffff;
}

#servicesText {
	position			: absolute;
	top						: 60px;
	left					: 37%;
	color					: #000000;
	font-size			: 12px;
}

#referenzenText {
	position			: absolute;
	top						: 400px;
	left					: 0px;
	color					: #000000;
	font-size			: 12px;
	width					: 100%;
}

#linksText {
	position			: absolute;
	top						: 60px;
	left					: 37%;
	color					: #000000;
	font-size			: 12px;

}

.refText {
	text-align		: center;
	width					: 100%;
}

a:link { color:#ffffff; text-decoration:none; }
a:visited { color:#ffffff; text-decoration:none; }
a:hover { color:#ff0000; text-decoration:none; }
a:active { color:#ff0000; text-decoration:none; }

a.bk:link { color:#000000; text-decoration:none; }
a.bk:visited { color:#000000; text-decoration:none; }
a.bk:hover { color:#ff0000; text-decoration:none; }
a.bk:active { color:#ff0000; text-decoration:none; }
