html {

	height: 100%;


}

body {
	background-color: #f0e7d8;
	margin: 0px;
	font-family: verdana;
	font-size: 10px;
	line-height: 1.5;
	height: 100%;

}

.wholepage {
	
	position: relative;
	min-height: 100%;
	

}

.footer {
	
	position: absolute;
	bottom: 0px;
	left: 0px;
	right: 0px;
	text-align: center;
	background-image: url("../graphics/default/footer.png");
	height: 17px;
	padding-top:26px;

}

.footer a {
	color: black;
	text-decoration: none;
}

table {
	font-family: verdana;
	font-size: 10px;
	color: #000;
	line-height: 1.5;
	margin: 0px;
}

input {
	width: 150px;
}


img {
	border: none;
}

.inputtext{
	color: black;
	background-color: #e9dbbe;
	border: 1px solid grey;
	padding: 2px;
	font-family: verdana;
	font-size: 10px;
}

.inputsubmit{
	color: white;
	background-color: #d3c096;
}

.top {
	
	background-image: url("../graphics/header/nyheaderbg.png");
	height: 154px;
	color: #FFF;
	margin-bottom: -20px;
	
}

		.top a {
			text-decoration: none;
			color: #000;
			padding: 2px 3px 2px 3px;
			font-size: 11px;

		}
		
		.top a:hover {
			text-decoration: none;
			color: #000;
			padding: 2px 3px 2px 3px;
			background-color: #f0e7d8; 
		}

.logo {

	position: absolute;
	left: 50%;
	margin-left: -405px;
	top: 12px;
	z-index: 1;

}

.menu {
	position: absolute;
	top: 112px;
	left: 50%;
	margin-left: -134px;
	width: 500px;
	text-align: right;
	z-index:2;
}

.languagemenu {
	position: absolute;
	left: 50%;
	margin-left: 70px;
	width: 300px;
	top: 3px;
	height: 150px;
	text-align: right;
}

		
.submenu {
	margin-left: -10px;
	margin-right: -10px;
	color: #000;
	background-color: #e9dbbe;
	text-align: right;
	height: 15px;
}

.content {
	
	width: 841px;
	margin: auto;
	overflow: hidden;
	padding-bottom: 51px;

}

		.content a {
			text-decoration: none;
			color: #000;
		}
		
		.content a:hover {
			text-decoration: underline;
			color: #000;
		}
		
		.standartlink a {
			text-decoration: none;
			color: #000;
		}
		
		.standartlink a:hover {
			text-decoration: underline;
			color: #000;
		}

#index_picture {
	background-image: url("../graphics/pages/picture_frame.png");
	background-repeat: no-repeat;
	width: 800px;
	height: 328px;
	margin-top: 0px;
	padding-top: 17px;
	padding-left: 17px;
	position:relative;
}
		
#frontpage_text {

	float:left;	
	padding-left: 20px;
	margin-right: 40px;
	width: 400px;

	padding-top: 10px;
	
}

.frontpage_news {

	margin-top: 0px;
	background-image: url("../graphics/default/news_bg.png");
	float: left;
	width: 338px;
	text-align: center;

}

		.frontpage_news a {
			display: block;
			text-decoration: none;
			padding-top: 5px;
			padding-bottom: 5px;
			padding-left: 10px;
			padding-right: 10px;
			color: #000;
			margin-left: 16px;
			margin-right: 16px;
		}
		
		.frontpage_news a:hover {
			display: block;
			text-decoration: none;
			color: #000;
			padding-top: 5px;
			padding-bottom: 5px;
			padding-left: 10px;
			padding-right: 10px;
			background-color: #f0e7d8;	
			margin-left: 16px;
			margin-right: 16px;
		}

.frontpage_bg {

	margin-top: -25px;
	
}
		
		
.adminmenu {

	margin-top: - 20px;
	background-image: url("../graphics/admin/menu_bg.png");
	width: 190px;
	text-align: left;
	padding-left: 40px;
	padding-bottom: 5px;

}

.admintable {

	border-collapse:collapse;
	border: 0px;
	width: 500px;

}
		
