/*
	(c) 2008 Online-Info Service GmbH <info@online-service.de>
	
	[ content.css - Inhaltselemente ]
	
	- Headlines
	- Links
	- .teaser
	- fieldset / legend
	- input
	- .pflicht
	- .bilder
*/

/* ---------------------------------------------------------------- Headlines */
h1
{
	/*font-family: "Times New Roman", Times, serif;*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #2D882A;
	padding: 4px;
	width: 98%;
	border-top: 1px solid #2D882A;
	border-bottom: 1px solid #2D882A;
	background-color: #FEFEF4;
	margin-top: 15px;
}
h2
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #348B32;
	width: 90%;
	background-color: white;
}
h3
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #348B32;
	width: 90%;
	color: white;
	padding: 3px;
}
h4
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
h5
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
h4
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
}
/* ---------------------------------------------------------------- Links */
a:link, a:active, a:visited
{
	color: #348B32;
}
a:hover
{
	text-decoration: none;
}
/* ---------------------------------------------------------------- teaser */
.teaser
{
	background-color: #F3F3EC;
	padding: 4px;
	border-top: 2px solid white;
	border-bottom: 2px solid white;
	color: #505011;
	width: 90%;
}
/* ---------------------------------------------------------------- fieldset */
fieldset
{
	border: 1px solid #E1E1E1;
	margin: 4px;
}
legend
{
	background-color: white;
	font-weight: bold;
	color: #016F00;
}
/* ---------------------------------------------------------------- input */
input, textarea
{
	background-color: white;
	/*border: 1px solid #F3F3EC;*/
	border: 1px solid black;
}
/* ---------------------------------------------------------------- plicht */
.pflicht
{
	color: #9F1515;
	font-weight: bold;
}
/* ---------------------------------------------------------------- bilder */
.bilder
{
	border: 2px solid #DED2B9;
	padding: 4px;
	background-color: #EDEDED;
}