/* Angabe der SeitenabstŠnde */

	body {
		margin: 10px 0px 0px 10px;
	}


/* Formatierungen aller Textstile */

	p, span, div, body, td {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 13px;
		line-height: 140%;
		color: #000000;
	}
	

	.text_normal {
		font-size: 13px;
	}

		.headline_seite_fett {
		font-size: 15px;
		color: #0a50a1;
		font-weight: bold;
		margin-top: 0; 
		margin-bottom: 0;
	}

		.headline_seite_normal {
		font-size: 15px;
		color: #0a50a1;
		margin-top: 0;
		margin-bottom: 0;
	}

		.headline_text {
		font-size: 14px;
		font-weight: bold;
	}

	.headline_text_kursiv {
		font-size: 14px
		font-weight: bold;
		font-style: italic;
	}

	.text_kursiv {
		font-style: italic;
	}
	
	.text_light {
		color: #666666;
	}

	.text_light_fett {
		color: #666666;
		font-weight: bold;
	}

	.text_klein_fett {
		font-size: 11px;
		font-weight: bold;
	}
	
	.text_klein {
		font-size: 11px;
	}

	.text_klein_light_fett {
		font-size: 11px;
		color: #666666;
		font-weight: bold;
	}

	.text_klein_light {
		font-size: 11px;
		color: #666666;
	}

	.hotline {
		color: #FF0000;
		font-weight: bold;
	}

/* die graue Box */

	.greybox {
		background-color: #E3E3E3;
		padding: 1px 2px 2px 5px;
	}

.greyboxNavi {
		background-color: #F0F0FF;
		padding: 1px 2px 2px 5px;
		font-size: 11px;
	}


/* Formatierung der Links */

	a {
		font-family: Arial, Helvetica, sans-serif;
		line-height: 150%;
	}

	a:link {
		color: #0a50a1;
		text-decoration: none;
	}

	a:visited {
		color: #01448F;
		text-decoration: none;
	}
	
	a:hover {
		color: #0a50a1;
		text-decoration: underline;
	}
