body
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: Black;	
	background-color: #ffffff;
}
#navigation
{
	display: none;
}
.header
{
	display: none;
}
#inhalt
{
	width: 90%;
}
input, textarea
{
	width: 70%;
}
/*_________________________________________________________ h1 */
h1
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: black;
	font-weight: bold;
	font-size: 14px;
	border-bottom: 1px dotted #88ACD4;
}
/*_________________________________________________________ h2 */
h2
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #004F82;
	font-weight: bold;
	font-size: 12px;
	border-bottom: 1px solid white;
	width: 350px;
}
/*_________________________________________________________ h3 */
h3
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #004F82;
	font-weight: bold;
	font-size: 12px;
	border-bottom: 1px solid white;
}
/*_________________________________________________________ Links */
a:link, a:active, a:visited
{
	text-decoration: underline;
	color: #0071BC;
}
a:hover
{
	text-decoration: none;
	color: #0071BC;
}
/*_________________________________________________________ Tabellen */
.top
{
	background-color: #F2F2F2;
	font-weight: bold;
	padding: 2px;
}
.inhalt1
{
	vertical-align: top;
	background-color: white;
	padding: 2px;
}
.inhalt2
{
	vertical-align: top;
	background-color: #E6F5FE;
	padding: 2px;
}
.headline
{
	border-left: 4px solid #0068B4;
	font-weight: bold;
	padding: 2px;
	background-color: #EEEEEE;
}
