@import url("debug.css");

html,body {
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
	background: #e3ceac url(../images/background.jpg);
	font-family: Times New Roman, Georgia, Verdana;
}

img {
	border: none;
}

#world {
	width: 1018px;
	margin: 0px auto;
	height: 100%;
	min-height: 100%;
	overflow: visible; background : #fff6ee;
	border-right: 1px solid #4b5d2d;
	border-left: 1px solid #4b5d2d;
	background: #fff6ee url(../images/background_inner.jpg);
}

#world[id] {
	height: auto;
}

#head {
	height: 103px;
	background: url(../images/headerbg.jpg) no-repeat;
}

#menu {
	padding: 0px 10px 0px 50px;
	height: 22px;
	background: url(../images/menubg.jpg) no-repeat #828d63;
}

a {
	text-decoration: none;
	color: #998b74;
}

input,textarea {
	border: 1px solid #e3ceac;
}

input {
	padding: 1px;
}
textarea {
	padding: 5px;
}
button{
	margin-top:3px;
	background:white;
	border-top:1px solid #e3ceac;
	border-left:1px solid #e3ceac;
	border-bottom:1px solid #998b74;
	border-right:1px solid #998b74;
}
button:hover{
	background:brown;
	color:white;
}
#adressfield input {
	margin-top: -1px;
}
#adressfield input[name] {
	margin-bottom: 1px;
}

#menu a {
	color: white;
}

#menu a:hover {
	color: #f1e3d7;
}

#body {
	padding: 10px 20px 50px;
	height: auto;
	vertical-align: top;
}

#body .centeralign img {
	margin: 30px 10px 0px;
	width: 200px;
	height: 150px;
}

#foot {
	border-right: 1px solid #4b5d2d;
	border-left: 1px solid #4b5d2d;
	position: relative;
	margin: -28px auto 0px;
	bottom: 0px;
	height: 28px;
	width: 1018px;
	background: url(../images/footbg.jpg) no-repeat;
}

#foot a {
	text-decoration: none;
	color: black;
}

#foot a:hover {
	color: #90542b;
}

.justify {
	text-align: justify;
}

.bigpadd {
	padding-left: 50px;
	padding-right: 50px;
}

.menudiv {
	float: left;
	margin: 0px 10px;
	font-size: 14pt;
	color: white;
	padding-left: 20px;
}

.menudiv:hover {
	background: url(../images/icowood.gif) no-repeat;
}

.centeralign {
	text-align: center;
}

.hone {
	margin-left: 150px;
}

.weatherfloater {
	margin: 50px 20px 0px 0px;
	float: left;
}

.adfloater {
	margin: 50px 0px 0px 20px;
	float: right;
}

.minhdiv {
	text-align: center;
	float: left;
	width: 180px;
	height: 180px;
}

.hdetail {
	width: 90%;
	margin: auto;
}

.hdetail td {
	vertical-align: top;
}

.plans {
	width:200px;
	padding-right: 10px;
}

.picsleft {
	padding: 0px 10px;
	width:150px;
}

.picsunder {
	padding: 10px 0px;
}

.picsleft div, .picsunder div {
	height: 100%;
	overflow: hidden;
	background: #ffebd8;
}

.picsleft div {
	text-align: center;
	height: 365px;
	padding: 7px 0px 2px 0px;
	background: url(../images/picbg.jpg);
}

.picsunder div {
	padding: 5px;
}

.picsleft img,.picsunder img {
	margin: 1px;
}

.picholder {
	width: 500px;
	height: 375px;
	text-align: center;
	background: #e3ceac;
}

.hdcomment {
	padding: 10px;
}

.impress {
	margin: 50px 0px;
}

.impressright {
	margin-left: 80px;
	float: left;
}

.impressleft {
	margin-right: 80px;
	float: right;
}

.actual{
	float:left;
	margin:10px 20px 0px -10px;
	padding:5px 5px 5px 5px;
	background:#fff0d8;
	text-align:center;
}

.counter{
	clear:both;
	text-align:center;
	color:brown;
	font-size:10pt;
}

.hr{
	width:200px;
}
hr{
	width:200px;
}
.floatimg{
	float:left;
	margin-right:15px;
}
.styletable td{
	width:50%;
}
#floorholder1, #floorholder2{
	width:45%;
	text-align:center;
}
#floorholder1 span, #floorholder2 span{
	font-size:16pt;
	font-weight:bold;
	display:block;
	margin-bottom:20px;
}
#floorholder1{
	float:right;
	padding-right:45px;
}
#floorholder2{
	float:left;
	padding-left:45px;
}

