body  {
min-height: 100%;
        height: 100%;

        padding: 0px;
        margin: 0px;
	margin-left: 0px; 
   margin-top: 0px;
   height:100%;
   width:100%;
   background-color:#000080;
   background-repeat:no-repeat;
	background-position:center top;
 background-attachment: fixed;
}
div#index{
 position: absolute;
 width: 1024px;
 left: 50%;
 margin-left: -512px; /* negative Hälfte von width:1000px */

}
div#outdated{	
 position: absolute;
 width: 1024px;
 padding-top: 0px;
 left: 50%;
 margin-left: -512px; 
 
   /* negative Hälfte von width:1000px */
 
}
input#laufschrift
{
border:0px solid #000080; border-left:0px #000080;border-bottom:0px solid #000080;
}




a:  {
	font-family :Century Gothic, AvantGarde, sans-serif;
	font-size : 13px;
	color : #D5D5FF;
	text-decoration : none;
	
}

a:link  {
	font-family :Century Gothic, AvantGarde, sans-serif;
	font-size : 13px;
	color : #D5D5FF;
	text-decoration : none;
	
}

a:visited  {
	font-family :Century Gothic, AvantGarde, sans-serif;
	font-size : 13px;
	color : #D5D5FF;
	text-decoration : none;
	
}


a:hover  {
	font-family :Century Gothic, AvantGarde, sans-serif;
	font-weight : bolder;

	font-size : 13px;
	color : #D5D5FF;
	text-decoration : none;
}



.menue  {
	font-family :Century Gothic, AvantGarde, sans-serif;
	font-size : 13px;
	color : #D5D5FF;
	text-decoration : none;
}
.lauftext  {
	font-family :Arial, sans-serif;
	font-size : 11px;
	color : #ffffff;
	text-decoration : none;
}

