* HTML,BODY {
	WIDTH: 100%;
	margin: 0px;
}
body {
	text-align: left;
	/*min-width: 760px;*/
	margin:0px;
	background-color: #edecde;
	background-image: url(../img/common/bakgrund.gif);
	background-repeat: repeat-x;
	behavior: url(css/iepngfix.htc) ;
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size: 13px;
	color: #000000;
	font-weight: normal:
}

a {
	color: #7C744C;
}

hr {
	margin-bottom:0px;
	height: 1px;
	color: #7C744C;
	background: #7C744C;
}

#container {
	width: 800px;
	top: 0px;
	margin: 0 auto;
}
#content {
	position: relative;
	width: 750px;
	text-align: left;
	background-image: url(../img/common/main_bakgrund.png);
	left: 0px;
	padding-right: 25px;
	padding-left: 25px;
}
#logo {
	position: absolute;
	z-index: 3;
	height: 99px;
	width: 231px;
	left: 500px;
	top: -5px;
}

#textcontent {
	width: 750px;
	position: relative;
	background-color: #FFFFFF;
	text-align: left;
	background-image: url(../img/start/main_bak.gif);
	background-repeat: no-repeat;
	height: 100%;
}
#top {
	position: relative;
	width: 750px;
	top: 5px;
	height: 20px;
	background-color: #edecde;
	z-index: 2;
}
#adressrad {
	position: relative;
	height: 30px;
	width: 750px;
	background-color: #EDECDE;
	text-align: center;
	margin-top: 5px;
}
#maincolumn {
	position: relative;
	width: 740px;
	margin-left: 20px;
	margin-right: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	line-height: 16px;
}

#shadowleft {
	background-image: url(../img/common/shadow_left.png);
	background-repeat: repeat-y;
	float: left;
	min-height: 100%;
	width: 20px;
	position: relative;
	height: 700px;
}
#shadowright {
	background-image: url(../img/common/shadow_right.png);
	background-repeat: repeat-y;
	float: right;
	min-height: 100%;
	width: 20px;
	position: relative;
	height: 700px;
}
#bottom {
	height: 32px;
	width: 800px;
}
#subnav {
	position: relative;
	width: 750px;
	text-align: left;
	height: 30px;
}

.booking_button_label {
	width: 170px;
	height: 30px;
	border: 0px solid red;
	margin-top :-41px;
	margin-bottom: 7px;
	margin-left: 24px;
	font-family: times new roman;
	font-size: 18px;
	color: #eeefdf;
	cursor: pointer;
}
