@charset "utf-8";
/* CSS Document */
/*----------------------------------------------------------------------------------------------*/
body {
	text-align: center;
	background-attachment: fixed;
	background-image: url(images/punkte.gif.gif);
	background-repeat: repeat-x;
	background-position: 0px 170px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
	text-decoration: none;
	line-height: 22px;
}
/*----------------------------------------------------------------------------------------------*/
.content{
	position:absolute;
	left:50%;
	width:500px;
	margin-top:50px;
	margin-left:-266px;
	width: 539;
	height: 466;
}
/*----------------------------------------------------------------------------------------------*/
.navigation{
	position:absolute;
	padding: 10px;
	margin-top: 45px;
	height: 20px;
}
/*----------------------------------------------------------------------------------------------*/
.inhalte{
	position:absolute;
	padding: 10px;
	margin-top: 100px;
	font-size: 12px;
	text-align: left;
	width: 420px;
}
/*----------------------------------------------------------------------------------------------*/
.highlightubermich{color: #00cccc;}
.highlightprojekte{color: #00cc00;}
.highlightzeugs{color: #ff0099;}
.highlightkontakt{color: #ff6666;}
.highlightimpressum{color: #cc00ff;}
/*----------------------------------------------------------------------------------------------*/
a{color: #999999; text-decoration: none;}
a.ubermich:hover{color: #00cccc;}
a.projekte:hover{color: #00cc00;}
a.zeugs:hover{color: #ff0099;}
a.kontakt:hover{color: #ff6666;}
a.impressum:hover{color: #cc00ff;}
/*----------------------------------------------------------------------------------------------*/