@import url("menu.css");
/*@import url("album.css");*/

html {
	height: 100%;
}
body {
	height: 100%;
	background-color: #FFFFFF;
	text-align: center;
	margin:0;
	font-family:verdana, tahoma, arial, sans-serif;
	font-size: 11px;
	background: url(images/toprepeat.jpg) repeat-x;	
}
form {height: 100%;}
#wrapper {
    min-height: 100%;
}
 
/* IE6 Hack */
* html #wrapper {
    height: 100%;
}
 
#footer {
	text-align: center;
    position: relative;
    height: 64px;
    margin-top: -64px;
    background: url(images/footerrepeat.jpg) repeat-x bottom;
	z-index: 0;
}


p {
	margin: 0 0 12px 0;	
}
h1 {
	font-size: 15px;
	color: #514d42;
	font-weight: bold;
	margin: 0 0 20px 0;	
}
h2 {
	font-size: 12px;
	color: #aaa68a;
	margin: 0 0 12px 0;
}
a, a:active, a:link, a:visited {
	color: #aaa68a;
	text-decoration: none;
}
a:hover
{
	color: #666666;
	text-decoration: none;
}
#container {
	width:984px;
	margin: 0px auto;
	text-align: left;
	position: relative;
}
#stretcher {
	width: 984px;
	margin: 0px auto;
	text-align: left;
	position: relative;
	display: table;
	z-index: 9;	
}
#logo {
	position: absolute;
	top: 19px;
	left: 100px;	
	width: 283px;
	height: 87px;
	background: url(images/logo.jpg);
	z-index: 2;
}
#ornamentlefttop {
	position: absolute;
	top: 0px;
	left: 0px;	
	width: 457px;
	height: 246px;
	background: url(images/ornamentlefttop.jpg);
	z-index: 1;
}
#ornamentrightbottom {
	position: absolute;
	bottom: 0px;
	left: 50%;
	width: 492px;
	height: 266px;
	background: url(images/ornamentrightbottom.jpg) no-repeat right;
	z-index: 3;
}
#slogan {
	position: absolute;
	top: 50px;
	left: 450px;
	color: #5e594a;
	font-style: italic;
	z-index: 4;
}
#toprightframe {	
	width: 200px;
	height: 480px;
/*	background: url(images/toprightframe.jpg); */
	z-index: 5;
}
#toprightvertline {
	position: absolute;
	top: 159px;
	right: 10px;	
	width: 1px;
	height: 231px;
	background: url(images/toprightvertline.gif);
	z-index: 6;
}
#bottomleftvertline {
	position: absolute;
	bottom: 0px;
	left: -482px;	
	width: 1px;
	height: 292px;
	background: url(images/bottomleftvertline.gif) no-repeat left;
	z-index: 7;		
}
#reservations {
	position: absolute;
	top: 45px;
	left: 750px;
	width: 200px;
	text-align: center;
	font-style: italic;
	color: #666666;
	font-size: 14px;
	z-index: 8;
}
#topmenu {
	position: absolute;
	left: 31px;
	top: 122px;
	height: 43px;
	font-size: 12px;
	color: #c5c2a1;
	z-index: 10;
}
.menuitem {
	background: url(images/menuvertline.jpg) no-repeat right;
	text-align: center;
	padding: 0 10px 0 10px;
	float: left;
	height: 43px;	
}
#content {
	position: relative;
	margin-top: 200px;
	margin-left: 40px;	
	width: 900px;
	float: left;
	padding-bottom: 128px;
	display: table-cell;
}
#rightsidecontent {
	float: right;
	position: relative;
	text-align: center;
	margin-top: 26px;	
	margin-right: 26px;
	width: 200px;
	padding-bottom: 128px;	
	display: table-cell;
}
#contentornament {
	text-align: center;
	width: 100%;
	height: 11px;
	padding-top: 30px;
	background: url(/skins/saphir/images/ornament.gif) no-repeat bottom;
}
.portfolio {
	float:left;
	text-align:center;
	margin-right:20px;
	margin-bottom:20px;
}
.bigimage {
	float:left;
	text-align:center;
	margin-right:20px;
	margin-bottom:20px;
}
a img, a:active img, a:link img, a:visited img {
	border: 1px solid #FFFFFF;
}
a:hover img {
	border: 1px solid #666666;
}
.contactformtableholder {
	width: 450px;
}
.contactformtable {
	width: 450px;
}
.dynamicformfield {
	width: 200px;
	border: 1px solid #666666;
}

.contactformtable td
{
	vertical-align:top;
	line-height:20px;
	padding:3px;
}

/* ---- CSS Link LoginModule ---- */
.loginmodule
{
	text-align:left;
	color: #000000;
	font-weight: bold;
	margin-top: 5px;
	width: 150px;
}

.loginpage
{
	text-align:left;
	color: #000000;
	font-weight: bold;
	margin-top: 5px;
	width: 150px;
}

.loginfield
{
	background: #FFFFFF;
	border: 1px solid #CCCCCC;
	text-align: left;
	font-weight: bold;
	font: 11px arial black,tahoma, arial, sans-serif;
}

.logintitle
{
  text-align:left;
  font-weight:bold;
  font-size:14px;
}


















