html,body {
	height: 100%;
	margin: 0px;
	padding: 0px;
	border: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #FEF1CC;
}

.page {
	text-align: center;
	border: none;
	color: #fff;
	position: absolute;
	top: 50%;
	width: 100%;
	height: 550px; margin-top : -280px;
	padding: 0px;;
	margin-top: -280px;
}

.content {
	position: relative;
	width: 950px;
	height: 550px;
	margin: 0px;
	padding: 0px;
	border: none;
}

.layout {
	width: 100%;
	border-collapse: collapse;
	margin: 0px;
	padding: 0px;
}

.layout td {
	margin: 0px;
	padding: 0px;
}

.layout tr {
	margin: 0px;
	padding: 0px;
}

#loginfailed {
	color: red;
	font-weight: bold;
	font-size: 12px;
}	


/* PAGE 1 */
#page1-scrollpane {
	height: 440px;
	width: 950px;
	padding: 0;
	display: block;
	position: absolute;
	margin-top: 20px;
	_overflow: hidden;
}

#page1-scrollpane-container {
	background-color: white;
	color: black;
	width: 2860px;
	height: 100%;
	text-align: left;
}

.page1-column {
	padding: 0px;
	width: 475px;
	height: 100%;
	float: left;
}

.page1-column-border {
 border-left: 1px dashed #888888;
}

.page1-headline {
	font-weight: bold;
	font-size: 16px;
	color: #C90019;
	padding-bottom: 0px;
	padding-left: 25px;
	padding-top: 5px;
}

.page1-par {
	clear: both;
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 10px;
	padding-bottom: 5px;
	font-size: 12px;
	color: black;
}

.page1-reference {
	font-size: 10px;
	color: #C90019;	
	float: left;
	padding: 0px;
	width: 130px;
}

.page1-reference-image {
	float: left;
	margin: 0px;
	border: 1px solid #CCCCCC;
	width: 100px;
	height: 140px;
}

/* PAGE 2 */
#page2-scrollpane {
	height: 440px;
	width: 700px;
	padding: 0px;
	padding-top: 20px;
	display: block;
	float: right;
	_overflow: hidden;
}

#page2-scrollpane-container {
	background-color: white; 
	color: black; 
	width: 1400px; 
	height: 100%; 
	text-align: left;
}

.page2-flyer-page {
	padding: 5px;
	padding-left: 20px;
	padding-top: 10px;
	width: 150px;
	height: 100%;
	float: left;
	text-align: center;
}

.page2-flyer-image {
	width: 140px;
	height: 300px;
	border: 1px solid #888888;
}

.page2-flyer-header {
	color: #C90019;
	font-weight: bold;
}

.info_title {
	position: absolute;
	bottom: 225px;
	left: 615px;
	text-align: left;
	color: #C90019;
	font-size: 14px;
	font-weight: bold;
}

.info_content {
	position: absolute;
	left: 615px;
	top: 335px;
	color: black;
	text-align: left;
	vertical-align: top;
}

#info_content_news ul {
	padding: 5px;
	margin-top: 0px;
	margin-left: 3em;
	list-style-type: disc;
	list-style-position: outside;
}

/* PAGE 3 */
#page3-scrollpane {
	height: 440px;
	width: 950px;
	padding: 0;
	display: block;
	position: absolute;
	margin-top: 20px;
	_overflow: hidden;
}

#page3-scrollpane-container {
	background-color: white;
	color: black;
	width: 960px;
	height: 100%;
	text-align: left;
}

.page3-column {
	padding: 0px;
	width: 475px;
	height: 100%;
	float: left;
}

.page3-column-border {
	border-left: 1px dashed #888888;
}

.page3-headline {
	font-weight: bold;
	font-size: 16px;
	color: #C90019;
	padding-bottom: 0px;
	padding-left: 25px;
	padding-top: 5px;
}

.page3-par {
	clear: both;
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 10px;
	padding-bottom: 5px;
	font-size: 12px;
	color: black;
}

.page3-list {
	padding-bottom: 10px;	
}

