/* CSS Document */

#main {
	position: absolute;			/* standard konforme horizontale und vertikale zentrierung */
	top: 50%;
	left: 50%;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	line-height: 11px;
	font-size: 100.01%;
	color: #333;
	text-align: center;
	margin: -300px 0 0 -420px;
	width: 840px;
	height: 600px;	overflow: auto
}

#einleitung {
	font-size: 15px;
	margin-bottom: 20px;
	line-height: 22px;
} 

h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 25px;
	font-weight: normal;
	margin-bottom: 25px;
}

td {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #7f7f83;
}

a {
	color: #d47800;
	text-decoration: none;
}

#link_news { 
	font-weight: bold;
	color: #333;
	text-decoration: none;
}
