@CHARSET "UTF-8";

@import url(reset.css);

@media print
{
	body {
	    color: black !important;
	    font-family: "Lucida Grande","Lucida Sans Unicode","Lucida Sans",Helvetica,Arial,sans-serif;
		font-size: 9pt;
	}
	
	.clear {
	    clear: both;
	    display: block;
	    overflow: hidden;
	    visibility: hidden;
	    width: 0;
	    height: 0;
	}	
		
	/* Navigationselemente, Footer , Breadcrumbs ausblenden --------------- */
		
	#sidebar,
	#navigation,
	.main-backsearch,
	.main-breadcrump,
	.icon-bar,
	#footer
	{ display: none }
		
	.noprint { display:none !important; }
	
	
	/* (en) Reset Scrollbar-Fix for FF in screenlayout */
	/* (de) Zurücksetzen des Scrollbar-Fix for FF aus dem Screenlayout */	
	html { height: auto; margin-bottom: 0; }
	
	/* (en) optional URL output of hyperlinks in print layout */
	/* (de) optionale Ausgabe der URLs von Hyperlinks */
	/*
	a[href]:after {
		content:" <URL: "attr(href)">";
		color:#444;
		background:inherit;
		font-style:italic;
	}
	*/
		
	h1,h2,h3,h4,h5,h6 { page-break-after:avoid; }
	
	a:link, a:hover, a:active, a:visited {
	   color: black !important;
	   text-decoration: none !important;
	}
	
	#main,
	#header {
	    width:728px;
	}
	
	#logo             { float:left }
	#header  #kontakt { float: right }
	
	div.ui-accordion-content { padding-left: 0 !important }
	
	.hotel-details h3 {
	    margin: 12px 0 0;
	    white-space: nowrap;
	}
	
	.main-box-container h3 {
		font-size: 1.4em;
		font-weight: bold;
	}
		
	.ibe-hotel-detail h5 {
		font-size: 12px;
		font-weight: bold;
		margin: 12px 0 3px;
		padding: 0;
	}
	
	
	#main h5 {
		font-size: 12px;
		font-weight: bold;
		margin: 12px 0 3px;
		padding: 0;
	}
		
	/* Tabelle --------------- */
	
	table {
	    width: 100%;
	    border-top: 1px solid black;
	    border-left: 1px solid black;
	    border-bottom: 1px solid black;
	    margin-bottom: 4px;
	}
	
	th {
	    padding: 3px 5px;
	    color: black;
	    border-right: 1px solid black;
	}
	
	td {
	    padding: 3px 5px;
	    border-top: 1px solid black;
	    border-right: 1px solid black;
	    
	}
	
	td.align-left {
	    text-align: left;
	}
	
	td.align-right {
	    text-align: right;
	}
	
	td.align-center {
	    text-align: center;
	}	
		
	/* custom print styles --------------- */
	
	.main-box-container ul li {
	    margin-left: 4px;
	}
	
	strong { font-weight: bold }
	
	#header #kontakt {
		float: right;
		margin-top: 36px;
	}
	
	#header #kontakt span {
	    font-size: 1.8em;
	}
	
	.main-box .column-left {
		float: left;
		width: 350px;
	}
	
	.main-box-container {
		clear: both;
		padding-left: 8px;
	}
	
	.main-box-hotel-details h3.accordion-headline {
		clear: both;
		font-size: 1.3em;
		padding: 13px 10px 0 0;
	    border-bottom:1px solid black;	
	}
	
	.main-box-hotel-details h4.accordion-link {
		font-size: 11px;
		margin: 6px 0 4px 0;
		padding: 3px 10px 3px 0;
		font-weight: bold;
	}
	
	.main-box-hotel-details h5 {
		border-bottom: 1px solid black;
		font-size: 1.3em !important;
	}
	
	#main ul {
	    line-height: 18px;
	    margin-bottom: 9px;
	    margin-left: 20px;
	    list-style-type: disc;
	}
	
	.carousel {
		float:right;
		margin: 19px 0 0 47px;
	}
	
	form#accomodations { margin: 0 0 4px 0 }
		
	.ui-accordion-content { display: block !important }
	
	div.notice-justified p span {
	    float: right;
	}
	
	.phone-medium {
	    font-size:1.4em;
	    font-weight: bold;
	}	
	
	.carousel #outer,
	p.alignright,
	.meta,
	.accordion-headline .sub
	{ display: none }
	
	.arrow strong,
	.price strong
	{ font-size: 13px; }
}
