html, body
{
  color: #444444;     
	background-color: white;	
	
}

img
{
	color: #444444;
	border: 0px;

}

div.img_container
{
	color: #444444;
	background-color: white;
	border: 1px #444444 solid;
	padding: 10px;
}

div.top_container
{
	color: #444444;
	background-image: url("../images/bg_aquatis_white.jpg");
	height: 480px;
	width: 640px;
	
}

a
{
	color:#444444;
}
a.Enter_Button
{
	color: #444444;
	text-align: center;
	position: absolute;
	left: 200px;
	top: 430px;
	text-decoration: none;
	font-size: normal;
	font-family: sans-serif;
	font-weight: 900;
  letter-spacing: 0px;
	width: 300px;
	border-bottom: 1px #444444 solid;
}

div.window_standard
{
	
	color: #444444;	
	margin-left: 160px;
	margin-top: 120px;
	padding: 10px;
	border-style: solid;
	border-width: 1px;
	border-left-color : #AAAAAA;
	border-right-color : #FFFFFF;
	border-top-color : #EEEEEE;
	border-bottom-color : #BBBBBB;
	background-image: url("../images/bg_aquatis_white_blur.jpg");
	width: 300px;
	/*height: 200px;*/
	position:absolute;
	overflow:hidden;
	
}


.text
{
	
	text-decoration: none;
	font-size: 7pt;
	font-family: sans-serif;
  letter-spacing: 0px;
  
}

.headline
{
	
	text-decoration: underline;
	font-size: small;
	font-family: sans-serif;
	letter-spacing: 3px;

}

.menu_headline
{
  
	text-decoration: none;
	font-size: 11px;
	font-family: sans-serif;
	font-weight: 600;
	padding-right: 50px;
	position: absolute;
	cursor: pointer;

}

.menu_subline
{
  
	
	border-top: 1px solid #444444;
	text-decoration: none;
	font-size: x-small;
	font-family: sans-serif;
	font-weight: 500;
	width: 100px;
	
}

