body {
	background-color: #FFE9B9;
	text-align: center;
}

.ResFrame {
  background-color: #fff4de;
}

.Content {
	position: relative;
	background-image: url(/img/background.jpg);
	background-repeat: no-repeat;
	border: medium ridge #FFF0D0;
	height: 580px;
	width: 892px;
	margin-top: 85px;
	text-align: left;	
	font-family: "Monotype Corsiva";
}

.Menu {
  	position: absolute;
	top: 190px;
	left: 10px;
	width: 140px;
	font-size: 12px;
}

.Menu .Item  {
}

#Menu_Welkom {
	margin-left: 45px;
}

#Menu_Kamers {
	margin-left: 37px;
}

#Menu_Arangement {
	margin-left: 29px;
}

#Menu_Locatie {
	margin-left: 21px;
}

#Menu_Gastenboek {
	margin-left: 13px;
	display: none;
}

#Menu_Reserveren {
	margin-left: 5px;
}



.Menu .UnSelected {
}

.Menu .Selected {
}

.Menu a {
	background-image: url(../img/menu.jpg);
	background-repeat: no-repeat;
	height: 30px;
	font-size: 20px;
	color: #990b0a;
	padding-left: 7px;
	display: block;
	text-decoration: none;
	color: #990b0a;
}

.Menu a:Hover {
  background-image: url(../img/menuhover.jpg);	
	color: #fee7b5;
}


.Title {
	position: absolute;
	left: 230px;
	top: 60px;
	width: 640px;
	height: 60px;
	background-image: url(/img/title.jpg);
}

.Title h1{
	margin-top: 0px;
	margin-left: 5px;
	font-weight: bold;
	font-size: 39px;
}

.CMS {
	position: absolute;
	left: 190px;
	top: 150px;
	padding-right: 40px;
	text-align: justify;
	overflow: auto;
	height: 430px;
	width: 663px;
}

#Contact_EmailPanel {
 position: absolute;
 top: 400px;
 left: 180px;
}

.LoginControl {
  position: absolute;
  top: 250px;
  left: 200px;	
}

 
.LoginControl .Label
{
	width: 120px;
	float: left;
}

.Guestbook, .GuestbookForm, .Form {
	position: absolute;
	left: 190px;
	top: 150px;
	padding-right: 40px;
	text-align: justify;
	overflow: auto;
	height: 430px;
	width: 660px;
}


.GuestbookForm .Ok {
	margin-left: 195px;
}

.Form .SubTitle {
	font-size: 28px;
	font-weight: bold;
	margin-bottom: 10px;
	display: inline-block;
}

.Form .Arrangement{
  position: absolute;
  top: 0px;
  left: 400px;
}

.ReserveerArr .Ok {
  position: absolute;
  top: 275px;
  left: 400px;	
}

.InvalidInput {
	background-image: url(/Framework/img/sign_warning.png);
	background-repeat: no-repeat;
	height: 16px;
	width: 16px;
	display: inline-block;
}

