/* CSS Document */

/* spezielle Kategorie CSS fuer headPicture und navigationAon */

#headPicture {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 950px;
	height: 229px;
	z-index: 2;
	background-image:  url("/_stuff/head_pic_blau.jpg");
	background-repeat: no-repeat;
	visibility: visible;
}
.navigationAon {
	text-align: right;
	font-size: 15px;
	background-image:   url("/_stuff/navA_but_blau.gif");
	background-repeat: no-repeat;
	background-position: right;
	margin-bottom: 3px;
	line-height: 25px;
	margin-top: 10px;
}
