.boxkastenSpeisekarten {
	padding: 				10px;
	margin: 				0 0 20px 0;
	}	
/**
 * ----------------------------------------------------------------------------
 * toggleElements.css - Stylesheet for jQuery-Plugin toggleElements
 * ----------------------------------------------------------------------------
 */

/* Screen ------------------------------------------------------------------- */

@media projection, screen {
.toggleBox { overflow: hidden; margin-bottom:10px;}
.toggleLeft { float:left; width:290px; border:#e0e1cb 1px solid }
.toggleRight { float:right; width:290px; border:#e0e1cb 1px solid }
.toggleCenter { margin:0 300px 0 300px; border:#e0e1cb 1px solid }

	/* Toggler - default style */
	.toggler {
	   	margin:0;
		cursor:pointer;
		text-decoration: none;
		font-size: 1.4em;
		font-weight:bold;
		line-height:35px;
		display: block;
	}

	.toggler-closed {
		height:					35px;
		background:				url('../images/Menu/bg-hauptnavigation.gif') repeat-x left top; 
		font-size:				0.9em;
		text-indent:			8px;
		color:					#FFF
	}
	.toggler-closed:hover {
		background: 			none;
		text-decoration:		none;
	}
	.toggler-opened {
		background:				url('../images/Menu/bg-hauptnavigation-180.gif') repeat-x left top; 
		border-bottom: 			1px solid #000;
		margin:					0;
		font-size:				0.9em;
		text-indent:			8px;
	}
	.toggler-opened:hover {
		background: 			transparent url('../images/Speisekarten/bg_menu-active-hover.jpg') no-repeat scroll left top;
		text-decoration:		none;
	}

	/* Container - default style */
	.toggler-c {
	}
	.toggler-c-closed {
		margin:					0;
	   	padding:				0;
	   	background: 			none;
	}
	.toggler-c-opened {
		margin:					0;
	   	padding:				0;
	   	background: 			none;
	}

.toggler-2 ul {	
}
.toggler-2 li { 
	overflow: 				hidden;
	border-bottom:			#030 1px solid;
	border-top:				#fff 1px solid;
	padding:				10px;
	margin:					0;
}
.p-toggler { line-height:normal}

}

/* Print -------------------------------------------------------------------- */
@media print {

	.toggler-c { margin-bottom:25px; }
	.toggler { display: none; }

}
