/* general elements */

html {
	margin: 0px;
	padding: 0px;
}
body {
	background: #FFF url(images/bg-top-left.jpg) no-repeat top left;
	font: 1.0em/1.2em Georgia, serif;
	color: #33372E;
	margin: 0px;
	padding: 0px;
	min-height: 100%; 
/*	position: static; */
}
a:link {
	font-weight: bold;
	text-decoration: none;
	color: #181968;
	background-color: transparent;
}
a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #181968;
	background-color: transparent;
}
a:hover, a:active {
	/* text-decoration: underline; */
	color: #00014F;
	background-color: transparent;
}
acronym {
	border-bottom: none;
}

/* specific ids*/

#content {
	font: normal 100% Georgia, Palatino, Times, "Times New Roman", serif;
	background: transparent url(images/bg-top-right.jpg) no-repeat top right; 
/*	background: transparent url(images/bg-bottom-right-01.jpg) no-repeat bottom right; */
	margin: 0px 0px 120px 150px;
	padding: 0px;
	position: relative;
	top: 0px;
	left: 0px;
}

#header {
	min-width: 740px;
	height: 100px;
	margin: 10px 150px 0px 0px;
	display: block;
}
#header h1 {
	background: transparent url(images/01-amalia.png) no-repeat top right;
	width: 340px;
	height: 70px;
	margin-top: 10px;
	margin-left: 20px;
	float: left;
}
#header h1 span {
	display: none;
}
#header h2 {
	background: transparent url(images/01-rooms-to-let.png) no-repeat top left;
	width: 340px;
	height: 70px;
	margin-top: 10px;
	float: right;
}
#header h2 span {
	display: none;
}
#intro {
	margin-right: 150px;
/*	background-color: #AFEEEE; */
	clear: both;
	position: relative;
}
#summary {
	clear: both;
	margin: 0px 20px 10px 10px;
	width: 160px;
	float: left; 
}
#summary p {
	font: italic 1.2em/1.4em Georgia, serif;
	text-align: center;
}
#toptext {
	font: normal 1em/1.4em Georgia, serif;
	margin: 0px 15px 20px 10px;
	padding: 10px 0px 0px 0px;
}
#navbar {
	margin-top: 122px;
	position: absolute;
	top: 0px;
	right: 15px;
	font: 1em verdana, sans-serif;
	width: 117px;
	height: 184px;
	text-align: center;
}
#langselect {
	font: 0.6em italic verdana, sans-serif;
	color: #747474;
	background-color: transparent;
	margin: 0px 0px 0px 0px;
	text-align: center;
}
#linklist ul {
	margin: 15px 0px 0px 0px ;
	padding: 0;
}
#linklist li {
	margin: 0;
	padding: 3px 0 3px 0px;
	list-style: none;
	border-bottom: 1px solid #ECEFD7;
}
#linklist li.home {
	margin-top: 4px;
	padding-top: 4px;
	border-top: 1px solid #ECEFD7;
}
#linklist li a, #linklist li a:visited {
	border-bottom: none;
}

#linklist li a:hover {
	color: #0002F6;
	background-color: transparent;
}
#main {
	font: normal 1em/1.4em Georgia, serif;
	clear: both;
	margin-right: 150px;
}
#sidetext {
	
}
#sidetext2 {
	clear: left;
}


#imagebox550 {
	width: 550px;
	height: 428px;
	float: left;
	margin: 0px 20px 20px 18px;
	position: relative;
}
#imagebox480 {
	width: 480px;
	height: 369px;
	float: left;
	margin: 8px 30px 25px 18px;
	position: relative;
}
#imagebox480high {
	width: 360px;
	height: 480px;
	float: right;
	margin: 8px 5px 25px 8px;
	position: relative;
}
.imgsubtext {
	height: 15px;
	font: normal 0.7em Arial, "sans serif";
}
#bottomtext {
	font: normal 1em/1.4em Georgia, serif;
	clear: both;
	margin: 0px 150px 20px 0px;
}
#bottomline {
	background: transparent url(images/bg-bottomline.jpg) repeat-x top;
	margin-right: 150px;
	height: 8px;
	clear: both;
}
#bottomcornerleft {
	background: transparent url(images/bg-bottomcorner-left.jpg) no-repeat top left; 
	float: left;
	height: 8px;
	width: 10px
}
#bottomcornerright {
	background: transparent url(images/bg-bottomcorner-right.jpg) no-repeat top right;
	float: right;
	height: 8px;
	width: 10px;
}
#ornament {
	text-align: center;
	margin-right: 150px;
}
#footer {
/*	background: transparent url(images/bg-bottom-02.jpg) no-repeat bottom center; */
	text-align: center;
	margin-right: 150px;
	clear: both;
}
.cross {
	cursor: crosshair;
}
#adrlist ul {
	margin: 15px 0px 0px 0px ;
	padding: 0;
}
#adrlist li {
	margin: 0;
	padding: 3px 0 3px 0px;
	list-style: none;
	border-bottom: 1px solid #ECEFD7;
}
