BODY {
	background-image: url('img/bg.jpg');
	color: white;
	font-family: Verdana;
	font-size: 11px;
}

#header {
	background-image: url('img/header.jpg');
	width: 977px;
	height: 271px;
	position: relative;
}

#mainmenu {
	position: absolute;
	bottom: 15px;
	left: 44px;
}

#body {
	background-image: url('img/body_bg.gif');
	background-repeat: no-repeat;
	background-position: -2px 9px;
	width: 977px;
	height: 480px;
	position: relative;
}


/* KALENDER */
#calendar {
	position: absolute;
	left: 33px;
	top: 50px;
	width: 166px;
}

#calendar A {
	text-decoration: none;
}

.calendar_prev {
	background-image: url('img/prev.gif');
	background-repeat: no-repeat;
	background-position: center;
	width: 15px;
	height: 18px;
	float: left;
	padding-top: 7px;
}

.calendar_next {
	background-image: url('img/next.gif');
	background-repeat: no-repeat;
	background-position: center;
	width: 15px;
	height: 18px;
	float: left;
	padding-top: 7px;
}

.calendar_date {
	float: left;
	font-family: Georgia;
	font-size: 17px;
	color: white;
	width: 136px;
}

.calendar {
	float: left;
	border: 2px solid #be6f00;
}

.sunday {
	background-color: #ea9a06;
	width: 24px;
	text-align: center;
	color: white;
	border-bottom: 1px solid white;
	font-size: 10px;
}

.sunday A {
	color: white;
	font-weight: bold;
}

.cal_day, .saturday {
	width: 24px;
	text-align: center;
	font-size: 10px;
	line-height: 15px;
	background-color: #d4d4d4;
	border-right: 1px solid white;
	border-bottom: 1px solid white;
	color: #4a4a4a;
}

.cal_empty_day {
	background-color: #e5e5e5;
	border-right: 1px solid white;
	border-bottom: 1px solid white;
}

.cal_day A, .saturday A, .active_day A {
	color: #4a4a4a;
	font-weight: bold;
}

.active_day {
	background-color: white;
	text-align: center;
	font-size: 10px;
}

.button {
	float: left;
	height: 40px;
	width: 92px;
	background-image: url('img/button.gif');
}

.button A {
	text-decoration: none;
	color: white;
	font-size: 12px;
	font-weight: bold;
	line-height: 34px;
	
}

#button_1 {
	background-image: url('img/button_1.jpg');
	width: 95px;
}

#button_2 {
	background-image: url('img/button_2.gif');
	width: 97px;
}

#languages {
	position: absolute;
	bottom: 66px;
	right: 8px;
}

.language {
	font-size: 10px;
	font-family: Arial;
	font-weight: bold;
	float: right;
	width: 65px;
}

.language A {
	text-decoration: none;
	color: white;
}

#submenu {
	position: absolute;
	left: 233px;
	top: 120px;
}

.submenu_button {
	background-image: url('img/submenu.gif');
	height: 21px;
	width: 92px;
	font-family: Verdana;
	font-size: 11px;
	text-align: left;
	padding-left: 20px;
	margin-top: 2px;
}

.submenu_button A {
	text-decoration: none;
	color: #ff9c00;
}

#contact {
	position: absolute;
	left: 20px;
	top: 202px;
	width: 200px;
	text-align: left;
}

.h2 {
	font-family: Georgia;
	font-size: 17px;
	color: white;
}

.h1 {
	font-family: Georgia;
	font-size: 25px;
	color: white;
}

#content {
	position: absolute;
	left: 375px;
	top: 40px;
	width: 520px;
	height: 430px;
	overflow: auto;
	text-align: left;
}

#content a {
	color: #ff9e00;
	text-decoration: none;
}

#content a:hover {
	color: #ffbe5a;
	text-decoration: underline;
}

#broneeri {
	position: absolute;
	width: 210px;
	left: 12px;
	top: 10px;
	font-family: Georgia;
	font-size: 20px;
}

#photo_title {
	text-align: center;
}

.form_row input {
	border: 1px solid #ff9600;
}

.form_navigation input {
	background-image: url('img/btn_bg.jpg');
	width: 81px;
	height: 27px;
	border: 0px;
	color: white;
	font-size: 11px;
	font-family: Verdana;
	cursor: pointer;
	float: left;
}

.form_submit_prev {
	float: left;
}

.form_submit_next {
	float: right;
}

.food, .price_total {
	position: relative;
	width: 400px;
	float: left;
	height: 20px;
}

.food_comment {
	height: 100px;
}

.food_cat {
	font-weight: bold;
}

.food_name {
	position: absolute;
	left: 10px;
	top: 0;
}

.food_price {
	width: 50px;
	position: absolute;
	left: 190px;
	top: 0px;
	text-align: right;
}

.food_count, #price_total {
	width: 50px;
	position: absolute;
	left: 250px;
	top: 0px;
}

.food_count input {
	border: 1px solid gray;
	width: 25px;
}

.price_total {
	font-weight: bold;
	margin-top: 10px;
	border-top: 1px solid gray;
}

.form_row_name {
	width: 150px;
	float: left;
	font-weight: bold;
}	

.form_row {
	width: 100%;
	float: left;
	margin-top: 10px;
}

.form_navigation {
	width: 100%;
	float: left;
	clear: both;
	position: relative;
}

.gallery_picture {
	border: 2px solid white;
	background-color: white;
	margin: 5px;
	height: 75px;
	float: left;
	overflow: hidden;
	width: 100px;
}

.filmstrip_container {
	float: left;
	clear: both;
}

.filmstrip_item {
	width: 40px;
	height: 40px;
	float: left;
	margin: 2px;
	background-position: center center;
	background-color: white;
	background-repeat: no-repeat;
}

.filmstrip_item a:hover {
	text-decoration: none;
	border: 0;
}

.gallery_cat {
	float: left;
}

.gallery_cat_name {
	margin-right: 5px;
	margin-left: 5px;
	font-family: Georgia;
	font-size: 14px;
}

.gallery_picture {
	float: left;
}

.bron_building {
	font-family: Georgia;
	font-size: 17px;
	color: white;
	margin-top: 5px;
}

.booking_title {
	font-family: Georgia;
	font-size: 20px;
	color: white;
	float: left;
	margin-bottom: 10px;
}

.booking_date {
	float: left;
	margin: 8px 0 0 7px;
}

.bron_building {
	float: left;
	clear: both;
}

.bron_bron {
	float: left;
	clear: both;
}

.newsitem_date {
	margin-top: 5px;
	font-size: 10px;
}

.bigtext {
	font-family: Georgia;
	font-size: 17px;
	color: white;
}

.feedback_iteration input {
	border: 1px solid #ff9600;
}

.feedback textarea {
	border: 1px solid #ff9600;
	width: 300px;
	height: 100px;
}

.feedback_send input {
	margin-top: 5px;
	background-image: url('img/btn_bg.jpg');
	width: 81px;
	height: 27px;
	border: 0px;
	color: white;
	font-size: 11px;
	font-family: Verdana;
	cursor: pointer;
	float: left;
}