/* ----------------------------------------
	 Layout
	 © 2005 by Melan
------------------------------------------- */

#pos_overall {
	display: block;
	float: left;
	width: 984px;
	position: static;
	left: 0:
	top: 0;
}

#pos_left {
	display: block;
	float: left;
	width: 215px;
	height: 650px;
	position: static;
	overflow: visible;
	left: 0:
	top: 0;
	color: #666;
	background: #EE5019 url(/images/bg_logo.gif) no-repeat;	
}

#pos_middle {
	display: block;	
	float: left;
	position: static;
	width: 552px;	
	left: 0;	
	z-index: 0;
	top: 0;
	margin: 0;
	padding: 0;
	border: 0;		
}

#pos_right {
	display: block;
	float: left;
	width: 215px;
	position: static;
	left: 0;
	top: 0;
	height: 650px;
	margin: 0;
	padding: 0;
	border: 0;	
	background: #EE5019 url(/images/bg_head.gif) repeat-x;	
}


#pos_buttons {
	position: relative;
	display: block;
	width: 215px;
	height: 30px;
	padding-top: 80px;
}

#pos_languages {
	display: block;
	width: 215px;
	height: 28px;	
	border-bottom: 1px solid #fff;
}

#pos_info {
	display: block;
	width: 215px;
	height: 195px;	
}

#pos_book {
	display: block;
	width: 215px;
	height: 70px;	
}

#pos_calendar {
	position: relative;
	display: block;
	width: 215px;
}

#pos_logo {
	position: static;
	display: block;
	width: 215px;
	height: 110px;	
}

#pos_menu {	
	position: static;
	display: block;
	width: 215px;
	height: 380px;
}

#pos_newsletter {
    width: 215px;
    height: 160px;
    position: static;
    background: url(/images/bg_newsletter.gif) 0 0 no-repeat;   
}

#pos_image {
	position: static;
	display: block;
	width: 550px;
	height: 216px;
	padding: 70px 1px 0 1px;
	background: #fff url(/images/bg_head.gif) repeat-x;
}

#pos_image_small {
	position: static;
	display: block;
	width: 550px;
	height: 60px;
	padding: 70px 1px 0 1px;
	background: #fff url(/images/bg_image_small.gif) no-repeat;
}

#pos_image_medium {
	position: static;
	display: block;
	width: 550px;
	height: 80px;
	padding: 70px 1px 0 1px;
	background: #fff url(/images/bg_head.gif) repeat-x;
}

#pos_content {
	position: static;
	display: block;
	width: 512px;
	
	min-height: 450px;
	 
	
	padding: 5px 20px 20px 20px;
	background-color: #fff;
}

* html #pos_content {
	height: expression(document.getElementById("pos_content").height < 450? "height": "450px" );
}

#pos_content_antik {
	position: static;
	display: block;
	width: 512px;
	padding: 5px 20px 20px 20px;
	background-color: #E3D4C4;
}

#pos_footer {
	position: static;
	display: block;
	width: 542px;
	height: 30px;
	padding: 5px;
	color: #fff;
}