@charset "utf-8";
/* CSS Document */

* {
 margin: 0;
 padding: 0;
 border: 0;
 vertical-align: top;
 }
body {
	background-image: url(images/back.gif);
}
table {
	vertical-align: top;
	border-collapse:collapse;
}
.hat {
	color: #E9FFE8;
	vertical-align: top;
	text-align: right;
	padding-right: 20px;
	background-image: url(images/apartments.gif);
	background-repeat: no-repeat;
}
.hat h1 {
	color: #E9FFE8;
}
.menu {
	background-color: #CDFFCC;
	text-align: center;
}
.menu a:link, a:visited, a:active {
	font-weight: bold;
}
.menu a:hover {color: red;}
.menu p {
	margin: 7px;
	padding: 7px;
	font-size: 18px;
}
.hmenu {
	color: #000;
}
.hmenu a:hover {color: red;}
.content {
	padding: 15px;
	text-align: justify;
}
.content p{
	margin: 5px;
}
.content h2{
	color: #1D925D;
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.content h3{
	color: #1D925D;
	text-align: center;
	padding: 10px;
	margin: 0px;
}
.content img {
	margin-top: 3px;
	margin-right: 2px;
	margin-bottom: 3px;
	margin-left: 0px;
 }
.tumb {
	width: 395px;
	float: left;
	margin: 5px;
	border: 1px solid #999;
	-webkit-box-shadow: 0 0 15px #969696;
	-moz-box-shadow: 0 0 15px #969696;
	box-shadow: 0 0 15px #969696;
	background-color: #E9FFE8;
	text-align: left;
 }
.tumb img {
	float: left;
	margin-top: 5px;
	margin-right: 12px;
	margin-bottom: 5px;
	margin-left: 5px;
 }
.tumb p {
	margin: 12px;
 }
.tumb strong {
	color: #F00;
 }
.tumb a:link, a:visited, a:active {
	font-weight: bold;
}
.tumb a:hover {color: red;}

ul {
	margin-left: 50px;
	margin-bottom: 20px;
}
ul#gallery{float:left}
ul#gallery, ul#gallery li{list-style:none;margin:0;padding:0}
ul#gallery li{float:left;display:inline;margin: 0 0 20px 20px;width:186px;text-align:center}
ul#gallery img{display:block;width:160px;height:114px;border:0px solid;margin:0 auto 5px}
ul#gallery a{
	display:block;
	height:160px;
	padding: 10px 0;
	color: #333;
	border:1px solid #007BC4;
	text-decoration: none;
	background-color: #CDFFCC;
}
ul#gallery a:hover{background: #007BC4;color: #FFF;border-color:#000}
ul#gallery a:link, a:visited, a:active {
	font-weight: normal
}
div#extra{clear:both;width:100%}
.content img{
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
	padding:3px;
	background:#fff;
	border:1px solid #ccc;
	text-align: left;
}
