@CHARSET "UTF-8";

/* ***************************************************************** *
 *   OBJECTS IN THE CONTENT AREA  
 * ***************************************************************** */
#main h1 {
	font-size: 18px;
	color: #CCCCCC;
	font-weight: lighter;
	padding-bottom: 10px;
	margin-top: 30px;
	font-style: italic;
	letter-spacing: 1px;
	word-spacing: 1px;

}
#main h2 {
  	font-size: 12px;
	color: #6699CC;
	font-weight: lighter; 
	margin-top: 18px;
}
#main h2.extra {
  	font-size: 14px;
	color: #6699CC;
	font-weight: bold;  
	margin: 8px 0 12px 0;
}
#main h3 {
  	padding: 8px 0 3px 0;
	margin: 0;
  	font-size: 12px;
  	font-weight: bold;
  	font-style: italic;
	color: #ffffff;
}
#main .htmlText {
	padding: 5px 0 20px 0; 
	line-height: inherit;
	color: inherit; 
	font-size: inherit;
}
#main .htmlText p {
  	padding: 5px 0 10px 0;
	margin: 0;
} 
/*#main li p {
  	padding: 0 0 3px 0;
	margin: 3px 0 5px 0;
} */ 
#main .priceTable .htmlText table tr td p, #main .priceTable .htmlText table tbody tr td p {
  	padding: 0;
	margin: 0;
} 

#main div.separator {
	height: 20px;
	overflow: hidden;
}
#main .distance, #boxCol .distance {
	height: 30px;
	overflow: hidden;
}
 
#main ul {
  	margin: 3px 0 3px 1em;
	padding: 2px 0;
	list-style-type: circle; 
}
#main ul li {
	margin: 2px 0 2px 1em;
	padding: 2px 0 2px 2px; 
}
#main ul li p {
	margin: 0;
	padding: 0 0 2px 0;
}

#main div.image1 {
  margin: 15px 0;
}
#main div.image1 .subtitle {
  padding: 3px 0 10px 0;
}
#boxCol div.image1 {
  margin: 20px 0;
} 

/*
#main div.linkToTop {
  text-align: right;
	margin: 45px 0 12px 0;
}
#main div.linkToTop a, #main div.linkToTop a:visited {
  border: 1px solid #CCCCCC;
	padding: 2px 2px 2px 24px;
	background: url(/images/navi/linkToTop_bg.gif) 2px 4px no-repeat;
	color: #666666;
	font-weight: bold;
	text-decoration: none;
}
#main div.linkToTop a:hover {
  background: #CCCCCC;
}
*/

#main .downloadLink {
	margin: 10px 0 15px 0;
}
#main .downloadLink h3 {
	margin: 0;
	padding: 0;
}
#main .downloadLink .imageLeft {
	float: left;
	margin: 5px 10px 5px 0;
}



/* object: image left aligned with text / image right aligned with text */
#main div.imgLeftAlignedWithText, #main div.imgRightAlignedWithText {
  margin: 0 0 20px 0;
}
#main div.imgLeftAlignedWithText div.image {
  float: left;
	padding: 0 0 5px 0;
	margin-right: 10px;
}
#main div.imgRightAlignedWithText div.image {
  float: right;
	padding: 0 0 5px 0;
	margin-left: 10px;
}
#main div.imgLeftAlignedWithText div.image div.subtitle, 
#main div.imgRightAlignedWithText div.image div.subtitle  {
  padding: 3px 0 0 0;
	width: 100%;
  text-align: center;
  font-size: 11px;
	line-height: 1em;
	color: #666;
}


#main div.twoImages {
  margin-bottom: 20px;
}
#main div.twoImages div.image {
  float: left;
	width: 260px;
	text-align: center;
}
#main div.twoImages div.image div.subtitle  {
	padding: 3px 0 0 0;
	text-align: center;
	font-size: 11px;
	line-height: 1em;
	color: #666;
}


#main table.image3 {
	margin-bottom: 20px;
	width: 100%;
	border: 0;
}
#main table.image3 tr td {
	width: 33%;
	text-align: center;
}
#main table.image3 div.subtitle  {
	padding: 3px 0 0 0;
	text-align: center;
	font-size: 11px;
	line-height: 1em;
	color: #CCCCCC;
}

#main .blueLine hr {
	width: 100%;
	height: 2px;
	border-top-width: 1px;
	border-right-width-value: 1px;
	border-right-width-ltr-source: physical;
	border-right-width-rtl-source: physical;
	border-bottom-width: 1px;
	border-left-width-value: 1px;
	border-left-width-ltr-source: physical;
	border-left-width-rtl-source: physical;
	border-top-style: solid;
	border-right-style-value: solid;
	border-right-style-ltr-source: physical;
	border-right-style-rtl-source: physical;
	border-bottom-style: solid;
	border-left-style-value: solid;
	border-left-style-ltr-source: physical;
	border-left-style-rtl-source: physical;
	border-top-color: #6699cc;
	border-right-color-value: #6699cc;
	border-right-color-ltr-source: physical;
	border-right-color-rtl-source: physical;
	border-bottom-color: #6699cc;
	border-left-color-value: #6699cc;
	border-left-color-ltr-source: physical;
	border-left-color-rtl-source: physical;
	margin-top: 20px;
	margin-bottom: 20px;
} 
 
