body{
	background-color:white; 
	background-attachment: fixed;
	color:black;
	font-family:arial,helvetica,sans-serif;
	padding:0px;
	margin:0px;
	width:100%;
	height:100%
	}

h1{
	font-family:arial,helvetica,sans-serif;
	font-size:20px;
	color:#ffffff;
	padding:0px;
	margin:0px;
	white-space:nowrap;
}

#bild{	
		position:absolute;
		border-right:1px solid #b4b4b4;
		width:790px;
		white-space:nowrap;
		overflow:hidden;
}

a:visited{color:#003399}
a { 
	/*width:100%;
	height:100%;*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px; 
	color:#003399;
	text-decoration: none;
	font-weight:bold;
	padding-top:1px;
	display:block;
	/*background-color:#FFFFFF;*/
}

a:link{color:#003399}
a:active { 
	
	}
a:hover { 
	color:#0099CC; 
}


