/* Allgemeine Formatierung */
p
{
	font-size: 11px;
	text-align: left;
}

h1
{
	font-size: 14pt;
	font-family: Arial, Verdana;
	margin-top: 35pt;
}

h2
{
	font-size: 12pt;
	font-family: Arial, Verdana;
	margin-top: 5pt;
	margin-bottom: 0px;
}

h3
{
	font-size: 11px;
	font-family: Arial, Verdana;
	margin-top: 6pt;
	margin-bottom: 0px;
}

h4
{
	font-size: 11px;
	font-family: Arial, Verdana;
	margin-top: 6pt;
	margin-bottom: 0px;
}

a
{
	color: #000000;
	text-decoration: underline;
}

a:link
{
	color: #000000;
	text-decoration: underline;
}

a:visited
{
	color: #000000;
	text-decoration: underline;
}

a:hover
{
	color: #000000;
	text-decoration: underline;
}

b { text-decoration: none; }

b a:link
{
	color: #000000;
	text-decoration: underline;
}

b a:visited
{
	color: #000000;
	text-decoration: underline;
}

b a:hover
{
	color: #000000;
	text-decoration: underline;
}

td { font-size: 11px; }

th
{
	font-size: 11px;
	font-family: Verdana, Arial;
	background-color: #dcdcdc;
	text-align: left;
}

caption
{
	font-weight: bold;
	font-size: 11px;
	font-family: Verdana, Arial;
	text-align: left;
	margin-bottom: 3px;
}

/*  Contentklassen */
.center { text-align: center; }

img.imgleft
{
	margin-right: 10px;
	margin-bottom: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
}

img.imgright
{
	margin-left: 10px;
	margin-bottom: 5px;
	padding-left: 10px;
	padding-bottom: 5px;
}

td.tdgrey1
{
	background-color: #f5f5f5;
	border-bottom: 1px solid #dcdcdc;
}

td.tdgrey2
{
	background-color: #dcdcdc;
	border-bottom: 1px solid #f5f5f5;
}

a.special:link
{
	font-weight: normal;
	text-decoration: none;
}

a.special:visited
{
	font-weight: normal;
	text-decoration: none;
}

a.special:hover
{
	font-weight: normal;
	text-decoration: none;
}

