.bodytext {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: normal;
	color: #000000;
}

a:link {
	color: #008000;
	text-decoration: underline;
	font-weight: bold;
}
a:visited {
	color: #008000;
	text-decoration: underline;
	font-weight: bold;
}
a:hover {
	color: #008000;
	text-decoration: none;
	font-weight: bold;
}
a:active {
	color: #008000;
	text-decoration: underline;
	font-weight: bold;
}

.ondark {
	color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: normal;
}
.ondark a:link {
	color: #FFFFFF;
	text-decoration: underline;
}
.ondark a:visited {
	color: #FFFFFF;
	text-decoration: underline;
}
.ondark a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
.ondark a:active {
	color: #FFFFFF;
	text-decoration: underline;
}

.smalltext {
	color: #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: normal;
}
.smalltext a:link {
	color: #000000;
	text-decoration: underline;
}
.smalltext a:visited {
	color: #000000;
	text-decoration: underline;
}
.smalltext a:hover {
	color: #000000;
	text-decoration: none;
}
.smalltext a:active {
	color: #000000;
	text-decoration: underline;
}

.indexpage {
	background:white url("graphics/backg-fade.jpg") no-repeat bottom left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #000000;
}

.excursion-container {
	padding: 5px;
	background-color: #EEE;
	border: 1px solid #519553;
}#navcontainer {
	width: 190px;
	padding: 5px;
	border: 1px solid #EEE;
	margin: 5px;
}
#navcontainer ul {
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bolder;
}
#navcontainer a {
	display: block;
	padding: 3px;
	width: 180px;
	background-color: #B4C37A;
	border-bottom: 1px solid #eee;
	color: #519553;
}
#navcontainer a:link, #navlist a:visited {
color: #FFFFFF;
text-decoration: none;
}
#navcontainer a:hover {
background-color: #519553;
color: #fff;
}
.pic-container-clear {
	padding: 5px;
	border: 1px solid #EEEEEE;
	border-top-color: #AE863D;
	border-bottom-color: #AE863D;
	border-right-style: none;
}
h1 {
	font-size: 18px;
	font-weight: bold;
}

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	background-image: url(images/back3.jpg);
	margin: 0px;
}
.apartmentcontent {
	background-color:#E8E6B8;
	border: thin solid #DCD2A6;
	padding: 8px;
	margin-bottom: 10px;
	font-size: 12px;
}

.cancellation {
	background-color:#E8E6B8;
	border: thin solid #DCD2A6;
	padding: 8px;
	margin-bottom: 10px;
	font-size: 10px;
}

.indexcontentleft {
	background-color:#E8E6B8;
	border: thin solid #DCD2A6;
	padding: 8px;
	height:227px;
	float: left;
	width: 343px;
		margin: 6px;
}
.indexcontentright {
	background-color:#E8E6B8;
	border: thin solid #DCD2A6;
	padding: 8px;
	height:227px;
	width: 343px;
	float:right;
	margin: 6px;
}
.indeximageright {
	float:right;
		margin: 6px;
}
.indeximageleft {
	float:left;
		margin: 6px;
}
.apartmenttitle {
	font-size: 18px;
	font-style:italic;
}


.apartmentimage {
	float:left;
	margin-right: 6px;
	margin-bottom: 4px;
	border: thin solid #A77E4D;
	padding:5px;
	background-color: #C4A769;
}