/* CSS-Document

author: 	Marion Lustig, Mediendesignerin
web: 		www.lustigonline.de
*/




/* mouse over*/
	a  { color: #495B93; text-decoration: underline;}
	a:hover { color: black; text-decoration: underline; }

html, body{ 
margin-top: 20px;
padding: 0pt;
background: #9cb1bc url(Importe/background.jpg) repeat-x; margin: 0; padding: 0; min-height: 101%;
}

#container {
    position:absolute;
    left: 50%;
    top: 2%;
    margin: 0 0 0 -425;
    }
    
#news a { color: white; text-decoration: underline;}
#news a:hover { color: black; text-decoration: underline;}
