/* Stilangaben für die Einstiegsseite */
html {
	height: 100%;
	width: 100%;
}
body {
	border:0 none;
	height:100%;
	margin:0px;
	padding:0px;
	color:#FFFFFF;
	font-size:76%;
	line-height:140%;
	background-color:#FFFFFF;
	overflow:hidden;
}
body, table, th, td, div#mainheasder h1, div#maincontent, p.subnav {
	font-family:arial,helvetica,geneva,sans-serif;
}
div#horcentersheet {
	height:100%;
	margin:auto;
	position:relative;
	width:963px;
}
div#vercentersheet {
	height:1px;
	position:relative;
	top:50%;
	width:963px;
}
div#contentsheet {
	height:310px;
	position:absolute;
	top:-155px;
	width:963px;
}
div#hlines {
	position:absolute;
	height:127px;
	width:4000px;
	top:-223px;
	left:-1517px;
	z-index:20;
	border-top: #9999FF 1px solid;
	border-bottom: #9999FF 1px solid;
	background-color:transparent;
}
img#titleimg {
	position:relative;
	z-index:10;
}
.noborder {
	border: 0 none;
}
