
/*My print layout*/
html, body {
	color:          #000;
	font-size:       10pt;
	font-family:     Verdana;
	font-style:      normal;
	font-weight:     normal;
	text-decoration: none;
	background:      #fff;
	margin:          0;
	padding:         0 }

div#rest {
	width: 100% }

div#navigation {
	display: none }

div#inhalt {
	width: 100% }

img#bg {
	display: none }

dfn {
	display: none }

h1 {
	font-size:  12pt;
	font-weight: bold;
	margin-top:  0;
	padding-top: 0 }

h2 {
	font-size:    11pt;
	font-weight:   bold;
	margin-top:    2%;
	margin-bottom: 5%;
	padding-top:   0 }

.ueberschrift {
	font-size:  11pt;
	font-weight: bold }

img {
	border: outset thin #ffc }

ul, ul ul {
	list-style:  none;
	margin-top:   0;
	margin-left:  0;
	padding-top:  0;
	padding-left: 0 }

ul li {
	list-style: none;
	display:     inline }

ul li ul {
	margin:      0 0 8% 5%;
	padding-left: 5% }

li#aktiv {
	color:          #000;
	font-size:       10pt;
	font-style:      normal;
	font-weight:     normal;
	text-decoration: none;
	background:      #fff;
	list-style:      none;
	margin-top:      2%;
	margin-bottom:   2%;
	padding-right:   1%;
	padding-left:    5%;
	border-left:     10px solid black }

a:link, a:visited, a:hover, a:focus, a:active {
	font-size:  10pt;
	font-style:  italic;
	font-weight: bold }

a:visited {
	font-size:  10pt;
	font-style:  italic;
	font-weight: bold }

a span {
	display: none }

a:hover span {
	display: none }


