#body
{ 
	width:520px;
	margin: 15%;	
}

#header
{
	top: 150;
	height: 130px;
	background-image: url(header.jpg);
	background-repeat: repeat-no;
	width:600px;
	position: fixed;
}

#content
{
	top: 100px;
	height: 130px;
	left: 100px;
	position: absolute;
	width: 300px;
}


.headline
{

	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-style: italic;
	font-weight: bold;
}

a.text
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	font-weight: normal;	
	padding: 18px;
	text-decoration: none;
	color: Black;
}

a.text:hover
{
	font-weight: bold;
	color: #4682B4;
}

a.text:visited
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	font-weight: normal;	
	padding: 18px;
	text-decoration: none;
	color: Black;

}

a.text:active
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	font-weight: normal;	
	padding: 18px;
	text-decoration: none;
	color: Black;

}
