/* CSS DoKument */

/* BODY Definition für die obere Haupt-Navigation */

body {
	background-attachment: fixed;
	background-repeat: repeat-x;
	background-position: 0px 0px;
	background-image: url(../grafik/layout/titel_hintergrund.gif);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #333333;
}

