
/*Styleseet druck für uschihugo.de
Erstellung Oktober 2007
Autorin: Susanne Hugo*/
/*A L L G E M E I N*/
* {
	margin: 0;
	padding: 0 }

body {
	color:      black;
	font-size:   10pt;
	font-family: Verdana, Arial, Helvetica, serif;
	background:  white;
	width:       100% }

.unsichtbar, dfn /*            invisible for screen, but necessary for audio           */  {
	display: none }

abbr, acronym {
	border-bottom: 2pt dotted #808080 }

address {
	font-style: italic }

strong {
	font-weight: bold }

em {
	font-style: italic }

/*K O P F Z E I L E*/
#kopfzeile {
	width: 100% }

h1 {
	font-size:     12pt;
	font-variant:   small-caps;
	font-weight:    bold;
	letter-spacing: 0.5em }

#kopfzeile ul {
	display: none }

#kopfzeile li, #kopfzeile li a, #kopfzeile a:link, #kopfzeile a:visited, #kopfzeile a:focus, #kopfzeile a:hover, #kopfzeile a:active {
	display: none }

/*I N H A L T*/
#inhalt {
	text-align: left;
	padding-top: 15pt;
	width:       100% }

h2 {
	font-size:    11pt;
	font-variant:  small-caps;
	font-weight:   bold;
	margin-top:    5pt;
	margin-bottom: 10pt }

h3 {
	font-size:    11pt;
	font-variant:  small-caps;
	font-weight:   bold;
	margin-top:    5pt;
	margin-bottom: 10pt }

#inhalt p {
	padding-bottom: 5pt }

table {
	margin-bottom:  10pt;
	padding:         1%;
	width:           100%;
	border:          double silver;
	border-collapse: collapse ;
	empty-cells:     show     }

th {
	font-weight:   bold;
	text-align:     left;
	padding:        2pt;
	vertical-align: middle;
	border:         solid thin silver }

td {
	text-align:    left;
	padding:        2pt;
	vertical-align: top;
	border:         dotted thin #c0c0c0 }

tr:hover, tr:focus {
	display: none }

p#footer {
	display: none }

#inhalt a:link {
	color:          #808080;
	font-weight:     bold;
	text-decoration: underline;
	background:      white }

#inhalt a:visited {
	color:          silver;
	font-weight:     bold;
	text-decoration: underline;
	background:      white }

#inhalt a:hover {
	display: none }

#inhalt a:focus {
	display: none }

#inhalt a:active {
	display: none }

/*S P E Z I A L: S T IM M P R O B E N*/
#inhalt ul {
	list-style-type: none;
	margin-bottom:    10pt }

#inhalt ul li, #inhalt ul li ul li, #inhalt ul li ul li ul li {
	line-height:        15px;
	list-style-type:     none;
	list-style-position: outside;
	margin-top:          10pt;
	padding-left:        20pt }

#aktiv {
	font-style: italic;
	font-weight: bold }

*[title]:after, abbr[title]:after {
	color:      silver;
	font-size:   9pt;
	font-style:  italic;
	font-weight: normal;
	background:  white;
	content:     " ("attr(title)")" }

