
/*CSS homepage uschihugo.de; November 2007
Autorin: Susanne Hugo*/

@media aural {

* 				{ speak:   normal }
abbr, acronym	{ speak:  spell-out  }
#inhalt p		{ speak-punctuation: code  }
table			{ speak-header:    always }

}
/*A L L G E M E I N*/
* {
	margin: 0;
	padding: 0; }

body {
	color:      white;
	font-size:   1em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background:  #c9f }
	
/*invisible for screen, but necessary for audio*/
.unsichtbar, dfn   {
	display: inline;
	position: absolute;
	top:      -1000px;
	left:     -1000px;
	width:    0;
	height:   0;
	overflow: hidden }

strong {
	font-weight: bold }

/*K O P F Z E I L E*/
#kopfzeile {
	color:         white;
	background:     #c9f;
	padding-top:    2em;
	padding-bottom: 2em;
	width:          100%;
	height:         4em }

h1 {
	font-size:     2em;
	font-variant:   small-caps;
	font-weight:    bold;
	text-align:     center;
	letter-spacing: 0.5em;
	margin-top:     0 }

/*I N H A L T*/
#inhalt {
	color:        #609;
	background:    white;
	text-align:    center;
	padding-top:   3.5em;
	padding-right: 1em;
	width:         100% }

h2 {
	font-size:    1.5em;
	font-variant:  small-caps;
	font-weight:   bold;
	margin-top:    2em;
	margin-bottom: 1em;
	clear:         both }

div#p {
	text-align:   center;
	margin-right:  auto;
	margin-bottom: 2em;
	margin-left:   auto;
	width:         600px }

#inhalt p {
	line-height:      1.5em;
	text-align:        left;
	margin-right:      auto;
	margin-left:       auto;
	padding-bottom:    1em;}

table {
	margin-right:   auto;
	margin-bottom:   2em;
	margin-left:     auto;
	width:           84%;
	clear:           both;
	border:          solid thin #609;
	border-collapse: collapse ;
	empty-cells:     show; }

#center {
	text-align:  center;
	margin-right: auto;
	margin-left:  auto }

th {
	color:       #fff;
	background:   #c9f;
	text-align:   center;
	border-right: thin solid #609;
	border-left:  thin solid #609 }

th a:link, th a:visited, th a:hover, th a:focus, th a:active, #aktiv {
	font-size:      0.9em;
	font-weight:     bold;
	text-decoration: none;
	text-align:      center;
	display:         block;
	margin:          1ex;
	padding:         1ex;
	width:           8em }

th a:link {
	color:     black;
	background: #ccf }

th a:visited {
	color:     #609;
	background: #ccf }

th a:hover {
	color:     #c9f;
	background: #609 }

th a:focus {
	color:     white;
	background: #609 }

th a:active {
	color:     white;
	background: #609 }

#aktiv {
	color:     #609;
	font-style: italic;
	background: white }

td {
	text-align:    center;
	padding:        1ex;
	vertical-align: top;
	border-right:   thin solid #609;
	border-left:    thin solid #609 }

p#footer {
	font-size: 0.8em;
	text-align: center;
	padding:    1ex;
	width:      100%;
	border-top: 1px dashed silver }

p#footer a:link, p#footer a:visited, p#footer a:hover, p#footer a:focus, p#footer a:active {
	font-weight:    bold;
	text-decoration: underline;
	padding-right:   1ex;
	padding-bottom:  1ex }

p#footer a:link {
	color:     #93c;
	background: white }

p#footer a:visited {
	color:     purple;
	background: white }

p#footer a:hover {
	color:     white;
	background: #609 }

p#footer a:focus {
	color:     red;
	background: white }

p#footer a:active {
	color:     red;
	background: white }

/*S P E Z I A L:   B I L D E R*/
#nofloat { }

#float {
	margin-right: 1em;
	margin-bottom: 2em;
	float:         left }

img {
	border-style: none;
	outline-style: none }