@charset "iso-8859-1";
/* CSS Document */

h2
{
	font-size: 125%;
	font-weight: bold;
}

.bold
{
font-weight: bold;
}

.fussnote
{
	border-bottom-style: solid;
	border-bottom-color: #999999;
	border-bottom-width: 1px;
	margin-top: 5px;
	text-align: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #999999;
}

a.text_link
{
	text-decoration: underline;
}

a.text_link:link
{
	color: #000000;
}

a.text_link:visited
{
	color: #000000;
}

a.text_link:active
{
	color: #000000;
}

a.text_link:hover
{
	color: #666666;
}

.person_link
{
	font-size: 125%;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	display: block;
	padding-bottom: 5px;
}

a.person_link:link
{
	color: #000000;
}

a.person_link:visited
{
	color: #000000;
}

a.person_link:active
{
	color: #000000;
}

a.person_link:hover
{
	color: #666666;
}

.flap_div
{
	padding-bottom: 20px;
	display: none;
}

.bild_float_left
{
	float: left;
	margin-bottom: 5px;
	margin-right: 10px;
}

.bild_float_right
{
	float: right;
	margin-bottom: 5px;
	margin-left: 10px;
}

.padding_left_20px
{
	padding-left: 20px;
}

ol.decimal
{
	list-style-type: decimal;
	list-style-position: inside;
}

ol.alpha
{
	list-style-type: lower-alpha;
	list-style-position: inside;
	padding-left: 20px;
}

ol.third
{
	list-style-type: none;
	padding-left: 40px;
}

.font_size_100
{
	font-size: 100%;
}