html { 
background : #111;
width: 875px;
margin: 0 auto;} 
 
body { 
font-family: georgia;
background : transparent ;
font-weight: normal;
padding: 0px;
margin: 0px; }

a { 
position: absolute;
width: 875px;
height: 800px;
text-decoration:none;
color : #111;
z-index:9999;
}
 
/* Elements ----------------------------------- */
 
#titel, #text  { 
text-align: center;
}
 
#text { 
position: absolute;	
top: 310px;
width: 875px;
height: 250px;
font-style: italic;
font-size: 40px;
color: #fff;
line-height: 1.4;
}

/* #464646 */ 

#titel, #zitname {
color : #a3eaff;	}


#titel { 
padding-top: 170px;
font-size: 20px;
text-transform:uppercase;
letter-spacing:0.2em;
}

#zitname { 
padding-top: 310px;
font-size: 18px;
font-weight: normal;
font-style: italic;
float: right;
margin-right: 50px;
}

#balken { 
width: 70px;
height: 5px;
background-color : #a3eaff;
margin: 60px auto 0 auto;
}

#fade-test { 
position: absolute;
top: 0px;
width: 875px;
height: 800px;
background : #111;
}

#fade-test-script { 
display: none;
}


/* Tooltip ----------------------------------- */

div.right-tooltip {
-moz-border-radius:0.2em 0.2em 0.2em 0.2em;
-moz-box-shadow:0 0 0.2em #555555;
background-color:#000;
font-style: italic;
border:0.1em solid rgba(255, 255, 255, 0.2);
color:#FFFFFF;
display:none;
font-size:80%;
margin-left:5pt;
margin-top:14pt;
position:absolute;
text-shadow:0 0 0.2em #000000;
z-index:999999;
}
div.right-tooltip-container {
margin:0.4em 0.6em;
}

 



 

