/*** Allgemeine Formatierungen *******************************************************************/
body{
	background-color: #ffffff;

	font-family: Verdana, Arial, Helvetica, sans-serif;
}


/*** Links ***************************************************************************************/
a{
	color:#888888;
	text-decoration: none;
}

a:visited{
	color: #666666;
}

a:hover{
	text-decoration: underline;
}


/*** Schriftgröße und -typ ***********************************************************************/
.titel{
	font-size: 12pt;
	color: #000000;
	font-weight: bold;

	text-align: left;
	vertical-align: top;
}

.inhalt{
	font-size: 9pt;
	color: #000000;

	text-align: left;
	vertical-align: top;
}


/*** Hintergrund *********************************************************************************/
.block{
	width: 100%;
	border: 1px solid #cccccc;
	background: #e9ecef;
	padding: 10px;
}
