/* @author: Marco Filax */

	html, body, form, fieldset {
	margin: 0;
	padding: 0;
	}

/* Body */
	body {
		color: #000000;
		font-family: Verdana;
		margin:0;
		padding:0;
		font-size:30px;
		font-weight:bold;
		background-color:#eef8f0;						/*	sorgt dafür das bei IE nicht 2 leisten angezeigt werden. anscheinend von FF ignoriert*/
		background-position:center;		 	/*	welcher abstand is wichtig?*/
		background-attachment:fixed; 				/*	für IE*/
		background-image:url(../oper2.jpg);			/*	Bild*/
		background-repeat:no-repeat;				
	}


	.link, .link:hover, .link:active {
		border:none;
		
	}

	img, img:hover, img:active {
		border:none;
	}
	
	.position {
		margin-top:100px;
		text-align:center;
	}




