/*----------------------------------------- Überschriften */
h1
{
	font-family: Arial, Helvetica, sans-serif;
	color: #BE3333;
	font-size: 120%;
	border-bottom: 1px dotted #F8EAEA;
}
/*----------------------------------------- h2 */
h2
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	border-left: 2px solid #3661AD;
	padding: 3px;
	color: #079CD6;
}
/*----------------------------------------- h3 */
h3
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	border-bottom: 1px solid #305CAA;
	color: black;
	font-weight: bold;
}
/*----------------------------------------- Links */
a:link, a:active, a:visited
{
	color: black;
}
a:hover
{
	text-decoration: none;
}

/*----------------------------------------- Bilder */
#inhalt imgBorder
{
	border: 3px solid #FDCA87;
}
/*----------------------------------------- ul */
#inhalt ul li
{
	list-style-image: url('../img/icon_list.gif');
	padding: 2px;
}
#inhalt ul li a
{
	font-weight: bold;
	background-color: #F8EAEA;
	padding: 2px;
	text-decoration: none;
}
/*----------------------------------------- input */
#inhalt input, #inhalt textarea
{
	background-color: white;
	border: 1px solid #FDC77F;
}