/*
	CSS Document: css_popup.css
	Version: 2.0 | Date: 2009-03-09
	Project: www.hotel-sonnhof.at
	Author: websLINE, 2009
	-------
*/

html, body {
     margin:0;
     padding:0;
     height:100%;
	}
body {
	text-align: center;
	background: #F7F5EE url(img_bg-body.gif) repeat-x 0 -70px;
	margin: 0; padding: 0;
	}

img {
	border: 0;
	}

div#popup,
div#popupShort {
	margin: 0 auto;
	text-align: left;
	min-height: 90%;
	position: relative;
	background: #fff;
	}
div#popup {
	width: 600px;
	}
div#popupShort {
	width: 500px;
	}
* html #popup,
* html #popupShort {
	height: 90%;
	}
.recommend {
	width: 400px;
	margin: 0 auto;
	}

#header	{
	height: 81px;
	vertical-align: top;
	padding: 0 15px 20px 15px;
	position: relative;
	top: 0; left: 0;
	}
#header img {
	margin: 10px;
	}
#content {
	vertical-align: top;
	padding: 20px 25px;
	}

a.close {
	color: #666;
	}
