#gallery
{
	font:11px arial,sans-serif; 
	width:660px; 
	padding:15px 0 0 0; 
	line-height:15px;
}
#gallery div.off 
{
	color:#fff;
	font-weight:bold;
	height:33px; 
	line-height:33px;
	width:330px;
	padding:0 106px;
	float:left; 
	background: url(../images/boton5.png);
	cursor:pointer; 
	position:relative; 
	z-index:20;
}

#gallery div.on 
{
	color:#fff; 
	font-weight:bold;
	width:330px;
	padding:0 106px; 
	margin-top:1px; 
	float:left; 
	background: url(../images/boton6.png); 
	cursor:pointer; 
	border-bottom:0; 
	height:33px; 
	line-height:32px; 
	position:relative; 
	z-index:100;
}

div.hide
{
	display:none; 
	width:0; 
	overflow:hidden;
}
div.show
{
	float:left; 
	background: url(../../images/Seil%20bg.png) no-repeat top right; 
	
	width:350px; 
	margin-top:0; 
	padding:20px; 
	position:relative; 
	
	font:11px verdana, arial, sans-serif; 
	line-height:18px;
}
div.show img 
{
	float:left; 
	margin:0 10px 10px 0;
}
.clear
{
	clear:both;
}

h1 {
  font-weight: bold;	
  padding: 0 0 1.5em 0;
  font-family: Arial, sans-serif;
  font-size: 2em;
  color: #666666; 
  margin:0;
}



