 /* *********** Lombok - Kuta *********** 
 Hintergrund: #80bfd0;
 */
html, body { 
	margin : 5px 0px 10px 5px;
	font-size: 14px;
	 }
body { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666; 
	background-color: #80bfd0;}
	
table, td {
	font-size: 14px;
}
a:link, a:visited,  a:active {
	color: #666;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
#over {
	border: 1px solid #004F94;
		width: 975px;
	background-color: #fff;
}
/* *********** Header *********** */
#header {
	width: 975px;
	height: 150px;
	border-top: 5px solid #004F94;
	border-left: 1px solid #004F94;
	border-right: 1px solid #004F94;
	background: #004f94;   
	background-repeat: no-repeat;
}
#topnavi {
	background: #C0DFE8;
	padding: 10px;
	text-align: right;
	color: #666;
	font-weight: normal;
	letter-spacing: 1px;
	border-bottom: 1px solid #004e93;
	font-size: 12px;
}

/* *********** Content *********** */
.table {
	width: 100%;
}

#content {
	vertical-align: top;
	padding: 5px 15px 15px 15px;
}
#content h1 {
	font-size: 15px;
	margin: 3px 3px 12px 0px;
	padding: 4px;
	background-color: #fff;
	color: #ff0000;
}
#content h2 {
	font-size: 12px;
	margin: 2px 0px 8px 5px;
}
#content p {
	font-size: 14px;
	margin-left: 5px;
	}
.bold {
	font-weight: bold;
}
/* *********** Images *********** */

.left {
	padding: 4px;
	border: 1px solid #004F94; 
	margin-right: 15px;
    float: left;
}
.right {
	padding: 4px;
	border: 1px solid #004F94; 
	margin-left: 15px;
	margin-right: 10px;
float: right;
}

.gallery_normal {
  border: 2px solid #FFFFFF;
  cursor: pointer;
}
.gallery_activ {
  border: 2px solid;
  cursor: pointer;
}
.lang_link1 {
  position: absolute;
  left: 20px;
}
.lang_link2 {
  position: absolute;
  left: 50px;
}

#trailimageid {
	position: absolute;
	visibility: hidden;
	left: 0px;
	top: 0px;
	height: 1px;
	z-index: 5000;
}

/* *********** Footer *********** */

#footer {
	border-top: 1px solid #004e93;
	text-align: center;
	font-size: 10px;
	padding: 3px;
	background: #C0DFE8;
	color: #004e93;
} 
.sale {
	margin-top: 15px;
	background-color: #FFFFCC;
	border: 1px dashed #FF0000;
	height: 120px;
	padding: 10px;
}
.list {
	list-style-type: lower-alpha;
}

