body, html{
	background-color:#fff;
	padding:0;
	margin:0;
}

/*======= DIVs ========*/
#body{
	width:1015px;
	min-height: 100%;
  	height:auto !important; /* moderne Browser */
  	height:100%; /* IE */
	
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:16px;
	color:#444444;
}

#header{
	width:1015px;
	height:95px;
	background-image:url(saadiyat-pics/header.jpg);
	background-repeat:no-repeat;
	background-color:#efefefu;
}

/*=========== Navigation oben ==========*/

#navi{
	width:475px;
	height:72px;
	position:absolute;
	left:30px;
	top:18px;
	font-weight:bold;
	color:#ffffff;
	line-height:18px;

}

#navi a{
	background-image:url(saadiyat-pics/pfeil-link.gif);
	background-repeat:no-repeat;
	background-position:left;
	color:#666666;
	text-decoration:none;
	padding-left:8px;
	font-size:9px;
}

#navi a:hover{
	background-image:url(saadiyat-pics/pfeil-highlight.gif);
	color:#343434;
}

#navi a:active{
	background-image:url(saadiyat-pics/pfeil-active.gif);
	
	color:#343434;
	text-decoration:none;
}

#navi01{
	width:159px;
	height:72px;
	position:absolute;
	left:-3px;
	top:0px;
}

#navi02{
	width:173px;
	height:72px;
	position:absolute;
	left:159px;
	top:0px;
}

#navi03{
	width:143px;
	height:72px;
	position:absolute;
	left:332px;
	top:0px;
}

/*=========== Navigation rechts oben ==========*/

#smallnavi {
	width:225px;
	height:8px;
	position:absolute;
	left:725px;
	top:5px;
	font-size:9px;
	font-weight:bold;
	color:#616161;
}

#smallnavi a, #smallnavi a:hover, #smallnavi a:active, #smallnavi a:visited {
	font-size:9px;
	font-weight:bold;
	color:#616161;
}

/*=========== Spacer ==========*/

#spacer{
	width:1015px;
	height:70px;
	background-image:url(saadiyat-pics/saadiyat-online.jpg);
	background-repeat:no-repeat;
	background-color:#;
}

#main {
	width:1015px;
	min-height: 100%;
  	height:auto !important; /* moderne Browser */
  	height:100%; /* IE */
	position:absolute;
	left:0;
	top:165px;
}

#content{
	background-image:url(saadiyat-pics/saadiyat-online-mainback.jpg);
	width:1015px;
	background-color:#FFFFFF;
}

#Spa1{
	width:482px;
	background-image:url(saadiyat-pics/saadiyat-online-spalte1back.jpg);
	float:left;
}

#Spa2{
	padding:0 30px;
	width:176px;
	background-imageurl:url(saadiyat-pics/saadiyat-online-spalte2back.jpg);
	float:left;
}

#Spa3{
	padding:0 30px;
	width:176px;
	background-image:url(saadiyat-pics/saadiyat-online-spalte3back.jpg);
	float:left;
}

#footer{
	width:1015px;
	height:45px;
	background-image:url(saadiyat-pics/footer.jpg);
	background-repeat:no-repeat;
	background-color:#e0e0e0;
}

#copyright {
	text-align:center;
	font-size:9px;
	color:#919191;
}

#copyright a{
	font-size:9px;
	color:#919191;
	text-decoration:none;
}

#copyright a:hover{
	font-size:9px;
	color:#333333;
	text-decoration:none;
}

.clear{
	clear:both;
	height:0;
	line-height:0;
}

input, textarea{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#444444;
}

