/*-------------------------------------------------------------*/
/*-- Web Publisher: Alexandra Rattay --------------------------*/
/*-- Languages: CSS -------------------------------------------*/
/*-- Februar 2008 ---------------------------------------------*/
/*-- www.weblandschaften.de -----------------------------------*/
/*-------------------------------------------------------------*/
body {
	background-color: #FFF;
	font-family: Arial, Helvetica, Sans-serif;
	font-size: 12px;
	color: #000;
	margin: 0;
	padding: 0;
	text-align: left;
}
p {
	margin: 0;
	padding: 0;
}
a {
	color: #a29061;
	text-decoration: underline;
}
a:visited {
	color: #a29061;
	text-decoration: underline;
}
a:hover {
	color: #000;
	text-decoration: none;
}
img {
	border: 0;
}
#BodyPart {
	margin: 10px;/* auto;*/
	width: 954px;
	position: relative;
}
* html #BodyPart {  /* Korrektur fuer den IE */
	width: 957px;
}
* html #Header {  /* Korrektur fuer den IE */
	width: 957px;
}
* html #Navigation {  /* Korrektur fuer den IE */
	width: 957px;
}
* html #Breadcrums {  /* Korrektur fuer den IE */
	width: 957px;
}
* html #Sidetitle {  /* Korrektur fuer den IE */
	width: 957px;
}
* html #Content {  /* Korrektur fuer den IE */
	width: 957px;
}
* html #Footer {  /* Korrektur fuer den IE */
	width: 957px;
}
/* Header -----------------------------------------------------------*/
#Header {
	margin: 0;
	padding: 0;
	width: 954px;
	height: 50px;
	background-image: url('img/hyatt_logo.gif');
	background-repeat: no-repeat;
	background-position: 5px 3px;
}
#Header p {
	text-align: right;
	margin-left: 200px;
	margin-top: 20px;
	font-size: 11px;
	color: #999;
}
#Header a {
	padding-left: 10px;
	padding-right: 10px;
	text-decoration: none;
	color: #999;
}
#Navigation {
	text-align: left;
	margin-bottom: 1px;
	padding: 0;
	width: 954px;
	height: 26px;
	background-color: #948671;
	border-bottom: 1px solid #474036;
}
#Navigation img.fst {
	margin-left: 6px;
}
#Navigation a {
	color: #FFF;
	text-decoration: none;
}
#Navigation a:visited {
	color: #FFF;
	text-decoration: none;
}
#Navigation a:hover {
	color: #FFF;
	text-decoration: none;
}
/* ------------------------------------------------------------------*/
#Menu {
	float: left;
	width: 214px;
}
#Menu a {
	display: block;
	text-decoration: none;
	text-transform: uppercase;
	color: #666;
	font-size: 10px;
	line-height: 24px;
	background-color: #edebe9;
	border-bottom: 1px solid #CCC;
	padding-left: 15px;
}
#Menu a:hover {
	background-color: #CCC;
}
#Menu .phh_logo {
	margin-top: 5px;
	margin-left: 10px;
	margin-bottom: 8px;
	background-color: #fff;
}
#Visual img {
	position: absolute;
	z-index: 1;
}
#Visual a, #Visual a:hover, #Visual a:visited {
	top: 348px;
	left: 880px;
	position: absolute;
	z-index: 2;
	color: #333333;
	margin: 0;
	background-color: #edebe9;
	padding: 4px 14px 4px 11px;
	text-decoration: none;
}
* html #Visual a, #Visual a:hover, #Visual a:visited {  /* Korrektur fuer den IE */
   left: 878px;
}
#Visual a:hover {
	background-color: #cfcfcf;
}
#Visual {
	float: right;
	width: 740px;
	height: 293px;
}
#Content {
	margin: 0;
	padding: 0;
	width: 954px;
}
#Breadcrums {
	width: 954px;
	height: 25px;
	border-bottom: 1px solid #e1e1e1;
}
#Breadcrums p {
	padding: 5px;
	margin-left: 10px;
	font-size: 10px;
	color: #999;
}
#Breadcrums a, #Breadcrums a:visited {
	color: #999;
	text-decoration: none;
}
#Breadcrums a:hover {
	text-decoration: none;
	color: #666;
}
#Sidetitle {
	width: 954px;
	height: 43px;
	border-bottom: 1px solid #e1e1e1;
}
#LeftCol {
	float: left;
	margin: 0;
	padding: 15px;
	width: 185px;
	color: #666;
	border-right: 1px solid #e1e1e1;
}
#Copy {
	float: left;
	margin: 0;
	padding: 15px;
	width: 500px;
}
#RightCol {
	float: right;
	margin: 0;
	padding: 15px;
	background-color: #efefef;
	border-left: 1px solid #e1e1e1;
	width: 170px;
}
#RightCol a {
	line-height: 22px;
}
/* ------------------------------------------------------------------*/
#Text {
	padding: 20px;
	text-align: left;
	font-size: 11px;
	line-height: 18px;
}
/* ------------------------------------------------------------------*/
#BoxImage {
	float: left;
	margin-right: 7px;
}
#BoxImage img {
	margin-top: 3px;
}
#BoxText {
	float: left;
}
/* ------------------------------------------------------------------*/
h1 {
	padding: 10px;
	padding-left: 15px;
	color: #a29061;
	margin: 0;
	font-size: 20px;
	text-transform: uppercase;
	font-family: Times New Roman, Times;
	font-weight: lighter;
}
h2 {
	color: #a29061;
	margin: 0;
	padding: 0;
	font-size: 13px;
	text-transform: uppercase;
	font-family: Times New Roman, Times;
}
h3 {
	color: #a29061;
	margin: 0;
	padding-bottom: 5px;
	font-size: 12px;
	font-family: Times New Roman, Times;
	text-transform: uppercase;
}
/* ------------------------------------------------------------------*/
#Footer {
	text-align: right;
	margin-top: 2px;
	padding-left: 5px;
	height: 30px;
	border-top: 1px solid #e1e1e1;
}
#Footer p {
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 3px;
	font-size: 11px;
	color: #666;
	line-height: 16px;
}
#Footer a {
	text-decoration: none;
}
/* ------------------------------------------------------------------*/
.left {
	float: left;
}
.right {
	float: left;
}
/* ------------------------------------------------------------------*/
.clear {
	clear: both;
}