.admintextarea {

	width: 350px;
	height: 200px;

}
		
		
.shopitem {
	text-align: center;
	background-image: url("../graphics/shop/shopitem.png");
	background-repeat: no-repeat;
	margin-bottom: 10px;
	width: 138px;

	padding-top:17px;
}
		
		.shopitem img{
			
			margin-bottom: 5px;
			margin-left:-3px;
		
		}
		
		.shopitem:hover img{
		
		}
		
		
.shopitem_big {
	float: left;
}
.shopitem_big_bg {
	background-image: url("../graphics/shop/shopitem_bg.png");
}

.shopitemreplace {
	width: 130px;
	height: 130px;
}


.shopmenuleft {

	float: left;

}

.category {

	margin-top: - 20px;
	width: 190px;
	text-align: left;
	padding-left: 40px;
	padding-bottom: 5px;
	background-image: url("../graphics/shop/menu_bg.png");

}

.basket {

	width: 190px;
	text-align: left;
	padding-left: 40px;
	padding-bottom: 5px;
	background-image: url("../graphics/shop/menu_bg.png");

}

.shoptable {

	border-collapse:collapse;
	border: 0px;

}

	.shoptable td {
		width: auto;
	}

#searchinput{
	color: black;
	background-color: #ebe1cc;
	border: none;
	padding-left: 2px;
	font-family: verdana;
	font-size: 10px;
	margin-left: 20px;
	width: 290px;
	padding-top: 3px;
	float: left;
}

#defaultinput{
	color: black;
	background-color: #e9dbbe;
	border-style:none;
	border: 1px solid gray;
	padding: 2px;
	font-family: verdana;
	font-size: 10px;
	margin-left: 15px;
}

#search {
	
	width: 40px;
	float: left;
	
}

.searchstyle{
	
	float: left;
	color: gray;
	width: 100px;
	text-align: right;
	
}

.shopbrowser {


	top: 20px;
	left: 50%;
	width: 100px;
	text-align: right;
	z-index: 1000000;

}

.shopquantity{
	color: black;
	background-color: #e9dbbe;
	border-style:none;
	border: 1px solid gray;
	padding: 2px;
	font-family: verdana;
	font-size: 10px;
}

.roomsmenu {
	
	margin-top: -22px;
	width: 291px;	
	text-align: center;
	float: left;
}

.roomsmenu_middle {

	margin-top: -10px;
	background-image: url("../graphics/rooms/roomsbox_middle.png");
	text-align: center;
	
}

		.roomsmenu_middle a {
			display: block;
			text-decoration: none;
			padding-top: 5px;
			padding-bottom: 5px;
			color: #000;
			background-color: #ece1cc;
			margin-left: 18px;
			margin-right: 19px;
			
		}
		
		.roomsmenu_middle a:hover {
			background-color: #f0e7d8;
			text-decoration: none;
		}
		
		
#roomsgallery {
	margin-left:-20px;
	float: left;
	margin-top: -22px;
	width: 550px;
	background-image: url("../graphics/rooms/rooms_frame.png");
	background-repeat: no-repeat;
}

.roomsbrowser {

	position: absolute;
	top: 0px;
	right: 0px;
	
}

#pages_text {
	
	float:left;
	padding-left: 20px;
	margin-right: 40px;
	width: 400px;
	height: 400px;
	
}

.leftorna {
	vertical-align: top;
	padding-right: 10px;
	padding-top: 4px;
}

.rightorna {
	vertical-align: top;
	padding-top: 4px;
	padding-left: 10px;
}

.textandmenu_box {

}

#textbox_left {
	padding-left: 20px;
	float: left;
	width: 440px;
	padding-top:40px;
	
}

.menubox_right {
	float:left;
	width: 338px;
	padding-top: 20px;
	
	
}

#textbox_right {

	text-align: left;
	float:left;
	width: 440px;
	padding-top: 30px;



}

.menubox_left {
	margin-left: -17px;
	padding-left: 17px;
	float: left;
	width: 350px;
	padding-top:10px;
	
}

#pages_picture {
	clear: both;
	background-image: url("../graphics/pages/picture_frame.png");
	background-repeat: no-repeat;
	width: 800px;
	height: 328px;
	margin-top: 10px;
	padding-top: 17px;
	padding-left: 17px;

}

.headline {
	height: 65px;
}

.buffer {
	height: 20px;
}

.bottombar {

	position: absolute;
	height: 20px;
	background-color: white;
	bottom: 0px;

}

#index_slideshow img {
	position: absolute;
}