html {
	margin: 0px;
}

body {
	background-color: white;
	text-align: center;
	margin: 0px;
}

body, table, input, textarea, select {
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial, sans;
	font-size: 13px;
	color: black;
}

p {
	margin: 0px;
}

h1 {
	font-size: 24px;
	font-weight: normal;
	color: #CD953A;
	margin: 2px 0px 2px 0px;
}

h2 {
	font-size: 15px;
	font-weight: bold;
	margin: 0px 0px 5px 0px;
	letter-spacing: -1px;
}

h3 {
	font-size: 14px;
	font-weight: bold;
	color: black;
	margin: 0px 0px 5px 0px;
}
	
h6 {
	font-size: 10px;
	font-weight: normal;
	color: #724C0D;
	margin: 0px 0px 5px 0px;
}

form {
	margin: 0px;
}

input, textarea, div.dateinputs {
	border: 1px solid #D6B572;
	background-color: #FFFCF2;
	font-size: 12px;
}

input.button, button {
	background-color: #D9B375;
	background-image: url("/graphics/menubg.gif");
	background-repeat: repeat-x;
	background-position: top;				
	border: 1px solid #8E6521;
	font-weight: bold;
	color: white;
}

a {
	color: blue;
	text-decoration: underline;
	font-weight: bold;
}
a:hover {
	color: black;
	text-decoration: none;
}

a img {
	border: 0px;
}

img.photopopup {
	border: 2px solid white;
}

/******************************************************************************
** Custom classes that make up the main website parts.
******************************************************************************/

/**
 * Creates the main centered column
 */
div.main {
	width: 100%;
	text-align: left;
}
	
	div.main div.logo {
		margin: 25px 0px 10px 0px;
		height: 72px;
	}
		div.main div.logo img {
			float: right;
			margin-right: 25px;
		}

	div.main div.rect {
		background-image: none;
		padding: 5px 0px 10px 0px;
	}
		div.main div.rect_top {
			background-image: none;
			display: none;
		}
		div.main div.rect_bot {
			display: none;
		}
		
		div.main div.rect div.content {
			padding: 7px 0px 15px 0px;
		}
			
			div.main div.rect div.content div.toptext {
				margin: 4px 0px 8px 0px;
			}

				div.main div.rect div.content div.toptext div.languages {
					display: none;
				}
				
			div.main div.rect div.content div.photos {
				margin-left: -7px;
				margin-bottom: 18px;
				height: 125px;
			}
				div.main div.rect div.content div.photos img {
					border: 2px solid white;
					margin: 0px 5px 0px 9px;
					float: left;
				}
				
			div.main div.rect div.content br.photobreak {
				display: block;
				clear: left;
			}
				
			div.main div.rect div.content div.menu {
				display: none;
			}
			
			div.main div.rect div.content div.text {
				padding: 0px;
			}
				
			div.main div.rect div.content div.rooms {
				display: none;
			}
					
			div.main div.rect div.content div.contactform {
				float: right;
				width: 400px;
				margin: 10px 0px 40px 10px;
				background-color: #F2E8D2;
			}
				
	div.copyright {
		text-align: right;
		padding-right: 10px;
		font-size: 10px;
		color: #5F5F5F;
	}

/*******************************************************************************
** ELEMENTS THAT DEFINE THE DROPDOWN MENUS
*******************************************************************************/

.dropdown {
	display: none;
}

/*******************************************************************************
** Reaction related classes after this point.
*******************************************************************************/

div.reactionblock {
	width: 515px;
	overflow: hidden;
}

div.reaction {
	margin-bottom: 15px;
	border: 1px solid #CEA158;
	background-color: #F4F1E4;
}
	div.reaction h6 {
		color: white;
		padding: 3px;
		background-color: #D9B375;
		background-image: url("/graphics/menubg.gif");
		background-repeat: repeat-x;
		background-position: top;				
		border-bottom: 2px solid #8E6521;
		border-right: 2px solid #8E6521;
	}
	div.reaction div.buttons {
		width: 40px;
		float: right;
		font-size: 11px;
		margin-top: 3px;
	}
		div.reaction div.buttons a {
			font-weight: normal;
			cursor: pointer;
		}
	div.reaction div.padding {
		padding: 5px;
	}

form.reactform input.txtinput {
	height: 15px;
	width: 200px;
}
form.reactform textarea {
	width: 350px;
	height: 130px;
	overflow: auto;
}
form.reactform input.button {
	width: 120px;
}

/**
 * Table in reaction pop-up window.
 */
table.reaction_popup {
	margin-top: 100px;
	width: 320px;
	margin-left: auto;
	margin-right: auto;
}
	table.reaction_popup td {
		vertical-align: top;
		padding: 4px;
	}
	
form.contactform {
	margin-right: 75px;
}

	form.contactform table {
		font-size: 11px;
	}

	form.contactform td.error, span.error {
		color: red;
		font-weight: bold;
		font-size: 11px;
		padding-top: 0px;
		padding-bottom: 5px;
	}

	form.contactform div.formpart {
		border: 1px solid #A87727;
		padding: 5px 5px 10px 10px;
		margin-bottom: 15px;
		background-color: #F7EDD7;
		position: relative;
	}
		form.contactform div.formpart h3 {
			position: absolute;
			top: -11px;
			background-color: #F2E8D2;
			padding: 0px 3px 0px 3px;
			padding: left;
		}

	form.contactform input.txtinput {
		height: 18px;
		width: 200px;
	}
	form.contactform textarea {
		width: 300px;
		height: 100px;
		margin-top: 5px;
		overflow: auto;
	}
	form.contactform input.button {
		width: 120px;
	}

	form.contactform div.dateinputs {
		height: 18px;
		padding: 0px 2px 0px 2px;
		float: left;
	}
		form.contactform div.dateinputs input.dateinp_dd,
		form.contactform div.dateinputs input.dateinp_mm,
		form.contactform div.dateinputs input.dateinp_jjjj {
			border: 0px;
			padding: 0px;
			margin: 0px;
			height: 18px;
		}

		form.contactform div.dateinputs input.dateinp_dd {
			width: 15px;
		}
		form.contactform div.dateinputs input.dateinp_mm {
			width: 15px;
		}
		form.contactform div.dateinputs input.dateinp_jjjj {
			width: 30px;
		}		
