/* CSS Document */


/*.lefty { 

	align:center;

	position: absolute; 
	left: 0px; 

}*/

.mainbg { 
	/*background-image: url(images/back_600x357.jpg);*/
	background-color: black;
	background-repeat: no-repeat; 
	background-attachment: fixed; 
	background-position: left top; 
	color: #aaa;
}

.topbg { 
	/*background-image: url(images/backtop_600x169.jpg);*/
	background-color: black;
	background-image: url(images/sunpedro_wh_600x129.png);
	background-repeat: no-repeat; 
	background-attachment: fixed; 
	background-position: center top;
	/*text-align: center;*/
	/*position: absolute;*/
	/*margin-left: auto ; fuer zentrierung */
	/*margin-right: auto ; fuer zentrierung */
}

.topbg img {
	clear: both;
	float: left;
	height: 140px;
	width: 140px;
	position: fixed;
	visibility: visible;
	left: 0px;
	top: 0px;
}

.menutxt { 
	color: #C94F27;
	/*position: absolute;*/ 
	/*top: 146px;*/
	text-align: center;
	margin-top: 110px;/*119px*/
	margin-left: auto ;
	margin-right: auto ;
	border-bottom: 1px solid #fff;
	/*margin: auto auto ;*/
	/*width: 610px ;*/
	
}

.sp_orange {
	color: #C94F27;
}

.blkbg { 
	background-color: black;
}

.bg { 
	background-color: #009900;
	/*background-color: #009900;*/
}


