    /* Iphone CSS
   Autor: Sergej Neuwert
   Datum: 30.01.07*/


html, body {margin:0; padding:0; width:100%; height:100%; overflow:hidden;}

body {
        font-family: Segoe Script;
}


#background{position:absolute; z-index:1; width:100%; height:100%;}
#fixed {position:absolute; top:12%; left:20%; width:720px; z-index:10; color:#DCBC08; border:0px solid #FFFFFF; padding:10px;}


ul

{
	list-style-type:none;
        font-family: Segoe Script;
         padding: 0;
         margin: 0;
}

li

{
	display: inline;
         padding-top: 0;
         padding-right: 10px;
         padding-bottom: 0;
         padding-left: 0;
         margin-top: 0;
         margin-right: 20px;
         margin-left:0;
         margin-bottom: 0;
         border-right: 1px solid #FFFFFF;
}

a:link

{
	color: #DCBC08;
         text-decoration: none;
         font-weight: bold;
}

a:visited

{
	color: #DCBC08;
         text-decoration: none;
         font-weight: bold;
}

a:hover

{
	color: #DCBC08;
    text-decoration: underline;
    font-weight: bold;
}

a:active

{
	color: #DCBC08;
         background-color: #000;
         font-weight: bold;
}