/* ***************************************************************** *
 *   IMAGE GALLERY (THUMBS LIST)
 * ***************************************************************** */ 
#imgGallery {
  	margin: 20px 0;
	padding: 10px 0;
}
#imgGallery table.thumbs {
  	width: 100%;
	border: 0;
}
#imgGallery table.thumbs tr td {
  	width: 33%;
	padding: 0;
	margin: 0;
	text-align: center;
}
#imgGallery table.thumbs tr td {
  
}
#imgGallery table.thumbs tr td a {
  	display: block;
	height: 100%;
	padding: 5px;
	margin: 5px;
	border: 0;
	text-align: center;
	background: #F2F2F2;
	text-decoration: none;
	cursor: pointer;
}
#imgGallery table.thumbs tr td a:hover {
	background: #ffffff;
	text-decoration: none;
}
#imgGallery table.thumbs tr td .imgContainer {
	height: 110px;
	width: 160px;
	margin: 5px auto;
	overflow: hidden;
	text-align: center;
}
#imgGallery table.thumbs tr td .imgContainer div.minSize {
	width: 160px;
	height: 120px;
	margin: 0 auto;
	text-align: center;	
}
#imgGallery table.thumbs tr td span.desc {
	display: block;
	height: 25px;
}


/* ***************************************************************** *
 *  CITY MAP 
 * ***************************************************************** */ 
#mapNav table {
  width: 100%;
	border: 0;
}
#mapNav ul {
  list-style: none;
	margin: 0;
}



/* ***************************************************************** *
 * ***************************************************************** *
 *   CONTAINER OBJECTS IN MAIN AREA   
 * ***************************************************************** *
 * ***************************************************************** */

 
 

/* ***************************************************************** *
 *   TOPICS LIST (WITH/WITHOUT IMAGES)
 * ***************************************************************** */ 
#main div.topicsList div.item {
  margin-bottom: 15px;
}
#main div.topicsList div.item div.image {
  float: left;
	width: 120px;
	padding-top: 3px;
	margin-right: 5px; 
}
#main div.topicsList div.item div.text {
  float: left;
	width: 415px;
}
#main div.topicsList div.item div.intro p {
  margin: 0;
	padding: 0;
}
#main div.topicsList div.item div.text h3, #main div.topicsList div.item h3 {
  padding: 0;
}


/* ***************************************************************** *
 *   NEWS LIST 
 * ***************************************************************** */
#newsList .item {
	margin-bottom: 15px;
}
#newsList .date {
	font-size: 11px;
}
#newsList h3 {
	padding: 0 0 4px 0;
} 
#newsList .intro p {
	display: inline;
} 

/* ***************************************************************** *
 *   LOGBOOK 
 * ***************************************************************** */
table.logbookNav {
	width: 100%;
	margin: 20px 0;
	border-top: 1px solid #FFFF00;
	border-bottom: 1px solid #FFFF00;
}
table.logbookNav tr td {
	padding: 4px 0;
	font-weight: bold;
}

/* ***************************************************************** *
 *   GUESTBOOK 
 * ***************************************************************** */
#gbNav {
	border-bottom: 1px solid #FFFF00;  
	margin: 5px 0;
	padding-bottom: 3px;
	font-size: 11px;
} 
#gbNav .pageNavSmall {
	float: right;
}   
#gbNav .pageNavSmall .act {
	color: #FF9900;
}   
#gbNav a {
	color: #ffff00;
	padding: 1px;
	font-weight: bold;
	text-decoration: none;
}

table#gbList {
	width: 100%;
	border: 0;
}
table#gbList tr td {
	padding: 8px 0;
} 
table#gbList tr td.data {
	width: 25%;
	padding-right: 5%;
	font-size: 11px;
} 
table#gbList tr td.mainText {
	width: 70%;
} 
table#gbList tr td.data div {
	margin-bottom: 14px;
}  
table#gbList tr td .author {
	font-weight: bold;
}
table#gbList tr td .links a {
	margin-right: 10px;
}
table#gbList tr.spacer td hr {
	width: 100%;
	height: 1px;
	border-top-width: 1px;
	border-right-width-value: 1px;
	border-right-width-ltr-source: physical;
	border-right-width-rtl-source: physical;
	border-bottom-width: 0;
	border-left-width-value: 1px;
	border-left-width-ltr-source: physical;
	border-left-width-rtl-source: physical;
	border-top-style: solid;
	border-right-style-value: solid;
	border-right-style-ltr-source: physical;
	border-right-style-rtl-source: physical;
	border-bottom-style: solid;
	border-left-style-value: solid;
	border-left-style-ltr-source: physical;
	border-left-style-rtl-source: physical;
	border-top-color: #ffffff;
	border-right-color-value: #ffffff;
	border-right-color-ltr-source: physical;
	border-right-color-rtl-source: physical;
	border-bottom-color: #ffffff;
	border-left-color-value: #ffffff;
	border-left-color-ltr-source: physical;
	border-left-color-rtl-source: physical;
	margin-top: 10px;
	margin-bottom: 10px;
} 