html,body {
	margin: 0;
	padding: 0;
	height: 600px;
	font-family: arial;
}

body {
	background: url("../images/jszug-background.jpg");
}

.page {
	vertical-align: middle;
	text-align: center;
}

.left, .top, .main {
	border: 0px solid #000000;
}

.container {
	position: relative;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	width: 800px;
}

.left {
	position: absolute;
	top: 200px;
	left: 0px;
	width: 200px;
	height: 100%;
}

.top {
	position: absolute;
	top: 10px;
	left: 0px;
	width: 800px;
	height: 100%;
}

.main {
	position: absolute;
	padding: 0px 0px 0px 12px;
	top: 200px;
	left: 200px;
	width: 600px;
	height: 100%;
}

.button {
	border: none;
	outline: none;
}

.menu-link a:visited, .menu-link a:focus {
	outline: none;
}

.general-link, .general-link:visited, .general-link:focus {
	text-decoration: none;
	color: #000080;
	outline: none;
}

.highlight-link:hover {
	display: table-cell;
	text-decoration: none;
	color: #000080;
	border: 10px solid #FF8000;
}

.large-link, .large-link:visited, .large-link:focus {
	padding: 0px 4px 0px 4px;
	text-decoration: none;
	color: #000080;
	outline: none;
	font-size: 1.3em;
	font-weight: bold;
}

.large-link:hover {
	padding: 0px 4px 0px 4px;
	text-decoration: none;
	background: #000080;
	color: #FFFFFF;
	outline: none;
	font-size: 1.3em;
	font-weight: bold;
}

.standard-image-left, .standard-image-left:visited, .standard-image-left:focus {
	border: none;
	padding: 0px 4px 0px 0px;
	float: left;
}

.standard-image-right, .standard-image-right:visited, .standard-image-right:focus {
	border: none;
	padding: 0px 0px 0px 4px;
	float: right;
}

.page-title {
	font-size: 1.8em;
	font-weight: bold;
	border-bottom: 3px double;
	line-height: 2em;
}

.subtitle {
	font-size: 1.1em;
	font-weight: bold;
	color: #FFA000;
	text-decoration: underline overline;
	line-height: 1em;
}

.standard-table {
	font-size: 1em;
	font-weight: bold;
	border: 1px solid #808080;
	width: 100%;
}

.standard-table tr.roweven td {
	background-color: #FFA000;
}

.standard-table tr.rowodd td {
	background-color: #FFFFA0;
}

.impression {
	font-size: 0.8em;
	min-height: 160px;
	width: 520px;
}

.impression-table {
	border-collapse: collapse;
	width: 375px;
}

.impression-table tr td {
	vertical-align: top;
	border-bottom: 1px #C0C0C0 solid;
}

.impression-table-q {
	font-weight: bold;
}

.impression-image-left {
	float: left;
}

.impression-image-right {
	float: right;
}

.confirmation-table {
	width: 500px;
	border-collapse: collapse;
	font-weight: bold;
	color: #000080;
	font-size: 1em;
}

.confirmation-table tr td {
	vertical-align: top;
	border-bottom: 1px #C0C0C0 solid;
}

.news {
	border: 1px solid #808080;
	padding: 10px;
}

.news-title {
	font-size: 1.2em;
}

.paper-top {
	height: 15px;
	padding: 10px 10px 2px 10px;
	background: url("../images/impression-top.jpg") no-repeat;
}

.paper-middle {
	padding: 0px 10px 0px 10px;
	background: url("../images/impression-middle.jpg") repeat-y;
}

.paper-bottom {
	height: 32px;
	padding: 2px 10px 10px 10px;
	background: url("../images/impression-bottom.jpg") no-repeat;
}

.image-link {
	vertical-align: middle;
	text-decoration: none;
	border: none;
}

.image-link-text, .image-link-text:visited, .image-link-text:focus {
	text-decoration: none;
	font-weight: bold;
	color: #008000;
	outline: none;
	font-size: 1.1em;
}

.bullet-point-list {
	list-style-image: url("../images/bullet-point.jpg");
}

.box {
	padding: 0px 10px 0px 10px;
	border: 4px solid #FFFF64;
}

.insetbox {
	padding: 0px 10px 0px 10px;
	border-style: inset;
	border-width: 4px;
	border-color: #A0A0A0;
	background: #FFFF64;
	font-weight: bold;
}

.newline {
	clear: both;
}

.formtable, .formtable input, .formtable select, .formtable textarea {
	padding: 2px;
	font-weight: bold;
	color: #000080;
	outline: none;
	font-size: 1em;
}

.formtable input, .formtable select, .formtable textarea {
	border-style: inset;
	border-width: 2px;
	border-color: #000080;
}

.submitbutton {
    cursor: pointer;
	outline: none;
	font-weight: bold;
	color: #000000;
	font-size: 1em;
}

.submitbutton:hover {
	color: #FFA000;
}

.countdown-large {
	font-weight: bold;
	color: #000000;
	font-size: 1.2em;	
}

.countdown-small {
	font-weight: bold;
	color: #000000;
	font-size: 0.8em;
}

.date-ticker {
	font-weight: bold;
	color: #000000;
	font-size: 0.8em;
	float: left;
}
