/* CSS Document */

body {
	background-color:#fff;
	background: url(../images/hintergrund-2.jpg) no-repeat fixed center bottom;
	/*verhindert in mozilla das verschwinden der vertikalen scrollbar*/
	overflow: -moz-scrollbars-vertical;
	background-position:center bottom;
	/*background-repeat:repeat-y;*/
	background-repeat:no-repeat;
	font-family: "Lucida Grande","Lucida Sans Unicode",geneva,verdana,sans-serif;
	font-size:12px;
	color:#000000;
	margin:0px;
}
a:active, a:focus {
	outline: 0;
}

