@charset "utf-8";
/* Projekt Strutz Appartements, Panorama 2013 */

html, body
{ 
	background-image: -webkit-linear-gradient(white 0%, #999 100%); 
	   background-image: -moz-linear-gradient(white 0%, #999 100%); 
	     background-image: -o-linear-gradient(white 0%, #999 100%); 
	        background-image: linear-gradient(white 0%, #999 100%);
	font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	padding: 0; 
	margin: 0; 
	width: 100%; 
	height: 100%;
}

#panorama
{
	width: 1020px; 
	background-color: white; 
	padding: 0 0 40px 0;
	border: 1px solid #333;	
	        border-radius: 6px;
	   -moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}


.text 
{ 
	color: black; 
	font-size: 8pt; 
	line-height: 10pt; 
}
a.text
{
	text-decoration: none;
}
a.text:hover
{
	color: #900;
}



