/*** eigene ***/
html, body {

	background-color: #113861 ; /* Hintergrundfarbe für Startseite */
	height: 100%;
	margin-top: 5px;
	/*font-family: Arial, Helvetica, sans-serif;*/
	font-family: Lucida Sans, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 18px;
	color:#ffffff;
}

/* Links auf Startseite */
a:link { font-weight:bold; color:#ffffff; text-decoration:none; }
a:visited { font-weight:bold; color:#ffffff; text-decoration:none; }
a:focus { font-weight:bold; color:#ffffff; text-decoration:underline; }
a:hover { font-weight:bold; color:#ccccdd; text-decoration:none; }
a:active { font-weight:bold; color:#ffffff; text-decoration:underline; }


.start {	
	font-size:	13px;
	line-height: 20px;
	text-align: center;
	/* Textfarbe auf Startseite */
	color:#113861;
}

