:focus {
	outline:none;	
 }

.layout-clear {
	clear:both;	
	height:20px;
 }

body {
	margin:0px; padding:0px; border:none;
	font-family: Verdana, Arial, sans-serif;
	font-size:11px;
	background-color:#DDDDDD;
	position:relative;
 }

#headerPane {
	margin:0px; padding:0px; border:none; 
	position:relative;
	width:960px;
	z-index:5000;
 }

#footerPane {
	margin:0px; padding:0px; border:none;
	position:relative;
	width:960px;
	height:90px;
	clear:both;
	z-index:5000;
 }

#contentPane {
	margin:0px; padding:0px; border:none;
	position:relative;
	width:960px;
	background-color:#FFFFFF;
 }

#contentPane #contentLoadingPane {
	margin:0px; padding:0px; border:none;
	padding-top:100px;
	position:absolute;
	top:0px; left:0px;
	width:100%; height:100%;
	_height:1105px;
	background-color:#FFFFFF;
	z-index:1000;
 }

#contentPane #contentLoadingPane div {
	position:relative;
	margin-left:160px;
 }

#contentPane #leftContentPane {
	margin:0px; padding:0px; border:none;
	padding-top:20px; padding-left:12px;
	position:relative;
	top:3px;
	left:0px;
	width:233px;
	background-color:#FFFFFF;
	z-index:5;
	float:left;
	padding-bottom:10px;
 }

#contentPane #rightContentPane {
	margin:0px; padding:0px; border:none;
	position:relative;
	padding-top:13px; padding-right:15px;
	background-color:#FFFFFF;
	float:right;
	width:700px;
	/* Anpassung IE6 */
	_width:680px;
	
 }

/*
 * 
 * BEGIN: Category Panel
 * 
 */

#contentPane #leftContentPane #categoryPanel {
	margin:0px; border:none;
	position:relative;
	background-color:#FFFFFF;
	visibility:visible;
 }

/*
 * 
 * END: Category Panel
 * 
 */

#btnShowHotelView {
	position:absolute;
	width:200px; height:14px;
	left:-200px; bottom:0px;
	line-height:14xp;
 }

#btnShowHotelView a {
	padding-left:17px;
 	background-image:url(../../_images/hotelGalerie/details_btn_back_triangle.png);
 	background-position: left 3px;
 	color:#6E8396;
 	text-decoration:none;
 	background-repeat:no-repeat;
 }
 
#btnShowHotelView a:hover {
 	text-decoration:underline;
 }
 
