a, h1, h2, h3, h4, h5, h6, table, td, tr, th, p, body
{
	font-family: Verdana, Arial, sans-serif;
}

/* Linkattribute - allgemein */

a:link
{
	text-decoration: none;
	font-weight: bold;
	color: #FF0000;
}

a:visited
{
	text-decoration: none;
	font-weight: bold;
	color: #FF0000;
}

a:active
{
	text-decoration: none;
	color: #0000FF;
}

a:hover
{
	text-decoration: none;
	color: #0000FF;
}



h1
{
	font-size: 12pt;
	font-weight: bold;
	color: #666666;
	margin-bottom: 0;
	border-bottom-width: 1px;
	border-top-width: 0px;
	border-left-width: 0px;
	border-right-width: 0px;
	border-style: dotted;
	border-color: #FF0000;
}

h2
{
	font-size: 10pt;
	font-weight: bold;
	color: #666666;
	margin-bottom: 0;
	border-bottom-width: 1px;
	border-top-width: 0px;
	border-left-width: 0px;
	border-right-width: 0px;
	border-style: dotted;
	border-color: #FF0000;
}

h3
{
	font-size: 9pt;
	font-weight: bold;
	color: #333333;
	margin-bottom: 0;
}

hr
{
	border-style: dotted;

}

p, td, th
{
	font-size: 10pt;
}

p
{
	text-align: justify;
}

table
{
	border-width: 0;
	width: 570px;
}

li
{
	font-size: 10pt;
	margin-top: 5; 
	margin-bottom: 5;
}

body
{
	font-family: Verdana, Arial;
	font-size: 10pt;
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 10px;
	margin-bottom: 20px;
	
	
	scrollbar-3dlight-color:#666666;
    scrollbar-arrow-color:#000000;
	scrollbar-base-color:#666666;
	scrollbar-darkshadow-color:#666666;
	scrollbar-face-color:#ffffff;
	scrollbar-highlight-color:#999999;
	scrollbar-shadow-color:#999999;
    scrollbar-track-color:#C0C0C0
}


input, textarea, select
{
	background:#FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

input.SuchBox
{
	border-left: 1px;
	border-right: 1px;
	border-top: 1px;
	border-bottom: 1px;
	border-style: solid;
	border-left-color: #999999;
	border-right-color: #666666;
	border-top-color: #999999;
	border-bottom-color: #666666;
	background:#FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	height: 16px;
	width: 100px;
}

.banner		{ font-family: Arial; font-size: 8pt; font-weight: bold; color: #000000; }




.obenLink
{
	text-align: right;
	text-decoration: none;
	font-weight: normal;
	font-size: 8pt;

	margin-bottom: 0;
	border-bottom-width: 1px;
	border-top-width: 0px;
	border-left-width: 0px;
	border-right-width: 0px;
	border-style: dotted;
	border-color: #FF0000;
}

td.LinieUnten
{
	margin-bottom: 0;
	border-bottom-width: 1px;
	border-top-width: 0px;
	border-left-width: 0px;
	border-right-width: 0px;
	border-style: dotted;
	border-color: #FF0000;
}