* {
	margin: 0;
	padding: 0;
	outline: none;
}

img{
	border: 0;
}

/*  */

html {
	height: 100%;
}

body {
	text-align: center;
	background-color: #EDEEE8;

	height: 100%;

	font: 13px Verdana;
}

h1 {
	font-size: 16px;
}

#top_background {
	background-color: #2B2F30;

	position: absolute;

	top: 0;
	left: 0;

	width: 100%;
	height: 288px;

	z-index: 0;
}

#container {
	width: 800px;

	padding: 0 4px;

	margin: 0 auto;

	position: relative;
	
	z-index: 1;

	background: url('/images/hotel/container_bg.png') repeat-y;

	min-height: 100%;

	text-align: left;
}

#header {
	height: 290px;

	position: relative;
}

#topmenu {
	height: 64px;

	border-bottom: 2px solid #485251;
}

#topmenu a img {
	width: 132px;
	height: 64px;

	border-left: 2px solid #485251;
}

#topmenu a:first-child img {
	width: 130px;
	border: 0;
}

#header img#logo {
	width: 264px;
	height: 222px;

	border-right: 1px solid white;
}

#page {

}

#content {
	float: right;
	width: 505px;

	min-height: 320px;

	padding: 15px;

	font: 12px Verdana;
	line-height: 20px;
}

#content ul {
	padding-left: 20px;
}

#content ol {
	padding-left: 30px;
}


#content p {
	margin: 1em 0;
}

#column {
	float: right;

	width: 264px;
	min-height: 200px;

	margin-right: 1px;
}

#column h2 {
	font-size: 16px;
	padding: 5px 10px;

	background-color: #C0BFBF;
	margin-bottom: 5px;

}

#menu {

}

#menu a {
	display: block;

	height: 18px;

	background: url('/images/hotel/menu_bg.png') no-repeat;

	margin-bottom: 1px;

	text-decoration: none;

	padding: 5px 0 3px 10px;

	color: white;

	font-size: 12px;
	font-weight: bold;

}

#menu a:hover, #menu a.selected {
	background: url('/images/hotel/menu_hover_bg.png') no-repeat;

	color: black;
}

div.imageblock {
	float: left;
	width: 115px;
	height: 115px;

	border: 1px solid yellow;

	margin: 5px;

	padding: 5px;

	border: 1px solid #D7D9D8;
}

div.imageblock a.imagewrap {
	display: block;

	width: 115px;
	height: 115px;

	margin: 0 auto;

	line-height: 115px;

	text-align: center;
}

div.imageblock a.imagewrap img {
	vertical-align: middle;
	margin-top: -1px;
}

input, select {
	font-size: 10px;
}

img.links {
	float: left;
	margin-right: 10px;
}

img.right {
	float: right;
	margin-left: 10px;
}

.tekst {
	font-family:  verdana;
	font-size: 10px;
	font-weight: bold;
  letter-spacing: 0.1em;
}

.error {
	color: red;
}
