/* grundelemente */

body     {
	color: black;
	font-size: 11pt;
	font-family: "Arial", sans-serif;
	line-height: 15pt;
	background-color: white;
	text-align: left;
	margin: 0;
	padding: 0.7cm;
	}

#navigation, #grnavigation {text-align: left}

h1 img, .print-invis, .print {display: none}

/* links */	

a:link  {
	color: #9d9d9d;
	text-decoration: underline
	}
a:link:after, a:link:visited:after {
	color: #9d9d9d;
	}
	
p, table, .normal	{
	color: black;
	font-size: 12pt;
	font-family: "Arial", sans-serif;
	line-height: 16pt;
	}
h1	{
	color: black;
	font-size: 17pt;
	font-weight: bold;
	line-height: 18pt;
	margin-top: 0;
	padding-bottom: 10px;
	border-bottom: 1px solid #666
	}

h2	{
	color: black;
	font-size: 14pt;
	font-weight: bold;
	line-height: 18pt;
	margin-top: 0;
	padding-bottom: 10px;
	border-bottom: 1px solid #666
	}
h3  {
	color: black;
	font-size: 14pt;
	font-weight: bold;
	line-height: 16pt;
	}
hr {
	color: #000;
	background-color: #000;
	height: 1px;
	border: 0 }
ul  {
	}
ol {
	}
	
table  {
	margin: 0;
	padding: 0;
	border-collapse: collapse;
	border-spacing: 0 }
th  {
	font-weight: bold;
	text-align: left;
	}
td  {
  	vertical-align: top;
  	}
td.content{
padding: 0pt 22px 0pt 0pt
}

img	{
	border: 0;
	}
