html {
	background-color: #ffffff;
}

body {
	margin: 0px;
	font-family: verdana, arial, sans-serif;
	font-size: 12px;
}

h3 {
	margin: 0px;
}

a {
	color: #000000;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

img {
	border: 0px;
}

.mainContainer {
	position: relative;
	width: 750px;
	height: 563px;
}

.flashContainer {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 750px;
	height: 563px;
}

.htmlContainer {
	position: absolute;
	left: 0px;
	top: 0px;
	background-color: #ffffff;
	width: 750px;
	height: 600px;
	display: none;
}

.planskissContainer {
	position: absolute;
	left: 0px;
	top: 0px;
	background-color: #ffffff;
	width: 750px;
	height: 600px;
	display: none;
}

.backButton {
	position: absolute;
	top: 0px;
	left: 638px;
	width: 97px;
	height: 32px;
	background-color: #ddcc6b;
}

.adminContainer {
	position: absolute;
	top: 0px;
	left: 737px;
}

.clear {
	clear: both;
}

.leftPart {
	width: 420px;
	float: left;
}

.midPart {
	float: left;
	width: 9px;
	height: 563px;
	background: url(../images/mid_divider.png);
	background-repeat: no-repeat;
}

.rightPart {
	width: 321px;
	float: left;
}

.photoHolder {
	position: relative;
	height: 315px;
}

.photoContainer {
	position: absolute;
	left: 0px;
	top: 0px;
	display: block;
}

.360Image {
	position: absolute;
	left: 0px;
	top: 0px;
	display: block;
}

.tabContainer{
	position: absolute;
	left: 0px;
	top: 297px;
	height: 18px;
	width: 100px;
	text-align: center;
	line-height: 18px;
	background: url(../images/tab_bg.png);
}

.tabContainerActive {
	position: absolute;
	left: 0px;
	top: 295px;
	height: 20px;
	width: 100px;
	text-align: center;
	line-height: 20px;
	background: url(../images/active_tab_bg.png);
}

.sitplan {
	position: relative;
	margin-top: 10px;
}

.sitplanHolder {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 350px;
	width: 220px;
}

.polyHolder {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 350px;
	width: 220px;
}

table.info {
	width: 306px;
	border-collapse: collapse;
}

table.info tr.odd {
	background-color: #aaba0b;
}

table.info tr.even {
	background-color: #ddcd69;
}

table.info td {
	line-height: 18px;
	padding: 0px 5px;
}

.absolute {
	position: absolute;
	left: 0px;
	top: 0px;
}

.hidden {
	display: none;
}

