
/*Styleseet für uschihugo.de
Erstellung Oktober 2007
Autorin: Susanne Hugo*/
/*allgemeine Angaben*/
* {
	margin: 0;
	padding: 0; }

body {
	color:      white;
	font-size:   1em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background:  #ccf }
	
/*invisible for screen, but necessary for audio*/

.unsichtbar, dfn   {
	display: inline;
	position: absolute;
	top:      -1000px;
	left:     -1000px;
	width:    0;
	height:   0;
	overflow: hidden }

/*K O P F Z E I L E*/
#kopfzeile {
	margin-left:   0;
	padding-top:    2em;
	padding-bottom: 2em;
	width:          100%;
	height:         7em }

h1 {
	font-size:     2em;
	font-variant:   small-caps;
	font-weight:    bold;
	text-align:     center;
	letter-spacing: 0.5em;
	margin-bottom:  1em;
	margin-left:    0;
	width:          100% }

#kopfzeile ul {
	text-align:     center;
	list-style-type: none;
	margin-top:      1em;
	margin-left:     0;
	width:           100%;
	height:          2em }

#kopfzeile li, #kopfzeile li a {
	line-height: 1.5em;
	display:      inline }

#kopfzeile a:link, #kopfzeile a:visited, #kopfzeile a:focus, #kopfzeile a:hover, #kopfzeile a:active {
	font-size:      0.9em;
	font-weight:     bold;
	text-decoration: none;
	margin-right:    1ex;
	padding:         1ex }

#kopfzeile a:link {
	color:     #000;
	background: #f9f }

#kopfzeile a:visited {
	color:     #609;
	background: #fcf }

#kopfzeile a:hover {
	color:     #ccf;
	background: #609 }

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

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

/*I N H A L T*/
#inhalt {
	color:      #609;
	line-height: 1.5em;
	background:  #fff;
	padding-top: 2em;
	width:       100% }

h2 {
	font-size:    1.5em;
	font-variant:  small-caps;
	font-weight:   bold;
	text-align:    center;
	margin-top:    1em;
	margin-bottom: 1em }

#inhalt p {
	line-height:      1.5em;
	text-align:        center;
	padding-bottom:    1em;}

/*T A B E L L E*/
#center {
	text-align:  center;
	margin-right: auto;
	margin-left:  auto }

table {
	margin-right:   auto;
	margin-bottom:   2em;
	margin-left:     auto;
	width:           auto;
	border:          double #ccf;
	border-collapse: collapse;
	empty-cells:     show;}

td {
	color:     black;
	background: white;
	text-align: center;
	margin:     1ex;
	padding:    1em;
	border:     solid thin #ccf }

p#footer {
	margin-top:    3em;
	margin-left:    0;
	padding-top:    1ex;
	padding-right:  1ex;
	padding-bottom: 1ex;
	width:          100%;
	border-top:     1px dashed silver }

strong {
	font-weight: bold }

#nofloat {
	margin-left: 20% }

#inhalt a:link, #inhalt a:visited, #inhalt a:hover, #inhalt a:focus, #inhalt a:active {
	font-size:      0.9em;
	font-weight:     bold;
	text-decoration: underline;
	padding:         1ex }

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

#inhalt a:visited {
	color:     purple;
	background: white }

#inhalt a:hover {
	color:     #ccf;
	background: #609 }

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

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

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