/* Definitionen für Links */
a:link 
{  
font-family: Arial, Helvetica, sans-serif; 
font-size: 14px; 
font-style: normal; 
line-height: normal; 
font-weight: normal; 
font-variant: normal; 
text-transform: none; 
color: #CC6600; 
text-decoration: none;
}
a:active 
{  
font-family: Arial, Helvetica, sans-serif; 
font-size: 14px; font-style: normal; 
line-height: normal; 
font-weight: normal; 
font-variant: normal; 
text-transform: none; 
color: #CC6600; 
text-decoration: none;
} 
a:visited 
{  font-family: Arial, Helvetica, sans-serif; 
font-size: 14px; 
font-style: normal; 
line-height: normal; 
font-weight: normal; 
font-variant: normal; 
text-transform: none; 
color: #FF9900; 
text-decoration: none;
} 
a:hover 
{  
font-family: Arial, Helvetica, sans-serif; 
font-size: 14px; 
font-style: normal; 
line-height: normal; 
font-weight: normal; 
font-variant: normal; 
text-transform: none; 
color: #FFCC00; 
text-decoration: underline; 
border-style: none; 
border-top-width: thin; 
border-right-width: thin; 
border-bottom-width: thin; 
border-left-width: thin;
}

BODY 
{
	scrollbar-base-color:#FFFFFF;
	scrollbar-track-color:#FFFFFF;
	scrollbar-face-color:#FFFFFF;
	scrollbar-highlight-color:#FFFFFF;
scrollbar-3d-light-color:;
scrollbar-dark-shadow-color:;
scrollbar-shadow-color:;
	scrollbar-arrow-color:#999999;
	background-repeat: no-repeat;
	background-image: url(images/australien_bg.jpg);
	background-position: center center;
	background-attachment: fixed;
	text-align: justify;
	clip:   rect(   );
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000033;
	background-color: #FFFFFF;
	cursor: auto;
	overflow-x: auto;
	overflow-y: auto;
	font-style: normal;
	line-height: normal;


}
