html,
body {
	height: 100%;
}

body {
	font-family: Tahoma, Arial;
	font-size: 12px;
	color: #ffffff;
	background-color: #000000;
	margin: 0px;
	padding: 0px;
}

#content {
	height: 100%;
	min-height: 400px;
}

.content-window {
	width: 100%;
	height: 400px;
	min-height: 400px;
	overflow: hidden;
	visibility: hidden;
}

.content-window>table {
	height: 400px;
	width: 4500px;
	table-layout: fixed;
}

.navigation {
	height: 54px;
	line-height: 54px;
	margin: 10px auto 0;
	text-align: center;
	white-space: nowrap;
	width: 500px;
}

.cnt-image {
	position: relative;
	width: 500px;
	height: 400px;
}

.cnt-image img {
	display: block;
	width: 500px;
	height: 400px;
}

.contact-dialog {
	background: rgba(0, 0, 0, .75);
	display: none !important;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 10;
}

.contact-dialog.contact-dialog-open {
	display: block !important;
}

.contact-box {
	background: #ffffff;
	color: #222222;
	margin: 8% auto 0;
	max-width: 360px;
	padding: 20px 25px 25px;
	position: relative;
}

.contact-box h2 {
	margin: 0 0 15px;
}

.contact-box label {
	display: block;
	margin-top: 10px;
}

.contact-box input,
.contact-box textarea {
	box-sizing: border-box;
	display: block;
	font: 14px Tahoma, Arial;
	margin-top: 4px;
	padding: 5px;
	width: 100%;
}

.contact-box button[type="submit"] {
	margin-top: 15px;
	padding: 6px 12px;
}

.contact-close {
	background: transparent;
	border: 0;
	cursor: pointer;
	font-size: 24px;
	line-height: 1;
	position: absolute;
	right: 8px;
	top: 6px;
}

#contact-status {
	margin-top: 10px;
}

table {
	font-family: Tahoma, Arial;
	font-size: 12px;
	color: #ffffff;
	margin: 0px;
	padding: 0px;
}

a:hover {
	color: #ffffff;
	text-decoration: none;
}

a:link,
a:visited {
	color: #fffff;
	text-decoration: none;
}