/***********************************************/
/* Startseite                            */
/***********************************************/ 

html, body.start {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: small;
	margin: 0px;
	padding: 0px;
	text-align: left;
	color: #131A4B;
	background-color: #E5F1E7;
	background-image: url(../Bilder/HG/Schrift_hg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 100%;
}




/***********************************************/
/* Links                             */
/***********************************************/ 


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

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


/***********************************************/
/* Bilder                             */
/***********************************************/ 

img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}



/***********************************************/
/* tablelen                             */
/***********************************************/ 


table#start {
	width: 420px;
	position: absolute;
	margin-left: -210px;
	position: absolute;
	top: 50%;
	left: 50%;
	text-align: left;
	margin-top: -240px;
	height: 420px;
}

table#start td {
	text-align: center;
	vertical-align: middle;
}
