@charset "utf-8";
/**
 * "Yet Another Multicolumn Layout" - (X)HTML/CSS Framework
 *
 * (en) Example of a patch stylesheet for the Internet Explorer
 * (de) Beispiel für ein Anpassungs-Stylesheet für den Internet Explorer
 *
 * @copyright       Copyright 2005-2009, Dirk Jesse
 * @license         CC-A 2.0 (http://creativecommons.org/licenses/by/2.0/),
 *                  YAML-C (http://www.yaml.de/en/license/license-conditions.html)
 * @link            http://www.yaml.de
 * @package         yaml
 * @version         3.1
 * @revision        $Revision: 343 $
 * @lastmodified    $Date: 2009-01-19 23:41:32 +0100 (Mo, 19. Jan 2009) $
 */

/* Layout independent adjustments | Layout-unabhängige Anpassungen ----------------------------------- */
@import url(../../yaml/core/iehacks.css);

/* Box model adjustments for vlist navigation | Box-Modell-Anpassungen für vlist-Navigation */
/* @import url(/yaml/patches/patch_nav_vlist.css); */

/* Layout-dependent adjustments | Layout-abhängige Anpassungen --------------------------------------- */
@media screen, projection
{
  /* add your adjustments here | Fügen Sie Ihre Anpassungen hier ein */
	form.yform, 
	form.yform div,
	form.yform div * { zoom:0; }
	form.yform fieldset legend{margin-bottom: 1% !important;}
	
	#reservierungsStatus{top:0.2em !important;}
	#reservationNavBar{top:0.2em !important;}
	
	/*nur ie 6*/
	.vlist li a,
	.vlist li strong,
	.vlist li span,
	h6.vlist,
	.vlist li ul li a, .vlist li ul li strong, 
	.vlist li ul li span{_width: 100%;}
	div#zufriedenheit{_width:95%}
	div#zufriedenheit div.voteDescription {_line-height:18px !important;}
	div#zufriedenheit div.voteContent {_width:100% !important}
	#reservierungsanzahl .subcolumns div.calendarday, 
	#reservierungsanzahl .subcolumns div.emptyCell, 
	#reservierungsanzahl .subcolumns div.calendarweek, 
	#reservierungsanzahl .subcolumns div.calendarHeadline {_height:auto;_line-height:auto;}
	
	form.yform div.type-text, 
	form.yform div.type-select, 
	form.yform div.type-check, 
	form.yform div.type-button {_width:100%;}
	
	/*nur ie7*/
	html>body #login{height:768px;}
	html>body #login fieldset{height:180px;}
}