/* Standard_CSS für saalue.de Startseite */





	body

	{
		margin: 0px;
		padding-left: 50%;
		text-align: center; /* Zentrierung im Internet Explorer */
		font: 80% verdana, arial, hevetica, sans-serif;
		background-color: #FFCC00;
	}


	a:link { color: #CC3366; text-decoration:none;  }
	a:visited { color: #CC3366; text-decoration:none; } 

	#wrapper

	{
		margin-left: -300px;   /* standardkonforme horizontale Zentrierung */
	text-align: center;
		width: 600px;
		height: 638px;
		text-align: left;
	}



	
	#animation
	{
		width: 600px;
		height: 461px;
		background: url(../images/jongleur.gif) no-repeat;
		margin-left:50px;
	}


	#logo
	{
		width: 600px;
		height: 181px;		
	}

 

	#navi {	
		list-style: none;
		padding-left:0px;
		padding-top:0px;	
		width: 600px;
		height: 181px;
		position: absolute;
	} 

	#navi ul li {list-style: none;} 


	#navi span {display:none; position: absolute;}

	#navi a {
	display: block;
	text-indent: -900%;
	position: absolute;
	outline: none;
	}

	#navi a:hover { background-position: left bottom; }

	#navi a:hover span { display: block; }

	#navi .start {
  	width: 600px;
  	height: 181px;
  	background: url(../images/startlogo.png) no-repeat;
	}

	#navi .start span {
  	width: 600px;
  	height: 181px;
 	background: url(../images/startlogo-over.png) no-repeat;
	}






